@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins',sans-serif !important;
    background: #f7faff !important;
}
.region.region-content {
    padding: 0;
    margin: 0;
}
footer.node__meta {
  display: none;
}
a.nav-link {
    color: aqua;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #111;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #00c6ff, #0044ff);
    box-shadow: 0px 0px 8px #00c6ff;
    border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #0099cc, #0022aa);
}
.scroll-progress {
    width: 50px;
    /* change size here */
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.7);
    transition: all 0.3s ease;
    z-index: 9999;
}
.scroll-progress.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}
/* TEXT & ARROW CENTER FIX */
.scroll-progress span {
    position: absolute;
    /* font-weight: bold; */
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* SVG always fits the button */
.scroll-progress svg {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
/* Circle progress */
.scroll-progress circle {
    fill: none;
    stroke: url(#grad);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
}
/* Center arrow / text */
.scroll-progress span {
    position: absolute;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
span#upArrow {
    font-size: 24px;
}
#scrollPercent {
    display: none;
}
#upArrow {
    display: block;
}
#cursorDot {
    position: fixed;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: blue;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 99999;
    transition: width .2s ease, height .2s ease, background .2s ease;
}
#cursorDot.expand {
    width: 42px;
    height: 42px;
    background: rgb(204, 204, 250);
    opacity: 0.25;
    backdrop-filter: blur(4px);
}
/* ---------Top header------------- */
.simple-header {
    background: #0E6DAA;
    color: #fff;
    font-size: 14px;
}
.simple-header span {
    display: inline-flex;
    gap: 4px;
}.social-icon {
    width: 25px;
    height: auto;
    margin-left: 0px;
}
.simple-icon:hover {
    opacity: 0.7;
}
.social-media-icons img {
    width: 40px;
    height: 30px;
}
.social-media-icons p {
    margin: 0;
}
/* ---main header----- */
a.btn-round {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 12px 18px;
    margin-bottom: 0px;
    color: white;
    background-color: #0E6DAA;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    text-decoration: none;
    border-radius: 30px;
}
.cust-head img {
    width: 150px !important;
    height: 55px;
}
.cust-head a.nav-link {
    font-size: 16px;
    color: #0E6DAA;
    font-weight: 600;
}
.cust-head a.nav-link.active.is-active {
    color: #0E6DAA;
    font-weight: 700;
}
ul.navbar-nav>li.nav-item {
    padding-right: 30px;
}
.dropdown-item:hover,
.dropdown-item:focus {
    background: #0E6DAA !important;
    color: #fff;
    width: 100%;
}
.dropdown-item.active {
    background: #0E6DAA !important;
    color: white;
}
.dropdown-item:hover {
    background: #0E6DAA !important;
    color: white !important;
}
.cust-head .nav-item.dropdown:has(.dropdown-item.is-active)>.nav-link {
    color: #0E6DAA;
    font-weight: 700;
}.w-md-100 {
  width: 50%;
}
/* -----------Service detail page-------------- */
/* ---Owl banner----- */
.owl-carousel .carousel-item {
    position: relative;
}
.carousel-text {
    position: absolute;
    top: 15%;
    left: 20px;
    color: #fff;
    padding: 15px;
    max-width: 80%;
    width: 40%;
}
.banner-caro a {
    
    text-decoration: none;
    color: #0E6DAA;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease;
}
.banner-caro  {
  background: #fff;
  padding: 12px 26px;
  border-radius: 30px;
 
  display: inline-block;
  transition: 0.3s ease;
}
.banner-caro a
.banner-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
.banner-description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
    opacity: 0.9;
}

.banner-caro a:hover {
  transform: translateX(6px);
  }

