html{
  scroll-padding-top: 100px;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

header {
  background: rgba(0, 0, 0, 0.20);
  position: fixed;
  width: 100%;
  z-index: 1000;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.mw-1800 {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}


.offcanvas.offcanvas-start {
  height: 100vh;
  width: 280px;
  border: none;
}

.offcanvas-header {
  justify-content: flex-end;
}

.navbar-brand {
  margin-left: 24px;
}

#navBar .navbar-nav {
  gap: 30px;
}


.navbar .btn:active {
  border-color: transparent !important;
}

#navBar .nav-link {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}


#navBar .nav-link.phone {
  color: #F47118;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.modal-header {
  font-weight: 600;
}


.close-btn {
  position: absolute;
  right: 18px;
  padding: 3px 5px;
  border-radius: 50%;
  outline: 0;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;

}

.close-btn:hover {
  background-color: #F0F0F0;
}

/* Hero Section */

.hero {
  width: 100%;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url(../images/main-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.cropped{
  min-height: 320px;
}

.hero.cropped-office{
  min-height: 360px;
}

.hero.cropped-office .main-subtitle{
  margin-bottom: 0;
  padding: 0 16px;
}

.main-title {
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 12px;
}

.main-subtitle {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 80px;
}

.main-cta {
  border-radius: 8px;
  background: linear-gradient(278deg, #F47118 47.78%, #FF9E03 136.26%);
  box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.10);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  min-width: 356px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.main-cta:hover {
  color: #FFF;
}


/* About Section */

#about .content {
  max-width: 800px;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
}

#about .copy {
  color: #000;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.img-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.img-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 80px;
}

.name-card {
  padding: 8px 24px;
  background: rgba(255, 255, 255, 0.10);
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  position: absolute;
  color: #fff;
  right: 0;
  bottom: 26px;
  width: 196px;
  height: 55px;
}

.name-card .name {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}

.name-card .designation {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
}

.highlight-container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.highlight-title {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(273deg, #F47118 39.66%, #FF9E03 123.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}

.highlight-subtitle {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.quote {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  padding: 14px 18px;
  background: linear-gradient(180deg, #F7891B 0%, #F18219 100%);
}


/* Leadership Section */

#leadership {
  background-color: #130623;
  color: #FFF;
}

#leadership .copy-container {
  display: flex;
  align-items: center;
  justify-content: center;

}

#leadership .copy-container .copy {
  max-width: 864px;
  color: #FFF;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 32px;
}


/* Clients Section */

.section-title {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.3;
  margin-top: 60px;
  margin-bottom: 40px;
}

.clients-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 40px;
  max-width: 1200px;
  justify-content: space-around;
  margin: 0 auto;
  padding-bottom: 80px;
}


/* Investors Section  */

.investors-container {
  text-align: center;
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.00) 0.47%, rgba(51, 51, 51, 0.070) 52.17%, rgba(51, 51, 51, 0.00) 99.73%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.025) inset;
  padding: 18px 36px;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.investors-container img {
  mix-blend-mode: multiply;
}


/* FAQ section  */

#faq {
  margin-bottom: 60px;
}

