/*klc start*/
.loan-calculator {
    background: #fff;
    padding: 3rem 1rem;
    margin: 3rem;
}
.loan-calculator a { transition: all 0.0s ease-in-out!important; }


.knowEmiHeading {
    color: #343a40;
}

.emiSliderHeading,
#amount,
.loanSlider1 span,
.loanSlider2 span,
.loanSlider3 span {
    color: #343a40;
    font-weight: 700;
}

.ui-widget-content, .form-range {
/*    border: 1px solid #000000;*/
    background: #e7e7e7 url(../page-not-found.html) 50% top repeat-x;
    color: #333333;
    width: 100%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
/*    border: 1px solid #000000;*/
    background: #e7e7e7 url(../page-not-found.html) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
}

.klc-heading {
    font-weight: 600;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 4rem !important;
    color: #fff;
}

.klc-heading:before {
    content: "";
    position: absolute;
    background-color: #000000 !important;
    height: 3px;
    width: 79px;
    left: 50%;
    bottom: -12px;
    z-index: 0;
    transform: translateX(-50%);
    border-bottom: 4px solid #fff;
}

.klc-heading:after {
    content: "";
    position: absolute;
    border: 9px solid #343a40;
    left: 50%;
    border-bottom: 11px solid #fff;
    bottom: -16px;
    z-index: 0;
    transform: translateX(-50%);
}

.single-total {
    padding: 1rem 1.5rem 0rem 1.5rem;
}
.single-total span {
    color: #1e40a2;
}
.single-total .blogHead span{
    font-size: 1rem;
}
.loan-emi-box {
    background: #ffffff;
}