.banner-caro a:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url('https://cdaqi.com/images/w1-arrow.webp') no-repeat center;
    background-size: contain;
    transition: background 0.3s ease;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -2px;
}
.banner-caro a {
  transition: transform 0.3s ease, color 0.3s ease;
  position: relative;
}
a.cdaqi-herobtn:hover {
  transform: translateX(6px);
}
.get-in-touch a:hover {
    background: rgb(11.05, 93.5, 215.05);
    color: white;
}
p.cdaqicyberbtn {
  background: #fff;
  padding: 12px 26px;
  display: inline-block;
  /* transition: 0.3s ease; */
  /* border: 1px solid; */
  border-radius: 30px;
}
.owl-carousel .owl-item {
    transition: opacity 1s ease-in-out;
}
/*********Why choose us*****/
.why-choose-us {
    margin-top: 60px;
    margin-bottom: 60px;
}
.why-choose-us .team-image-box {
    position: relative;
}
.why-choose-us .badge-card {
    position: absolute;
    bottom: 24px;
    right: 16px;
    background: #0E6DAA;
    color: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    text-align: center;
    width: 180px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.why-choose-us .main-box {
    background: #e8edfa;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 30px;
    border-radius: 15px;
    text-align: center;
    width: 215px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    height: 195px;
}
.why-choose-us .icon-box {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #0E6DAA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 10px;
}
.why-choose-us .feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 55px;
}
.why-choose-us .nav-pills .nav-link {
    background: #f1f1f1;
    color: #333;
    margin-right: 9px;
    border-radius: 50px !important;
    font-weight: 500;
    font-size: 14px;
}
.why-choose-us .nav-pills .nav-link.active {
    background: #0E6DAA;
    color: #fff;
}
h2.fw-bold.why-h2 {
    margin-bottom: 2rem;
}
.why-choose-us .team-content-box ul.nav.nav-pills {
    margin-bottom: 2rem;
}
.feature-icon img {
    width: 80px;
    /* height: 75px; */
    margin-top: -16px;
}
.feature-icon1 img {
    width: 80px;
    /* height: 75px; */
    margin-top: -16px;
}
.d-flex.justify-content-between.mt-4 {
    border-bottom: 1px solid #d3cccc;
    padding-bottom: 30px;
}
.hwhychoose {
    border-top: 1px solid #0E6DAA;
    border-bottom: 1px solid #0E6DAA;
    padding: 13px 0px;
}
.tab1-wh-h5 {
    padding-left: 10px;
}
/***sub service section***/
section.sub-service {
    text-align: center;
}
.sub-img {
    background: rgba(255, 255, 255, 0.050);
    border: 1px solid rgba(6, 17, 83, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease 0s;
}
.sub-img img {
  width: 65px;
  height: 65px;
}
.ebf img {
  width: 85px;
  height: auto;
}
section.sub-service:hover .sub-img {
    border: 1px solid #0E6DAA;
}
.sub-title  {
    color: #0E6DAA;
    text-decoration: none;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    transition: all 0.4s ease 0s;
}
.sub-title {
    margin-top: 30px;
    position: relative;
}
.border2 {
    position: relative;
      left: 50%;
      height: 1px;
      width: 90px;
      background-color: rgba(6, 17, 83, 0.1);
      transform: translateX(-50%);
      margin-top: 20px;
}
span.footer-country {
  font-weight: 600;
  width: 66px;
  display: inline-block;
}
.d-flex.footer-call-icon {
   margin-bottom: 2px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
section.sub-service:hover .border2::before {
    width: 100%;
    left: 0;
}
.border2::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    height: 1px;
    background: #0E6DAA;
    transition: all 0.4s ease 0s;
}
.sub-desc p {
    color: #616161;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.sub-explore a {
    border: 1px solid rgba(6, 17, 83, 0.1);
    color: #0E6DAA;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 24px;
    overflow: hidden;
    background-color: transparent;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.sub-explore a::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url("https://cdaqi.com/images/b-arrow.webp") no-repeat center;
    background-size: contain;
    transition: background 0.3s ease;
  }  
  /* Hover → white arrow */
  .sub-explore a:hover::after {
    background: url("https://cdaqi.com/images/w-arrow.webp") no-repeat center;
    background-size: contain;
  }
.sub-explore {
    margin-top: 40px;
    position: relative;
}
section.sub-service:hover .sub-explore a:after {
    background: url("https://cdaqi.com/images/w-arrow.webp") no-repeat center;
    background-size: contain;
}
section.sub-service:hover .sub-explore a {
    background-color: #0E6DAA;
    color: white;
}
.sub-cobtainer-f .item-list.item-list--blazy.item-list--blazy-column {
    background: linear-gradient(135deg, #083d63, #0E6DAA) !important;
      padding: 70px;
}
.service-over-heading.text-center {
      background: linear-gradient(12deg, #083d63, #0E6DAA) !important;
        padding: 50px;
        color: white;
}
.container-fluid.sub-cobtainer-f {
    padding: 0;
}
.sub-service-main {
    background: white;
    border-radius: 30px;
    padding: 30px;
}
.sub-service-main {
  position: relative;
  overflow: hidden;
  height: 353px;
}
/* Shared shutter styles */
.sub-service-main:hover .shutter {
    position: absolute;
    top: 0;
    width: 51%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.7s ease-in-out;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.35), transparent 60%),
        linear-gradient(6deg, #6a8cff, #7cf3e1);
}
/* Left shutter */
.sub-service-main .shutter-left {
    left: 0;
    transform: translateX(-100%);
}
/* Right shutter */
.sub-service-main .shutter-right {
    right: 0;
    transform: translateX(100%);
}
/* Hover animation */
.sub-service-main:hover .shutter-left,
.sub-service-main:hover .shutter-right {
    transform: translateX(0);
}
/* Content always above shutters */
.sub-service-main>*:not(.shutter) {
    position: relative;
    z-index: 2;
}
/**************what we offer*************/
.hero-section {
    background-color: #f5f8ff;
}
/* LEFT AREA */
.hero-image-area {
    min-height: 500px;
}
.hero-image-top {
    width: 65%;
}
.hero-image-bottom {
    width: 50%;
    margin-top: -80px;
    margin-left: auto;
}
.hero-agency-badge {
  position: absolute;
  top: 0;
  right: 40px;
  background: #0E6DAA;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  width: 25%;
}
.hero-agency-badge i {
    font-size: 24px;
    display: block;
}
.hero-profile-card {
    position: absolute;
    bottom: 10%;
    left: 0;
    background: #fff;
    padding: 0px 8px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.hero-profile-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
/* RIGHT AREA */
.hero-content-area {
    padding-left: 40px;
}
.hero-badge {
    display: inline-block;
    padding: 6px 15px;
    background: #e7efff;
    color: #0E6DAA;
    border-radius: 30px;
    font-weight: 600;
}
.hero-title {
    font-size: 42px;
    font-weight: 700;
    margin: 20px 0;
}
.hero-description {
    color: #6c757d;
    margin-bottom: 25px;
}
/* FEATURES */
.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.hero-feature-icon {
    width: 50px;
    height: 50px;
    background: #0E6DAA;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: -12px;
}
/* LIST */
.hero-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.hero-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.hero-list li::before {
    content: "\f633";
      /* Bootstrap check-circle-fill */
      font-family: "bootstrap-icons";
      color: #0E6DAA;
      position: absolute;
      left: 0;
      top: 2px;
}
/* BUTTON */
.hero-btn {
    background: #0E6DAA;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
}
.hero-btn:hover {
    background: #0E6DAA;
    color: #fff;
}
.float-down {
    animation: floatDown 3s ease-in-out infinite;
}
.float-down1 {
    margin-top: 20px;
}
@keyframes floatDown {
    0% {
        transform: translateY(-8px);
    }

    50% {
        transform: translateY(8px);
    }

    100% {
        transform: translateY(-8px);
    }
}
img.hero-profile-img-rol {
    width: 54px;
    height: 54px;
}
a.btn.hero-btn {
    border: 1px solid rgba(6, 17, 83, 0.1);
    color: #0E6DAA;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 24px;
    overflow: hidden;
    align-items: center;
    font-weight: 500;
}
a.btn.hero-btn:hover {
    background-color: #0E6DAA;
    color: white;
}
/***Success snapshot*******/
.snapshot {
    padding: 80px;
    margin: 60px 0px;
    background: linear-gradient(to right, rgba(5, 20, 60, 0.85), rgba(5, 20, 60, 0.55)),
    url('https://cdaqi.com/images/bgimg.webp') center/cover no-repeat;
    color: white;
}
.snap-main {
    background: rgba(255,255,255,0.10);
    color: white;
    border-radius: 30px;
    padding-top: 28px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.20);
    height: 268px;
}
.snap-img {
    background: rgba(255, 255, 255, 0.050);
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84px;
    width: 84px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease 0s;
}
.snap-title {
    font-size: 16px;
    line-height: 32px;
    color: white;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding: 30px;
}
/*********footer***********/
.site-footer {
background-color: #0E6DAA !important;
    color: #fff;
}
p.footer-text {
    opacity: 0.502;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-socialtext.d-flex {
    gap: 18px;
}
p.footer-text-heading {
    opacity: 0.502;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}
.field-content.logoimg img {
  width: 126px;
}
.view-id-logo_carousel {
  display: none;
}
.footer-main {
    padding: 134px 0 50px;
}
.footer-title {
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-links ul {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: white;
    text-decoration: none;   
}
.footer-links li {
  transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
}
.footer-links li:hover {
  transform: translateX(6px);
}
.footer-blog .blog-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}
.footer-blog img {
    width: 60px;
    border-radius: 10px;
}
.footer-social a {
    color: #fff;
    margin-right: 12px;
    font-size: 16px;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    font-size: 14px;
}
.footer-policy a {
    color: #cfd3ff;
    margin-left: 15px;
    text-decoration: none;
}
footer.mt-auto {
    padding: 0;
}
.region.region-footer {
    padding: 0;
}
.footer-logo img {
  width: 150px;
  height: auto;
  margin-left: 0px;
}
.footer-text {
    margin-top: 20px;
}
p.footer-text-a a {
    text-decoration: none;
    font-size: 16px;
    color: white;
}
p.footer-text-heading-a {
    font-size: 16px;
}
.footer-social.d-flex img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.blog-text a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}
.blog-textsan {
    opacity: 0.5;
}
.blog-text p {
    margin-bottom: 0;
}
/****CTA****/
.team-banner {
  background: linear-gradient(28deg, #083d63, #0E6DAA) !important;
  padding: 25px 50px;
  margin-bottom: 60px;
}
.d-flex.footer-call-icon p {
  margin: 0px;
}
a.btn.btn-outline-light.rounded-pill.px-4.explore-btncta:hover {
    color: #0E6DAA;
}
.team-members img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -12px;
}
.team-members img:first-child {
    margin-left: 0;
}
.team-count {
    width: 42px;
    height: 42px;
    background: #fff;
    color: #1e63ff;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -12px;
    font-size: 14px;
}
.team-text h3 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 27px;
}
p.img-text-p.text-white {
    font-size: 16px;
    font-weight: 600;
    margin-top: 14px;
}
.cta-btn a {
    font-weight: 500;
}
a.btn.btn-outline-light.rounded-pill.px-4.explore-btncta::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url("https://cdaqi.com/images/w-arrow.webp") no-repeat center;
    background-size: contain;
    transition: background 0.3s ease;
}
a.btn.btn-outline-light.rounded-pill.px-4.explore-btncta:hover::after {
  background: url('https://cdaqi.com/images/w1-arrow.webp') no-repeat center;
  background-size: contain;
}
a.btn.btn-outline-light.rounded-pill.px-4.explore-btncta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* width: 56%; */
  font-size: 18px;
}
/*****FAQ***********/
.faq-section {
    background: #f5f8ff;
}
.faq-accordion {
    max-width: 850px;
}
.faq-section .accordion-item {
    border: none;
    border-radius: 16px;
    overflow: hidden;
}
.faq-section .accordion-button {
    background: #fff;
    border-radius: 16px;
    font-weight: 600;
    padding: 20px 24px;
    position: relative;
}
.faq-section .accordion-button:not(.collapsed) {
    background: #1e63ff;
    color: #fff;
    box-shadow: none;
}
.faq-section .accordion-button::after {
    display: none;
}
.faq-section .accordion-button .icon {
    margin-left: auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1e63ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-section .accordion-button:not(.collapsed) .icon {
    background: #fff;
}
.faq-section .accordion-button .icon::before {
    content: "+";
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.faq-section .accordion-button:not(.collapsed) .icon::before {
    content: "-";
    color: #1e63ff;
}
.faq-section .accordion-body {
    background: #fff;
    border-radius: 0 0 16px 16px;
}
/***Related service***/
.services-section {
    background: #f7faff;
    margin-top: 45px;
}
.service-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    height: 320px;
    position: relative;
    transition: all 0.3s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.01);
}
.service-icon {
  width: 55px;
  height: 55px;
  background: #f7faff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 4px #1e63ff;
}
.service-icon img {
  width: 45px;
  height: 45px;
}
.service-number {
    position: absolute;
    top: -1px;
    right: 0px;
    background: #ffffff;
    width: 74px;
    height: 72px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 12px solid #f7faff;
    border-left: 12px solid #f7faff;
    border-radius: 0px 25px 0px 48%;
}
.service-card p {
    color: #6c757d;
    font-size: 14px;
}
.service-card .btn-outline-primary {
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 14px;
}
.service-card:hover .service-number {
    background: #0E6DAA;
    color: #fff;
    top: 5px;
}
.service-card:hover a.btn.btn-outline-primary {
    background: #0E6DAA;
    color: #fff;
}
img.sicon-img {
    width: 35px;
    height: 35px;
}
a.btn.btn-outline-primary.explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.explore-btn:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url("https://cdaqi.com/images/b-arrow.webp") no-repeat center;
    background-size: contain;
    transition: background 0.3s ease;
}
.explore-btn:hover::after {
    background: url("https://cdaqi.com/images/w-arrow.webp") no-repeat center;
    background-size: contain;
}
.service-card:hover .explore-btn::after {
    background: url("https://cdaqi.com/images/w-arrow.webp") no-repeat center;
    background-size: contain;
}
.explore-btn::after {
    transition: all 0.3s ease;
}
a.btn.btn-primary.rounded-pill.px-4.explore-btn1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
a.btn.btn-outline-light.rounded-pill.px-4.explore-btn1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
a.btn.btn-outline-light.rounded-pill.px-4.explore-btn1:hover{
    content: "";
    width: 14px;
    height: 14px;
    background: url("https://cdaqi.com/images/b-arrow.webp") no-repeat center;
    background-size: contain;
    transition: background 0.3s ease;
}
.explore-btn1:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url("https://cdaqi.com/images/w-arrow.webp") no-repeat center;
    background-size: contain;
    transition: background 0.3s ease;
}
a.btn.hero-btn.explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
/*************Home page***********/
.service-list-home {
    padding: 60px;
    margin: 60px 0px;
    color: white;
    margin-bottom: 0;
    background: linear-gradient(135deg, #083d63, #0E6DAA) !important;
}
.ser-main {
    background: rgba(255, 255, 255, 0.10);
    color: white;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.20);
    height: 560px;
}
.ser-col-main {
    margin-bottom: 40px;
}
/* Shared shutter styles */
.ser-main:hover .shutter {
    position: absolute;
    top: 0;
    width: 51%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.7s ease-in-out;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.35), transparent 60%),
        linear-gradient(6deg, #6a8cff, #7cf3e1);
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.35), transparent 60%), linear-gradient(6deg, #2299e5, #9ce6ff) !important;
}
/* Left shutter */
.ser-main .shutter-left {
    left: 0;
    transform: translateX(-100%);
}

