body{
           margin: 0;
            font-family: Arial, sans-serif;
            background-color: #fff;
            color: #202124;
        }
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.section-2{
  background:#f9f9fc !important;
}
.service-top{
  padding:100px 0px !important;
}
/* header section  */
 
 
    header {
      overflow: visible;
    }
 
    #navbar-sticky {
      position: sticky;
      top: 0;
      z-index: 1030;
      background-color: white;
    }
 
    .navbar-nav {
      gap: 25px;
    }
 
    .navbar-expand-lg .navbar-collapse {
      justify-content: space-between;
    }
 
    .navbar-toggler {
      border: none;
    }
 
    .mega-menu-custom {
  width: 65%;
  background: white;
  border: 1px solid #ddd;
  display: none;
  position: absolute;
  top: 100%;
  left: 18%;
  z-index: 1000;
    max-height: 400px; 
  overflow-x: hidden;

}
 


 
    .services-dropdown:hover .mega-menu-custom,
    .services-dropdown.active .mega-menu-custom {
      display: block;
    }
 
 
.dropdown-menu[data-bs-popper]
{
    top: 100%;
    left: 18%;
    margin-top: var(--bs-dropdown-spacer);
}
 
 
  .menu-tabs {
      background: #f8f9fa;
      border-right: 1px solid #ddd;
      padding: 0;
    }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #d896c036 !important;
}
 
    @media (max-width: 991.98px) {
      .mega-menu-custom {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        border-left: none;
        border-right: none;
      }
    }
 
    @media (max-width: 767.98px) {
      .navbar-collapse {
        flex-direction: column;
      }
      .navbar-nav {
        gap: 0;
        width: 100%;
      }
   
 
       .mega-menu-custom {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        border-left: none;
        border-right: none;
      }
 
 
      .services-dropdown .dropdown-toggle::after {
        display: none;
      }
      .nav-pills .nav-link {
        padding: 10px 15px;
      }
      .tab-content a {
        padding: 8px 10px;
        font-size: 13px !important;
      }
    }
 
    @media (max-width: 575.98px) {
      .navbar-brand {
        width: 40%;
      }
      .nav-link {
        font-size: 14px;
      }
      .start-navbar {
        font-size: 14px;
        padding: 10px 20px;
      }
       .mega-menu-custom {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        border-left: none;
        border-right: none;
      }
    }
    .logo{
  width: 100%;
  height: auto;
}
 
 
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #d896c036 !important;
}
    .menu-tabs .nav-link {
      border-radius: 0;
      text-align: left;
      color: #000;
      padding: 16px 20px;
      font-weight: 500;
      border: none;
        font-family: "Poppins", sans-serif;
  font-weight: 500;
    }
 
.nav-link{
 
align-items: center;
  font-weight: 500 !important;
  font-size: 20px !important;
}
@media (max-width:1600px){
.nav-link{
 
align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
}

}
@media (max-width:768px){
  .navbar-nav{
    gap: 8px;
  }
    .tab-content a {
        padding: 8px 10px;
        font-size: 13px !important;
      }
.nav-link{
 
align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
}
}
 
.nav-link:hover{
  color: #e91e63 !important;
}
.nav-link.active{
  font-weight: 500 !important;
  color: #e91e63 !important;
  font-family: "Poppins", sans-serif;
}

/* .nav-item.nav-link:active{
  color: #e91e63 !important;
} */
 
.navbar-brand{
display: flex;
align-items: center;
width: 12%;
}
.nav-content{
  display: flex;
  gap: 25px;
}
 
 
.mega-menu-custom {
  display: none;
}
 
.services-dropdown.show .mega-menu-custom {
  display: block;
}
 
