/*!
Theme Name: digitalsolution
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitalsolution
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

digitalsolution is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/**Mega Menu **/
.navbar .container {
  position: relative;
}

.navbar-nav, .navbar .collapse, .navbar-nav li {
  position: static;
}

.navbar-nav li {
  font-weight: 400;
  font-size: 17px;
}
.navbar-nav li a {
font-size: 17px !important;
  color: white !important;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}
.navbar-nav li a:hover {
  color:#ff5722 !important;
}
/*.navbar-nav li ul li a {*/
/*  color: gray !important;*/
/*  font-weight: 400;*/
/*  font-size: 16px;*/
/*}*/
/*.navbar-nav li ul li a:hover {*/
/*  color: gray !important;*/
/*  font-weight: 400;*/
/*}*/

.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  right: auto;
}

.menu-item-has-children .dropdown-menu {
  width: auto !important;
}

/* Make dropdown visible on hover */
@media (min-width: 1200px) {
  .navbar .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    /*background-color: #09bc8a;*/
    padding: 1rem 0.5rem 1rem 0.5rem;
    list-style: none;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    opacity: 0;
    margin-top: 7px !important;
    display: block;
    visibility: hidden;
    min-width: 150px;
    transition: all 0.4s ease-in-out;
    z-index: 99999 !important;
  }

  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropdown.show > .dropdown-menu {
    visibility: visible;
    display: block;
    opacity: 1;
    margin-top: 6px !important;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all 0.4s ease-in-out;
  }

  .mega-menu-parent.dropdown .dropdown-menu {
    position: absolute;
    /*background: rgb(64 52 83 / 42%) !important;  */
    /*backdrop-filter: blur(10px) !important;*/
    right: 175px;
  }
}
/*.dropdown-menu{*/
/*     background-color: #0f0f0f !important;*/
/*}*/

.megamenu-inner-dropdown p a{
    color: white !important;
    list-style-type: circle;
}
.megamenu-inner-dropdown p a:hover{
    color: white !important;
    list-style-type: circle;
}
#mega-menu-1753{
     /*background: rgb(64 52 83 / 42%) !important;  */
     background-color: #0F0F0F !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
#mega-menu-1538{
     background-color: #0F0F0F !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    right: 50px;
}
@media (max-width: 1200px) {
  #mega-menu-1538{
    width: fit-content;
    left: 245px;
}
  }
/* .delivix-navmenu .navbar ul.dropdown-menu:before {*/
/*    backdrop-filter: blur(5px);*/
/*    content: "";*/
/*    display: block;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

/*.main-navigation{*/
/*position: relative;*/
/*}*/

#mega-menu-2330{
    width: 100% !important;
}
/* background color change */
/* .navbar-nav .dropdown-menu {
  background-color: #282f41 !important;
} */

/* nav link hover color and simple core */
/* .menu-mega-nav-link-col {
  color: #2F2B2B !important;
  font-weight: 400;
  margin: 0px 0.4rem;
  font-size: 1rem;
}
.menu-mega-nav-link-col:hover {
  margin: 0px 0.4rem;
  text-decoration: underline;
  color: white !important;
} */

/* caret added at top */
.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.3em dashed;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/*progressbar section*/
        .whychoose-us-platform .platform-image {
            width: 100%;
            aspect-ratio: 1/1;
            object-fit: cover;
            border-radius: 8px;
            transition: opacity 0.5s ease;
        }
        
    /*.trust-platform-image-column-row{*/
    /*    height:850px;*/
    /*}*/
    
    
    /*    @media (max-width: 992px) {*/
    /*    .trust-platform-image-column-row{*/
    /*    height:900px;*/
    /*}*/
    /*}*/
        
        .trust-platform-image-column{
            position:relative;
    background-color: #0D0D0D;
    box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
        }
        
  .trust-platform-image-column::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 300px;
    left: 0;
    width: 315px;
    background: linear-gradient(180deg, rgba(255, 82, 14, 1) -43%, rgba(255, 82, 14, 1) 100%); /* Default gradient */
    filter: blur(100px);
    opacity: 0;
    transition: all 0.5s ease; /* Smooth transition for background and opacity */
    z-index: 0;
    overflow:hidden;
}

