/* .navbar-brand{
    font-size: 30px;
    font-weight: bold;
}
.top-nav{
    padding-left: 40px;
    padding-right: 40px;
}
.nav-link{
    font-size: 17px;
    font-weight: 600;
} */
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; 
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
/* .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;
}





.top-content{
    padding: 50px;
}
.top-baner{
    padding: 100px 100px;

}
.section-baner-1{
    padding: 40px;
}
.section-baner{
    padding: 30px;
}
.frame-text{
    font-size: 60px;
    font-weight: 400;
    font-family: "Manrope", "Manrope Placeholder", sans-serif;
    text-align: center;
    margin-bottom: 40px;

}
.para{
    font-size: 22px;
    font-family: "Manrope", "Manrope Placeholder", sans-serif;
    font-weight: 400;
    text-align: center;
}  
.free-btn{
    padding: 15px 20px;
    border: 2px solid #80808000;
    background: #0078eecf;
    border-radius: 50px;
    font-size: 20px;
    font-family: "Manrope", "Manrope Placeholder", sans-serif;
    color: #FFFFFF;
}
.started{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.tool{
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    padding: 30px;
    margin: 20px;
    width: 46%;
    border-radius: 20px;
    border:2px solid #8080801f;
}
.head-text{
    font-weight: 500;
    font-family: "Manrope", "Manrope Placeholder", sans-serif;
}
.para-tag{
    font-weight: 400;
    font-family: "Manrope", "Manrope Placeholder", sans-serif;
    /* opacity: 0.5; */
    font-size: 18px;
    line-height: 1.6;
}
.icon{
    border: 0;
    padding: 22px 17px;
    background: #006bff80;
    border-radius: 5px;
    margin-bottom: 15px;
}
.icon-1{
    border: 0;
    padding: 22px 22px;
    background: #092244d4;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #ffffff;
}
.icon-2{
    border: 0;
    padding: 22px 22px;
    background:#198d54;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #ffffff;
}
.icon-3{
    border: 0;
    padding: 22px 22px;
    background:#6a198d;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #ffffff;
}
.tools-container{
    padding: 40px 20px;  
}
.items{
    padding: 40px 20px;
    background:#92a8e75c;
    margin: 10px;
    width: 23% !important;
    border-radius: 10px;
}
.social-text{
    font-size: 40px;
    font-weight: 400;
    font-family: "Manrope", "Manrope Placeholder", sans-serif;
    margin-bottom: 25px;
}
.pdffiller{
    margin-top: 80px;
    gap: 25px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right:0px;
    margin-left:0px;
}
 .col-lg-4.choose-pdf{
    border: 2px solid #80808040;
    border-radius: 13px;
    margin: 18px;
    padding:25px;
    width: 29.33333333%;
 }
 .pdf-image{
    margin-top: 47px;
 }
.row.container{
    margin-top: 100px;
    margin-bottom: 100px;
}
.content-para-1{
    padding-left: 20px;
}
.content-para{
    padding-left: 26px;
}
.note{
    display: flex;
    gap: 20px;
    border: 2px solid #80808011;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f3f9fe;
}
.note-text{
    display: flex;
    margin-top: 9px;
    margin-bottom: 9px;
}
.note-text strong{
    width: 120px;
    font-weight: 600;
    font-family: "Manrope", "Manrope Placeholder", sans-serif;
}
.note-text p{
    margin-bottom: 0;
}
.convert {
    margin-top: 80px;

}
.tool:hover{
    background:#f3f9fe;
}
.footer-content {
    border-top: 2px solid rgba(128, 128, 128, 0.027);
    padding: 30px;
}
.upload{
    background: #ffffff;
    border: 2px solid #8080801f;
    margin: 20px;
    box-shadow: 21px 23px 1px -7px;
    border-radius: 14px;
    padding: 35px;
    width: 29.33333%;
    background-color: #f3f9fe;
}
.document-img{
    margin-bottom: 30px;
}
.pdf-document{
    margin-top: 20px;
    padding: 20px;
}
.tool{
    width: 46% !important;
}


/* faq */
.faq-list {
    margin-top: 20px;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden; /* To contain the answer within the border */
}
.faq-question:hover{
    background:#f3f9fe;
}
.faq-question:focus{
    background:#f3f9fe;
}
.faq-question {
    background-color: #f8f9fa;
    color: #212529;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-family: "Manrope", "Manrope Placeholder", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    position: relative; /* For the arrow */
}

.faq-question::after {
    content: '+';
    font-size: 29px;
    font-weight: 600;
    position: absolute;
    right: 15px;
    color: #92a8e7;
}

.faq-item.open .faq-question::after {
    content: '-';
}

