/*!
Theme Name: Nextgen Theme
Theme URI: https://them.es/starter
Author: Nextgen Invent
Author URI: https://nextgeninvent.com
Description: NGI Corporate website theme.
Version: 2.4.4
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: nextgen
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.bypostauthor {
  font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
html,
body {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  overflow-x: hidden;
}

section {
  padding: 30px 0 30px 0;
}
h1 {
  font-size: 40px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  margin: 0 0 16px 0 !important;
}
h2 {
  font-size: 30px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  margin: 0 0 16px 0 !important;
}
h3 {
  font-size: 24px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  /* margin: 0 0 16px 0 !important; */
}
p {
  font-size: 16px;
  letter-spacing: 0;
}
/*h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
	margin: 1rem 0 1rem 0;
}*/

a {
  color: #000 !important;
}
a:hover {
  /* color: #1e65ae !important; */
  text-decoration: none !important;
}

/* who we are */

.who-we-are .box {
  background-color: #f2f2f2;
}

.who-we-are .box-content {
  padding: 20px;
}
.success-stories .box-content .read-more {
  bottom: 3em;
  position: absolute;
}
.who-we-are .box img {
  border: 5px solid whitesmoke;
}

/* What we do */
.what-we-do .col-12:nth-child(2) {
  margin-top: 3rem;
}

.what-we-do .col-12:nth-child(3) {
  margin-top: 5rem;
}

.what-we-do .col-12:nth-child(4) {
  margin-top: 7rem;
}

/** Career Leap **/
.career-leap {
  background-color: #1e65ae;
  padding: 0px;
}
.success-stories .box {
  background-color: #fff;
  padding: 10px;
  box-shadow: 1px 0px 5px 1px #f2f2f2;
  margin: 0 0 2em 0;
}

/** Let's work together **/
.lets-work-together {
  background-image: url("https://stage.nextgeninvent.com/wp-content/uploads/2022/12/footer-banner.png");
  background-repeat: no-repeat;
  padding: 100px;
  background-size: cover;
  margin: 30px 0 0 0;
}
.authors-affiliation {
  border: 1px #e1e1e1 solid;
}
.ngi-btn {
  min-width: 130px;
  min-height: 44px;
  font-size: 20px;
  border: 1px #1e65ae solid;
  border-radius: 4px;
  background-color: #1e65ae;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 0px 8px 0 8px;
  letter-spacing: 0;
}
.ngi-btn-1 {
  min-width: 130px;
  min-height: 44px;
  font-size: 20px;
  letter-spacing: 0;
  border: 1px #f6f6f6 solid;
  border-radius: 4px;
  background-color: #f7fafc;
  color: #000000 !important;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 5px;
}
.ngi-btn-4 {
  min-width: 100%;
  min-height: 44px;
  font-size: 20px;
  letter-spacing: 0;
  border: 1px #0e8aff solid;
  border-radius: 20px;
  background-color: #0e8aff;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 5px;
}
.ngi-icon-font {
  font-size: 24px;
  color: #1e65ae;
  position: absolute;
  bottom: 0.2em;
  left: 6.5em;
}
.subscription-form {
  width: 50%;
  margin: 0px auto;
}
.service-tag-padding {
  padding: 15px;
}

/*** Footer **/

footer {
  padding: 10px 0 10px 0;
}

footer .list li {
  list-style: none;
  display: inline;
  margin-right: 1rem;
}

.fixed-top {
  top: 0px;
  transform: translateY(0px);
  transition: transform 0.3s;
}

/** Service page quote **/
.quote {
  background-color: #f2f2f2 !important;
  border-bottom: 5px #1f66ae solid;
  margin-top: 2rem;
}
.quote-1 {
  border-left: 5px #1f66ae solid;
  margin-top: 2rem;
}
.quote-2 {
  border-left: 5px #1f66ae solid;
}
.ngt-service-what-we-do {
  margin-top: 30px;
}
.service-block {
  border: 1px #e1e1e1 solid;
  width: 96%;
  margin: 0px auto;
  padding: 8px;
  margin-bottom: 1rem;
}
.service-block-2 {
  border: 1px #e1e1e1 solid;
  width: 96%;
  margin: 0px auto;
  padding: 8px;
  margin-bottom: 1rem;
}
.ngi-bg-color-1 {
  background-color: #fff;
}
.ngi-bg-color-3 {
  background-color: #1e65ae !important;
}
.ngi-whatwedo-bold {
  font-size: 20px;
  font-weight: 600;
}

.service-block-inner {
  width: 90%;
  margin: 0px auto;
}
.what-we-do-service {
  margin-top: 30px;
}

