
.blue-gradient-contact {
    background: linear-gradient(to left, #0f328e, #16389154);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    .gradient-text {
      font-size: 3rem;
      font-weight: bold;
      background: linear-gradient(90deg, rgba(15, 50, 142, 1), rgba(15, 50, 142, 0.6));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 400;
    }

    .secondary {
      background: linear-gradient(90deg, rgba(15, 50, 142, 0.5), rgba(15, 50, 142, 0.2));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 400;
    }



.banner-pages {
  position: relative;
  display: flex;
  padding: 60px 15px 0;
  overflow: hidden;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.1;
  opacity: 0.4;
mix-blend-mode: multiply;
}



.banner-pages .container,
.banner-pages .investors-heading {
  position: relative;
  z-index: 2;
}

/*h1.investors-heading {*/
/*  padding-top: 130px;*/
/*  padding-bottom: 123px;*/
/*}*/

/*.banner-pages h1 {*/
/*  color: #3c3c3c;*/
/*  font-family: Syne;*/
/*  font-size: 56px;*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  line-height: 110%;*/
  /* 61.6px */
/*}*/

/*.banner-pages h1 .highlight {*/
/*  color: #1a4ecb;*/
/*}*/

/*.banner-pages h2 {*/
/*  font-size: 1.5rem;*/
/*  color: #222;*/
/*  margin-top: 10px;*/
/*}*/

/*.banner-pages p {*/
/*  font-size: 0.95rem;*/
/*  max-width: 750px;*/
/*  margin: 20px auto 0;*/
/*  color: #444;*/
/*}*/

/*@media (max-width: 576px) {*/
/*  .banner-pages h1 {*/
/*    font-size: 1.8rem;*/
/*  }*/

/*  .banner-pages h2 {*/
/*    font-size: 1.2rem;*/
/*  }*/
/*}*/



/* contact form   section */

.contact-section {
  padding: 180px 15px;
}

.contact-section .heading-text {
  color: #3c3c3c;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
}

/*.contact-section .heading-text span {*/
/*  background: linear-gradient(*/
/*    to bottom,*/
/*    rgba(15, 50, 142, 1),*/
/*    rgba(255, 255, 255, 1)*/
/*  );*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
  /*background-clip: text; */
  /* Fallback for some modern browsers 
/*  color: transparent;*/
/*}*/

 .contact-subtext {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  margin-top: 10px;
      color: rgba(0, 0, 0, 0.70);
    color: color(display-p3 0 0 0 / 0.70);
    font-family: Syne;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 127%;
}

.contact-section .contact-form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* max-width: 580px; */
  padding: 37px 34px 42px 34px;
  border-radius: 8.48px;
  border: 0.707px solid #fff;
  background: rgba(233, 234, 237, 0.21);
  backdrop-filter: blur(7.07px);
}

.contact-section .form-label {
  color: #09358e;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Syne, sans-serif;
  font-size: 14.99px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.99px;
}

.contact-section .form-control {
  border-radius: 8.328px !important;
  background: rgba(255, 255, 255, 1) !important;
  border: none !important;
  padding: 20px !important;
}

.contact-section .form-control::placeholder {
  color: rgba(187, 187, 187, 1);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Syne, sans-serif;
  font-size: 14.99px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.99px;
}

.contact-section .footer-light-bg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #09358e;
  color: #09358e;
  font-family: Syne, sans-serif;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.contact-section .footer-light-bg-btn:hover {
  background-color: #09358e;
  color: #fff;
}

.contact-section .footer-light-bg-btn svg {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .contact-section .heading-text {
    font-size: 38px;
    text-align: center;
  }

  .contact-section .contact-subtext {
    text-align: center;
  }

  .contact-section .contact-form-wrapper {
    padding: 25px 15px;
  }
}

/* 2nd section  */

.Support-section .contact-heading {
  color: #000;
  font-family: "Syne", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
  /*text-transform: capitalize;*/
}

.Support-section .contact-para {
  color: rgba(0, 0, 0, 0.38);
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 127%;
  /*text-transform: capitalize;*/
  opacity: 0.9;
}

.Support-section .contact-btn {
  /*display: flex;*/
  /*align-items: center;*/
  gap: 8px;
  color: #000;
  font-family: "Syne", sans-serif;
  font-size: 13.42px;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px;
  border-radius: 10.557px;
  background: #fff;
  /*width: 160px;*/
  padding: 11.11px 8.8px;
}
   .Support-section .contact-btn  svg{
       margin-right:5px;
   }
 .pt-19-custom{
     padding-top: 19.29px !important;
 }

