  body, html {
      margin: 0;
      padding: 0;
    }
  i.fas.fa-phone-alt {
    font-size: 16px;
    margin-left: 10px;
}
.call  {
    width: 13px;
    margin-left: 10px;
}
    .hero {
      background: url('images/banner.jpg') no-repeat center center/cover;
      height: auto;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 2rem;
    }
    .navbar.scrolled .container.banner-back {
   
    box-shadow: none;
}

.forum-regular {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}


.banner-back {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
ul.navbar-nav.text-uppercase.fw-semibold li a {
    /* font-family: DM sans-serif; */
    font-size: 16px;
    font-weight: 300;
    font-family: 'DM Sans', sans-serif;
    text-transform: capitalize;
}
.heade-btn {
    background-color: #000;
    color: #fff;
    font-family: 'DM Sans',sans-serif;
    font-size: 16px;
}
img.logo {
    height: 35px;
}

    .overlay {
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
    }

  .hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 30px;
}
.banner-section-inner {
    margin-top: 100px;
}

    .contact-form {
      position: relative;
      z-index: 2;
      background: #fff;
      border-radius: 8px;
     
      width: 100%;
    }

    .navbar {
      transition: all 0.3s ease;
      padding: 1rem 0;
    }

    .navbar.fixed-top {
      background-color: transparent;
    }

    .navbar.scrolled {
      background-color: #fff !important;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .offcanvas-start {
      width: 80%;
    }


 .banner-title {
    font-family: Forum;
    font-size: 3rem;
    font-weight: 200;
    font-family: 'Forum', serif;
}