/* Right shutter */
.ser-main .shutter-right {
    right: 0;
    transform: translateX(100%);
}
/* Hover animation */
.ser-main:hover .shutter-left,
.ser-main:hover .shutter-right {
    transform: translateX(0);
}
/* Content always above shutters */
.ser-main>*:not(.shutter) {
    position: relative;
    z-index: 2;
}
.ser-title a {
    color: white;
    text-decoration: none;
    font-size: 25px;
    line-height: 34px;
    font-weight: 600;
    transition: all 0.4s ease 0s;
}
.ser-main:hover .ser-title a {
    color: #36393a;
}
.ser-main:hover .ser-desc {
    color: #36393a;
}
.ser-main:hover .ser-desc p {
    color: #0E6DAA;
}
.ser-title {
    margin-top: 30px;
    position: relative;
}
.ser-desc p {
    color: white;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    opacity: 0.8;
}
.ser-explore a {
    border: 1px solid white;
    color: white;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 24px;
    overflow: hidden;
    background-color: transparent;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.ser-explore a::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url("https://cdaqi.com/images/w-arrow.webp") no-repeat center;
    background-size: contain;
    transition: background 0.3s ease;
  }
.ser-explore {
    margin-top: 40px;
    position: relative;
}

.ser-main:hover .ser-explore a {
    background-color: #0E6DAA;
    color: white;
}
.ser-img:hover {
  background: rgba(255,255,255,0.050);

}
.ser-main:hover .ser-img {
  background: rgba(255,255,255,0.050);

}
.ser-img {
    background: white;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84px;
    width: 84px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease 0s;
}
.ser-main:hover .ser-img {
    border: 1px solid #0E6DAA;
}
/* .service-list {
    margin-top: 50px;
} */
.ser-img img {
  width: 45px;
  height: 45px;
}
.service-list {
    padding: 5px;
}
.ser-main:hover .border2::before {
    width: 100%;
    left: 0;
}
/**** CASE STUDY SECTION ****/
section.container-fluid.text-center.service-list-case-studies {
    background: #f7faff;
    padding: 50px;
    margin-top: 60px;
}
.case-study {
    position: relative;
    height: 450px !important;
    border-radius: 20px;
    overflow: hidden;
    background: #0E6DAA;
    cursor: pointer;
  }
  /* GAP BETWEEN SLIDES */