.service-bottom-quote {
  background-image: url("https://stage.nextgeninvent.com/wp-content/uploads/2022/12/service-bottom-quotes.png");
  background-repeat: no-repeat;
  padding: 36px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.ngi-view {
  margin-top: -13em;
}

.service-bottom-quote strong {
  font-style: italic;
}

.service-quote {
  color: #000;
  padding: 25px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 5px;
}
.service-quote h3 {
  font-style: italic;
}
.ngi-our-view {
  position: absolute;
  bottom: 0.4em;
  right: 0.9em;
  padding: 10px;
  color: #fff;
  transform-origin: bottom center;
  background-image: linear-gradient(to bottom, #00000047 50%, #00000047 50%);
  width: 95%;
  cursor: pointer;
}
.ngi-our-view-02 {
  position: absolute;
  bottom: 0em;
  right: 0.9em;
  padding: 10px;
  color: #fff;
  transform-origin: bottom center;
  background-image: linear-gradient(to bottom, #00000047 50%, #00000047 50%);
  width: 95%;
  cursor: pointer;
}

.block-content {
  border-bottom: 6px #1e65ae solid;
  margin-top: 10px;
}
.blog-content {
  border-bottom: 6px #1e65ae solid !important;
}
.blog-content-1 {
  border-bottom: 6px #1e65ae solid !important;
  min-height: 15em;
  margin-left: 20px;
}
.blog-content-3 {
  border-bottom: 6px #1e65ae solid !important;
  min-height: 18em;
  margin-left: 20px;
}
.block-content-1 {
  border-bottom: 6px #1e65ae solid;
  margin-left: 21px;
  padding: 5px;
  margin-top: -8px;
  min-height: 308px;
  background-color: #f6f6f6;
}
.block-content-1-2 {
  border-bottom: 6px #1e65ae solid;
  margin-left: 21px;
  background-color: #f6f6f6;
}
.success-img {
  position: inherit;
  margin-left: -1em;
}
.top-border {
  border-top: 6px #1e65ae solid;
}

.customer-says-service {
  border-left: 5px #1e65ae solid;
  padding: 10px 0 10px 0;
  background-color: rgb(243, 243, 243);
}
.blog-quotes {
 /* border-left: 5px #1e65ae solid;
  padding: 10px 0 10px 0;
  box-shadow: 0px 1px 1px 2px #f4f4f4;*/
}
.ngi-m-top {
  margin-top: 33px;
}
.ngi-m-top-1 {
  margin-top: 40px;
}
.home-suceess h3 {
  padding-top: 16px;
}
.home-suceess .read-more {
  position: absolute;
  bottom: 2.8em;
}
.insight-quote {
  background-color: #f2f2f2;
  padding: 15px;
}

.why-be-icon {
  font-weight: 600;
  font-size: 16px !important;
  color: #707070;
}
.btn-secondary {
  background-color: #f6f6f6 !important;
  border-color: #ccc !important;
}
.page-numbers {
  display: inline-block;
  line-height: 32px;
  border: 1px solid #000;
  padding: 0 13px;
  border-radius: 2px;
}
.transformation-methodology {
  background-image: url("https://nextgeninvent.com/wp-content/uploads/2022/10/Image-2.jpg");
  background-repeat: no-repeat;
  padding: 25px 0px 25px 0px;
  background-size: cover;
  background-position: center;
}

.transformation-block {
  background-color: #fff;
  border: 1px #e1e1e1 solid;
  box-shadow: 0px 1px 1px 1px #fff;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 0px;
  padding: 10px;
  text-align: center;
  min-height: 18.8em;
}
.insight-use-case {
  min-height: 15.3em;
}
.insight-use-case .read-more {
  position: absolute;
  bottom: 1em;
}
.transformation-block ul li {
  text-align: left;
}

.read-more {
  color: #1f66ae !important;
  font-weight: 700;
}
.read-more-1 {
  color: #1f66ae !important;
  font-weight: 700;
  position: absolute;
  bottom: 1rem;
}

/** Customer service blog and success story page**/
.customer-says-service a {
  color: #1e73be;
}

.block-content a {
  color: #1e73be;
}

/** Success-story details page socia media**/
.success-story-list li {
  list-style: none;
  display: inline;
  margin-right: 1rem;
}

.success-story-list li a {
  font-size: 17px;
  line-height: 32px;
  padding: 8px;
}

.case-study-box {
  display: block;
  position: relative;
  width: 300px;
  height: 430px; /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  border-radius: 0px;
}

@media (max-width: 768px) {
    #featured_success_story {
       padding-right: 0px !important;
    }
    .case_box{
/*      width: 100%;*/
margin-right: 20px;
    }
    .case-study-box .content{
      margin-left: 0px;
    }
    .case-study-box{
/*       width: 340px;*/
    }
}

  .case-study-box .content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.content-box-new {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 20px; /* Adjust padding for spacing */
    border-radius: 0px; /* Optional for rounded corners */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.content-box-new .overlay-new {
    color: white;
    padding-bottom: 60px;
    border-radius: 0px;
    margin-left: 190px;
    margin-right: 100px;
}

@media (max-width: 768px) {
    .content-box-new .overlay-new {
     margin-right: 0px;
    margin-left: 0px;
    }
}


.arrow-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    border: 2px solid white;
    color: white;
    bottom: 15px;
    right: 15px;
    opacity: 0;  /* Hidden by default */
    visibility: hidden; /* Prevents interaction when hidden */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    font-size: 32px;
}


/* Optional: Change color on hover */
.case-study-box:hover .arrow-circle {
    background-color: #5059B3;

    opacity: 1;
    visibility: visible;
}

  .case-study-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    z-index: 2;
    color: white;
    text-align: left;
}

  .case-study-box p {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
    color: white;
    text-align: left;
}

  .case-study-box .read-more {
    font-size: 14px;
    font-weight: bold;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

  .case-study-box:hover {
    background-color: #007bff; 
}

  .case-study-box:hover .content {
   background: #5059B3;
}

  .case-study-box:hover p,
  .case-study-box:hover .read-more {
    opacity: 1; /* Show details on hover */
}

 .custom-component-banner { 
            padding: 20px 0;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        .banner-header { margin-bottom: 20px; }
        .small-heading-banner { font-size: 24px; font-weight: bold; margin-left: -10px; display: block; }
        .main-heading-banner { font-family: 'Poppins', sans-serif; font-style: italic; text-align: center; font-weight: bold; }
        .description-banner { font-size: 19px; margin-bottom: 15px; text-align: center; line-height: 1.3 !important;  }
        .tech-section-banner { margin-top: 10px; text-align: center; }
        .tech-title-banner { font-weight: bold; display: block; font-size: 20px; color: #3d6bcd; }
        .tech-label-banner { font-size: 18px; color: black; font-weight:bold; }
        
        /* Share Section */
        .share-buttons-banner { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
        .share-text-banner { color: #333; font-size: 20px; }
        .linkedin-banner { background-color: #0077b5; color: white; }
        .email-banner { }
        .share-icon { width: 20px; height: 20px; border-radius: 0px;}

    .share-btn-banner {
        text-decoration: none;
        padding: 10px; /* Adjust for better spacing */
        border-radius: 50%; /* Makes the button circular */
        display: flex;
        align-items: center;
        justify-content: center;
        width: 26px; /* Set fixed width */
        height: 26px; /* Set fixed height */
        transition: background 0.3s ease;
    }

    .share-btn-banner:hover {
        opacity: 0.8;
    }

.success-story-list li a:hover {
  background-color: #1e73be;
  border-radius: 5px;
}
.wpcf7-response-output {
  color: #fff !important;
}
.business-problem {
  background-image: url("https://nextgeninvent.com/wp-content/uploads/2022/07/MicrosoftTeams-image-5.jpg");
  background-repeat: no-repeat;
  padding: 100px;
  background-size: cover;
}

.p-card {
  padding: 0.8rem;
}

/**Customer Says Quotes**/
.cust-quote {
  font-size: 20px;
  color: #b7ce3c;
  transform: scale(1, 1.6);
}

.customer-says {
  height: 16em;
  border: 1px #e1e1e1 solid;
  box-shadow: 0px 0px 5px 0px #dcdcdc;
  width: 100%;
  padding: 10px;
  margin-top: 1em;
}
.customer-says-1 {
  border: 1px #e1e1e1 solid;
  box-shadow: 0px 0px 5px 0px #dcdcdc;
  width: 100%;
  padding: 10px;
  margin-top: 1em;
}

.customer-says-service-video-link {
    padding: 24px 28px 100px 14px;
}

@media (max-width: 768px) {
    .link-attachment {
     margin-right: 5px;
    margin-left: -47px;
    margin-bottom: -140px;
    }
}

.custom-component {
    padding: 40px 0;
    background-color: #5059B3;
}

.service-customer-says-video-text {
  margin-left: 40px;
}

.left-content {
    padding-right: 30px;
}

.description {
    font-size: 20px;
    color: #FFFFFF;
}

.numbers-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
    margin-top: 15px;
}

.number-box {
    text-align: center;
    padding: 15px;
/*    border-radius: 8px;*/
    min-width: 120px;
}

.large-number {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    text-align: left;
}

.number-label {
    font-size: 13px;
    max-width: 100px; /* Adjust as needed */
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    text-align: left;
    color: #FFFFFF;
}

.right-content {
    text-align: left;
    border-left: 2px solid #ddd;
    padding-left: 20px;
}

.industry-heading {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 12px;
    padding-left: 50px;
}

.industry-text {
    font-size: 25px;
    color: #FFFFFF;
    padding-left: 50px;
}

.industry_heading_1{
    padding-left: 50px;
    color: #FFFFFF;
    margin-top: 48px;
    font-size: 30px;
    font-weight: bold;
}

.industry_text_1 {
    padding-left: 50px;
    color: #FFFFFF;
    font-size: 25px;
}

.gray-box {
            background-color: #e0e0e0; /* Light gray background */
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 450px; /* Adjust width */
            height: 210px; /* Adjust height */
            margin: 0px 0px 20px 0px; /* Center the box */
           
        }

        .inside-box-image {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain; /* Ensures the image fits well inside the box */
        }

  @media (max-width: 768px) {
    .gray-box {
      margin: 0px 0px 10px 0px;
    }
}

 @media (max-width: 576px) {
    .right-content {
      padding-left: 20px;
    }

  .industry-heading {
      padding-left: 50px;
  }

  .industry-text {
      padding-left: 50px;
  }

   .industry_heading_1 {
      padding-right: 20px;
  }

  .industry_text_1 {
      padding-right: 20px;
  }
    
}


.about-profile-card {
  padding: 0px;
}


.customer-video-iframe{
  width: 100%; height: 250px;
}

  @media (max-width: 576px) {
    .customers-video-with-text {
    margin-top: 4rem;
    font-size: 18px;
    margin-bottom: 100px;
    margin-left: 50px;
    }

    .customer-video-iframe{
        margin-left: 20px;
    }
}

.about-profile-card h3 {
  margin: 0.4rem 0 1rem 0;
}

/* efficiency info component for CIS*/
.efficiency-info {
    padding: 40px 0;
}

.efficiency-numbers-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
    margin-top: 15px;
}

.efficiency-large-number {
    font-size: 48px;
    font-weight: bold;
    color: black;
    display: block;
}

.efficiency-number-label {
    font-size: 13px;
    max-width: 100px; /* Adjust as needed */
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    text-align: center;
    color: black;
    text-align: left;
}
/* New CTA button styles */
.efficiency-cta-button {
    margin-top: 20px;
}

.efficiency-contact-link {
    display: inline-block;
    background-color: #66dec3;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    color: black;
    transition: background-color 0.3s;
}

.efficiency-contact-link:hover {
    background-color: #55cdb3;
}

/* Improve image alignment */
.efficiency-right-content {
/*    display: flex;*/
    align-items: center;
    justify-content: center;
    height: 100%;
}

.efficiency-right-content img {
    width: 585px;
    height: 366px;
}

/* Responsive layout */
@media screen and (max-width: 767px) {
    .row {
        flex-direction: column;
    }

    .efficiency-numbers-wrapper {
        gap: 25px;
        justify-content: flex-start;
    }

    .efficiency-cta-button {
        margin-top: 30px;
        text-align: center;
    }

    .efficiency-contact-link {
        width: 100%;
        max-width: 250px;
    }

    .efficiency-right-content {
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }

    .efficiency-right-content img {
        width: 370px;
        height: 350px;
        margin-top: 70px;
    }

    .efficiency-large-number {
        font-size: 36px;
        text-align: center;
    }

    .efficiency-number-label {
        font-size: 12px;
        text-align: center;
    }
}

/* left-right-description component*/
.custom-description-section {
    background: linear-gradient(to bottom, #506BB3, #27244E);
    color: white;
    padding: 50px 20px;
    font-family: 'Poppins', sans-serif;
}

.description-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.left-description {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 30px;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 .left-description p {
    font-size: 22px;

 }

.left-description h2 {
    font-size: 3.5rem;
    font-weight: 800;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 15px;
}

.left-description .left-subtitle {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
}

.right-description {
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 40px;
    display: flex;
    align-items: center;
}
.right-description h2 {
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 350 !important;
}

.right-description p {
    font-size: 22px !important;
    line-height: 1.8;
    margin: 0;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .description-row {
        flex-direction: column;
    }

    .left-description,
    .right-description {
        max-width: 100%;
        flex: 100%;
        padding: 0;
        border: none;
        text-align: center;
    }

    .left-description h2 {
        font-size: 2rem;
    }

    .left-description .left-subtitle {
        font-size: 1.2rem;
    }

    .right-description {
        padding-top: 20px;
    }

}

/* details info box with icon */

.detail-info-wrapper {
      padding: 40px 0;
  }

  .section-heading {
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px;
  }

  .section-description {
      text-align: center;
      font-size: 16px;
      margin-bottom: 40px;
  }

  .info-boxes-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: flex-start;
  }

  .info-box-with-icon {
      background: #fff;
      flex: 0 1 calc(48% - 30px);
      padding: 25px 20px 30px;
      border-radius: 12px;
      position: relative;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      max-width: 580px;
      color: #000;
  }

  .info-box-with-icon:hover {
      background-color: #3d6bcd;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
      color: #fff;
  }

  .info-box-with-icon:hover h4,
  .info-box-with-icon:hover p,
  .info-box-with-icon:hover li {
      color: #fff;
  }

  .info-icon-img {
      position: absolute;
      top: 10px;
      right: 20px;
      width: 50px;
      height: 45px;
      object-fit: contain;
  }

  .info-box-heading {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #3d6bcd;
      transition: color 0.3s ease;
  }

  .info-box-description {
      font-size: 18px;
      margin-bottom: 15px;
      transition: color 0.3s ease;
      margin-top: 15px;
  }

  .info-points-list {
      padding-left: 20px;
      font-weight: bold;
  }

  .info-points-list li {
      margin-bottom: 8px;
      list-style: disc;
      transition: color 0.3s ease;
  }

  @media (max-width: 768px) {
      .info-box-with-icon {
          flex: 0 1 100%;
          max-width: 100%;
      }

      .info-box-heading {
        margin-top: 35px;
      }
  }

  @media (min-width: 769px) and (max-width: 1024px) {
    .info-box-with-icon {
    
        max-width: 50%;
    }

    .info-box-heading {
        margin-top: 45px;
        font-size: 18px;
    }
}

/* Large tablets and small laptops */
@media (min-width: 1025px) and (max-width: 1200px) {
    .info-box-with-icon {
        flex: 0 1 33.33%;
        max-width: 33.33%;
    }

    .info-box-heading {
        font-size: 20px;
        margin-top: 35px;
    }
}


/*  @media (max-width: 1024px) {

      .info-box-heading{
        margin-top: 20px;
      }
  }*/


/* Image Icon Row wise */

.vc-icon-row-wrapper {
      padding: 40px 0;
      background: linear-gradient(to bottom, #4a6aa6, #29224f);
  }

  .icon-section-heading {
      color: #fff;
      text-align: center;
      font-size: 26px;
      margin-bottom: 30px;
      font-weight: 700;
      text-align: left;
  }

  .icon-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 125px;
      text-align: center;
      margin-top: 55px;
  }

  .icon-item {
      max-width: 120px;
  }

  .icon-img {
      width: 100px;
      height: auto;
      margin-bottom: 10px;
  }

  .icon-label {
      color: #fff;
      font-size: 18px;
      font-weight: 600;
  }

  @media (max-width: 768px) {
      .icon-grid {
          gap: 20px;
      }

      .icon-item {
          max-width: 80px;
      }

      .icon-label {
          font-size: 13px;
      }
  }

  .left-text {
    
  }

/* New Blue box with description */

.blue-box-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.blue-box-main-heading {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #000;
    text-align: left;
}

.blue-box-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.blue-box-item {
    position: relative;
    width: 330px;
    height: 230px;
    background: linear-gradient(to bottom, #8dd9c2, #586ac3);
    color: #fff;
    padding: 102px 20px;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.blue-box-item h4 {
    margin: 0;
    font-size: 20px;
}

.blue-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    background: #4a6aa6;
    color: white;
    padding: 30px 20px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blue-box-hover p {
  font-size: 19px;
}


.blue-box-item:hover .blue-box-hover {
  opacity: 1;
  transform: scale(1);
}

.blue-box-item:hover .blue-box-front {
    opacity: 0;
}

/*------our location new component---------  */

.our-location-heading{
  font-weight: bold;
}

.our-text-center{
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}

.our-location-name{
  color: #516bb3; font-weight: 600;
}

.our-text-center p{
  margin-top: 15px;
}

.our-image-location{
  border-radius: 20px;
  height: 300px;
  width: 440px;
}

@media (max-width: 768px) {

.our-image-location {
    border-radius: 20px;
    height: 300px;
    width: 340px;
  }

}

/* Responsive Layout */
@media (max-width: 991px) {
    .blue-box-item {
        width: 45%;
    }
}

@media (max-width: 575px) {
    .blue-box-item {
        width: 100%;
    }

    .blue-box-grid {
        gap: 20px;
    }
}

/* Client Testimony components */
 .testimonial-box {
    background: #fff;
    padding: 25px;
    text-align: left;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 345px;;
    border-bottom: 3px solid grey;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures the name stays at the bottom */
}
    .quote-icon {
            position: absolute;
            top: 15px;
            left: 20px;
        }
        .quote-icon img {
            margin-left: 1px;
        }

.testimonial-content {
    flex-grow: 1; /* Makes the text expand while keeping the footer at the bottom */
    display: flex;
    flex-direction: column;
}

.testimonial-text {
    font-size: 16px;
    color: #010c15;
    margin-top: 25px;
    flex-grow: 1; /* Allows the text to fill available space */
    overflow: hidden; /* Ensures the text does not push the name down */
}

.testimonial-footer {
    margin-top: auto; /* Pushes the footer to the bottom */
    text-align: left;
}

.customer-border {
    width: 100%;
    border: 1px solid grey;
    margin: 10px 0;
}

.designation {
    color: #666;
    font-size: 14px;
}

.custom-list a {
    padding-left: 20px;
    display: inline-block;
}

.custom-list li {
    cursor: pointer;
    list-style-type: none;
}

/**About Customer Says**/
.customer-says {
  height: 20em;
  border: 1px #e1e1e1 solid;
  box-shadow: 0px 0px 5px 0px #dcdcdc;
  width: 100%;
  padding: 10px;
  margin-top: 1em;
}
#view-more-1 {
  display: none;
}
.message h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
}
.message strong {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.message p {
  font-size: 18px;
  letter-spacing: 0;
}
.home-what-we-do h2 {
  margin: 0 0 8px 0 !important;
}
/* ============Mega Menu CSS Start// ============ */
.nav-link {
  font-weight: 501;
  font-size: 17px;
}
.col-megamenu h6 a,
.menu-link {
  color: #1e65ae !important;
  font-weight: 600;
  font-size: 18px;
}
.col-megamenu h6 a:hover,
.menu-link:hover {
  /* color: #b7ce3c !important; */
}
/* ============Mega Menu mobile view Start// ============ */
.navbar .megamenu {
  padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
  .box {
    margin-top: 1em;
  }
  .box img {
    margin: 0px auto;
    display: flex;
  }
  h1,
  h2,
  h3 {
    margin: 0 0 10px 0 !important;
  }
  /* What we do */
  .what-we-do .col-12:nth-child(2) {
    margin-top: 1rem;
  }

  .what-we-do .col-12:nth-child(3) {
    margin-top: 1rem;
  }

  .what-we-do .col-12:nth-child(4) {
    margin-top: 1rem;
  }
  .transformation-block {
    margin-top: 1em;
    min-height: 22em;
  }
  .card {
    text-align: center;
  }
  .our-view-1 {
    margin-top: 40px;
  }
}
.data-ai .read-more {
  position: absolute;
  bottom: 0.5em;
}
.glog-landing .read-more {
  position: absolute;
  bottom: 1em;
}
.ngi-bg-color {
  background-color: #f6f6f6 !important;
}
.nextGen-bg-color {
  background-color: #f6f6f6 !important;
}
.about-emails {
  position: absolute;
  bottom: 1em !important;
}
.ngi-margin-top {
  margin-top: 20px;
}
.ngi-bold {
  font-weight: 600;
}
.modal {
  text-align: center;
}

.ngi-mega_menu {
  width: 80%;
  margin: 0px auto;
  display: flex;
}
.success-story-top-section {
  border: 1px #e1e1e1 solid;
  box-shadow: 0px 0px 15px -10px #888;
}
.success-stories-top-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.success-story-about-client {
  border: 1px #e1e1e1 solid;
  box-shadow: 0px 0px 2px 0px #888;
  background-color: #67a844;
  color: #fff;
}
.solution-approach {
  background-color: #f3f2f2;
}
.value-delivered-count {
  font-weight: 900;
  font-size: 46px;
  font-style: italic;
}
.about-count {
  font-weight: 900;
  font-size: 40px;
  font-style: italic;
}
.about-us-new {
  background-color: #f8f8f8;
}
.NGI-vision {
  width: 98%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 8em;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #1d69b1;
}
.why-nextgen-point {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5em;
  text-align: center;
  border: 1px #e1e1e1 solid;
  border-radius: 3px;
  box-shadow: 0px 0px 1px 0px #888;
  font-weight: 700;
  padding: 0px 8px 0px 8px;
}
.benefit-nextgen-point {
  width: 100%;
  margin: 0px auto;
  border-left: 2px #1e65ae solid !important;
  font-weight: 700;
  padding: 0px 8px 0px 8px;
}
.value-delivered-border {
  border: 3px #1e76b7 solid;
  font-size: 50px;
}
.customer-border {
  border: 1px #e1e1e1 solid;
}
.NGI-our-team {
  width: 99%;
  padding: 8px;
  margin: 0px auto;
  text-align: center;
  border: 1px #e1e1e1 solid;
}
/* Active tab CSS  */
.tab button {
  display: block;
  background-color: #f8f8f8;
  color: #256ab1;
  padding: 12px 100px;
  width: 100%;
  border: 1px #e1e1e1 solid;
  font-weight: 600;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

.ab-item {
  color: #ffffff !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
  color: #000;
}

/* Style the tab content */
.tabcontent {
  float: left;
  border: 1px solid #e1e1e1;
  width: 70%;
  border-left: none;
  background-color: #f8f8f8;
  min-height: 305px;
}
.img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f68b0ed;
  color: #fff;
  visibility: hidden;
  opacity: 0;

  /* transition effect. not necessary */
  transition: opacity 0.2s, visibility 0.2s;
}
.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}

.value__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1d69b1;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  padding: 8px;
  cursor: pointer;

  /* transition effect. not necessary */
  transition: opacity 0.2s, visibility 0.2s;
}
.NGI-vision:hover .value__description {
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.landing-btn {
  background-color: #1e65ae;
  padding: 10px;
  border: 1px #1e65ae solid;
  border-radius: 3px;
  width: 250px;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
}
.landing-btn:hover {
  color: #fff !important;
}
.landing-form-btn {
  background-color: #fff;
  border: 1px #1e65ae solid;
  border-radius: 3px;
  color: #1e65ae;
  width: 255px;
  padding: 10px;
  font-weight: 600;
}
.ready-to-market {
  width: 100%;
  border: 1px #e1e1e1 solid;
}
.market {
  background-color: #1e65ae;
  color: #fff;
  padding: 30px;
}
.section-button {
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.value__description_1 {
  position: absolute;
  top: 19px;
  bottom: -5px;
  left: 15px;
  right: 15px;
  background: #1d69b1;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  padding: 8px;
  cursor: pointer;
  transition: opacity 0.2s, visibility 0.2s;
}
.sow-content:hover .value__description_1 {
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
/*Sticky Side bar cass*/
.icon-bar {
  position: fixed;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
}

.icon-bar a:hover {
  background-color: #000;
}
.google {
  background: #65bc54;
  color: white !important;
}

.linkedin {
  background: #b3cd28;
  color: white !important;
}

.youtube {
  background: #5d6b15;
  color: white !important;
}
.landing-frm {
  margin: 0px auto;
  border: 1px #888 solid;
  width: 50%;
  background-color: #fff;
  padding: 10px;
  margin-top: 3em;
}
.subscription-in-footer {
  padding: 100px;
}

.top-banner-custom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 350px;
  padding-bottom: 20px;
}

.contact-form-container {
  display: flex;
  flex-wrap: wrap;
/*  height: 100%;*/
}

.form-container-item-1 {
  flex: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 580px;
  padding: 70px;
}

.form-container-item-2 {
  flex: 50%;
  background-color: #c3dde6;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) inset;
  padding: 70px 0px;
  height: 580px;
}

.item-content {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 70px;
}

.customer-name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.contact-header {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-banner-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.thank-you-main {
  height: 100%;
  padding: 10px;
  margin-bottom: 20px;
}

.contact-page-iframe {
  width: 100%;
  height: 345px;
  border: none;
}

.faq-card {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
  border-radius: 5px !important;
  cursor: pointer;
}

.contact-us-btn {
  padding: 4px 10px;
  border: none;
  background-color: #5799d6;
  color: #fff !important;
  border-radius: 18px;
  font-weight: 700;
  font-size: 17px;
}

.contact-us-btn:hover {
  color: #fff !important;
}

.custom-btn {
  padding: 6px 10px;
  border: none;
  background-color: #1978d1;
  color: #fff !important;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  min-width: 120px;
  text-align: center;
}

.custom-btn:hover {
  background-color: #1978d1;
  color: #fff !important;
}

.insight-title {
  color: #1e65ae !important;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.event-date-label {
  color: #12599c;
  font-size: 18px;
  font-weight: 401;
}

.event-btn {
  padding: 7px 10px;
  border: none;
  background-color: #e36c09;
  color: #fff !important;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  min-width: 180px;
  text-align: center;
}

.event-btn:hover {
  background-color: #ce6209;
  color: #fff !important;
}

.event h5 {
  color: #12599c;
  font-weight: 401;
}

.evt-caption {
  text-transform: uppercase;
  color: #ff0000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.evt-heading {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.evt-title {
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #12599c;
  font-size: 22px;
}

.person-name {
  font-size: 1rem;
  font-weight: 600;
}

.person-org {
  font-size: 1rem;
  font-weight: 600;
  color: #e36c09;
}

.menu-item:hover .dropdown-toggle{
  background-color: #5059b3;
  transition: 0.3s;
  color: #fff !important;
}

.menu-item:hover .nav-link {
  background-color: #5059b3;
  transition: 0.3s;
  color: #fff !important;
}

/* .dropdown-toggle:hover, .nav-link:hover {
  color: #fff !important;
} */

.contact-btn {
  background-color: #66dec3;
  color: #000;
  padding: 5px 5px;
  font-weight: 600;
}

/*.contact-btn:hover a {
  color: #000 !important;
}*/

.footer-bg {
  background-color: #e1e1e1;
  color: #fff;
  box-shadow: none;
}

.cards {
  height: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}

.cheader {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.ctitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.round-img {
  border-radius: 50%;
  height: 9rem !important;
  width: 9rem;
  object-fit: cover;
}

.afflate-container {
  background-color: #e7ebee;
  border-radius: 1rem;
}

.event-list-header {
  font-size: 24px;
  font-weight: 700;
  background-color: #12599c;
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.event-list-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.event-item-title {
  font-size: 20px;
  border-bottom: 1px solid #e1e2e8;
  font-style: italic;
  color: #ED7D31;
  padding-bottom: 10px;
}

.event-item-dt {
  font-size: 18px;
  color: #3a3939;
  letter-spacing: 2px;
}

.event-item-name {
  font-size: 18px;
  color: #1978d1 !important;
  margin-top: 10px;
  letter-spacing: 1px;
  font-weight: 600;
}

.location-heading {
  font-weight: 700;
  font-style: italic;
  color: rgb(105, 102, 102);
}

.location-txt {
  color: rgb(140, 135, 135);
  margin-left: 5px;
}

.location-tm {
  font-weight: 700;
  font-style: italic;
  color: rgb(105, 102, 102);
  margin-left: 50px;
}

.slider-card {
  height: 300px;
  width: 350px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px;
}

.list-unstyled li {
  background-color: #fff;
  font-size: 18px;
  padding: 10px 0px;
  transition: all 0.6s ease-in-out;
}

.list-unstyled li:hover {
  background-color: #5059b3;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
  cursor: pointer;
}

.list-unstyled li:hover a {
  color: #fff !important;
  transition: all 0.4s ease-in;
}

.menu-latest-header {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 550px) {
  .top-banner-custom {
    height: 120px;
    padding-bottom: 10px;
  }

  .ngi-btn-1 {
    width: 110px;
    height: 25px;
    font-size: 11px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .form-container-item-1, .form-container-item-2 {
    flex: 100%;
    box-shadow: none;
  }

  .contact-page-iframe {
    height: 53vh;
  }

  .contact-us-btn {
    border-radius: 0;
    padding: 0;
    color: #000 !important;
    background-color: transparent;
    padding-top: 5px;
  }

  .contact-us-btn:hover {
    color: #000 !important;
  }
  .insight-title {
    margin-top: 5px;
  }

  .title {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) and (min-width: 550px) {
  .top-banner-custom {
    height: 250px;
    padding-bottom: 15px;
  }

  .form-container-item-1, .form-container-item-2 {
    flex: 100%;
    box-shadow: none;
  }
  .contact-page-iframe {
    height: 40vh;
  }

  .contact-us-btn {
    border-radius: 0;
    padding: 0;
    color: #000 !important;
    background-color: transparent;
    padding-top: 5px;
  }

  .contact-us-btn:hover {
    color: #000 !important;
  }

  /* .ngi-btn-1 {
    width: 120px;
    height: 28px;
    font-size: 14px;
    padding: 2px;
  } */

  .insight-title {
    margin-top: 5px;
  }
  .title {
    margin-top: 5px;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .contact-us-btn {
    border-radius: 0;
    padding: 0;
    color: #000 !important;
    background-color: transparent;
    padding-top: 5px;
  }

  .contact-us-btn:hover {
    color: #000 !important;
  }

  .insight-title {
    margin-top: 5px;
  }
  .title {
    margin-top: 5px;
  }
}


  .know-more-link {
        font-size: 16px;
        color: #1e65ae;
        text-decoration: none;
        font-weight: bold;
        transition: color 0.3s ease;
        margin-left: 0;
    }

    .know-more-link span {
        font-size: 14px;
        margin-left: 5px;
        transition: transform 0.7s ease;
    }

    .know-more-link:hover {
        color: #0d47a1;
    }

    .know-more-link:hover span {
        transform: translateX(5px);
    }

    .whitepaper-label-contact {
        width: 110px;
        height: 30px;
        background-color: #457cbf;
        color: white;
        border-radius: 25px;
/*        border: 2px solid #000;*/
        position: absolute;
        top: 183px;
        left: 26%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        z-index: 1;
    }

    .whitepaper-contact {
        width: 325px;
        padding: 20px;
        margin-left: 50px;
        position: relative;
    }

    .whitepaper-contact .card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
/*        background-color: #f0f0f0;*/
        border: 0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border-bottom: 6px solid #1e65ae;
    }

    .whitepaper-contact .card:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    }

    .whitepaper-contact .card-body h3,
    .whitepaper-contact .card-body p,
    .whitepaper-label-contact {
        transition: color 0.3s ease;
    }

    .whitepaper-contact .card:hover .card-body h3,
    .whitepaper-contact .card:hover .card-body p
    {
        color: #1e65ae;
    }

    .whitepaper-contact .card-img-top {
        height: 200px;
        position: relative;
        box-shadow: none;
    }

  .get-in-touch h3 {
      margin: 0px;
      color: white;
      position: relative;
      z-index: 1;
      text-align: left;
      margin-top: -8px;
   }

  .get-in-touch .btn {
      position: absolute;
      top: 40%;
      right: 20px;
      transform: translateY(-50%);
      background-color: white;
      color: black;
      z-index: 1;
      width: 228px;
    }

   .footer-link {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        margin-top: 170px;
        margin-left: 0;
        padding: 0 30px;

    }

    .pdf-button{
      bottom: 25px;
      border-radius: 2.25rem;
      position: relative;
      background-color: #5059b3;
      width: 27%;
      height: 45px;
      color: white;
      border: none;
    }

    .btn-modal {
      background-color: #5059b3;
      border-color: #007bff;
      color: white;
      border-radius: 1.25rem;
      padding: -0.25rem 1.25rem;
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      position: relative;
      width: 41%;
    }

    .modal-dialog-centered {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1.75rem auto;
    }

    .modal-content {
        border-radius: 15px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        padding: 20px;
        background: #f9f9f9;
        border: none;
        max-width: 400px;
        width: 100%;
    }

    .modal-header {
        border-bottom: none;
        padding-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-title {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .modal-body {
        text-align: left;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .form-group label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #333;
    }

    .form-control {
        border-radius: 5px;
        border: 1px solid #ddd;
        padding: 0.75rem;
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }

    .text-center {
        text-align: center;
    }

    .download-btn::before {
        content: "\2193\0332";
        font-size: 16px;
        margin-right: 4px;
        display: inline-block;
        color: black;
    }

    .btn-dup_download_button {
      border-radius: 2.25rem;
      position: relative;
      background-color: white;
      color: black;
      width: 50%;
      height: 45px;
      padding: 10px;
      border: none;
    }

    .pagination {
      margin-top: 25px;
      color: #fff !important; 
       display: flex;
      flex-wrap: wrap; 
      justify-content: center; 
    }

    .pagination a, .pagination span {
        color: #fff !important;
        padding: 8px 15px; 
        text-decoration: none;
        border-radius: 5px;
        margin: 0 2px;
        background-color: #5059b3;
        color: #FFFFFF;
         max-width: 100px;
        width: auto;
        padding: 2px 10px;
    }

    .pagination a:hover {
        background-color: #FFFFFF;
        border-color: #000000;
        color: #000000 !important;
    }

    .pagination .current {
        background-color: #FFFFFF;
        color: #000000 !important;
    }

    .col-12.pagination-center .pagination {
        display: flex;
        justify-content: center;
    }

    @media (min-width: 768px) {
        .pagination a, .pagination span {
            padding: 5px 17px;
            font-size: 16px;
            max-width: 150px;
        }
    }

    .arrow-btn{
        display: flex;
        justify-content: flex-end;
        padding: 0 55px;
    }
    .resource-section {
        background-image: #f9f9f9;
        padding: 60px 0;
    }

    .resouce-title {
        margin-top: -35px;
    }

    .resource-slider {
        position: relative;
        overflow: hidden;
    }

    .resource-slider-wrapper {
        display: flex;
        transition: transform 0.5s ease;
    }

    .resource-slide {
        display: flex;
        flex: 0 0 100%;
    }

    .resource-item {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .resource-link {
        text-decoration: none;
        color: inherit;
    }

  /* .col-12 h1 {
        position: absolute;
        top: -60px; 
        
    }*/

    .resource-box {
        position: relative;
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
        /* background-image: url("<?= get_template_directory_uri();?>/assets/images/resource.png");*/
        background-color: #5059b3;
        padding: 60px 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 15px;
        height: 325px;
        width: 250px;

    }

    .resource-type {
        position: absolute;
        top: 10px;
        left: 12px;
        background-color: white;
        color: black;
        padding: 4px 21px;
        font-size: 12px;
        border-radius: 50px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .resource-description {
        margin-bottom: 15px;
    }

    .resource-description h2 {
        font-size: 20px;
        margin: 0;
        font-weight: bold;
    }



    .resource-description p {
        font-size: 14px;
        color: #FFFFFF;
        margin-top: 40px;
    }

    .resource-box img {
        width: 100%;
        height: 54%;
        margin-top: 38px;
    }
    

    .resource-box:hover img {
        transform: scale(1.1); /* Zooms in the image */
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adds a shadow for focus effect */
    }

    .resource-slider-prev, .resource-slider-next {
        background: #000;
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 55px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 20px;
        z-index: 10;
        margin-left: 10px;
    }

    .resource-slider-prev {
        left: 10px;
    }

    .resource-slider-next {
        right: 10px;
    }

    .resource-slider-prev i, .resource-slider-next i {
        margin: 0;
    }

    @media (max-width: 576px) {
        .resouce-title h1 {
            font-size: 25px;
            padding-top: 25px;
        }

        .resource-box{
            width: 370px;
        }
    }

    
  /*.popup-overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    visibility: hidden; 
    opacity: 0; 
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; 
  }

.popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    max-width: 530px;
    width: 100%;
    position: relative;
}

  .popup-overlay.show { 
      visibility: visible;
      opacity: 1;
  }

  .popup-close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 24px;
      cursor: pointer;
  }

  .btn-popup {
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      width: 212px; 
      margin-top: 20px;
  }*/