.flex-column {
    padding: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
 
.nav-link{
     text-align: left;
  font-weight: 500;
  color: #444;
 
}
 
  .menu-tabs .nav-link.active {
      background: #e9f1ff;
      color: #e91e63 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
        position: relative;
    }
    .menu-tabs .nav-link.active::after {
      content: "→";
      position: absolute;
      right: 10px;
      font-size: 20px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
    }
 
     .tab-content a {
      display: block;
      padding: 10px;
      color: #000;
      text-decoration: none;
      font-weight: 500;
      transition: 0.2s ease;
          font-family: "Poppins", sans-serif;

    }
 
     .tab-content a:hover {
      text-decoration: underline !important;
            color: #e91e63 ;
 
    }
 
.start-navbar{
   z-index: 1;
  border: none;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  transition: var(--transition);
  background:#e91e63 ;
  margin-top: 0px;
  font-size: 15.5px;
  padding: 17px 35px 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.dropdown-menu.mega-menu-custom.shadow-lg.p-0
{
    /* margin-top: 10px; */
    left: 18%;
}
 
 
.nav-item.nav-link{
 
align-items: center;
  font-weight: 700 !important;
}
 
.nav-item.nav-link:active {
    font-weight: 500 !important;
    color: #e91e63 !important;
}
 
 
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #e91e63;
}
 
.nav-link:active {
    font-weight: 500 !important;
    color: #ff008d !important;
}
 
@media (min-width: 992px) {
  .mega-menu-custom {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}




/* -----------------------------------------Main-footer---------------------- */


/* footer */
.main-footer {
  background-color: #f8f9fa; /* Light gray background */
  padding: 40px 20px;
  font-family: sans-serif; /* Or your preferred font */
  color: #555;
  line-height: 1.6;
}
.footer-row{
  gap: 50px;
}
.footer-container.row {
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
/* .footer-column.contact-info.col-lg-4{
  width: 29%;
} */

.footer-column {
  /* flex: 1 1 300px;  */
  margin-bottom: 30px;
}
.bottom-bar p{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.bottom-links a{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  z-index: 5;
}
.footer-column h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.4em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.footer-column p{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
/* Contact Info */
.contact-info i {
  margin-right: 8px;
  color: #e91e63; /* Example icon color */
}
.email a:hover{
  color: #e91e63; /* Example icon color */
}
.contact-info a {
  color: #555;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-info .phone-number,
.contact-info .email {
  margin-bottom: 10px;
}
.social-links{
  margin-top: 40px;
}
.social-links p {
  margin-bottom: 8px;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 500;

}

.social-links a {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2em;
  color: #6c757d; /* Example social icon color */
  text-decoration: none;
}

.social-links a:hover {
  color:  #e91e63 ;
}

/* Quick Links */
.quick-links .links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.quick-links .links-list li {
  width: 50%; /* Two columns */
  margin-bottom: 8px;
}

.quick-links .links-list a {
  color: #555;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.quick-links .links-list a:hover {
  text-decoration: underline;
  color: #e91e63;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}


 @media (max-width: 425px) {

.footer-column.contact-info.col-lg-4{
  width: 90% !important;
  text-align: start;
}


.quick-links .links-list{
text-align: start !important;
}
 }

@media (min-width:426px) and (max-width: 768px) {

.footer-column.contact-info.col-lg-4{
  width: 50%;
  text-align: left ;
}

.quick-links .links-list{
text-align: start !important;
}
.logo-footer {
    width: 35%;
    height: auto;
}
.footer-column h3 {
  text-align: start;
}

}


@media (min-width:769px) and (max-width: 991px) {

.footer-column.contact-info.col-lg-4{
  width: 35%;
  text-align: left ;
}

.quick-links .links-list{
text-align: start !important;

}

.footer-column .quick-links .col-lg-4{
  width: 30%;

}
.quick-links .links-list li {
    width: 35%;
    margin-bottom: 8px;
}
.footer-column h3 {
  text-align: start;
}

}

@media (min-width:992px) and (max-width: 1024px) {

.footer-column.contact-info.col-lg-4{
  width: 28%;
  text-align: left ;
}

.quick-links .links-list{
text-align: start !important;

}



.footer-column h3 {
  text-align: start;
}

}
@media (min-width:1025px) and (max-width: 2560px) {

.footer-column.contact-info.col-lg-4{
  width: 28%;
  text-align: left ;
}

.quick-links .links-list{
text-align: start !important;

}



.footer-column h3 {
  text-align: start;
}

}

/* Bottom Bar */
.bottom-bar {
  background-color: #e9ecef; /* Light gray bottom bar */
  padding: 15px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 0.9em;
  flex-wrap: wrap; /* Allow wrapping */
  text-align: center;
}
 
.bottom-bar p {
  margin: 5px 10px;
}
 
.bottom-bar .bottom-links {
  display: flex;
  flex-wrap: wrap; /* Wrap links on small screens */
  justify-content: center;
  margin: 5px 10px;
}
 
.bottom-bar .bottom-links a {
  margin: 0 10px;
}
 
.bottom-bar a {
  color: #555;
  text-decoration: none;
}
 
.bottom-bar a:hover {
  text-decoration: underline;
  color:#e91e63;
}
 
.bottom-bar .back-to-top {
  margin: 5px 10px;
}
 
@media (max-width: 600px) {
  .bottom-bar {
    flex-direction: column; /* Stack items vertically on small screens */
  }
 
  .bottom-bar .bottom-links {
    flex-direction: column; /* Stack links vertically */
    margin-top: 10px;
  }
 
  .bottom-bar .bottom-links a {
    margin: 5px 0;
  }
 
  .bottom-bar .back-to-top {
    margin-top: 10px;
  }
}

 
.logo-footer{
      width: 45%;
    height: auto;
}


.rcw-picker-btn{
  display: none !important;
}

.rcw-widget-container{
 margin-right: 30px !important;
}

.rcw-new-message {
  margin-left: 10px !important;
}

.rcw-send{
    margin-right: 0px !important;
    margin-top: 0px !important;
    padding: 0px !important;
    background-color: #f4f7f900 !important;
    border: 0px !important;
    margin-left: 30px !important;
}


.error {
  color: red;
  font-size: 0.9em;
}

.form-status-message {
  margin-top: 10px;
  font-weight: bold;
  color: green;
}
.section-2{
  background:#f9f9fc !important;
}
.service-top{
  padding:0px 100px;
}


/* --------section-1 ---------- */
.document-1{
    padding: 100px 0px !important;
    padding-bottom: 0 !important;
}
.document-top{
      padding: 100px 0px !important;

}
.small-head{
    font-size: 3rem;
    
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.big-head{
    font-size: 7rem;
    font-weight: 600;
    line-height: 1.0;
    font-family: "Poppins", sans-serif;
    
}
@media(max-width:552px){
  .benefits{
      font-size:25px !important;
    }
}

@media(max-width:768px){
    .big-head{
        font-size: 3.5rem !important;
        line-height: 1.5 !important;
    }
    .document-1{
      padding: 50px 0px !important;
    }
    .small-head{
        font-size: 2rem !important;
    }
    .business h1{
        font-size: 25px !important;
        max-width:max-content;
        font-weight: 600 !important;
    }
    .end-end-document{
        padding: 20px !important;
    }
    .para{
        font-size: 13px !important;
    }
    .caption-heading{
        font-size: 20px !important;
    }
    .document-row{
        padding: 20px !important;
    }
  
    .document-top{
        padding: 20px !important;
    }
    .service-top{
        padding-left: 20px !important;
    }
    .document h2{
        font-size: 20px !important;
        margin-top: 20px !important;
    }
    .document p{
        font-size: 13px !important;
    }
    .title{
        font-size: 20px !important;
    }
    .data-para{
        font-size: 15px !important;
    }
    .row .mt-5 .mb-5 .ID-document{
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .benefits{
      font-size:25px !important;
    }
    .benefit-head{
      font-size: 20px !important;
    }
    .benefit-para{
      font-size: 13px !important;
    }
}

@media (max-width:991px) {
     .big-head{
        font-size: 3.5rem !important;
        line-height: 1.5;
    }
    .small-head{
        font-size: 2rem;
    }
    .business h1{
        font-size: 30px !important;
    }
    .benefits{
        font-size: 26px !important;
    }
}
/* @media(max-width:1023px){
    .benefits{
        font-size: 30px !important;
    }
} */

 @media(max-width:1399px) and (min-width:1024px){
    .big-head{
        font-size: 5rem !important;
        line-height: 1.3;
    }
    .small-head{
        font-size: 2.5rem;
    }
     .benefits{
        font-size: 40px !important;
    }
 }



/* ---section-2 ---- */
.business h1 {
    font-size: 4rem;
    max-width: 900px;
    margin: auto;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.business-content .para{
    font-size: 20px;
    line-height: 1.7;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.business-content .caption-heading{
     font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    
}

/* -----------section-3 ------- */
.end-end-document{
    padding: 0px 100px;
    background: rgba(179, 215, 245, 0.111);
}
.document-row{
    padding: 50px 0px;
}
.document h2{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    justify-content: center;
}
.document p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    font-family: "Poppins", sans-serif;
    justify-content: center;
}
.data-img{
    text-align: center;
    display: flex;
    justify-content: center;
}
.title{
    text-align: center;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    line-height: 1.5;
}
.document{
    margin: auto !important;
    align-items: center !important;
    /* padding-left: 60px !important; */
}
.data-para{
     text-align: center;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/* -----------section-4 ---------- */
.benefits{
     font-size: 3.8rem;
    max-width: 1320px;
    margin: auto;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.benefit-head{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 34px;
    margin-top: 20px;
    line-height: 1.3;
    text-align: center;
}
.benefit-para{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin-top: 20px;
    line-height: 1.7;
    text-align: center;
}