body{font-family:"Poppins"; }
#mainNav .navbar-nav > li.nav-item > a.nav-link{color: black;}
.top-header{background-color: #FF9801;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;}
#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: #FF9801;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;}
.footer-address{display: flex;}
.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;
        }
        
.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;}




/* 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%; }
        }                                  



.footer-bg{background-color: #07BCD4;color: white;}
.footer-bg .sub-title{font-size: 20px;}
.footer-bg ul li{font-size: 16px;  list-style-type: none;}
.footer-bg ul li a{color: white;}








@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;
}
.get-quote .fill-form {
    padding: 26px;
}
}
 








                                