.Support-section .divider {
  opacity: 0.4;
  background: linear-gradient(0deg, #fff 0%, #143791 49.52%, #f7f7f7 100%);
  width: 1px;
  height: 132px;
  margin-left: 111px;
  margin-right: 87px;
}
@media (max-width: 768px) {

    .Support-section .divider {

     margin-left:0px; 
    margin-right: 18px;
}
}
@media (max-width: 484px) {
  .Support-section .divider {
    opacity: 0.4;
    background: linear-gradient(90deg, #fff 0%, #143791 49.52%, #f7f7f7 100%);
    width: 100%;
    height: 1px;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}

/* rooted-section section  */

/* Heading with gradient */
/* SECTION HEADINGS */
.rooted-section .section-heading {
  color: rgba(0, 0, 0, 0.27);
  text-align: center;
  font-family: "Syne", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 123%; /* 34.44px */
  /*text-transform: capitalize;*/
  margin: 0;
}

/*.rooted-section .section-heading-blue {*/
/*  background: linear-gradient(*/
/*    to right,*/
/*    rgba(15, 50, 142, 1),*/
/*    rgba(255, 255, 255, 1)*/
/*  );*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  margin-bottom: 0;*/
/*}*/

/* ADDRESS TABS */
.rooted-section .location-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 9px;
  padding: 14px 0;
  max-width: 400px;
  transition: all 0.2s ease;
}
/* Remove borders from all tab states */
.rooted-section .nav-tabs .nav-link {
  border: none !important;
}

.rooted-section .nav-tabs .nav-link:hover,
.rooted-section .nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
  border: none !important;
}

.rooted-section .tab-heading {
  color: rgba(76, 76, 79, 1);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  margin-bottom: 8px;
  text-align: left;

}

.rooted-section .nav-item .nav-link {
  opacity: 0.5;
}

.rooted-section .nav-item .active {
  opacity: 1;
}

.rooted-section .tab-para {
  color: #969696;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  text-align: left;
}

/* MAP IMAGE */
.rooted-section .headquarter-map-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.rooted-section .rooted-tabs-column {
  padding-left: 100px;
}

@media (max-width: 768px) {
  .rooted-section .rooted-tabs-column {
    padding-left: 10px;
  }
  .rooted-section .tab-para {
    font-size: 14px;
  }
  .rooted-section .tab-heading {
    font-size: 16px;
  }
}

/* invest relation section starts here  */

.invest-relation-section .section-heading {
   font-size: 28px;
  font-weight: 500;
  font-family: "Syne", sans-serif;
}

/* Contact Name */
.invest-relation-section .contact-name {
  color: #000;
  font-family: "Syne", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 127%;
}

/* Contact Subheading */
.invest-relation-section .contact-subheading {
  color: #000;
  font-family: "Syne", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 127%;
}

/* Contact Buttons */
.invest-relation-section .contact-btn {
  /*display: flex;*/
  /*width: 152px;*/
  padding:11px 8.8px;
  /*align-items: center;*/
  /*gap: 8.798px;*/
  /*flex-shrink: 0;*/
  border-radius: 10.557px;
  background: #fff;
  text-decoration: none;
  color: #000;
  font-family: "Syne", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 127%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.invest-relation-section .contact-btn svg{
    margin-right:5px;
}

/* Address Styling */
.invest-relation-section .address {
  /* width: 280px; */
  height: 100px;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 127%;
}
.invest-relation-section .second-column {
  padding-left: 161px;
}

@media (max-width: 780px) {
  .invest-relation-section .second-column {
    padding-left: 10px;
  }
  span.gradient-text {
    font-size: 38px !important;
}
}

@media (max-width: 480px) {
  .invest-relation-section {
    text-align: center !important;
  }
  .invest-relation-section .invest-relation-btn {
    align-items: center !important;
  }
}

@media (max-width: 576px) {
  .address br:nth-of-type(2) {
    display: none;
  }
}


/* invest relation ends here */

.z-9{
    z-index: 9;
}

button.callback-light-bg-btn.w-100.mt-4 {
    display: flex;
    padding: 15px 21.039px;
    justify-content: center;
    align-items: center;
    gap: 5.26px;
    align-self: stretch;
    border-radius: 14.026px;
    border: 1.753px solid #09358E;
    background: rgba(15, 50, 142, 0.00);
    color: #09358E;
    leading-trim: both;
    text-edge: cap;
    font-family: "Open Sauce Sans";
    font-size: 15.779px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.039px;
    text-transform: capitalize;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}

.callback-light-bg-btn:hover {
  background-color: rgba(9, 53, 142, 1) !important;
  color: #fff !important; /* Optional: hover effect */
}

.callback-light-bg-btn svg {
      transition: stroke 0.3s ease-in-out !important;
}
    
.callback-light-bg-btn:hover svg path {
      stroke: #fff;
}