.emi-price {
    background: #ffffff;
    color: #353b41;
    width: 67%;
    padding: 9px;
    border-radius: 10px;
    margin: auto;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.blog-emi-price{font-size: 1rem}

.klcButton3 {
    background: #ffffff !important;
    color: #343a40 !important;
    border: 2px solid #ffffff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.loan-emi-box {
    border-radius: 19px;
    padding: 0rem;
    border: 1px solid #fff;    
    background-image: linear-gradient(45deg,rgb(227 218 255) 0,rgb(232 225 255) 21%,rgb(236 234 255) 21%,rgb(234 232 255) 30%,rgb(226 231 255) 30%,rgb(241 243 255) 35%,rgb(226 237 255) 35%,rgb(248 251 255) 51%,rgb(248 252 255) 51%,rgb(239 248 255) 72%,rgb(247 245 255) 72%,rgb(243 242 255) 81%,rgb(237 238 255) 81%,rgb(236 253 255) 100%);
    box-shadow: rgb(30 64 162 / 28%) 0px 50px 100px -20px, rgb(30 64 162 / 22%) 0px 30px 60px -30px;
}

.klc-btn {
    color: #fff;
    border-color: #fff;
    margin-top: 1rem;
    padding: 5px 45px; border-radius: 0px;
    background: linear-gradient(200deg,#0085ff .33%,#9340fa 85.46%);
    box-shadow: 0 15px 30px -15px rgb(90 92 248 / 60%);
}
.klc-btn:hover {
    border-color: #343a40; color: #fff;
    background: linear-gradient(200deg,#9340fa .33%,#0085ff 85.46%);
}

.loanSlider1 .ui-widget-header {
    background: #06a5d8 url(../page-not-found.html) 50% 50% repeat-x;
}

.loanSlider2 .ui-widget-header {
    background: #1e40a2 url(../page-not-found.html) 50% 50% repeat-x;
}

.loanSlider3 .ui-widget-header {
    background: #f5970a url(../page-not-found.html) 50% 50% repeat-x;
}

/*klc end*/

/*==========================14-10-25===========================*/


.banner {
    width: 100%;
    min-height:90vh;
    background: url(../images/banner-6.png) top no-repeat;
    /*background: linear-gradient(135deg, #4b6cb7, #182848);*/
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 20px;

    background-size: cover;
    background-position: center;

  }

  .banner h1 {
    font-size:60px;
    font-weight:600;
    margin-bottom: 15px;
    line-height: 1.2;
  }

  .banner p {
    font-size: 1.2rem;
    max-width:600px;
    margin-bottom: 30px;
    color:#1a1a1a;
  }
  .banner p strong{color:#0277fb;}
  

  .search-box {
    display: flex;
    width: 100%;
    max-width:700px;
    background: white;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    margin-bottom: 30px;
    z-index: 10;
    
  }

  .search-box input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    outline: none;
    font-size: 1rem;
    border-radius: 50px 0 0 50px;
    border: 1px solid #ccc;
  }

  .search-box button {
    background:linear-gradient(200deg, #0085ff 0.33%, #9340fa 85.46%);
    border: none;
    color: white;
    padding: 0 30px;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0 50px 50px 0;
  }

  .search-box button:hover {
    background:linear-gradient(200deg, #9340fa 0.33%, #0085ff 85.46%);
  }

 


  .points {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
  }

  .point {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 12px 25px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    font-size: 0.95rem;
    white-space: nowrap;
    color:#000;
    border:1px solid #dddcdc;
    font-weight: 600;
  }
.point i{color:#26a9e1;}




  /* Responsive */
  @media (max-width: 768px) {
    .banner h1 {
      font-size: 2.2rem;
    }
    .banner p {
      font-size: 1rem;
    }
    .search-box input {
      padding: 12px 15px;
    }
    .search-box button {
      padding: 12px 20px;
    }
    .point {
      font-size: 0.85rem;
      padding: 10px 18px;
    }
  }

  @media (max-width: 500px) {
    .banner h1 {
      font-size: 1.8rem;
    }
    .banner p {
      font-size: 0.9rem;
    }
  }


/*===================category=list==css=home-page===============*/

.category-outer {
    background:#f3f7fd url(../images/p3-1.png) center center fixed;
    padding: 50px 0px;
}


/* Sidebar Categories */



    .categories-header {
      display: none;
      justify-content: space-between;
      align-items: center;
      background:#ffffff;
      padding: 12px 16px;
      border-radius: 8px;
      border: 1px solid #e5e7eb;
      cursor: pointer;
      box-shadow: 0px 6px 16px 3px rgba(37, 37, 37, 0.05);
    }

    .category-outer h2{
      font-size:30px;
      margin: 0;
      line-height: 35px;
    }

    .categories-header h5 {
      font-size: 1rem;
      margin: 0;
    }

    .categories-header i {
      font-size: 1.2rem;
      transition: transform 0.3s ease;
    }

    .categories-header.active i {
      transform: rotate(180deg);
    }




.categories-list {
  background: #fff;
  border-radius: 12px;
 box-shadow: 0 5px 3px rgba(3, 27, 78, .08);
  overflow: hidden;
/*  max-width: 300px;*/
  transition: box-shadow 0.3s ease, transform 0.3s ease;
      /*border: 1px solid #18cfea;*/
    padding: 10px;
}

.categories-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-list li {
  padding: 12px 16px;
  cursor: pointer;
   font-size: 14px;
  position: relative;
  color: #333;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* smooth easing */
   font-weight: 600;
   border-radius: 10px; 
}

/* Hover & active states */
.categories-list li:hover,
.categories-list li.active { background:linear-gradient(90deg, #0637d9, #13e5fc); 
    color: #0d6efd; border-radius: 10px; color: #fff;
 
   
}

/* Optional left accent for active item */
/*.categories-list li.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #0d6efd;
  border-radius: 4px 0 0 4px;
  transition: height 0.3s ease;  
}
*/




    /* Software Cards Grid */
    .category-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .software-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      padding: 20px 20px;
      text-align: center;
     box-shadow: 0px 6px 16px 3px rgba(37, 37, 37, 0.05);
      transition: all 0.3s ease;
    }

    .software-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .software-card img {
      width: 70px;
      max-height: 70px;
      min-height: 70px;
      object-fit: contain;
      margin-bottom: 10px;
    }

.software-card h6 {
  font-size: 16px;
  line-height: 26px; 
  color: #212529;
  white-space: nowrap; /* Prevents the text from wrapping to the next line */
  overflow: hidden; /* Hides any overflowed text */
  text-overflow: ellipsis; /* Adds an ellipsis "..." if the text overflows */
}

.software-card p {
    color:#363636;
    font-size: 15px;
     line-height:24px;
}


.card-footer2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
  margin-top: 10px;
}

.price {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

 




/*===========category======listing-page=open===================*/
.category-list-outer {
    background:#ffffff;
    padding: 50px 0px; 
}
  
/* ===== Background Shapes (Solid) ===== */
    .bg-shape {
      position: absolute;
      z-index: 0;
      opacity: 0.15;
    }

    .circle-1 {
      width: 200px;
      height: 200px;
      background: #007bff;
      border-radius: 50%;
      top: 60px;
      left: 80px;
    }

    .circle-2 {
      width: 300px;
      height: 300px;
      background: #00bcd4;
      border-radius: 50%;
      bottom: 80px;
      right: 100px;
    }

    .diagonal {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 320px;
      background: #eaf1ff;
      clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
      z-index: 0;
    }


.category-grid2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);  
  gap: 20px;
}
 

/*==========================*/

.box-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px 20px;
  text-align: center;
  box-shadow: 0px 6px 16px 3px rgba(37, 37, 37, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*height: 100%;*/
  width: 100%;
  margin-bottom: 20px; /* ðŸ‘ˆ spacing between rows */
}

    .box-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .box-card img {
      width: 70px;
      max-height: 70px;
      min-height: 70px;
      object-fit: contain;
      margin-bottom: 10px;
    }

.box-card h6 {
  font-size: 16px;
  line-height: 26px; 
  color: #212529;
  white-space: nowrap; /* Prevents the text from wrapping to the next line */
  overflow: hidden; /* Hides any overflowed text */
  text-overflow: ellipsis; /* Adds an ellipsis "..." if the text overflows */
}

.box-card p {
    color:#363636;
    font-size: 15px;
     line-height:24px;
}


/*==============================*/

@media (max-width: 992px) {
      .category-grid2 {
        grid-template-columns: repeat(2, 1fr);
      }
    }

 @media (max-width: 768px) {
.category-grid2 {
        grid-template-columns: 1fr;
      }
}

/*===========category======listing-page==end==================*/


    .rating {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background:#f5f5f5;
      color:#0744dc;
      border-radius: 5px;
      padding: 2px 6px;
      font-size: 0.8rem;
      margin-bottom: 8px;
    }


    .rating i{color:#ff711c;}




    .write-review {
      display: block;
      font-size: 0.85rem;
      color: #0d6efd;
      text-decoration: none;
      margin-bottom: 8px;
    }

    .write-review:hover {
      text-decoration: underline;
    }

     
    .tab-content {
      display: none;
    }

    .tab-content.active {
      display: block;
    }

    /* Responsive layout */
    @media (max-width: 992px) {
      .category-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {

.logo {margin-top:0px;}
.banner {min-height: 90vh; padding: 118px 20px 20px 20px ;}
.categories-header {display: flex;margin-bottom: 12px;}
.categories-list {
        display: none;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        padding: 8px;
        background: #fff;
        margin-bottom: 20px;
      }

.categories-list.open {display: block;}
.category-grid {
        grid-template-columns: 1fr;
      }
    }








/*==========================*/

 .banner-three-images{z-index: 1;}
 .banner-three-images .left-top {
  position: absolute;
  top: 20%;
  left: -1%;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding:5px;
  display: inline-block; /* ensures rotation works */
 -webkit-animation: radiusChange 8s linear infinite; animation: radiusChange
  8s linear infinite

 /* clip-path: polygon(
    50% 0%,
    93% 25%,
    93% 75%,
    50% 100%,
    7% 75%,
    7% 25%
  );
  overflow: hidden;*/
}
.banner-three-images .left-top img {
  border-radius: 10px;
  max-width:150px;
  max-height:230px;
   -webkit-animation: radiusChange 8s linear infinite;
  animation: radiusChange 8s linear infinite

}
.banner-three-images .shape img {
  transition: transform 0.3s ease;
}
.banner-three-images .shape:hover img {
  animation: leftRight 0.6s ease forwards;
}
 @keyframes leftRight {
 0% {
transform: translateX(0);
}
 25% {
transform: translateX(4px);
}
 50% {
transform: translateX(-4px);
}
 75% {
transform: translateX(4px);
}
 100% {
transform: translateX(0);
}
}
.banner .banner-three-images .left-bottom {
  position: absolute;
  top:30%;
}
.banner .banner-three-images .left-bottom {
  left:-2%;
  /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);*/
  /*background: #fff;*/
  /*border-radius: 10px;*/
  padding: 5px;
   -webkit-animation: radiusChange 8s linear infinite;
  animation: radiusChange 8s linear infinite
}
.banner .banner-three-images .left-bottom img {
  /*border-radius: 10px;*/
  max-width:424px;
  max-height:460px;
   -webkit-animation: radiusChange 8s linear infinite;
  animation: radiusChange 8s linear infinite
  
}
.banner .banner-three-images .right-center {
  /*  max-width: 24%;*/
  position: absolute;
  bottom: 5%;
  right: 2%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding:5px;
  border-radius: 10px;
   -webkit-animation: radiusChange 8s linear infinite;
  animation: radiusChange 8s linear infinite
}
.banner .banner-three-images .right-center img {
  max-width:160px;
  max-height:230px;
  border-radius: 10px;
   -webkit-animation: radiusChange 8s linear infinite;
  animation: radiusChange 8s linear infinite
  
}



@media only screen and (max-width: 1400px) {

.banner .banner-three-images .left-top img {
  border-radius: 10px;
  max-width:150px;
  max-height:230px;
  -webkit-animation: radiusChange 8s linear infinite;
  animation: radiusChange 8s linear infinite
}
.banner .banner-three-images .left-bottom img {
  
max-width:424px;
  max-height:460px;
  -webkit-animation: radiusChange 8s linear infinite;
  animation: radiusChange 8s linear infinite
}

.banner .banner-three-images .right-center img {
  max-width:160px;
  max-height:230px;
  border-radius: 10px;
  -webkit-animation: radiusChange 8s linear infinite;
  animation: radiusChange 8s linear infinite
}

}
@media only screen and (max-width: 1199px) {
   .banner-three-images .left-bottom {
        display: none;
    }
}




.comparison-section {
      padding: 60px 15px;
    }
    .comparison-card {
      background: #fff;
      border-radius: 15px;
      padding: 0;
      box-shadow: 0 12px 28px rgba(0,0,0,0.08);
      transition: transform 0.3s, box-shadow 0.3s;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: 100%;
       
      width: 100%;
    }
    .comparison-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    }

@media (max-width: 767px) {
  .comparison-card{
    margin-bottom: 20px !important; /* Adds margin-bottom on mobile screens */
    height:auto;
  }
}




    .card-header {
      padding:15px 20px;
      background: #e6f0ff;
      font-weight: 700;
      font-size:15px;
      text-align: center;
      color: #0d6efd;
    }
    .letsfin-card .card-header {
      background:linear-gradient(200deg, #0085ff 0.33%, #9340fa 85.46%);
      color: #fff;
    }
    .feature-list {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
    }
    .feature-list li {
      display: flex;
      align-items: center;
      justify-content: flex-start; /* left aligned */
      padding: 15px 20px;
      border-bottom: 1px solid #e0e0e0;
      font-size: 0.95rem;
    }
    .feature-list li:nth-child(odd) {
      background: #f9f9f9;
    }
    .feature-list li span {
      font-weight: 600;
      font-size: 15px;
      margin-left: 5px; /* space after checkmark */
    }
    .feature-list li.available span {
      color:#5b5b5b;
    }
    .feature-list li.not-available span {
      color: #dc3545;
    }
    .feature-list li::before {
      content:"✔";
      display: inline-block;
      color: #198754;
      font-weight: bold;
    }
    .feature-list li.not-available::before {
      content: "âœ–";
      color: #dc3545;
    }

.faq-section{background: url(../images/faq-bg.jpg) no-repeat fixed; background-size: cover;}

.address li{ line-height:24px; margin-bottom:20px; }



.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #0d6efd, #4dabff);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.35);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

/* Show when scrolled */
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* Hover effect */
.back-to-top:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 12px 25px rgba(13, 110, 253, 0.5);
}

.list_e4r li{ 
  border:solid 1px #fff; 
  /*display:flex; */
  margin:10px; 
   background:rgba(255,255,255,0.1); 
padding:10px 20px; 
border-radius:10px; 
font-size:18px; 
font-weight:600;
text-align: center;
color: #fff; 

}

.list_e4r li i{margin-right:5px; top: 1px; position:relative; color:#fff;}


.target-section {padding: 60px 15px;}

.section-title {font-weight:800; color:#131238; margin-bottom: 40px;}

.audience-card {
  position: relative;
  background:#0520a0 url(../images/10.png) top left no-repeat;
  border-radius: 22px;
  padding: 40px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 30px rgba(13, 110, 253, 0.08);
  backdrop-filter: blur(15px);
  transition: all 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
}
/* Half-circle from bottom */
.audience-card::before {
  content: "";
  position: absolute;
  bottom: -20px; /* adjust to control overlap */
  right:-12%;
  transform: translateX(-0%);
  width: 150px;   /* adjust size */
  height: 100px;   /* half of width for perfect semicircle */
  background: rgba(255, 255, 255, 0.2); /* color of the semicircle */
  border-radius: 150px 150px 0 0; /* top half rounded */
  transition: all 0.4s ease;
}

/* Optional hover effect */
.audience-card:hover::before {
  background: rgba(255, 255, 255, 0.4);
  bottom: -50px;
}
 

/* Individual background colors using nth-child */
.col-lg-3:nth-child(1) .audience-card {
  background-color: #0520a0; /* Blue for B2B */
}

.col-lg-3:nth-child(2) .audience-card {
  background-color:#00969f; /* Green for Business */
}

.col-lg-3:nth-child(3) .audience-card {
  background-color:#03112d; /* Red for Location */
}

.col-lg-3:nth-child(4) .audience-card {
  background-color:#151519; /* Orange for Requirement */
}

/* Optional: Hover effect */
.audience-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

 

 

.audience-card:hover::before {
  opacity: 1;
}

.audience-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.15);
}
@media (max-width: 767px) {
  .audience-card {
    margin-bottom: 20px !important; /* Adds margin-bottom on mobile screens */
    height:auto;
  }
}
.audience-icon {
  font-size: 32px;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0d6efd, #0070ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 8px 18px rgba(13, 110, 253, 0.25);
  overflow: hidden;
}

/* Hover effect */
.audience-card:hover .audience-icon {
  transform: scale(1.15) rotate(8deg);
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.4);
  background: linear-gradient(135deg, #0070ff, #0d6efd);
}

/* Gradient shimmer movement on hover */
.audience-card:hover .audience-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.35)
  );
  background-size: 200% 100%;
  animation: gradientMove 1.2s linear infinite;
  border-radius: inherit;
  z-index: 1;
}

/* Glowing pulse ring */
.audience-card:hover .audience-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(13, 110, 253, 0.4), transparent 70%);
  animation: pulseGlow 1.5s ease-out infinite;
  z-index: 0;
}

