@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF') format('opentype');
  font-weight: 600;
  font-style: italic;
}

body {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 400;
}

h1 {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 700;
}

p.medium {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
}

p.italic {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 600;
  font-style: italic;
}

.bg-grey-dark {
    background: #F9FAFB;
}



@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
    }
}

.banner a.btn {
    background: #FB8E19;
    border: 1px solid #FB8E19;
    padding: 10px 20px;
    font-size: 22px;
}
 .me-n3 {
    margin-right: -1rem !important;
  }

.btn-orange{
    background: #FB8E19;
    border: 1px solid #FB8E19;
    color:#fff;

}

.btn-outline-orange {
    --bs-btn-color: #FB8E19;
    --bs-btn-border-color: #FB8E19;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FB8E19;
    --bs-btn-hover-border-color: #FB8E19;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FB8E19;
    --bs-btn-active-border-color: #FB8E19;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FB8E19;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FB8E19;
    --bs-gradient: none;
}

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FB8E19;
    --bs-btn-border-color: #FB8E19;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FB8E19;
    --bs-btn-hover-border-color: #FB8E19;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FB8E19;
    --bs-btn-active-border-color: #FB8E19;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #FB8E19;
    --bs-btn-disabled-border-color: #FB8E19;
}
.btn-orange:hover,.banner.btn-orange:hover{
  background: #f74d19 !important;
}
.btn-p5{
      padding: 5px 20px;
}

.nav-item-color {
  color: white!important;
}

li.nav-item.active a, a.nav-link:hover {
    color: #FB8E19 !important;
   
}

a.nav-link {
    color: #000;
}

 /*.banner {*/
 /*     background: url('https://via.placeholder.com/1920x500') no-repeat center center;*/
 /*     background-size: cover;*/
 /*     height: 500px;*/
 /*     display: flex;*/
 /*     justify-content: center;*/
 /*     align-items: center;*/
 /*     color: white;*/
 /*   }*/
  
 .navbar .container{
    border: 1px solid #FB8E1924;
    border-radius: 22px;
    padding: 18px;
} 
  
    
    .banner h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
}
   
     .title {
    font-weight: 700;
    font-size: 48px;
}

    .subtitle {
      color: #6c757d;
      font-size: 20px;
      margin-bottom: 30px;
    }

.section-header {
    max-width: 650px;
    margin: auto;
}  
 
.section-header h6 {
    color: #FB8E19;
}   
.feature .block2 {
    padding: 50px 20px 0px 20px;
} 
 .text-orange {
    color: #FB8E19 !important;
} 
.border-orange {
    border-color: #FB8E19 !important;
}
img.amt-2 {
    margin-top: -8px;
}

 /*Platform Section  */
 
 .platform img {
    width: 100px;
}
  .platform h4 {
    font-weight: 700;
    font-size: 26px;
}  
   .platform p {
    font-size: 20px;
    line-height: 20px; 
}      
  .feature img {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #cccccc80;
    padding: 10px;
    border-radius: 6px;
}    
   
    .faq-section {
      max-width: 700px;
      margin: 50px auto;
      text-align: center;
    }


   .faq-section {
      max-width: 700px;
      margin: 50px auto;
      text-align: left;
    }
.accordion-button::after {
    content: '+';
    background-image: none !important;
    font-size: 18px;
    margin-left: auto;
    padding: 8px 8px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 1px solid #4c4c4c85;
    transition: all 0.3s ease;
    color: #4c4c4cc7;
}
  .accordion-button:not(.collapsed)::after {
    content: '−';
   
  }

    .accordion-button:not(.collapsed) {
      color: #000;
      background-color: #f1f1f1;
      box-shadow: none;
    }

    .accordion-button:focus {
      box-shadow: none;
    }

    .accordion-item {
      border: none;
      border-radius: 0;
    }

    .accordion-item:not(:last-child) {
      border-bottom: 1px solid #dee2e6; /* Border except for the last FAQ */
    } 
   
   
   
   
 /*.transition-navbar {*/
 /*   transition: all 0.4s ease-in-out;*/
 /* }*/

 /* #mainNavbar {*/
 /*   padding: 1rem 0;*/
 /*   background-color: #fff;*/
 /* }*/

 /* #logo {*/
 /*   height: 40px;*/
 /*   transition: all 0.4s ease-in-out;*/
 /* }*/

 /* .navbar-shrink {*/
 /*   padding: 0.4rem 0 !important;*/
 /*   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
 /*   opacity: 0.95;*/
 /* }*/

 /* .navbar-shrink #logo {*/
 /*   height: 28px;*/
 /* }*/
   