.form-container {
  background-color: white;
 
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.contact-row {
    display: flex;
    background-color: #21579B;
    padding: 10px;
    color: #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.contact-row h5 {
    font-size: 16px;
    font-weight: 300;
}
a.btn.enquie-now {
    color: #fff;
    background-color: #154E96;
    font-family: 'DM Sans' ,sans-serif;
    font-weight: 200;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'DM Sans',sans-serif;

}
p.mt-3.banner-text {
    font-weight: 300;
}
form {
    padding: 20px;
}

.form-header {
  background-color: #003366;
  color: white;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}

.logo-title {
  display: flex;
  align-items: center;
}

.logo {
  font-family: monospace;
  font-weight: bold;
  background-color: white;
  color: #003366;
  padding: 4px 8px;
  margin-right: 12px;
  font-size: 14px;
}

.title {
  font-size: 16px;
}

.contact-form {
 
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form .row {
  display: flex;
  gap: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-form button {
  background-color: #15457B;
  color: white;
  padding: 12px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #0f3a63;
}
.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 100;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}



.second-sec{
      background-color: #f8f8f8;
    padding: 40px 20px;
}

.card-title {
    font-size: 20px;
    margin-top: 10px;
    text-transform: capitalize !important;
    font-family: 'DM Sans', sans-serif;
}

.btn-primary {
    background-color: #15457B;
    border: none;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.btn-primary:hover {
  background-color: #0f3a63;
}
img.img-fluid.my-3.img {
    width: auto;
    height: 200px;
    object-fit: cover;
}
small.text-muted {
    background-color: #EBEBEB;
    padding: 3px 9px;
    border-radius: 6px;
}

.stats-section {
  background: url('images/17.png') no-repeat center center/cover;
  position: relative;
  color: #fff;
  min-height: 100vh;
}

.stats-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.counter {
    font-family: 'DM Sans' ,sans-serif;
    font-weight: 300;
}
.stat-box p {
    font-size: 15px;
    font-weight: 300;
}
.stat-box small {
    color: #cac2c2;
    font-size: 14px;
}

.stat-box {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  color: #fff;
}

.stats-title {
   font-family: 'Forum', serif;
    font-weight: 200;
    font-size: 3rem;
}

    .accordion-button::after {
      display: none !important; /* Remove default arrow */
    }

    .accordion-icon {
      font-size: 24px;
      font-weight: bold;
      transition: transform 0.3s ease;
    }

    .accordion-button.collapsed .accordion-icon::before {
      content: '+';
      color: #000;
    }

    .accordion-button:not(.collapsed) .accordion-icon::before {
      content: '−';
      color: #000;
    }


/* Wrapper spacing */
.second-sec {
  padding: 60px 0;
  background: #f9f9f9;
}

/* Section header styling */
.section-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    /* margin-bottom: 30px; */
    width: 35%;
    flex-direction: row;
}
.trusted-partners-section {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.arrow-icon {
  font-size: 24px;
  color: #333;
}

.title-second {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    line-height: 1.2;
   
    font-family: 'DM Sans',sans-serif;
}
/* Swiper styling */
.partnerSwiper {
  padding: 10px 0;
}

.partnerSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.electro-title {
    font-size: 3rem;
    font-family: 'Forum', serif;
    font-weight: 300;
    padding: 20px 0px;
    font-weight: 500;
}
.partnerSwiper img {
    /* max-height: 200px; */
    width: auto;
    /* filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease; */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    padding: 10px 30px;
    width: 100%;
    /*background-color: #ffff;*/
    height: 50px;
    object-fit: contain;
    border-radius: 10px;
}

.partnerSwiper img:hover {
  filter: none;
  opacity: 1;
}


.site-footer {
  background: #000;
  color: #fff;
  padding: 60px 20px 10px;
  font-family: 'DM Sans', sans-serif;
}

.footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;

  margin: 0 auto;
  gap: 100px;
  flex-wrap: wrap;
}

.footer-left {
  flex: 1 1 45%;
}



.footer-description {
  font-size: 15px;
  color: #ccc;
  line-height: 1.6;
  max-width: 500px;
}
.footer-logo {
    width: 200px;
    height: auto;
}

.footer-right {
  display: flex;
  flex-direction: row;
  gap: 60px;
  flex: 1 1 45%;
}

.footer-links h3,
.footer-contact h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links a,
.footer-contact a {
  color: #ccc;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

.footer-contact p {
  font-size: 15px;
  color: #ccc;
  margin: 0;
}

.footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid #333;
  text-align: right;
  font-size: 14px;
  color: #aaa;
}
#backToTop {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  font-size: 20px;
  background-color: #000;
  color: #fff;
  border: 1px solid #444;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#backToTop:hover {
  background-color: #333;
  color: #0a50a1; /* Blue hover */
}

.contact-info-container .banner-final {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.contact-info-container {
    position: relative;
    margin: 50px 0px 180px 0px;
}

.form-design {
    position: absolute;
    right: 30px;
    top: -60px;
}
.overlay-content {
    padding: 20px;
    color: #d0cece;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(-10px);
    -webkit-backdrop-filter: blur(10px);
    /* padding: 20px; */
    border-radius: 10px;
    /* color: #fff; */
    margin: 0px 30px;
    font-family: 'DM Sans' ,sans-serif;
}
.info-text a {
    color: #000;
    text-decoration: none;
}
.overlay-content img {
    width: 30px;
}
.col-md-5.form-design p {
    padding: 20px;
    font-size: 12px;
    text-align: center;
}
.form-contents {
    position: absolute;
    bottom: -200px;
}
.overlay-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.overlay-content p {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.info-card {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.info-card:hover {
  background: #f0f0f0;
}

.icon {
  width: 32px;
  margin-right: 15px;
}

.icon img {
  width: 100%;
  height: auto;
}

.info-text {
  flex: 1;
  font-size: 14px;
}

.arrow {
  font-size: 18px;
  font-weight: bold;
  color: #1a3b6e;
}

.founder-quote-card {
    display: flex;
    font-family: 'DM Sans', sans-serif;
    position: relative;
}

.quote-card {
    max-width: 420px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 8px 20px rgba(0,0,0,0.1); */
    text-align: left;
}

.card-image {
  width: 100%;
  display: block;
}
.align-items-start {
    margin-bottom: 100px;
}
section.final-sec {
    background-color: #F6F6F6;
    padding: 50px 0px;
}
.quote-content {
    padding: 12px;
    position: absolute;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: left;
    /* top: 0px; */
    z-index: 1;
    bottom: -70px;
    background-color: #fff;
    width: 60%;
    right: 100px;
    /* margin-bottom: 100px; */
    border-radius: 10px;
}
.quote-text {
    font-size: 17px;
    /* font-style: inherit; */
    color: #1a3b6e;
    margin-bottom: 20px;
}

.founder-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.founder-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

.founder-text {
  font-size: 14px;
  color: #333;
}
.accordion-button:not(.collapsed) {
    color: f7f7f7;
    /* background-color: #8a8b8e8c; */
    /* box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #77797b3b; */
    background-color: #F7F7F7;
    font-family: 'DM Sans',sans-serif;
    border-bottom: 1px solid #ccc;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow:none;
}
.accordion-body {
    background-color: #F7F7F7;
    font-family: 'DM Sans',sans-serif;
    font-size: 13px;
}
.accordion-button{
background-color: #F7F7F7;
    font-family: 'DM Sans',sans-serif;
}
.more-about-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  background: #1a3b6e;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s ease;
}

.more-about-btn:hover {
  background: #142c55;
}

.arrow {
  margin-left: 8px;
  font-weight: bold;
}
.desktop-ony, .desktop-only{
    display: block;
}
.mobile-only{
    display: none;
}

/* Parent must be flex */
.parent {
  display: flex;
  flex-direction: row; /* normal order on desktop */
}

/* Children default order (desktop) */
.child-1 { order: 1; }
.child-2 { order: 2; }


@media (max-width: 768px) {
    
.desktop-ony{
    display: none;
}
.mobile-only{
    display: block;
}

.parent {
    flex-direction: column; /* stack vertically */
  }
  .child-1 { order: 2; } /* send it below */
  .child-2 { order: 1; } /* bring it above */

      .navbar {
  
    padding: 0rem 0;
}
.hero {
    
    height: auto;
 
    padding: 1rem;
}

        .about-section .img-fluid {
        max-width: 100px;
      }
      .hero {
        flex-direction: column;
        text-align: center;
      }

     .hero-content, .contact-form {
    max-width: 100%;
    text-align: left;
    gap: 15px;
}
a.btn.enquie-now {
    display: none;
}
.trusted-partners-section {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.second-sec {
    padding: 20px 0;

}
.section-header {
    display: flex;
    gap: 15px;
    /* margin-bottom: 30px; */
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    margin: 30px  0px !important;
}
.title-second {
    font-size: 27px;
 
}
.partnerSwiper img {

    padding: 10px 10px;
 
}
.stats-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 200;
    font-size: 2rem;
}
.stat-box {
  
    text-align: center;
}
.quote-content {
    padding: 12px;
    position: absolute;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: left;
    /* top: 0px; */
    z-index: 1;
    bottom: -121px;
    background-color: #fff;
    width: 100%;
    right: 0px;
   
    border-radius: 10px;
}
div#faqAccordion {
    margin-top: 150px;
}
.align-items-start {
    margin-bottom: 0px;
}
.footer-bottom {
   
    text-align: center;
}
.site-footer {
    background: #000;
    color: #fff;
    padding: 17px 20px 10px;
    font-family: 'DM Sans', sans-serif;
}
.footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    gap: 19px;
    flex-wrap: wrap;
}
.footer-right {
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex: 1 1 53%;
}
.form-contents {
    position: relative;
    bottom: 150px;
}
.form-design {
    position: relative;
    right: 0;
    top: -40px;
}
.overlay-content {
    padding: 15px;
    color: #d0cece;
    background: rgb(56 53 53 / 20%);
    backdrop-filter: blur(-10px);
    -webkit-backdrop-filter: blur(10px);
    /* padding: 20px; */
    border-radius: 10px;
    /* color: #fff; */
    margin: 0;
    font-family: 'DM Sans' ,sans-serif;
}
section.final-sec {
    background-color: #F6F6F6;
    padding: 30px 0px;
}
.contact-info-container {
    position: relative;
    /* margin: 50px 0px 600px 0px; */
    height: 100vh;
}
.form-contents {
    position: relative;
    /* color: #fff; */
    bottom: 15px;
    padding: 0;
}
.img-fluid.my-3.img {
    width: 100%;
}
.overlay-content h3, .overlay-content p {
    color: white;
    padding: 10px;
}


.contact-info-left{
    margin-top: -37%;;
}
}
    }