/* Shimmer animation */
@keyframes gradientMove {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Glow pulse animation */
@keyframes pulseGlow {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}


.audience-title {
  font-size:22px;
  font-weight: 600;
  color:#26eeff;
  margin-bottom: 18px;
  z-index: 2;
  position: relative;
  letter-spacing: 0.3px;
}

.audience-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.audience-list li {
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

/* Outer ring (border circle) */
.audience-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* Inner solid dot */
.audience-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}

/* Hover animation: dot glows & circle expands slightly */
.audience-list li:hover::before {
  transform: scale(1.3);
  border-color: #0d6efd;
  box-shadow: 0 0 6px rgba(13, 110, 253, 0.6);
}

.audience-list li:hover::after {
  background: #0d6efd;
  box-shadow: 0 0 6px rgba(13, 110, 253, 0.8);
}


/* Subtle entry animation */
.audience-card {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeInUp 0.7s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.row.g-4 > [class*='col-'] {
  display: flex;
}


/*mega-menu===================*/ 
/* Mega Dropdown */
.mega-dropdown {
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100vw;
  background: #fff;
  padding: 30px 20px;
  display: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #007bff;
  z-index: 999;
  overflow-y: auto; /* This adds the scroll when content overflows */
  max-height: 400px; /* Set a maximum height to trigger scrolling */
}
.mega-menu::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

.mega-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}



/* Flex container for auto-fit columns */
.mega-menu-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px; /* keeps content centered */
  margin: 0 auto;
  gap: 20px;          /* space between columns */
}