#logo {
    height: 40px;
    transition: all 0.4s ease-in-out;
  }
   
   
   
   /* Circular icon container */
.icon-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; /* Center the circle */
}

/* Resize PNG icons to fit */
.img-icon {
  width: 62px; /* Adjust based on your PNG size */
  height: 62px;
  object-fit: contain;
}

/* Text styling (optional) */
h4 {
  color: #333; /* Dark text for contrast */
  font-weight: 600;
}
p {
  color: #666;
  line-height: 1.5;
}
   
   
   
    
    .footer {
      background-color: #222;
      color: #fff;
      padding: 20px 0;
    }
    .footer a {
      color: #ccc;
      text-decoration: none;
      margin-left: 10px;
    }
    .footer a:hover {
      color: white;
    }
    
    
      .custom-footer {
    background-color: #121212;
    text-align: center;
    padding: 60px 20px 0px;
  }

  .custom-footer h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .custom-footer p {
    font-size: 14px;
    color: #999;
    margin-bottom: 0px;
  }

  .footer-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    margin-bottom: 40px;
  }

  .footer-box {
    min-width: 200px;
  }

  .footer-box a, .footer-box button {
    font-weight: bold;
    color: white;
    text-decoration: none;
    border: none;
    background: none;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
  }

  .footer-box button {
    border: 1px solid white;
    border-radius: 30px;
    padding: 10px 25px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .footer-box button:hover {
    background-color: #fff;
    color: #121212;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
   
  }

  .social-icons a {
    color: #aaa;
    font-size: 20px;
    transition: 0.3s ease;
  }

  .social-icons a:hover {
    color: #fff;
  }

  .footer-bottom {
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 20px;
    font-size: 13px;
    color: #777;
  }
    
   .footer-bottom .quick-links a {
    color: #8d8d8d;
    text-decoration: none;
    font-size: 15px;
}



.card-container {
  width: 1106px;
  height: 168px;
  display: flex;
  gap: 50px;
  justify-content: center;
}

.testimonial-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 15px;
}


.testimonial-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

@media (max-width: 767.98px) {
  .testimonial-card {
    max-width: 100%;
  }
}



.footer {
    background-color: #11385d;
    padding: 2rem 0;
    margin-top: 3rem;
}
.footer-links {
    line-height: 2;
}
.footer-brand {
    font-weight: 600;
}
.disclaimer {
    font-size: 0.8rem;
    color: #ffff;
    margin-top: 1.5rem;
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
}

.disclaimer p {
  color: white!important;
  font-size: 14px;
}


 /*nav and mobile responsive*/
 .navbar .container {
        background-color: #FFFFFF66; /* White with 80% opacity */
        backdrop-filter: blur(10px); /* Optional: Adds blur for frosted glass */
        -webkit-backdrop-filter: blur(10px); /* Safari support */
        border: 1px solid rgba(255, 255, 255, 0.2); /* Optional: subtle border */
      }
      .navbar-dark-scroll {
      background-color: rgba(0, 0, 0, 0.85); /* Dark background with some transparency */
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border: 1px solid rgba(0, 0, 0, 0.2); /* Optional border for dark theme */
      transition: background-color 0.3s ease;
    }
    .navbar {
      transition: background-color 0.3s ease;
    }
    
       /* Responsive typography */
    .banner h1 {
      font-size: clamp(2.5rem, 5vw, 4.5rem);
      line-height: 1.2;
    }
    
    .banner p {
      font-size: clamp(1.2rem, 2.5vw, 1.875rem);
    }
    
    /* Adjust banner padding for mobile */
    @media (max-width: 767.98px) {
      .banner {
        padding-top: 100px !important;
      }
      
      .banner .main-slogan {
        font-size: 40px;
      }
      
      .banner .sub-slugan {
        font-size: 20px;
      }
      
      .banner .btn-lg {
        padding: 0.5rem 1rem;
        font-size: 1rem;
        margin-bottom: 10px;
      }
    }
    
    
    .feature-image {
      height: 70px;
    }