.faq-wrapper {
    max-width: 860px;
    margin: 0 auto;
  }
  
  a[aria-expanded="false"] .close-icon {
    transform: rotate(0deg);
    transition: all 300ms;
  }
  
  a[aria-expanded="true"] .close-icon {
    transform: rotate(-180deg);
    transition: all 300ms;
  }
  
  .collapse-panel-wrapper {
    border-top: 1px solid #F0F0F0;;
    padding: 24px 0;
  }
  
  .collapse-panel-wrapper a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
  }
  
  .collapse-panel-wrapper .content {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    padding: 30px 0 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
  }
  
  .collapse-panel-wrapper .content p {
    margin-bottom: 5px;
  }

  /* Vision Section  */

  #vision{
    display: flex;
  }

  #vision .bg-card{
    width: 50%;
    height: 255px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../images/message-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    color: #fff;
  }

  #vision .bg-card .title{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
  }

  #vision .bg-card .message{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px; 
    opacity: 0.7;
    max-width: 460px;
    margin: 0 auto;
  }

  #vision .bg-card.bg-2{
    background-image: url(../images/vision-bg.jpg);
    background-position: center;
  }


  /* Footer section  */

  footer{
    background-color: #1A1A1A;
    color: #fff;
    position: relative;
  }

  .footer-body{
    padding: 60px 16px;
    padding-top: 100px;
    text-align: center;
  }

  .footer-title{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 40px;
    display: inline-block;
  }

  .footer-title:hover{
    color: #fff
  }

  .links-container{
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style-type: none;
    column-gap: 50px;
    row-gap: 25px;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .links-container a{
    text-decoration: none;
    color: #686969;
    font-size: 14px;
    font-weight: 400;

  }

  .contact-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 16px;
  }

  .contact-container span{
    color: #686969;
    display: inline-block;
  }

  .contact-container a{
    display: inline-block;
    text-decoration: none;
    color: #FFF;
  }

  .address{
    color: #686969;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }

  .social-bar{
    border: 1px solid #333;
    background-color: #262626;
    padding: 18px;
  }

  .gap-30{
    gap: 30px;
  }

  .copyright{
    color: #686969;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
  }

  .social-icons{
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .modal-body p, .modal-body li{
    font-size: 14px;
  }
  .modal-body .title-pp {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .modal-body  .sub-title{
    font-size: 18px;
  }
  .modal-body  h3.sub-title{
    font-size: 16px;
  }
  .modal-body  u {
    font-weight: 500;
  }

  .modal-body a, .modal-body a:hover{
    color: #f58120;
    text-decoration: none;
  }

  .table-container{
    max-width: 1260px;
    margin: 0 auto;
    padding: 80px 30px;
  }

  .table-container td{
    font-size: 16px;
    vertical-align: middle;
    font-weight: 500;
  }

  .download-btn{
    text-decoration: none;
    display: inline-block;
    padding: 6px 14px;
    background-color: #F18219;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
  }
  .download-btn:hover{
    color: #FFF;
  }

  #scrollToTop{
    background-color: #F47118;
    padding: 18px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
    outline: none;
    box-shadow: none;
    border: none;
  }

  #offices{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .location-item{
    margin-bottom: 40px;
  }

  .location-title{
    font-size: 24px;
    margin-bottom: 24px;
    border-bottom: 2px solid  #f58120;
    display: inline-block;
    padding-bottom: 12px;
  }

  .offices-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .office-container{
    width: 450px;
  }

  .office-item{
    margin-bottom: 24px;
  }

  .office-title{
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .office-address{
    color: rgba(0,0,0,0.8);
    font-size: 14px;
    line-height: 20px;
  }
@media (max-width: 1200px){
    #navBar .navbar-nav{
        gap: 12px;
    }
}

a[aria-expanded="false"] .close-icon {
  transform: rotate(0deg);
  transition: all 300ms;
}

a[aria-expanded="true"] .close-icon {
  transform: rotate(-180deg);
  transition: all 300ms;
}

.collapse-panel-wrapper {
  border-top: 1px solid #F0F0F0;
  ;
  padding: 24px 0;
}

.collapse-panel-wrapper a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.collapse-panel-wrapper .content {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  padding: 30px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.collapse-panel-wrapper .content p {
  margin-bottom: 5px;
}

/* Vision Section  */

#vision {
  display: flex;
}

#vision .bg-card {
  width: 50%;
  height: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/message-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  color: #fff;
}

#vision .bg-card .title {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

#vision .bg-card .message {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  opacity: 0.7;
  max-width: 460px;
  margin: 0 auto;
}

#vision .bg-card.bg-2 {
  background-image: url(../images/vision-bg.jpg);
  background-position: center;
}


/* Footer section  */

footer {
  background-color: #1A1A1A;
  color: #fff;
  position: relative;
}

.footer-body {
  padding: 60px 16px;
  text-align: center;
  padding-top: 100px;
}

.footer-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 40px;
  display: inline-block;
}

.footer-title:hover {
  color: #fff
}

.links-container {
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  column-gap: 50px;
  row-gap: 25px;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 40px;
}