/* Each column */
.mega-menu-inner > div {
  flex: 1 1 200px;    /* auto-fit: minimum 200px width */
  min-width: 200px;   /* ensures readable column width */
}

.mega-dropdown:hover .mega-menu {
  display: block;
}

.mega-menu h6 {
      font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
    color: #4c4c4c;
}

.mega-menu a {
  display: block;
  padding: 5px 0;
  color: #333;
  font-size: 14px;
  transition: 0.2s;
}

.mega-menu a:hover {
  color: #007bff;
  /*padding-left: 5px;*/
}

/* Responsive */
@media (max-width: 992px) {
  .mega-menu {
    position: static;
    width: 100%;
    padding: 20px 10px;
    box-shadow: none;
  }
  .mega-menu-inner {
    flex-direction: column;
    max-width: 100%;
    gap: 10px;
  }
  .mega-menu-inner > div {
    min-width: 100%;
  }
}

.btn_mt{margin-top: 10px;}
.enquire-now {
    color: #007bff;
    border-color: #007bff;
    display: inline-block;
    font-weight: 400;
    color:#007bff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    border: 1px solid #007bff;
    padding:5px 20px;
    font-size: 14px;
    line-height:20px;
    border-radius: 30px;
     transition: 2s;
}

.enquire-now:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