#case-slider .slick-slide {
    margin: 0 15px;
  }
  
  /* FIX CONTAINER OVERFLOW */
  #case-slider .slick-list {
    margin: 0 -15px;
  }
  
  /* IMAGE — hidden initially */
  .case-study > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.6s ease;
    z-index: 1;
  }  
  /* ICON */
  .case-study .service-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(25, 198, 184, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    transition: opacity 0.3s ease;
  }  
  .case-study .service-icon img {
    width: 26px;
  }  
  /* TITLE (default view) */
  .case-study .service-title {
    position: absolute;
    bottom: 50px;
    left: 20px;
    right: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    z-index: 4;
    transition: opacity 0.3s ease;
  }  
  /* DARK OVERLAY */
  .case-study .service-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 14, 247, 0.1); /* slightly transparent */
    color: #fff;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 3;
  }
  .learn-more a {
    color: white !important;
}
.case-study .service-overlay {
    text-align: left;
}
  .case-study .service-overlay h5 {
    font-size: 20px;
    font-weight: 600;
  }
  
  .case-study .service-overlay p {
    font-size: 14px;
    opacity: 0.85;
    margin: 15px 0;
  }  
  .case-study .service-overlay a {
    color: #0E6DAA;
    font-weight: 500;
    text-decoration: none;
  }  
  /*  HOVER STATE */
  .case-study:hover > img {
    opacity: 0.25;             
    transform: scale(1.08);
  }
  
  .case-study:hover .service-overlay {
    opacity: 1;
  }
  
  .case-study:hover .service-icon,
  .case-study:hover .service-title {
    opacity: 0;
  }
/* Slick dots wrapper */
#case-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }  
  /* Remove slick default margins */
  #case-slider .slick-dots li {
    margin: 0 !important;
    padding: 0 !important;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 32px !important;
}  
  /* HARD RESET button */
  #case-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 0;            
    line-height: 0;
  }  
  /* Remove default slick number */
  #case-slider .slick-dots li button:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #0E6DAA;
    border-radius: 50%;
    opacity: 1;
    margin: 0 auto;
    transition: all 0.3s ease;
  }  
  /* Active dot as line */
  #case-slider .slick-dots li.slick-active button:before {
    width: 28px;
    height: 8px;
    border-radius: 8px;
  }
/***contact section***/

.contact-section {
  /* background: url("https://cdaqi.com/images/bgimg.webp") center/cover no-repeat; */
  min-height: 100%;
  margin-bottom: 60px;
  background-color: #0E6DAA !important;
}
    img.contact-flag {
      width: 75px;
      height: auto;
    }
img.contact-flag1 {
  width: 94px;
  height: auto;
}
    section.contact-section.container-fluid {
      padding: 0;
    }
