@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: #F6673B;
    border: 1px solid #F6673B;
    padding: 10px 20px;
    font-size: 22px;
}
 .me-n3 {
    margin-right: -1rem !important;
  }

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

}

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

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

li.nav-item.active a, a.nav-link:hover {
    color: #f6673b !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 #f6673b24;
    border-radius: 22px;
    padding: 18px;
} 
  
    
    .banner h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
}
   
     .title {
    font-weight: 700;
    font-size: 40px;
}

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

.section-header {
    max-width: 650px;
    margin: auto;
}  
 
.section-header h6 {
    color: #f6673b;
}   
.feature .block2 {
    padding: 50px 20px 0px 20px;
} 
 .text-orange {
    color: #f6673b !important;
} 
.border-orange {
    border-color: #f6673b !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: 50px;
    transition: all 0.4s ease-in-out;
  }
   
   
   
   .circle-img {
         height: 175px;
        border-radius: 50%;
   }
   
   
   
    
    .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;
}