.faq-answer {
    padding: 15px;
    background-color: #fff;
    display: none; /* Initially hidden */
}

.faq-answer.open {
    display: block;
}

.faq-answer p {
    margin-bottom: 0;
    color: #6c757d;
    font-weight: 400;
    font-size: 18px;
    font-family: "Manrope", "Manrope Placeholder", sans-serif;

}

/*  */
  
  .step-box {
    display: flex;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  
  .pdf-xml{
    margin-top: 40px;
  }

  .step-number {
    background: #f0f0f0;
    font-weight: bold;
    font-size: 1.2rem;
    color: #555;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
  }

/* section-5  */
  .card-access {
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important;
    transition: transform 0.3s ease !important;
  }

  .card-access:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
  }

  .card-img-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    object-fit: cover !important;
    height: 200px !important; /* adjust if needed */
  }

  .card-body {
    padding: 20px !important;
  }
.tools-container .row{
    gap: 7px;
}



  /* footer */
  .col-lg-3.details{
     width: 30%;
     display: block;
     justify-content: center;
  }
  .col-lg-2.nav-footer{
    width: 13.3%;

  }
  .col-lg-2.logo-img{
    width: 13.3%;

  }
  .col-lg-3.icons{
    width: 27.3%;
    padding-left: 30px;
 }
 .logo-header{
    width: 100%;
    height: 68px;
 }
 /* .logo {
    width: 62%;
    height: 112px;
} */
  .detail{
    padding-bottom: 10px;
    padding-left: 20px;
    display: block;
    justify-content: center;
  }
  .nav-link{
    font-weight: 500;
    font-size: 18px;
    font-family: "Manrope", "Manrope Placeholder", sans-serif;
  }
  .social-icons{
    display: flex;
    justify-content: start;
    padding-bottom: 30px;
  }
  .detail-tag{
    color: #0000005e;
    font-weight: 400;
    font-size: 18px;
    font-family: "Manrope", "Manrope Placeholder", sans-serif;
  }