.webform-right {
    padding: 53px 50px 60px;
    border-radius: 30px;
    background-color: #f4f7ff;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin: 80px;
    margin-top: 0px;
}
.webform-submission-subscribe-form .webform-actions input {
    position: absolute;
    top: 47px !important;
    right: 35px;
}
.right-panel {
    background: linear-gradient(0deg, #0E6DAA 0%, #0E6DAA 30%, rgba(15, 83, 243, 0) 50%, rgba(15, 83, 243, 0) 100%),url("https://cdaqi.com/images/gt.webp") center/cover no-repeat;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}
.btn-primary {
  background: #0E6DAA !important;
  border: 1px solid #0E6DAA !important;
}
.btn-primary:hover {
    background: rgb(11.05, 93.5, 215.05) !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: #0E6DAA !important;
}
  .call-box {
    padding: 40px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }  
  .call-box:last-child {
    border-right: none;
  }  
  .contact-section .icon {
    width: 70px;
    height: 70px;
    background: #fff;
    color: #0E6DAA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto;
  }
  .icon2-c h5 {
    font-size: 19px;
}
  .webform-head .hero-content {
    max-width: 520px;
  }
  .contact-container {
    overflow: hidden;
}
.webform-head {
    margin: 80px;
    margin-bottom: 38px;
}
  /* Get in Touch Badge */
  .webform-head .touch-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
  }
  .webform-submission-contact-us-form .webform-actions {
    width: 100%;
    border-radius: 50px;
}
.webform-submission-contact-us-form .webform-actions input {
    width: 100%;
    border-radius: 50px;
    padding: 10px;
    font-weight: 600;
}
h2.wf-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #0E6DAA;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}
.call-contact {
    position: relative;
    top: 339px;
}
.call-box.d-flex {
    text-align: left;
}
.icon2-c p {
    font-size: 16px;
    line-height: 26px;
    color: rgb(255 255 255 / 60%);
    font-weight: 500;
    margin-bottom: 10px;
}
.call-contact {
    
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.contact-call2 {
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    padding: 40px 0;
}
.contact-call1 {
   
    padding: 40px 0;
}
  /* Title Styling */
  .webform-head .hero-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  /* newsletter */
  .webform-submission-subscribe-form .webform-button--submit {
    position: absolute;
    top: 0 !important;
    right: 0;
}
.webform-submission-subscribe-form .js-form-item-email input {
    border-radius: 50px;
    padding: 15px;
    padding-left: 30px;
}
.webform-submission-subscribe-form .webform-button--submit {
    border-radius: 0 35px 35px  0;
    padding: 15px 31px;
}
section.team-news.container {
    position: relative;
    top: 60px;
    z-index: 9;
    background: linear-gradient(28deg, #083d63, #0E6DAA) !important;
    border-radius: 30px;
}
.team-news
{
    background: linear-gradient(135deg, #1e63ff, #0b3cff);
border-radius: 30px;
}
img.img-rol-c {
  margin-top: -77px;
  width: 317px;
  margin-left: -63px;
  height: 231px;
}
.ser-list-ind {
    margin-bottom: 60px;
}
/***our deliverables section*******/
.services-scroll-wrapper {
    overflow-x: auto;
    padding-bottom: 12px;
  }  
  .services-scroll {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
  }  
  /* Desktop: 4 cards visible */
  .service-col {
    flex: 0 0 25%;
  }
  .services-scroll-wrapper {
    overflow-x: auto;
    padding-bottom: 12px;
  
    /* Hide scrollbar */
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* IE & Edge */
  }  
  .services-scroll-wrapper::-webkit-scrollbar {
    display: none;                /* Chrome, Safari */
  }
 .services-section {
    background: #f7faff;
    margin-top: 45px;
    padding-bottom: 35px !important;
    margin-bottom: -49px;
}
  /* Section heading */
  .section-tag {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
  }
  /* ================= CARD ================= */
  .service-card1 {
    position: relative;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    overflow: hidden;
    height:340px;
    transition: transform 0.4s ease;
    padding:10px !important
  } 
  .service-card1:hover {
    background: #2563eb;
  }
  /* ================= IMAGE ================= */
  .service-card1 .card-image {
    position: relative;
    z-index: 2;
  }
  .service-card1 .card-body {
    position: relative;
    z-index: 2;
    padding: 16px 2px 26px;
  }
  .service-card1 h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }
  /* Divider */
  .service-card1 .card-divider {
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin: 14px 0;
  }
  .service-card1 p {
    font-size: 14px;
    line-height: 32px;
    color: #cfd4ff;
    text-align: center;
}
    /* Tablet */
  @media (max-width: 992px) {
    .service-col {
      flex: 0 0 50%;
    }
  }
    /* Mobile */
  @media (max-width: 576px) {
    .service-col {
      flex: 0 0 85%;
    }
  }
    /* Smooth scroll */
  .services-scroll-wrapper {
    scroll-behavior: smooth;
  }
  /*****Contact page*******/
  .contact-banner-section .overlay-wrapper {
    overflow: hidden;
  }
  
  .contact-banner-section  .overlay-wrapper img {
    filter: brightness(0.6);
  }
    /* Overlay content */
  .contact-banner-section  .overlay-content {
    position: absolute;
    z-index: 2;
  }
    /* Icon images */
  .contact-banner-section .icon {
    position: absolute;
    animation: float 3s ease-in-out infinite;
  }
    /* Icon positions */
  .contact-banner-section .icon-top {
    top: -47px;
    left: -62px;
    transform: translateX(-50%);
  }  
  .contact-banner-section .icon-right {
    right: -55px;
    top: -47px;
    transform: translateY(-50%);
    animation-delay: 0.5s;
  }
    .contact-banner-section .icon-bottom {
    bottom: -55px;
    left: -62px;
    transform: translateX(-50%);
    animation-delay: 1s;
  }  
  .contact-banner-section .icon-left {
    right: -86px;
    bottom: -69px;
    transform: translateY(-50%);
    animation-delay: 1.5s;
  }
  .contact-banner-section {
    padding: 0 28px;
    margin: 20px 0;
}
div#contact-banner-div {
    border-radius: 28px;
}
  /* Floating animation */
  @keyframes float {
    0% {
      transform: translate(-50%, 0);
    }
    50% {
      transform: translate(-50%, -10px);
    }
    100% {
      transform: translate(-50%, 0);
    }
  }
  /***form***/
  section.contact-pagesection .icon-circle {
    width: 45px;
    height: 45px;
    background: #0E6DAA;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
  }  
  section.contact-pagesection .contact-form-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(13, 110, 253, 0.1);
  }
    .webform-submission-contact-page-form-form input {
    border-radius: 50px;
    padding: 12px 18px;
}
.webform-submission-contact-page-form-form select {
    border-radius: 50px;
    padding: 12px 18px;
}
.webform-submission-contact-page-form-form textarea {
    border-radius: 20px;
}
.webform-submission-contact-page-form-form .form-checkbox {
    padding: 0;
    margin-top: 0px;
}
  section.contact-pagesection .btn-primary {
    padding: 12px 28px;
  }
  .contac-location .office-card {
    background: white;
    border-radius: 20px;
    transition: all 0.4s ease;
    cursor: pointer;
    margin-top: 60px;
    padding-top: 42px !important;
  }
  section.contac-location.container {
    padding: 60px 0;
}
  .contac-location .office-card:hover {
    background: #0E6DAA;
    color: #fff;
  }
  a.btn.hero-ctabtn.explore-btn:hover {
      background: #0E6DAA;
      color: #fff;
  }
  /* Image container */
  .contac-location .image-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
    margin: auto;
  }
  .contac-location .circle-border {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px dashed #0E6DAA;
    animation: none;
    z-index: 1;
  }
  /* Image */
  .contac-location .office-img {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    top: 8px;
}
  .contac-location .office-card:hover .circle-border {
    animation: rotateCircle 0.2s linear infinite;
    border-color: #fff;
  }
  @keyframes rotateCircle {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  /* Rotating circle */
  .contac-location .circle-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px dashed #0E6DAA;
    transition: transform 0.6s linear;
  }
  
  /* Rotate ONLY on hover */
  .contac-location .office-card:hover .circle-border {
    transform: rotate(360deg);
    border-color: #fff;
  }
    /* Text color fix */
  .contac-location .office-card:hover p,
  .contac-location .office-card:hover h5 {
    color: #fff;
  }