.trust-platform-image-column:hover::before {
    background: linear-gradient(180deg, rgba(255, 18, 251, 0.73) -43%, rgba(86, 54, 105) 100%); /* Gradient on hover */
    opacity: 0.5;
}        
        
        .trust-platform-image{
            max-width: 251px;
    max-height: 278px;
    position:relative;
    object-fit: contain;
  /*  background-color: #0D0D0D; */
  /*  border:1px solid rgba(255, 255, 255, 0.1);*/
  /*  box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.034),*/
  /*0 6.7px 5.3px rgba(0, 0, 0, 0.048),*/
  /*0 12.5px 10px rgba(0, 0, 0, 0.06),*/
  /*0 22.3px 17.9px rgba(0, 0, 0, 0.072),*/
  /*0 41.8px 33.4px rgba(0, 0, 0, 0.086),*/
  /*0 100px 80px rgba(0, 0, 0, 0.12);*/
    padding: 0rem;
    position: relative;
    transition: transform 0.3s ease-in-out;
    transform-origin: center center;
    transform: scale(1);
    z-index: 1;
        }
        .trust-platform-image:hover{
             transform: scale(1.1);
        }
        
    
        
        .whychoose-us-platform .platform-item {
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .whychoose-us-platform .platform-item.inactive {
            opacity: 0.5;
        }
        
        .whychoose-us-platform .platform-description {
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            opacity: 0;
            margin-top: 0;
            font-size:20px;
             font-family: "Inter", system-ui, -apple-system, sans-serif;
             color: #808080 !important;
        }
        
        .whychoose-us-platform .platform-description.active {
            max-height: 200px;
            opacity: 1;
            margin-top: 1rem;
        }
        
        .whychoose-us-platform .progress {
            height: 2px;
            background-color: #333;
            margin-top: 8px;
            margin-bottom: 12px;
            width: 100%;
        }

        .whychoose-us-platform .progress-bar {
            background-color: #ff4d00;
            transition: width 0.05s linear;
            width: 0;
            opacity: 1;
        }

        .whychoose-us-platform .platform-number {
            /*color: #666;*/
            font-size: 28px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
        }
        
        .whychoose-us-platform .fade-image {
            opacity: 0;
            transition: opacity 0.5s ease;
        }
        
        .whychoose-us-platform .fade-image.show {
            opacity: 1;
        }

        .whychoose-us-platform .platform-header {
            margin-bottom: 0;
            cursor: pointer;
            user-select: none;
        }

        .whychoose-us-platform .platform-header:hover {
            opacity: 0.8;
        }

        .whychoose-us-platform .platform-item.active {
            opacity: 1;
        }
        
        /*casestudy page*/
            .delivix-case-studies {
      padding: 100px 0px;
      text-align: left;
    }
    .delivix-case-studies h1 {
      font-size: 3rem;
      margin-bottom: 10px;
    }
    .delivix-case-studies p {
      font-size: 1.2rem;
      margin-bottom: 30px;
    }
   .delivix-case-studies .case-card {
      background-color: #161b22;
      border: none;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      transition: transform 0.3s;
    }
   .delivix-case-studies .case-card:hover {
      transform: translateY(-10px);
    }
   .delivix-case-studies .case-card img {
      width: 100%;
      height: 350px;
      object-fit: cover;
      transition: filter 0.3s;
    }
   .delivix-case-studies .case-card:hover img {
      filter: blur(4px);
    }
   .delivix-case-studies .case-card-body {
      padding: 20px;
    }
   .delivix-case-studies .case-card-body h5 {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }
   .delivix-case-studies .case-card-body p {
      font-size: 1rem;
      color: #ccc;
    }
   .delivix-case-studies .arrow-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.5);
      width: 60px;
      height: 60px;
      background-image: url('https://delivix.digital/wp-content/uploads/2024/12/casestudyhover-icon.png');
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0;
      transition: transform 0.4s ease, opacity 0.4s ease;
    }
   .delivix-case-studies .case-card:hover .arrow-icon {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }
    /*casestudy blockqoute*/
    .casestudy-testimonial-section .krian-text {
            font-size: 10rem;
            font-weight: bold;
            color: rgba(255, 255, 255, 0.03);
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
        }

      .casestudy-testimonial-section {
            /*background-color: #1a1a1a;*/
            color: white;
            padding: 4rem 2rem;
            position: relative;
            overflow: hidden;
        }

       .casestudy-testimonial-section .quote-marks {
            position: absolute;
            top: -20px;
            left: -20px;
            width: 200px;
            height: 200px;
            opacity: 0.1;
            z-index: 1;
        }

       .casestudy-testimonial-section .testimonial-text {
            font-size: 2.5rem;
            font-weight: 500;
            line-height: 1.3;
            position: relative;
            z-index: 2;
            margin-bottom: 2rem;
        }

       .casestudy-testimonial-section .testimonial-subtext {
            font-size: 1.1rem;
            color: #e0e0e0;
            margin-bottom: 1.5rem;
        }

       .casestudy-testimonial-section .author-info {
            color: #ffffff;
        }

       .casestudy-testimonial-section .company-name {
            color: #808080;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
           .casestudy-testimonial-section .krian-text {
                font-size: 5rem;
            }
            
           .casestudy-testimonial-section .testimonial-text {
                font-size: 1.8rem;
            }

           .casestudy-testimonial-section .quote-marks {
                width: 150px;
                height: 150px;
            }
        }
        /*casestudy inner pages*/
        .cs-project-detial-section {
            padding: 5rem 0;
        }

       .cs-project-detial-section .project-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 2rem;
        }

       .cs-project-detial-section .project-info {
            margin-bottom: 1rem;
        }

       .cs-project-detial-section .project-label {
            color: #808080;
            margin-bottom: 0.5rem;
        }

       .cs-project-detial-section .project-value {
            font-size: 1.2rem;
        }

       .cs-project-detial-section .view-website {
            display: inline-flex;
            align-items: center;
            color: #fff;
            text-decoration: none;
            margin-top: 2rem;
            padding: 0.5rem 0;
            transition: opacity 0.3s;
        }

       .cs-project-detial-section .view-website:hover {
            opacity: 0.8;
            color: #fff;
        }

       .cs-project-detial-section .view-website i {
            margin-left: 0.5rem;
            font-size: 0.8em;
        }
        /*casestudy insight section*/
               .casestudy-insights-section {
            padding: 5rem 0;
        }

        .casestudy-insights-section .section-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 3rem;
        }

        .casestudy-insights-section .section-title {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .casestudy-insights-section .section-description {
            color: #808080;
            max-width: 600px;
        }

        .casestudy-insights-section .view-all {
            color: #fff;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            transition: opacity 0.3s;
        }

        .casestudy-insights-section .view-all:hover {
            opacity: 0.8;
            color: #fff;
        }

        .casestudy-insights-section .view-all img {
            width: 15px;
            height: 15px;
            margin-left: 5px;
        }

        .casestudy-insights-section .insight-card {
            background-color: #1a1a1a;
            border-radius: 15px;
            overflow: hidden;
            height: 100%;
            transition: transform 0.3s;
            text-decoration: none;
            color: #fff;
        }

        .casestudy-insights-section .insight-card:hover {
            transform: translateY(-5px);
            color: #fff;
        }

        .casestudy-insights-section .card-img-container {
            height: 250px;
            overflow: hidden;
            position: relative;
        }

        .casestudy-insights-section .card-img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: filter 0.3s ease;
        }

        .casestudy-insights-section .hover-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            background-color: #000;
            border-radius: 50%;
            display: none;  /* Changed from opacity: 0 to display: none */
            align-items: center;
            justify-content: center;
            z-index: 2;
        }

        .casestudy-insights-section .hover-icon img {
            width: 25px;
            height: 25px;
        }

        .casestudy-insights-section .insight-card:hover .hover-icon {
            display: flex;  /* Changed from opacity: 1 to display: flex */
        }

        .casestudy-insights-section .insight-card:hover .card-img-container img {
            filter: blur(0px) brightness(1);
        }

        .casestudy-insights-section .insight-card:hover .hover-icon {
            opacity: 1;

        }

        .casestudy-insights-section .card-content {
            padding: 1.5rem;
        }

        .casestudy-insights-section .card-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .casestudy-insights-section .card-date {
            color: #808080;
            font-size: 0.9rem;
        }

        @media (max-width: 768px) {
         .casestudy-insights-section .section-title {
            font-size: 2rem;
        }
        
        .casestudy-insights-section .section-header {
            flex-direction: column;
            gap: 1rem;
        }
    }
    
    /*careers page style*/
     .career-header-sec {
           
            padding: 100px 0;
        }

       .career-header-sec .main-heading {
            font-size: clamp(3rem, 5vw, 4.5rem);
            font-weight: 600;
            text-align: center;
            margin-bottom: 1rem;
        }

       .career-header-sec .intro-text {
            text-align: center;
            color: rgba(255, 255, 255, 0.8);
            font-size: 1.1rem;
            max-width: 800px;
            margin: 0 auto 2rem;
        }

       .career-header-sec .description-text {
            font-size: 1.75rem;
            line-height: 1.4;
            /*margin: 4rem 0;*/
            max-width: 1000px;
        }

       .career-header-sec .job-card {
            background-color: rgba(30, 30, 30, 0.5);
            border-radius: 20px;
            padding: 2rem;
            height: 100%;
            border: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            min-height: 360px;
            display: flex;
            flex-direction: column;
            backdrop-filter: blur(10px);
        }

       .career-header-sec .job-title {
            font-size: 1.75rem;
            font-weight: 500;
            margin-bottom: 1.5rem;
            color: rgba(255, 255, 255, 0.95);
        }

       .career-header-sec .job-description {
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.6;
            margin-bottom: 2rem;
            font-size: 0.95rem;
        }

       .career-header-sec .job-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        /* Updated Meta Section Styles */
       .career-header-sec .meta-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: auto;
        }

       .career-header-sec .job-meta {
            display: flex;
            gap: 1.5rem;
            font-size: 0.925rem;
            align-items: center;
        }

       .career-header-sec .meta-item {
            display: flex;
            align-items: center;
            color: rgba(255, 255, 255, 0.8);
            gap: 0.5rem;
        }

       .career-header-sec .location-icon {
            color: #f4511e;
            font-size: 0.85rem;
        }

       .career-header-sec .time-icon {
            color: #f4511e;
            width: 0.85rem;
            height: 0.85rem;
            border: 2px solid currentColor;
            border-radius: 50%;
            position: relative;
            display: inline-block;
        }

       .career-header-sec .apply-button {
    background-color: transparent;
    text-decoration:none;
    border: 2px solid #ff5912;
    color: #ffffff;
    border-radius: 25px;
    padding: 0.6rem 1.5rem;
    font-size: 17px !important;
    font-weight: 500;
    transition: all 0.3s ease;
        }

       .career-header-sec .apply-button:hover {
            background-color: #ff5912;
            color: white;
        }

        @media (max-width: 768px) {
            body {
                padding: 2rem 1rem;
            }
            
           .career-header-sec .description-text {
                font-size: 1.4rem;
                margin: 2rem 0;
            }
            
           .career-header-sec .job-card {
                margin-bottom: 1rem;
                min-height: auto;
            }

           .career-header-sec .meta-wrapper {
                flex-direction: column;
                gap: 1rem;
                align-items: flex-start;
            }

           .career-header-sec .job-meta {
                flex-direction: column;
                gap: 0.75rem;
            }
        }
        
        /*next step career*/
        .next-step-career-section {
            padding: 4rem 0;
            text-align: center;
        }

       .next-step-career-section .image-container {
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto 3rem;
            overflow: hidden;
            border-radius: 12px;
        }

       .next-step-career-section .career-image {
            width: 100%;
            height: auto;
            object-fit: cover;
            aspect-ratio: 16/9;
        }

       .next-step-career-section .section-heading {
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            font-weight: 600;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }

       .next-step-career-section .section-description {
            font-size: 1.1rem;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.8);
            max-width: 800px;
            margin: 0 auto 2rem;
        }

       .next-step-career-section .contact-button {
            background-color: #f4511e;
            border: none;
            border-radius: 30px;
            color: white;
            font-size: 1rem;
            padding: 0.8rem 2.5rem;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

       .next-step-career-section .contact-button:hover {
            background-color: #f4511e;
            color: white;
            transform: translateY(-2px);
        }

        /* Gradient overlay for image */
       .next-step-career-section .image-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 30%;
            background: linear-gradient(to bottom, transparent, rgba(17, 17, 17, 0.8));
            pointer-events: none;
        }

        @media (max-width: 768px) {
            .next-step-career-section {
                padding: 2rem 1rem;
            }

           .next-step-career-section .section-heading {
                font-size: 2rem;
            }

           .next-step-career-section .section-description {
                font-size: 1rem;
                padding: 0 1rem;
            }
        }
        /*featuer section*/
        .gamma-career-featuer-sec .intro-section {
            margin-bottom: 4rem;
        }

       .gamma-career-featuer-sec .section-label {
            color: #f4511e;
            font-size: 1rem;
            margin-bottom: 1.5rem;
            font-weight: 500;
        }

       .gamma-career-featuer-sec .main-heading {
            font-size: clamp(2.5rem, 4vw, 3.5rem);
            font-weight: 600;
            line-height: 1.2;
            max-width: 500px;
        }

       .gamma-career-featuer-sec .features-list {
            padding-left: 2rem;
        }

       .gamma-career-featuer-sec .feature-item {
            /*margin-bottom: 4rem;*/
            position: relative;
            transition: all 0.3s ease;
        }

       .gamma-career-featuer-sec .feature-number {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.875rem;
            margin-bottom: 0.5rem;
            font-weight: 500;
            position: absolute;
            top: 1rem;
            left: -2rem;
        }

       .gamma-career-featuer-sec .feature-title {
            font-size: clamp(3rem, 5vw, 4.5rem);
            font-weight: 500;
            line-height: 1.1;
            margin-bottom: 0;
            transition: transform 0.3s ease;
        }

       .gamma-career-featuer-sec .feature-item:hover .feature-title {
            transform: translateX(20px);
        }

       .gamma-career-featuer-sec .description {
            font-size: 1.1rem;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.8);
            margin: 3rem 0;
            max-width: 90%;
        }

       .gamma-career-featuer-sec .cta-button {
            background-color: #f4511e;
            border: none;
            border-radius: 30px;
            color: white;
            font-size: 17px !important;
            padding: 0.8rem 2rem;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

       .gamma-career-featuer-sec .cta-button:hover {
            background-color: #f4511e;
            color: white;
            transform: translateY(-2px);
        }

        @media (max-width: 768px) {
            body {
                padding: 2rem 1rem;
            }

           .gamma-career-featuer-sec .features-list {
                padding-left: 1rem;
                margin-top: 3rem;
            }

           .gamma-career-featuer-sec .feature-title {
                font-size: 2.5rem;
            }

           .gamma-career-featuer-sec .feature-number {
                left: -1rem;
            }
        }
        
        /*thank you page*/
         .thank-you-page-styla {
            /*background: linear-gradient(145deg, #000000, #002b1d);*/
            /*color: white;*/
            /*min-height: 100vh;*/
           padding:100px 0px;
            display: flex;
            align-items: center;
            /*margin: 0;*/
            /*padding: 20px;*/
        }
        
       .thank-you-page-styla .thank-you-section {
            width: 100%;
            position: relative;
            /*padding: 2rem 1rem;*/
        }
        
       .thank-you-page-styla .main-heading {
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            /* Responsive font size */
            font-size: clamp(2.5rem, 5vw, 4.5rem);
        }
        
       .thank-you-page-styla .sub-text {
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
            margin-bottom: 1.5rem;
            /* Responsive font size */
            font-size: clamp(1rem, 2vw, 1.25rem);
            max-width: 600px;
        }
        
       .thank-you-page-styla .gradient-overlay {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        /* Extra Small devices (phones, 576px and down) */
        @media (max-width: 576px) {
           .thank-you-page-styla .thank-you-section {
                /*padding: 1rem;*/
            }
        }

        /* Small devices (landscape phones, 576px and up) */
        @media (min-width: 576px) {
           .thank-you-page-styla .thank-you-section {
                /*padding: 1.5rem;*/
                
            }
            /*.book-call-btn{*/
            /*    margin-top: 40px !important;*/
            /*}*/
        }

        /* Medium devices (tablets, 768px and up) */
        @media (min-width: 768px) {
           .thank-you-page-styla .thank-you-section {
                /*padding: 2rem;*/
            }
        }

        /* Large devices (desktops, 992px and up) */
        @media (min-width: 992px) {
           .thank-you-page-styla .thank-you-section {
                /*padding: 3rem;*/
            }
        }

        /* Extra large devices (large desktops, 1200px and up) */
        @media (min-width: 1200px) {
           .thank-you-page-styla .thank-you-section {
                /*padding: 4rem;*/
            }
        }

        /* Container with max-width for very large screens */
       .thank-you-page-styla .container-custom {
            width: 100%;
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 15px;
        }