/*==============inner===================*/
 
.inner_banner {
  background: url(../images/banner-6.png) top no-repeat;
      background-size: cover;
    background-position: center;
  position: relative;
  color: #fff;
  text-align: center;
  padding:80px 20px 30px;
  border-radius: 0 0 0px 0px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* ðŸ‘ˆ softer, lighter shadow */
  /*overflow: hidden; */
  z-index: 1;

}


.inner_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ffb600, #00ffb8);
  filter: blur(100px);
  opacity: 0.2;
  z-index: 0;
}
.inner_banner * {
  position: relative;
  z-index: 1; /* keeps text above blurred background */
}


.inner_banner h1 {
  font-size:35px;
  font-weight:600;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {

.inner_banner h1 {
  font-size:30px;
  
}

}
.inner_banner p {
  font-size: 18px;
  font-weight: 400;
  max-width:750px;
  margin: 0 auto 35px;
  line-height: 1.6;
}

.inner_banner p strong {
  color:#0277fb; /* highlight text */
}

.search-box2 {
    display: flex;
    width: 100%;
    /*max-width:550px;*/
    background: white;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    z-index:10;
    margin:0 auto;
}

.search-box2 input {
    flex: 1;
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 1rem;
    border-radius: 50px 0 0 50px;
    border: 1px solid #ccc;
}

.search-box2 input::placeholder {
  color:#7a7a7a;
}

.search-box2 button {
    background: linear-gradient(200deg, #0085ff 0.33%, #9340fa 85.46%);
    border: none;
    color: white;
    padding: 0 30px;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0 50px 50px 0;
}
.search-box2 button:hover {
    background: linear-gradient(200deg, #9340fa 0.33%, #0085ff 85.46%);
}




/*======================product-search-open===================*/
.search-box-outer { position:relative;  width: 100%; max-width:700px; margin:0 auto; z-index: 100;}
.product-popup {
      position: absolute;
      top: 50px;
      left:0px; 
      right: 0;
       width:100%;
      background: #fff;
      border:1px solid #87c2eb;
      border-radius:0px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      display: none; 
      z-index: 10;
      margin: 0 auto;
      padding: 10px 0px;
 
 
    }

  

    .product-popup ul {
      list-style: none;
      margin:0px;
      padding: 0;
    }

    .product-popup li { 

      font-size:13px; 
      font-weight:500; 
      color: #000;
      display: flex;
      align-items: start;
      justify-content: space-between;
      cursor: pointer;
      padding:8px 15px;
      margin:0px;
      text-align: left;

    }
   .product-popup li:hover { background:#fff9f6;
    }
 
/*======================product-search-end===================*/


.iso-logo {text-align: right;}
.iso-logo img{max-width:100px; border-radius: 100%; background: #fff;}




/* Client logo slider - bottom of hero-section-1 agency-bg */
.client-logo-item {
  height: 100px;
  padding: 10px;
  border: solid 1px #e5e7eb;
  padding: 10px 10px;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 6px 16px rgb(52 105 203 / 16%);
  margin-bottom: 20px;
}

.client-logo-item img{
  max-height:100px;
   top:0;
   bottom: 0;
   left: 0;
   right: 0;
   position: absolute;
   max-width: 100% !important;
   margin: auto;

}
@media (max-width: 768px) {
.client-logo-item {height: 72px;}
}

.client-logo-new-outer {
  padding:0px 0px 50px 0px !important;
}



/* .client-logo-slider-row .oc-clients .item img {
  filter: grayscale(20%);
  opacity: 0.9;
  transition: opacity 0.2s, filter 0.2s;
}
.client-logo-slider-row .oc-clients .item:hover img {
  filter: grayscale(0%);
  opacity: 1;
} */



.client-logo-new-outer{
padding: 50px 0px;

}
