body{font-family:"Poppins"; }
#mainNav .navbar-nav > li.nav-item > a.nav-link{color: black;}
.top-header{background-color: #07bcd4; padding: 5px;font-size: 14px;}
.top-header .sub-txt{color: black;}
#mainNav{background-color: white!important; padding-bottom: 20px!important;}
.call-numb{font-size: 22px;color: black;margin-top: -7px;}
.masthead .call-us{font-size: 34px;
    font-weight: bold;}
    .agent-dropdown {
    min-width: 270px;
    padding: 12px;
    margin-top: 10px;
    border: none;
    border-radius: 12px;
    background-color: #10b8c5;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
}

.agent-dropdown .dropdown-item {
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 8px;
    white-space: normal;
    transition: 0.3s ease;
}
.dail-number{font-size: 20px;}
.dail-number span svg{margin-top: -9px;}




.logo-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.logo-slider::-webkit-scrollbar {
    display: none;
}







.partner-logo-section {
    background-color: #ffffff;
    padding: 16px 0;
}

.logo-slider-wrapper {
    position: relative;
    width: 100%;
    padding: 0 42px;
}

.logo-slider {
    display: flex;
    align-items: center;
    gap: 70px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 0 22px 18px;
}

/* Scrollbar hide */
.logo-slider::-webkit-scrollbar {
    display: none;
}

.logo-slider {
    scrollbar-width: none;
}

.logo-slide-item {
    flex: 0 0 calc((100% - 350px) / 6);
    display: flex;
    justify-content: center;
    scroll-snap-align: start;
}

.logo-card {
    width: 112px;
    height: 112px;
    padding: 14px;
    background-color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.logo-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #12b8cc;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.logo-slider-btn:hover {
    background-color: #079caf;
}

.logo-prev {
    left: 0;
}

.logo-next {
    right: 0;
}




.site-footer{
    background-color: #12BFD1; /* cyan/turquoise */
    padding: 45px 0 40px;
  }

  .footer-divider{
    border: none;
    border-top: 1px solid rgba(255,255,255,0.35);
    margin-bottom: 35px;
  }

  .contact-title{
    text-align:center;
    color:#fff;
    font-weight:700;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 28px;
  }

  .contact-row{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap: 30px 40px;
    margin-bottom: 40px;
    row-gap: 16px;
  }

  .contact-row .item{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:0.95rem;
    font-weight:500;
    white-space:nowrap;
  }

  .contact-row .icon-badge{
    width:24px;
    height:24px;
    border-radius:50%;
    background:#fff;
    color:#12BFD1;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    flex-shrink:0;
  }

#mainNav.is-fixed {
  position: fixed!important;
  top: -83px;
  transition: transform 0.2s;
  ...
}
#mainNav{
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 99999 !important;
    transform: translateY(0) !important;
}