.btn-square.rounded-circle.mx-1{
    background: #92a8e7d1;
    padding: 10px 17px;
    color: #ffffff;
    font-size: 20px;
    border: 1px solid #92a8e7d1;
}
.img-fluid.rounded-circle.border.p-3{
    padding: 2rem !important;
}
.navbar{
    padding: 0;
}
@media (max-width:1440px){
    .logo {
        width: 75%;
        height: auto;
    }
    .pdffiller{
        gap: 0px;
    }
    .tool{
        width: 38% !important;
    }
    .tools-container .row{
        gap: 0;
    }
}
@media (max-width:1024px){
    .top-baner {
        padding: 10px 20px !important ;
    }
    .frame-text {
        font-size: 45px;
        margin-bottom: 0;
    }
    .para {
        font-size: 20px;
        margin-top: 20px;
    }
    .free-btn {
        padding: 10px 15px;
        font-size: 13px;
    }
    .head-text{
        font-size: 20px;
    }
    .tools-container .row{
        gap: 0;
    }
    .row.container {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .social-text{
        font-size: 25px;
    }
    .img-fluid.rounded-circle.border.p-3{
        padding:31px !important;
    }
    .pdffiller {
        margin-top: 10px;
    }
    .tool {
        width: 30% !important;
    }
    .section-baner-1 {
         padding: 0px; 
    }
    .faq-question{
        font-size: 18px;
    }
    .faq-answer p{
        font-size: 15px;
    }
    .items{
        width: 46% !important;
        }
         
.pdf-xml {
    margin-top: 0px;
}
    .pdf-document {
        margin-top: 0px;
        padding: 20px;
    }
    .para-tag{
        font-size: 15px;
    }
    .upload{
        width:27.33333%;
    }
    .col-lg-4.choose-pdf {
        width:27.33333%;

    }
    .section-baner {
        padding: 0px;
    }
    .top-content
 {
    padding: 20px;
}

}
@media(max-width:992px){
    .col-lg-2.nav-footer {
        width: 14.3%;
        margin-bottom: 20px;
        padding-left: 34px;
    }
    .col-lg-3.details {
        width: 32%;
        display: block;
        justify-content: center;
    }
    .col-lg-3.icons
     {
            width: 34.3%;
        }
    .col-lg-1.col-sm-12{
        width: 0%;
    }
    .tool {
        width: 30%;
    }
}
@media(min-width:768px){
    .col-lg-2.logo-img {
        width: 16.3%;
        margin-bottom: 20px;
    }
    
}
@media (max-width:768px)  {
    .logo {
        width: 93%;
        height: auto;
    }
    .btn-square.rounded-circle.mx-1 {
        background: #92a8e7d1;
        padding: 3px 9px;
        color: #ffffff;
        font-size: 15px;
        border: 1px solid #92a8e7d1;
    }
    .col-lg-3.icons
     {
            width: 25.3%;
            padding-left: 30px;
        }
    .col-lg-2.nav-footer
     {
            width: 23.3%;
            margin-bottom: 20px;
            padding-left: 34px;
        }
        .col-lg-3.details {
            width: 30%;
            display: block;
            justify-content: center;
        }
    .top-baner {
        padding: 0px 0px !important ;
    }
    .frame-text {
        font-size: 25px;
        margin-bottom: 15px !important;
    }
    .para {
        font-size: 15px;
        margin-top: 20px;
    }
    .free-btn {
        padding: 10px 15px;
        font-size: 13px;
    }
    .head-text{
        font-size: 20px;
    }
    .row.container {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .social-text{
        font-size: 25px;
    }
    .img-fluid.rounded-circle.border.p-3{
        padding: 5px !important;
    }
    .pdffiller {
        margin-top: 10px;
    }
    .tool{
        width: 94% !important;
    }
    .section-baner-1 {
         padding: 0px; 
    }
    .faq-question{
        font-size: 12px;
    }
    .faq-answer p{
        font-size: 11px;
    }
    .items{
        width: 90% !important;
    }
.pdf-xml {
    margin-top: 0px;
}
    .pdf-document {
        margin-top: 0px;
        padding: 20px;
    }
    .para-tag{
        font-size: 15px;
    }
    .upload{
        width: 86.33333%;
    }
    .col-lg-4.choose-pdf {
        width: 86.33333%;

    }
    .section-baner {
        padding: 0px;
    }
    .top-content.py-5
 {
    padding: 10px !important;
}
}


/* -----------------------contact --------------------- */
.chatbot-top{
  padding: 100px 0px;
}
 .tick-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #28c76f;
  background-color: #e7fbe9;
  color: #28c76f;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  font-size: 14px;
}
    .left-chatbot, .right-chatbot {
      flex: 1 1 450px;
    }   
     .get-in-touch {
      text-align: center;
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .subtitle-chat {
      text-align: center;
      font-size: 18px;
      color: #666;
      margin-bottom: 50px;
    }

    .info-item1 {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
    }

    .icon-box1 {
      background-color: #ecebfe;
      color: #6c63ff;
      padding: 12px;
      border-radius: 12px;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      width: 45px;
      height: 45px;
    }

    .info-item1 strong {
      font-weight: 600;
      display: block;
      margin-bottom: 3px;
      font-size: 15px;
    }

    .info-item1 p {
      margin: 0;
      color: #555;
      font-size: 14px;
    }
      .why-box {
      background-color: #fff;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    }

    .why-box h3 {
      margin-bottom: 15px;
      font-size: 18px;
    }

    .why-box ul {
      list-style: none;
    }

    .why-box ul li {
      margin-bottom: 10px;
      color: #333;
      font-size: 14px;
    }
      .contact-formchat {
      background-color: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    }

    .contact-formchat label {
      display: block;
      margin-bottom: 6px;
      font-weight: 600;
      font-size: 14px;
    }

    .contact-formchat input,
    .contact-formchat textarea {
      width: 100%;
      padding: 12px 15px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
    }

    .contact-formchat button {
      width: 100%;
      background-color: #6c63ff;
      color: #fff;
      border: none;
      padding: 14px;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      transition: background 0.3s ease;
    }

    .contact-formchat button:hover {
      background-color: #574fe2;
    }

    @media (max-width: 768px) {
      .chatbot {
        flex-direction: column;
      }
    }

/* .col-lg-2.logo-img {
    width: 70.3%;
    margin-bottom: 20px;
}
.col-lg-2.nav-footer {
    width: 71.3%;
    margin-bottom: 20px;
    padding-left: 34px;

}
.col-lg-3.details {
    width: 81%;
    display: block;
    justify-content: center;
}
.col-lg-3.icons {
    width: 100.3%;
    padding-left: 30px;
} */
/* } */

/* @media (max-width:577px)  {
    .col-lg-2.logo-img
     {
            width: 42.3%;
            margin-bottom: 20px;
        }
    .logo {
        width: 100%;
        height: auto;
    }
    .top-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-lg-2.nav-footer
     {
            width: 60.3%;
            margin-bottom: 20px;
            padding-left: 34px;
        }
        .col-lg-3.details
 {
        width: 94%;
        display: block;
        justify-content: center;
    }
        .btn-square.rounded-circle.mx-1 {
            background: #92a8e7d1;
            padding: 7px 12px;
            color: #ffffff;
            font-size: 13px;
            border: 1px solid #92a8e7d1;
        }
        .col-lg-3.icons {
            width: 100.3%;
            padding-left: 30px;
        }
} */