/*******benifits process******/
/* ================================
   APPROACH / PROCESS SECTION
================================ */
.approach-pro {
   
    padding: 100px 0;
    color: #060f3a;
    margin-top: 60px;
    margin-bottom: 60px;
}
section.our-process-diagram {
    padding-bottom: 60px;
    padding-top: 50px;
}
  /* LEFT COLUMN LIST */
  .approach-pro .process-list {
    position: relative;
  }  
  /* PROCESS ITEM */
  .approach-pro .process-item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 60px;
    transform: translateY(20px);
    transition: all 0.4s ease;
  }
    /* ACTIVE ITEM */
  .approach-pro .process-item.active {
    opacity: 1;
    transform: translateY(0);
  }
    /* DOT */
  .approach-pro .step-dot {
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #0E6DAA;
    border-radius: 50%;
    z-index: 2;
  }
    /* LINE (hidden by default) */
  .approach-pro .step-line {
    position: absolute;
    left: 5px;
    top: 24px;
    width: 2px;
    height: 0;
    background: linear-gradient(to bottom, #0E6DAA, #6610f2);
    transition: height 0.5s ease;
  }
  .approach-pro .step-line1 {
    position: absolute;
}
  /* LINE ONLY FOR ACTIVE ITEM */
  .approach-pro .process-item.active .step-line {
    height: 60px;
  }
    /* TEXT STYLES */
  .approach-pro .process-item h6 {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
    .approach-pro .process-item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
  }
    /* PARAGRAPH TOGGLE */
  .approach-pro .process-item p {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
    .approach-pro .process-item.active p {
    max-height: 200px;
    opacity: 1;
    margin-top: 12px;
  }
    /* RIGHT COLUMN CARDS */
  .approach-pro .card {
    border-radius: 14px;
    border: none;
  }
  img.benifitimage {
    width: 100%;
    margin-top: 30px;
    border-radius: 20px;
}
/* Hover behaves same as active */
.approach-pro .process-item:hover {
    opacity: 1;
    transform: translateY(0);
  }  
  /* Show paragraph on hover */
  .approach-pro .process-item:hover   .approach-pro p {
    max-height: 200px;
    opacity: 1;
    margin-top: 12px;
  }  
  /* Line grows on hover */
  .approach-pro .process-item:hover   .approach-pro .step-line {
    height: 60px;
  }  
/*******Deliverables process******/
/* ================================
   APPROACH / PROCESS SECTION
================================ */
.approach-pro-deliverables {
      padding: 100px 0px;
        background: linear-gradient(167deg, #083d63, #0E6DAA) !important;
        margin-top: 60px;
        margin-bottom: 60px;
        color: white;
}
/* Hover behaves same as active */
.approach-pro-deliverables .process-item1:hover {
    opacity: 1;
    transform: translateY(0);
  }  
  /* Show paragraph on hover */
  .approach-pro-deliverables .process-item1:hover   .approach-pro-deliverables p {
    max-height: 200px;
    opacity: 1;
    margin-top: 12px;
  }  
  /* Line grows on hover */
  .approach-pro-deliverables .process-item1:hover   .approach-pro-deliverables .step-line {
    height: 60px;
  }
  /* LEFT COLUMN LIST */
  .approach-pro-deliverables .process-list {
    position: relative;
  }
    /* PROCESS ITEM */
  .approach-pro-deliverables .process-item1 {
    position: relative;
    padding-left: 40px;
    margin-bottom: 60px;
   
    transform: translateY(20px);
    transition: all 0.4s ease;
  }  
  /* ACTIVE ITEM */
  .approach-pro-deliverables.process-item1.active {
    opacity: 1;
    transform: translateY(0);
  }
    /* DOT */
  .approach-pro-deliverables .step-dot {
      position: absolute;
        left: 0;
        top: 8px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        z-index: 2;
        background: #fff;
  }
    /* LINE (hidden by default) */
  .approach-pro-deliverables .step-line {
      position: absolute;
        left: 5px;
        top: 24px;
        width: 2px;
        height: 0;
        transition: height 0.5s ease;
        background: #fff;
  }
  .approach-pro-deliverables .step-line1 {
    position: absolute;
}
  /* LINE ONLY FOR ACTIVE ITEM */
  .approach-pro-deliverables .process-item1.active .step-line {
    height: 60px;
  }
    /* TEXT STYLES */
  .approach-pro-deliverables .process-item1 h6 {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0E6DAA;
  }
    .approach-pro-deliverables .process-item1 h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
  }
    /* PARAGRAPH TOGGLE */
  .approach-pro-deliverables .process-item1 p {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
    .approach-pro-deliverables .process-item1.active p {
    max-height: 200px;
    opacity: 1;
    margin-top: 12px;
  }
    /* RIGHT COLUMN CARDS */
  .approach-pro-deliverables .card {
    border-radius: 14px;
    border: none;
  }
  img.benifitimage {
    width: 100%;
    margin-top: 30px;
}
/**** Global presence ****/
img.home-global-img {
  width: 100%;
  border-radius: 50px;
}
section.global-presence.container.text-center {
  position: relative;
}
section.global-presence.container {
  margin: 60px auto;
}
button.approach-btn1 {
  position: absolute;
  z-index: 2;
  top: 6%;
  left: 45%;
  background: rgba(255, 255, 255, 0.15);
}
/* Map wrapper */
.global-img-div {
  position: relative;
}
/* Hotspots */
.map-hotspot {
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
/* Adjust positions based on your image */
.map-hotspot.europe {
  top: 33%;
  left: 55%;
}
.map-hotspot.india {
  top: 47%;
  left: 67%;
}
.map-hotspot.usa {
    top: 33%;
    left: 12%;
}
/* Tooltip */
.map-tooltip {
  position: absolute;
  bottom: 153%;
  left: 146%;
  transform: translateX(-50%);
  background: #0b1f4a;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  z-index: 5;
}
.map-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #0b1f4a transparent transparent transparent;
}
/* Show tooltip on hover */
.map-hotspot:hover .map-tooltip {
  opacity: 1;
  visibility: visible;
}
.dropdown-item:hover, .dropdown-item:focus
{
  color: white !important;
}
 /* Mega menu width */
.mega-menu {
    position: fixed !important;
    left: 14px;
    width: 94vw;
    border-radius: 25px;
    right: 0;
    max-width: 100%;
    margin: 21px !important;
    top: 95px;
}
.ma-me.d-flex.align-items-center.gap-3 {
    background: #060f3a;
    color: white;
    margin-bottom: 12px;
}
.india-btn {
  text-align: left;
  border-radius: 12px;
  background: #0E6DAA;
  width: 48%;
  text-decoration: none;
  padding: 10px 20px;
  color: white;
  font-weight: 500;
}
.india-btn:hover {
    transform: translateX(6px);
    background: linear-gradient(135deg,#0b3cff) , #060f3a;
}
.card-img-overlay-1 {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #060f3a;
  margin-bottom: 10px;
  border-radius: 20px;
  padding-bottom: 30px;
}
.india-btn a {
    color: white;
    margin: 0 0 0 24px;
    text-align: center;
}
    li.nav-item.india-btn {
      margin: 20px 20px 0 0;
      border-radius: 12px;
      background: linear-gradient(135deg, #060f3a, #0b3cff);
    }
  
    li.nav-item.india-btn:hover {
      transform: translateX(6px);
      background: linear-gradient(135deg, #0b3cff), #060f3a;
    }
  
    li.nav-item.india-btn a {
      color: white;
      margin: 0 0 0 24px;
      text-align: center;
    }
        .hidden-xs {
          display: block;
        }
    
        .hidden-m {
          display: none;
        }
img.menu-card-img {
  width: 100% !important;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
  /* opacity: 0.8; */
}
img.menu-icon {
  width: 100% !important;
  height: auto;
  border-radius: 10px;
}

.nav-item.dropdown {
  position: relative;
}

.nav-item.dropdown::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  /* hover buffer */
  bottom: -20px;
}
.dropdown-menu.mega-menu {
  background-color: #f7faff;
  padding: 30px;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
  /* Remove default padding */
  .mega-menu .dropdown-item {
    /* padding: 8px 12px; */
    color: #0E6DAA;
    font-weight: 600;
    font-size: 15px;
  }
    .webform-submission-contact-us-form .form-checkbox {
      margin-top: 2px;
    }
  
  /* Optional hover effect */
  .mega-menu .dropdown-item:hover {
    background-color: #f5f5f5;
  }
  /* Enable dropdown on hover */

  
  /* Prevent flicker */
  .nav-item.dropdown > .dropdown-toggle::after {
    pointer-events: none;
  }
  /* Keep dropdown above content */
.dropdown-menu {
    z-index: 9999;
  }

  /******about us*****/
.about-section .progress-box {
    background: #fff;
    position: absolute;
    bottom: 27px;
    left: 27px;
    padding: 20px 28px;
    border-radius: 20px;
    text-align: left;
    width: 360px;
    /* height: 217px; */
    color: #0E6DAA;
}
.about-h2 {
    color: #0E6DAA;
}
 section.about-section h5 {
     color: #0E6DAA;
 }
  .progress-box-main {
     position: relative;
 }
  .about-section .progress {
    height: 8px;
    border-radius: 10px;
  }  
  .about-section .progress-bar {
    width: 0%;
    transition: width 1.8s ease-in-out;
  }
    .about-section {
    padding: 80px 0;
  }
  .about-section  .about-image {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
  }
  .progress-bar.bg-success {
    height: 3px;
}
  .about-section .progress-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 260px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  .about-section .progress-bar {
    background-color: #0E6DAA !important;
  }
  .about-section .icon-text li::marker {
    color: #0E6DAA;
  }
  .about-section .btn-teal {
    background-color: #0E6DAA;
    color: #fff;
    border-radius: 12px;
    padding: 14px 28px;
  }
  .about-section .btn-teal:hover {
    background-color: #0E6DAA;
    color: #fff;
  }
 .white-shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
  /****privacy policy***/
  .cdaqi-privacy h3 {
    color: #0E6DAA;
    font-weight: 600;
}
.cdaqi-privacy  {
  margin-top: 100px !important;
}
/*******cdaqilabs display section******/
section.cdaqi-herosection-cdaqilab {
    position: relative;
    /* min-height: 90vh; */
    background: linear-gradient(to right,rgba(5,20,60,0.85),rgba(5,20,60,0.55)),url('https://cdaqi.com/images/cdaqidisplay.webp') center/cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 60px;
    margin-top: 0px;
}
span.cdaqi-herobadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.15);
}
button.approach-btn1:hover {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.15);
}
span.cdaqi-herobadge:hover {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.15);
}
span.touch-badge:hover {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.15);
}
.cdaqi-hero-badge {
  background-color: rgba(255,255,255,0.15);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
}
.cdaqi-hero-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}
.cdaqi-herobtn {
  text-decoration: none;
  color: #0E6DAA;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease;
}
.cdaqi-hero-btn:hover {
  background-color: #0E6DAA;
}
.cdaqi-herophone .bi {
  color: #0E6DAA;
  border: 3px solid #0E6DAA;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 16px 18px 22px;
  font-size: 18px;
  flex-shrink: 0;
  margin: 0 20px;
}
a.cdaqi-herobtn:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url('https://cdaqi.com/images/w1-arrow.webp') no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -2px;
}
  /********Sabari css for overview starts here**********/
   /* CTA Section */
   .cta-section {
    position: relative;
    background-image: url("https://cdaqi.com/images/cdaqictbgimage.webp");
    background-position: center;
    padding: 120px 0;
    color: #fff;
    overflow: hidden;
    margin-bottom: 80px;
}    /* Overlay */
    
    .cta-content {
      position: relative;
      z-index: 2;
      max-width: 600px;
    }