.links-container a {
  text-decoration: none;
  color: #686969;
  font-size: 14px;
  font-weight: 400;

}

.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 16px;
}

.contact-container span {
  color: #686969;
  display: inline-block;
}

.contact-container a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
}

.address {
  color: #686969;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.social-bar {
  border: 1px solid #333;
  background-color: #262626;
  padding: 18px;
}

.gap-30 {
  gap: 30px;
}

.copyright {
  color: #686969;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.modal-body p,
.modal-body li {
  font-size: 14px;
}

.modal-body .title-pp {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}

.modal-body .sub-title {
  font-size: 18px;
}

.modal-body h3.sub-title {
  font-size: 16px;
}

.modal-body u {
  font-weight: 500;
}

.table-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 80px 30px;
}

.table-container td {
  font-size: 16px;
  vertical-align: middle;
  font-weight: 500;
}

.download-btn {
  text-decoration: none;
  display: inline-block;
  padding: 6px 14px;
  background-color: #F18219;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
}

.download-btn:hover {
  color: #FFF;
}

#scrollToTop {
  background-color: #F47118;
  padding: 18px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  outline: none;
  box-shadow: none;
  border: none;
}
@media (max-width: 1300px){
  .office-container{
    width: 300px;
  }
}
@media (max-width: 1200px) {
  #navBar .navbar-nav {
    gap: 12px;
  }

  .office-container{
    width: 280px;
  }
  
}

@media (max-width: 990px) {

  .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
  }

  .navbar-close{
    margin-left: -6px;
  }

  .btn-close.btn-close-white{
    padding-top: 20px;
  }

  .office-container{
    width: 320px;
  }

  .navbar.navbar-expand-lg {
    min-height: 76px;
  }

  .main-title {
    font-size: 42px;
    margin-top: 30px;
  }

  .text-bg-dark {
    background-color: rgba(33, 37, 41, 1) !important;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }

  .main-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .img-container {
    justify-content: space-around;
    align-items: center;
  }

  #about .content {
    padding-top: 60px;
    padding-bottom: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .copy {
    font-size: 14px;
  }

  .quote {
    font-size: 15px;
    line-height: 20px;
  }

  #leadership .d-flex {
    max-height: 200px;
  }

  #leadership .d-flex img {
    object-fit: cover;
  }

  #leadership .copy-container .copy {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #vision {
    flex-direction: column;
  }

  #vision .bg-card {
    width: 100%;
    height: 160px;
  }

  #vision .bg-card .title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  #vision .bg-card .message {
    font-size: 16px;
    line-height: 22px;
    max-width: 343px;
  }

  .footer-body {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .links-container {
    column-gap: 20px;
  }

  .social-bar .d-flex {
    flex-direction: column-reverse !important;
  }

  #scrollToTop {
    transform: translate(-50%, 0);
  }

}


@media (max-width: 575px) {

  .location-title{
    font-size: 20px;
    display: inline-block;
    text-align: center;
  }

  .office-title{
    font-size: 14px;
    line-height: 20px;
  }
  .office-address{
    font-size: 12px;
    line-height: 16px;
  }

  .office-container{
    width: 100%;
  }

  .main-title {
    font-size: 36px;
  }


  .main-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .main-cta {
    font-size: 16px;
    width: 80%;
    min-width: unset;
  }

  .footer-title {
    font-size: 16px;
  }

  .links-container,
  .contact-container {
    flex-direction: column;
    gap: 12px;
  }


  .copy {
    font-size: 13px !important;
  }

  .img-wrapper img {
    width: 203px;
    height: auto;
  }

  .img-wrapper .name-card {
    bottom: 0;
    text-align: center;
  }

  .highlight-container {
    gap: 18px;
  }

  .highlight-title {
    font-size: 16px;
  }

  .highlight-subtitle {
    font-size: 14px;
  }

  .quote {
    font-size: 13px;
    line-height: 18px;
  }

  .collapse-panel-wrapper a,
  .collapse-panel-wrapper .content p {
    font-size: 13px;
  }

  .table-container {
    padding-left: 0;
    padding-right: 0;
  }

  .table-container td {
    font-size: 14px;
  }
}