.apply-us .gen-btn button{background-color:#FF9801; }
.contact-us .gen-btn button{background-color:#FF9801; }

.contact-us.get-quote .fill-form input,
.contact-us.get-quote .fill-form select,
.contact-us.get-quote .fill-form textarea {
    color: #ffffff !important;           
    outline: none !important;            
    box-shadow: none !important; 
    font-size:12px;       }


.contact-us.get-quote .fill-form input:focus,
.contact-us.get-quote .fill-form select:focus,
.contact-us.get-quote .fill-form textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    font-size:12px;  
 
}

.contact-us.get-quote .fill-form input::placeholder,
.contact-us.get-quote .fill-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.contact-us.get-quote .fill-form select option {
    color: #000000;
    background-color: #ffffff;
    font-size:12px;  
}
.fill-form label{font-size: 14px;color: white; font-weight: 500;}


input[type="file"]::file-selector-button {
    background-color: #ffffff;
    color: #333333;
    border: 0;
    border-radius: 8px;
    padding: 8px 15px;
    cursor: pointer;
    outline: none;
}




.agent-dropdown .dropdown-item:hover,
.agent-dropdown .dropdown-item:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.18);
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #07BCD4;}
    header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading{color: #272D4E;}
    header.masthead .page-heading h1, header.masthead .page-heading .h1, header.masthead .site-heading h1, header.masthead .site-heading .h1{font-size: 45px;}
    h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{font-weight: 600;font-family: "Poppins";}
    .subheading{font-family: "Roboto";font-size: 18px!important;font-weight: 400!important;}
    #mainNav .navbar-nav > li.nav-item > a.nav-link{font-weight: 600;}
.gen-btn button{background-color: #07bcd4; border:none;padding: 13px 50px;border-radius: 100px;font-size: 20px;color: white;}
.work-us-btn{background-color: white;border:none;padding: 13px 50px;border-radius: 100px;font-size: 20px;color: black;border:solid 1px #FF9801;}
.cart{ position: absolute;right: -15%;bottom: 53%;}
.cart-2{position: absolute;right: -9%;}
.cart-1{position: absolute;left: 0%;}
.cart-4{    position: absolute;
    left: -11%;
    bottom: 60%;
}
.work-us-btn{width: 67%;margin-top: 14px;    padding: 13px 20px;}

.get-quote a{font-weight: bold;color: #07BCD4!important;}
.main-haeding{font-size: 35px;color: #272D4E;font-weight: 600;font-family: "Poppins";}
.sub-title{font-family:"Poppins";font-weight: bold;font-size: 25px; }
.card-detail img{box-shadow: 1px 19px 52px 0px rgba(215,228,249,0.75);
-webkit-box-shadow: 1px 19px 52px 0px rgba(215,228,249,0.75);
-moz-box-shadow: 1px 19px 52px 0px rgba(215,228,249,0.75);}
.sub-txt{font-size: 14px;color: #6f7378;font-weight: 400;line-height: 23px;}
.learn-more{color: #07BCD4;font-size: 14px;font-weight: 600;}
.learn-more:hover{color: #07BCD4;}
/* Rectangle 234 */
.agents-sect{background-image: url(../assets/img/agents-bg.png);background-repeat: no-repeat;margin-top: 100px;}
.text-white{color: white;}
.agents-sect .gen-btn button{background-color: white;color: black;}

.families{margin-top: -180px;}
.families img{padding-top: 67px;}
.families .sub-title{margin-top:-21px;}
.tool-sect .card{background-color: #07BCD4; border:none;border-radius: 20px;padding: 43px;height: 393px;}
.icon{height: 80px;width: 80px;border-radius: 100px;background-color: white;}
.tool-sect .sub-txt{line-height: 27px;}
     
        .testimonial-section {
            padding: 80px 0;
            position: relative;
            min-height: 600px;
        }
        
        .testimonial-heading {
            text-align: center;
            color: #2d3748;
            margin-bottom: 50px;
            font-weight: 600;
            font-size: 2.5rem;
        }
        
        .testimonial-card-container {
            position: relative;
            height: 400px;
        }
        
        /* Fixed central testimonial card */
        .testimonial-card {
            background-color: #ff9800;
            color: white;
            padding: 40px 30px;
            border-radius: 15px;
            width: 500px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
            box-shadow: 0 10px 30px rgba(255, 152, 0, 0.2);
        }
        
        /* Layered effect at the bottom of the card */
        .testimonial-card::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 0;
            right: 0;
            height: 20px;
            background-color: rgba(255, 180, 0, 0.7);
            border-radius: 0 0 15px 15px;
            z-index: -1;
        }
        
        .testimonial-card::before {
            content: '';
            position: absolute;
            bottom: -30px;
            left: 10px;
            right: 10px;
            height: 20px;
            background-color: rgba(255, 200, 0, 0.5);
            border-radius: 0 0 15px 15px;
            z-index: -2;
        }
        
        /* Dotted border around text */
        .testimonial-text-container {
            border: 1px dashed rgba(255, 255, 255, 0.5);
            padding: 20px;
            position: relative;
        }
        
        /* Circular background elements */
        .circle-bg {
            position: absolute;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background-color: rgba(255, 200, 0, 0.5);
            z-index: 1;
        }
        
        .circle-bg-1 {
            top: 20px;
            left: 30%;
        }
        
        .circle-bg-2 {
            top: 20px;
            right: 30%;
        }
        
        .testimonial-text {
            text-align: center;
            font-size: 18px;
            line-height: 1.6;
            position: relative;
            z-index: 2;
        }
        
        /* Hide testimonial content by default */
        .testimonial-content {
            display: none;
        }
        
        .testimonial-content.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        .profile-pic {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
            position: absolute;
            z-index: 5;
        }
        
        .profile-pic:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }
        
        .profile-pic.active {
            border: 3px solid #ff9800;
            transform: scale(1.1);
        }
        
        /* Position profile pictures around the central card */
        .profile-1 {
            top: 20%;
            left: 22%;
        }
        
        .profile-2 {
            top: 65%;
            left: 10%;
        }
        
        .profile-3 {
            bottom: 15%;
            left: 25%;
        }
        
        .profile-4 {
            top: 15%;
            right: 20%;
        }
        
        .profile-5 {
            bottom: 10%;
            right: 20%;
        }
        
        /* Dots pattern */
        .dot {
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            z-index: 1;
        }
        
        .dot-red {
            background-color: #fc8181;
        }
        
        .dot-blue {
            background-color: #63b3ed;
        }
        
        .dot-green {
            background-color: #68d391;
        }
        
        /* Navigation arrows */
        .nav-arrows {
            position: absolute;
            bottom: 5%;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 20px;
            z-index: 20;
        }
        
        .arrow {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: white;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: background-color 0.3s;
        }
        
        .arrow:hover {
            background-color: #f8f9fa;
        }




  .social-row{
    display:flex;
    justify-content:center;
    align-items:center;
    gap: 22px;
  }

  .social-row a{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#fff;
    color:#12BFD1;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    text-decoration:none;
    transition: transform .15s ease, opacity .15s ease;
  }

  .social-row a:hover{
    transform: translateY(-3px);
    opacity:0.9;
  }
        
.contact-us{background-color: #07BCD4;border-radius: 20px;}
.contact-us .main-haeding{color: white;}
.contact-us .sub-txt{color: white;}
.contact-us input{border: solid 1px white;background: transparent;border-radius: 10px;padding: 13px;}
.contact-us textarea {border: solid 1px white;background: transparent;border-radius: 10px;padding: 13px;font-size: 12px; color:white!important;}
.contact-us select{border: solid 1px white;background: transparent;border-radius: 10px;padding: 19px;font-size: 12px; color:white!important;}
.contact-us input::placeholder {font-size: 12px; color:white!important;}
.inner-head{font-size: 16px;font-weight: 600;color: white;}
.inner-txt{font-size: 16px;font-weight: 500;color: white;}
.fill-form{padding: 50px;}
.office-map{background-color: white;border-radius: 0px 20px 20px 0px;}
.office-map img{padding: 50px;
    margin-left: -70px;
}
.contact-us-page{margin-bottom: 123px;}
.get-quote .fill-form{padding: 80px;}
.get-started{background-color: #07BCD4;padding: 20px;border-radius: 20px;}
.get-started .main-haeding {color: white;}
.circle{/* Ellipse 40 */width: 60px;height: 60px;background: #FFFFFF;color: #07BCD4;font-size: 40px;border-radius: 100px;font-weight: bold;margin: 0 auto;}
.get-started .sub-title{color: white;}
.connector-1{position: absolute;bottom: 124px;left: 191px;}
.connector-2{position: absolute;bottom:114px;left:499px;}
.connector-3{position: absolute;bottom: 131px;right: 164px;}
.yellow-box{background: #FF9801;border-radius: 20px;padding: 30px;color: white;}
.yellow-box .sub-txt{color: white;}
.right-text{text-align: right;}
.navbar .gen-btn button{padding: 8px 33px;font-size: 16px;}
.navbar .gen-btn a{font-size: 16px;}
.login-form{background: #F6FBF9;border-radius: 20px;}
.login-form{margin-bottom: 0px;}
 .login-haeding{    font-size: 45px;
    color: #272D4E;
    font-weight: 600;
    font-family: "Poppins";}
   .login-form input {border: solid 1px #e3e3e3;
    background: white;
    border-radius: 10px;
    padding: 13px;}

 .login-form label{display: flex; align-items: center; font-family: sans-serif; background-color: #f8fefc; padding: 10px;}

.contact-row a{color: white;}


/* Style the form */

#prevBtn{background-color: #07bcd4;
    border: none;
    padding: 13px 50px;
    border-radius: 100px;
    font-size: 20px;
    color: white;}
#nextBtn{background-color: #FF9801;
    border: none;
    padding: 13px 50px;
    border-radius: 100px;
    font-size: 20px;
    color: white;}

#regForm {
 
  margin: 0 auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}
 
/* Style the input fields */
.step-form input{border: solid 1px #e3e3e3;
    width: 60%;
    background: white;
    border-radius: 10px;
    padding: 13px;}

.step-form select{border: solid 1px #e3e3e3;
    width: 60%;
    background: white;
    border-radius: 10px;
    padding: 13px;}
/* Mark input boxes that gets an error on validation: */
.step-form input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.step-form .tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step-form .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step-form .step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step-form .step.finish {
  background-color: #04AA6D;
}


.step-icon img{width: 60%;}


  .how-it-works {
      text-align: center;
      padding: 60px 20px;
      background:#DBFBFF;
    }
    .how-it-works h2 {
      font-weight: bold;
    }
    .step-icon {
      width: 100px;
      height: 100px;
      background-color: #fff4d6;
      border-radius: 50%;
      border: 6px solid orange;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
      margin-bottom: 20px;
    }
    .step-icon i {
      font-size: 36px;
      color: #ff7a00;
    }
    .step-title {
      font-weight: 600;
      color: #212529;
      margin-bottom: 10px;
    }
    .step-desc {
      font-size: 15px;
      color: #444;
    }
    .step-arrow::after {
      content: "\2192";
      font-size: 24px;
      margin: 0 20px;
      color: #333;
    }








        /* Responsive adjustments */
        @media (max-width: 992px) {
            .testimonial-section {
                padding: 40px 0;
            }
            
            .profile-pic {
                width: 60px;
                height: 60px;
            }
            
            .testimonial-card {
                width: 320px;
                padding: 30px 20px;
            }
            
            /* Adjust profile pic positions for mobile */
            .profile-1 { top: 10%; left: 10%; }
            .profile-2 { top: 25%; left: 5%; }
            .profile-3 { bottom: 25%; left: 15%; }
            .profile-4 { top: 10%; right: 10%; }
            .profile-5 { bottom: 25%; right: 10%; }
        }                                  





/* Tablet */
@media (max-width: 991px) {
    .logo-slider {
        gap: 35px;
    }

    .logo-slide-item {
        flex: 0 0 calc((100% - 70px) / 3);
    }
}






@media (max-width: 768px) {

 .main-haeding{font-size: 35px;line-height: 41px;}
 .subheading{font-size: 14px!important;}
.sub-title{    font-size: 20px;line-height: 24px;}
.agents-sect{background-size: cover;}
.families {margin-top: -14px;}
.families img {padding-top: 2px;}
.families .sub-title { margin-top: 43px;}
.small-vector{display: none;}
.office-map {background-color: transparent;}
.office-map img{margin-left: 0px;}
.connector-2{display: none;}
.connector-1{bottom: 215px;}
.connector-3{right: 189px;bottom: 77px;}
.right-text{text-align: left;}
.step-form input{width: 100%}
.step-form select{width: 100%}
#nextBtn{padding: 8px 33px;font-size: 16px;}
#prevBtn{padding: 8px 33px;font-size: 16px;}


}


@media (max-width: 767px) {
  header.masthead .page-heading h1, header.masthead .page-heading .h1, header.masthead .site-heading h1, header.masthead .site-heading .h1 {
    font-size: 37px;
}
.agents-sect { background-color: #FF9801;}
.families{margin-top:10px;}
.tool-sect .card{padding: 25px;height: auto;}
.profile-5 {right: 3%;}
.profile-4 {right: 2%;}
.profile-1 {top: 4%;left: 7%;}
.profile-3 {left: 5%;}
.office-map img {padding: 22px;}
.connector-2{display: none;}
.connector-1{display: none;}
.connector-3{display: none;}
.work-us-btn{display: block;}
#regForm {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
}
}

















@media (max-width: 576px) {
    .profile-1{display: none;}
    .profile-2{display: none;}
    .profile-3{display: none;}
    .profile-4{display: none;}
    .profile-5{display: none;}
    .apply-text{display: block;margin-top: 10px;}
    .main-haeding {
        font-size: 23px;
        line-height: 32px;
    }
    .fill-form {
    padding: 23px;

}
.gen-btn button{  
    margin: 0 auto;
  display:flex;
    justify-content:center;
    align-items:center;
}

.get-quote .fill-form {
    padding: 26px;
}

  .contact-row .item{
      font-size:0.82rem;
      white-space:normal;
      justify-content:center;
      text-align:left;
    }
    .contact-row{
      gap: 14px 20px;
    }
    .social-row{
      gap: 14px;
    }
    .social-row a{
      width:34px;
      height:34px;
      font-size:14px;
    }

}
 /* Mobile */
@media (max-width: 575px) {
    .logo-slider-wrapper {
        padding: 0 34px;
    }
    .gen-btn button{text-align: center;}

    .logo-slider {
        gap: 20px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .logo-slide-item {
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .logo-card {
        width: 100px;
        height: 100px;
    }

    .logo-slider-btn {
        width: 28px;
        height: 28px;
    }
}




@media (max-width: 991px) {
    #navbarResponsive {
        display: none; /* Shuru mein mobile par menu hidden rahega */
        background-color: #ffffff !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 20px !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        z-index: 999998 !important;
    }

    /* Jab 'show' class add ho to menu display ho jaye */
    #navbarResponsive.show {
        display: block !important;
    }
}




                                