.glass-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    display: flex;
}
    .cta-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(255, 255, 255, 0.15);
      padding: 6px 14px;
      border-radius: 50px;
      font-size: 14px;
      margin-bottom: 16px;
    }
 .cta-badge:hover {
            border: 1px solid white;
            background: rgba(255, 255, 255, 0.15);
        }
    .cta-title {
      font-size: 42px;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 16px;
    }
    .cta-text {
      font-size: 16px;
      color: #d6dbff;
      margin-bottom: 28px;
    }
    .cta-btn {
      padding: 14px 34px;
      font-weight: 600;
      border-radius: 50px;
    }
   .cta-image-wrapper {
      position: relative;
      max-width: 460px;
      margin-left: auto;
    }
    .cta-image-wrapper img {
      width: 100%;
      border-radius: 20px;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
      object-fit: cover;
    }
    a.btn.hero-ctabtn.explore-btn {
      background: #0E6DAA;
      padding: 12px 26px;
      border-radius: 6px;
      text-decoration: none;
      color: white;
      font-weight: 600;
      display: inline-block;
      transition: 0.3s ease;
      border-radius: 30px;
  }
  a.btn.hero-ctabtn.explore-btn::after{
    content: "";
    width: 14px;
    height: 14px;
    background: url('https://cdaqi.com/images/w-arrow.webp') no-repeat center;
    background-size: contain;
    transition: background 0.3s ease;
    display: inline-block;
    margin-left: 10px;

  }
    /********Sabari css for overview ends here**********/

    /****service overview india***/
    h5.ser-title-ind a {
      text-decoration: none;
      font-size: 19px;
      color: #0E6DAA;
      font-weight: 500;
  }
  p.btn.btn-outline-primary.explore-btn.ser-link-ind a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
p.btn.btn-outline-primary.explore-btn.ser-link-ind {
  margin: 20px auto;
}
p.btn.btn-outline-primary.explore-btn.ser-link-ind a:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url('https://cdaqi.com/images/b-arrow.webp') no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  display: inline-block;
  margin-left: 10px;
}
p.btn.btn-outline-primary.explore-btn.ser-link-ind a:hover::after {
  background: url("https://cdaqi.com/images/w-arrow.webp") no-repeat center;
  background-size: contain;
}
h5.ser-title-ind {
  height: 50px;
}
.service-card:hover p.btn.btn-outline-primary.explore-btn.ser-link-ind{
  background: #0E6DAA;
  color: #fff;
}
.views-element-container.contextual-region.block.block-views.block-views-blockour-services-serviceindia {
  margin-bottom: 60px;
}
.service-card:hover p.btn.btn-outline-primary.explore-btn.ser-link-ind {
  background: #0E6DAA;
  color: #fff;
}
.service-card:hover p.btn.btn-outline-primary.explore-btn.ser-link-ind a {
  color: white;
  font-weight: 500;
}
.service-card:hover p.btn.btn-outline-primary.explore-btn.ser-link-ind a::after {
  background: url("https://cdaqi.com/images/w-arrow.webp") no-repeat center;
  background-size: contain;
}
.why-choose-ind .badge {
  padding: 8px 16px;
  border-radius: 50px;
}
.service-rela-ind , .service-rela, .about-ch-btn ,.contac-fill, .approach-btn1 , .why-ch-btn , .hero-badge , .approach-btn , .cta-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-agency-badge p {
    margin: 0px auto;
      font-size: 14px;
}
p.about-ch-btn.btn.btn-light.btn-sm.px-3.rounded-pill.border-primary.text-primary.fw-semibold.bi.bi-check-circle-fill {
  display: inline-flex;
}
.text-count-message {
  font-size: 10px;
}
.bg-rounded-circle {
  background: #0E6DAA;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  padding-left: 11px;
  padding-top: 4px;
}
h5.ser-ind-h5 {
  color: #0E6DAA;
  font-weight: 600;
}
.bg-rounded-circle1 {
  background: #0E6DAA;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  padding-left: 11px;
  padding-top: 4px;
}
span.service-rela.btn.btn-light.btn-sm.px-3.rounded-pill.border-primary.text-primary.fw-semibold.mb-3.bi.bi-check-circle-fill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.whychoose-p-ser-ind {
  padding: 20px;
}
.samd-white {
  text-align: start;
  color: #0E6DAA;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
}
.samd-white:hover
{
  
  color: white; 
  background: linear-gradient(135deg, #060f3a, #0b3cff);
}
.sam-div {
  margin-top: -14px;
}
.house ,.env {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.ser-col-main.col-lg-12 .ser-main {
  max-width: 520px;
  margin-inline: auto;
}
.cta-btn1 {
  position: relative;
  left: 7%;
}
section.service-banner img {
  width: 100%;
}
/***scroll service***/
.servicenavigation {
  margin-bottom: -71px;
  opacity: 0;
}
/* Sub menu always visible */
.mega-menu .sub-menu {
  display: block !important;
  position: static !important;
  padding-left: 28px;
  margin-top: 6px;
  background: transparent;
  box-shadow: none;
}

/* Sub menu links */
.mega-menu .sub-menu .dropdown-item {
  padding: 6px 0;
  font-size: 14px;
  color: #0b1f5a;
      margin-bottom: 10px;
white-space: normal;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
}
.contactnumbers .footer-country {
    font-weight: 400;
      width: 66px;
      display: inline-block;
}
/* Remove any dropdown arrow behavior */
.mega-menu .dropdown-toggle::after {
  display: none !important;
}

.floating-cta-section img {
    position: fixed;
    width: 52px;
    top: 78%;
    right: 20px;
    z-index: 999;
}
.floating-cta-section {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 9999;
  }
  
  /* Icon */
  .whatsapp-float {
    position: relative;
    display: inline-block;
  }
  
  .whatsapp-icon {
    width: 60px;
    height: auto;
  }
  
  /* Tooltip */
  .whatsapp-tooltip {
    position: absolute;
    right: 85px;
    top: 160px;
    transform: translateY(-50%);
    background: #014948;
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
strong.error.form-item--error-message {
    font-size: 12px;
}
.webform-submission-contact-page-form-form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0,0,0,.05);
    border-radius: 20px 0 0  20px;
}
.webform-submission-contact-us-form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    
    border-radius: 2px;
}
.iti__country-list {
    width: 481px;
}
/***Sabari new code***/
/* .hero-title {
  font-size: 42px;
  font-weight: 700;
  margin: 20px 0;
  color: #000000;
} */
/* 
.hero-profile-img {
  width: 28px;
  height: 28px;
} */

/* .hero-feature-icon {
  width: 60px;
  height: 47px;
  background: #0E6DAA;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: -12px;
} */

/* h2.fw-bold.why-h2 {
  margin-bottom: 2rem;
  color: #000000;
} */

/* .tab1-wh-h5 {
  padding-left: 10px;
  color: #000000;
} */

/* .sub-cobtainer-f .item-list.item-list--blazy.item-list--blazy-column {
  background: linear-gradient(135deg, #083d63, #0E6DAA) !important;
  padding: 70px;
  padding-top: 0px;
} */

/* .hero-feature-item p strong , .approach-h2,.why-choose-us .feature-box p span ,h2.fw-bold.mb-4.why-h2 ,h2.fw-bold.mb-4.ser-ind-h2 {
  color: #000000;
} */
