/* 
Theme Name: Nexedge
Text Domain: Nexedge
Version: 6.9
Description: Custom Theme 
Author: Abhishek Tiwary
*/

  @import url(https://db.onlinewebfonts.com/c/495bb6355fa4ae4c095fa5c1b6c4a4f1?family=FreightSans-Book);

  * {
    margin: 0;
    padding: 0;
    font-family: "freight-sans-pro", sans-serif;
  }
/*  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {*/
/*    max-width: 1634px;*/
/*}*/

  body,
  html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "freight-sans-pro", sans-serif;
    /* font-family: 'Public Sans', sans-serif; */
    /*background-color: #000;*/
    font-style: normal;
  }

  h2,
  h5 {
    font-family: 'Freight Sans Pro', sans-serif;
    /* font-family: 'Public Sans', sans-serif; */
    font-weight: 400;
    /* matches your font file */
  }
/*.header{*/
/*    height: 107px;*/
/*    width: 1634px;*/
/*    margin: 1em auto;*/
/*}*/

  .header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1634px;
    width: 100%;
    height: 107px;
    z-index: 99;
    margin: 1em auto;
  }
  nav.navbar {
    background: rgb(20 20 20 / 77%);
    font-weight: 600;
    z-index: 10;
    position: relative;
  }

  ul.navbar-nav.mx-auto.gap-4 {
    margin-right: 0 !important;
  }

  .custom-ul-btn {
    margin-left: 6em;
  }

  .navbar-brand {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .navbar-brand span:last-child {
    color: orange;
    font-weight: 900;
    font-size: 2rem;
  }

  .navbar-nav .nav-link {
    color: white;
    text-transform: uppercase;
    font-weight: 600;  
font-size: 16px;
font-style: normal; 
line-height: normal;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: orange;
  }

  .btn-outline-light {
    border-radius: 50px;
    font-weight: 600;
    padding: 0.375rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /*text-transform: uppercase;*/
    font-size: 1.2em;
  }

  .btn-outline-light:hover {
    background-color: #e37446;
    border-color: #e37446;
    color: #fff !important;
  }

  .btn-outline-light:hover img {
    filter: brightness(0) invert(1);
    transform: scale(1.4);

  }
.mobile_frame{
        display:none;
    }
    .desktop_frame{
        display:block;
    }
  section.banner {
    /*      position: relative;*/
    height: 90vh;
    min-height: 500px;
    color: white;
    text-shadow: 0 0 8px black;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  /* Background video styles */
  .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
    filter: brightness(0.6);
  }

  /* Text content over video */
  section.banner .container {
    position: relative;
    z-index: 5;
  }

  section.banner h1 {
    color: #FFF; 
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 67px; /* 104.688% */
    font-family: "FreightSans-Book";
  }

  section.banner p {
    font-size: 1.5em;
    opacity: 0.85;
    max-width: 630px;
    margin-top: 1rem;
  }

  @media (max-width: 768px) {
    section.banner h1 {
      font-size: 2rem;
    }

    section.banner p {
      font-size: 1rem;
      max-width: 100%;
    }

    .overlap-section .image-part {
      display: none;
    }

    .footer_nex_ul_link {
      display: flow !important;

    }

    .begin-legacy .bi-image {
      height: 24em;
      object-fit: cover;
    }

    .set_legacy_postion {
      transform: translate(1em, -22em) !important;
      width: 90%;
    }

    .core-overlay h5 {
      font-size: 22px !important;

    }
  }


  .begin-legacy {
    position: relative;
  }

  .image-wrapper2 {
    position: relative;
  }

  .image-wrapper2 img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease-in-out;
  }

  /* Default: second image hidden */
  .hover-img {
    opacity: 0;
  }

  /* On hover: fade second image in, fade first image out */
  .begin-legacy:hover .hover-img {
    opacity: 1;
  }

  .begin-legacy:hover .main-img {
    opacity: 1;
  }

  .home2 p {
    font-size: 1.3em
  }

  .overlap-section {
    position: relative;
    margin-top: -9em;
    z-index: 10;
  }

  .overlap-hero-card {
    background: #fff;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.13);
    padding-top: 4em;
    padding-bottom: 8em;
    /*
  max-width: 1350px;
  min-height: 480px;
  padding: 0 3vw;
*/
    display: flex;
    align-items: center;
  }

  /* Advanced D split mask (for modern browsers, use SVG if possible) */
  .split-d-mask-img {
    width: 380px;
    height: 380px;
    max-width: 36vw;
    object-fit: cover;
    /* SVG mask or CSS Mask with pre-masked PNG, for demo use a circle as fallback */
    -webkit-mask-image: url('d-mask.svg');
    /* Provide your custom SVG mask */
    mask-image: url('d-mask.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  /* Fallback for browsers without mask-image */
  @supports not ((mask-image: url())) {
    .split-d-mask-img {
      border-radius: 50%;
    }
  }

  @media (max-width: 991px) {
    .overlap-hero-card {
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
      height: 55em;
      flex-direction: column;
      text-align: center;
      padding: 2.5rem 1.5rem;
    }

    .split-d-mask-img {
      width: 230px;
      height: 230px;
      margin: 2rem auto 0;
    }
  }

  .home3-section {
    position: relative;
    z-index: 10;
    margin-top: -145px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background: #051233;
    padding: 4em 0em 14em;
  }

  .home3-card {
    border-radius: 60px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 3rem 4rem 3rem;
  }

  .excellence-title {
    color: #E37446;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 4em;
  }

  .home3-label {
    color: #ea7c27;
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.08em;
  }

  .home3-serving {
    color: #ea7c27;
    font-size: 1.05rem;
    font-weight: 400;
    vertical-align: middle;
    float: right;
  }

  .home3-line {
    border: none;
    border-top: 1px solid white;
    width: 100%;
    height: 1px;
    margin: 0.35em 0 1em 0;
    background: none;
    opacity: 9;
  }

  .home3-value {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    display: block;
  }

  .home3-desc {
    color: #ea7c27;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 5px;
  }

  .proven_class h3 {
    color: #fff;
    font-size: 4.2em;
    font-weight: 700;
    letter-spacing: 3px;
  }

  .cr-css {
    font-size: 0.7em;
  }

  .section-logo {
    max-width: 18%;
    margin: 0 11px;
  }

  .title-heading {
    font-size: 1.8em;
    color: #fff;
    font-weight: 700;

  }

  .proven_class p {
     font-size: 2em;
    color: #ffff;
    font-weight: 100;
  }

  @media (max-width: 991px) {
    .home3-card {
      border-radius: 26px;
      padding: 2.7rem 1rem;
    }

    .excellence-title {
      font-size: 2.0rem;
    }

    .home3-value {
      font-size: 3rem;
    }
  }

  @media (max-width: 576px) {
    .home3-card {
      border-radius: 16px;
      padding: 1.8rem 0.4rem;
    }

    .excellence-title {
      font-size: 2.0rem;
    }

    .home3-value {
      font-size: 2.3rem;
    }
  }

  /*      footer*/
  .footer_nex_ul_link {
    display: ruby;
    list-style: none;
    gap: 60px;
    color: #ffff;
    padding-top: 2em;
    padding-left: 0em;
  }

  .footer_nex_ul_link li {
    font-size: 1.2em;
    margin-right: 50px;
}
  .footer_nex_ul_link a {
    text-decoration: none;
    color: #ffff;
    transition: 0.3s ease-in;
  }

  .footer {
    background: #051233;
    padding-top: 4em;
    padding-bottom: 5em;
  }

  .footer_nex_ul_link a:hover {
    color: #e37446;
    transition: 0.3s ease-in;
  }

  .our_edge {
    background: #ffff; 
    padding-bottom: 2em;
  }

  .set_legacy_postion {
    position: absolute;
    transform: translate(4em, -20em);
  }

  .set_legacy_postion h2 {
    color: #ffff;
    font-size: 3em;
    font-weight: 700;
  }

  .set_legacy_postion p {
  font-size: 1.6em;
    color: #ffff;
    width: 60%;
    /* font-size: 1.4em; */
    margin-top: 1em;
    font-weight: 100;
  }

  .invitation_badhe {
    margin-top: 2em;
    color: #d57123;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-bottom: 1em;
    font-weight: 600;
  }

  .white_nex_cta {
    border: 2px solid #ffff;
    padding: 6px 14px;
    border-radius: 50px;
    text-decoration: none;
    color: #ffff;
    font-size: 1.2em;
  }

  .white_nex_cta:hover {
    background: #e37446;
    border: 2px solid #e37446;
  }

  .white_nex_cta:hover img {
    filter: brightness(0) invert(1);
    transition: 0.3s ease-in;
  }

  .our_edge h3 {
    font-size: 4em;
    font-weight: 600;
    margin-bottom: 1em;
  }

  .advantage-section .col-md-4 {
    position: relative;
  }

  .ad-logo {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: end;
    width: 100%;

  }

  .ad-logo .ad-image {
    max-width: 30%;
    margin: 2em 3em;
  }


  .advantage-section {
    background-image: url(/wp-content/themes/nexedge/assets/images/mask-group-3.png);
    padding: 60px 0;
    color: #fff;
    position: relative;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    margin-top: -6em;
    z-index: 10;
    padding-bottom: 10em;
  }

  .advantage-section h2 {
    font-weight: 600;
    margin-bottom: 40px;
    text-align: left;
    font-size: 4em;
  }

  .adv-card {
    background: #fff;
    overflow: hidden;
    color: #000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 550px;
    position: relative;
    flex-direction: column-reverse;
    display: flex;
  }

  .adv-card-body {
    padding: 20px;
    text-align: left;
    position: relative;
    z-index: 2;
    background: #fff;
    height: 160px;
    /* initially shows only heading */
    transition: height 0.4s ease-in-out;
  }

  .adv-card-body h5 {
font-weight: 700;
    margin: 0;
    font-size: 2em;
    margin-top: 1em;
  }

  .adv-card-body p {
    margin-top: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
  }

  .adv-card img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.9em;
    border-radius: 24px;
    transition: all 0.4s ease-in-out;
  }

  /* Hover effect */
  .adv-card:hover img {
    transform: translateY(0px);
    height: 60%;
    transition: all 0.4s ease-in-out;
    /* image slides down */
  }

  .adv-card:hover .adv-card-body {
        height: 230px;
    /* expand to show content */
  }



  .adv-card:hover .adv-card-body p {
    opacity: 1;
    transform: translateY(0);
    font-size: 1.3em;
  }

  .core-section {
    text-align: center;
    padding: 60px 0;
  }

  .core-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 40px;
  }

  .core-letters {
    display: flex;
    justify-content: center;
    /*          gap: 200px;*/
  }

  .core-letter {
    position: relative;
    /* width: 220px; */
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25em;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #d35400;
    cursor: pointer;
    /* overflow: hidden; */
    margin-bottom: 40px;
  }

  .core-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #051233;
    ;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*      align-items: center;*/
    opacity: 0;
    /*transform: translateY(100%);*/
    transition: all 0.4s;
    padding: 20px;
    text-align: left;
  }

  .core-overlay h5 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
    -webkit-text-stroke: aliceblue;
    text-align: left;
  }

  .core-overlay p {
        font-size: 24px;
    line-height: unset;
    margin: 0;
    -webkit-text-stroke: aliceblue;
    font-weight: 100;
  }

  .core-letter:hover .core-overlay {
    opacity: 1;
    /*transform: translateY(0);*/

  }

  .core-letter:hover img {
    z-index: 1;
    opacity: 0.6;
  }

  .legacy-section {
    background-image: url('/wp-content/themes/nexedge/assets/images/legacy-bgMask-group.webp');
    padding: 70px 0 70px 0;
    border-radius: 60px;
    margin: 32px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-top: -9em;
    z-index: 10;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .legacy-section .container {
    margin-top: 8em;
  }

  .legacy-title {
    color: #fff;
    font-size: 4em;
    font-weight: 600;
    margin-bottom: 54px;
    letter-spacing: -1px;
  }

  .legacy-row {
    background: url('/wp-content/themes/nexedge/assets/images/your-background-image.jpg') center center/cover no-repeat;
    border-radius: 18px;
    padding: 0;
    min-height: 28em;
    align-items: stretch;
    position: relative;
  }

  .legacy-icon-2 {
    position: absolute;
    top: 12%;
  }

  .image-wrapper {
    position: relative;
    width: 100%;
    float: right;
    /*max-width: 450px;*/
    /* adjust as you need */
  }
.proven_class {
    margin-top: 4em;
}
  .image-wrapper .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease-in-out;
  }

  .begin-section {
    margin-top: 21em;
  }

  .image-wrapper .hover-img {
    opacity: 0;
  }

  #overlapSection:hover .hover-img {
    opacity: 1;
  }

  #overlapSection:hover .main-img {
    opacity: 1;
  }

  #overlapSection:hover #familyImage {
    content: url("../../assets/images/LegacyForward-2.png");
    /* New image */
    opacity: 1;
  }

  /* .begin-legacy:hover .bi-image {
    content: url("../../assets/images/Frame 2.png");
    opacity: 1;
  } */

 

  .legacy-card {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    box-sizing: border-box;
    min-height: 340px;
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    position: relative;
    transition: border-color 0.2s;
  }
.legacy-icon-bo{
    float:right;
}
  .legacy-card-content {
    padding: 40px 28px 35px 28px;
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1.29;
    color: #fff;
    letter-spacing: -0.5px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    /*width: 31%;*/
    height: 37%;

  }
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: white!important;
}

 
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px!important;
    height: 30px!important;
    content: '•'!important;
    text-align: center;
        opacity: 1!important;
    color: #cc9f53!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  .legacy-icon-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 76px;
    background: #CDA256;
    border-bottom-left-radius: 8px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0.8rem 1.2rem 0.70rem 0.6rem;
    z-index: 3;
  }

  .legacy-icon-box img {
    width: 42px;
    height: 42px;
    object-fit: contain;
  }

  @media (max-width: 991.98px) {
    .legacy-row {
      margin: 0 10px;
    }

    .legacy-card-content {
      padding: 32px 14px 18px 14px;
      font-size: 20px;
    }

    .legacy-icon-box {
      width: 66px;
      height: 48px;
      padding: 0.5rem 0.2rem 0.4rem 0.2rem;
    }

    .legacy-icon-box img {
      width: 30px;
      height: 30px;
    }
  }


 .begin-legacy .btn-outline-light {
    width: 38%;
}

  .itn-icon {
    margin-top: -4px;
    margin-left: -10px;
  }
  
   

  @media (max-width: 768px) {
      .adv-card .adv-card-body p{
       opacity: 1;   
          
      }
  .legacy-row {
    margin: 0;
  }
  .legacy-row .col-lg-4 {
    padding: 0 10px;
  }
  .adv-card .adv-card-body p {
    opacity: 1;
    transform: translateY(0);
    font-size: 1.3em;
}
}



  /* about us  */

  /* .about-banner {
    position: absolute;
    top: 0;
  } */

  .about-banner-caption {
    position: absolute;
    bottom: 25%;
    z-index: 1;
    height: 65%;
    display: grid;
    align-items: center;
  }

  .about-banner-caption h2 {
    font-size: 4em;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 0.9;
  }

  .plr {
    padding: 0 9.5em;
  }

  .about-second-section {
    background: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.13);
    margin-top: -6em;
    position: relative;
  }

  .about-second-section,
  .leadership-section,
  .philosophy-section {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    padding-top: 4em;
    padding-bottom: 13em;
  }

  .para-font {
    font-size: 1.5em;
  }

  .trusted-net-card {
        padding: 2em;
    height: 100%;
    transition: background-color 0.4s ease, transform 0.4s ease;
    background: #E7F1F1;
  }


  .card-icon {
    border-bottom: 1px solid #212C40;
    padding-bottom: 1em;
  }

  .card-contant h3 {
    font-weight: 600;
    color: #051233;
  }

  .card-contant p {
    font-size: 1.2em;
  }


  .trusted-net-card .card-contant h3,
  .trusted-net-card .card-contant p,
  .trusted-net-card .icon-1,
  .trusted-net-card .card-icon {
    transition: all 0.4s ease;
  }

  /* HOVER */
  .trusted-net-card:hover {
    background-color: #051233;
    transform: translateY(-6px);
  }

  .trusted-net-card:hover .card-contant h3 {
    color: #E37446;
  }

  .trusted-net-card:hover .card-contant p {
    color: #fff;
  }

  .trusted-net-card:hover .icon-1 {
    filter: brightness(0) invert(1);
  }

  .trusted-net-card:hover .card-icon {
    border-color: #fff;
  }

  .leadership-section {
    background-color: #E37446;
    margin-top: -6em;
    z-index: 0;
    position: relative;
  }

  .profile-card {
    /*border: 4px solid #E37446;*/
    background: #fff;
    padding: 15px;
    height: 100%;
  }

  .profile-img-wrapper {
    position: relative;
    overflow: hidden;
  }

  .profile-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .4s ease;
    filter: grayscale(100%) contrast(1.15) brightness(1.05);
  }

  .profile-card:hover .profile-img-wrapper img {
    transform: scale(1.1);
  }

  /* Orange corner shape */
  .corner-shape {
    position: absolute;
    top: 15px;
    right: 15px;
    max-width: 22%;
    filter: unset !important;
  }

  .profile-card:hover .profile-img-wrapper .corner-shape {
    transform: unset;
  }

  /* Content */
  .profile-content {
    margin: 27px 0 17px;
  }

  .profile-content h4 {
       font-weight: 600;
    margin-bottom: 5px;
    font-size: 30px;
  }

  .profile-content p {
    color: #E37446;
    font-weight: 500;
    margin: 0;
    font-size: 1.2em;
  }

  .philosophy-section {
    background-image: url(/wp-content/themes/nexedge/assets//images/philosphy-bg.webp);
    margin-top: -6em;
    z-index: 1;
    position: relative;
    padding-bottom: 3rem !important;
    background-position: center;
    background-size: cover;

  }

  .value-row {
    border: 2px solid #fff;
  }

  .value-card {
    position: relative;
    min-height: 420px!important;
    color: #fff;
    padding: 30px 20px;
    border-right: 2px solid #fff;
  }

  .value-card:last-child {
    border-right: 0;
  }

  .card-inner {
    position: relative;
    z-index: 2;
  }


  .icon {
    width: 40px;
    margin-bottom: 20px;
  }

  .value-card h3 {
    font-size: 1.4em;
    font-weight: 600;
  }

  .value-heading {
    border-bottom: 1px solid #fff;
    padding-bottom: 1.1em;
        min-height: 84px;
  }

  .value-card p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .arrow {
    position: absolute;
    right: -42px;
    bottom: 30px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 40px solid #fff;
    z-index: 3;
  }

  .value-card:last-child .arrow {
    display: none;
  }

  .card-top-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
  }
.leadership-section1{
        margin-top: -6em;
    z-index: 0;
    position: relative;
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
    padding-top: 4em;
    padding-bottom: 13em;
    /* border-radius: 95px; */
    background: #051233;
}
.leadership_arrow{
        float: right;
        border: none;
   
}
.leadership_arrow:hover{
        /*background: #E37446; */
    border: none;
}
.profile-card svg{ 
transition: transform .4s ease;
}
.profile-card:hover svg{ 
       transform: scale(1.2);
}
.leadership-section1 .profile-card { 
    height: 620px;
}
.leadership-section1 p{
    color: #FFF; 
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
        padding-left: 3em;
}
.leader_title_cta a{
    float: right;
}
.current-menu-item > .nav-link {
    color: #E37446;
}
.about-second-section p{
        font-size: 1.5em;
}
.about-second-section h2{
        color: #E37446;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 3em;
    margin-bottom: 1rem !important;
}
.profile-content h6{
        color: #E37446;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
}
.leadership_tab{
        background-color: #051233;
}


.leadership-tabs .nav-link {
        letter-spacing: 1px;
    padding: 10px 30px;
    background: transparent;
    border: none;
    position: relative;
    transition: color 0.3s ease;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
   line-height: 24px;
}

.leadership-tabs .nav-link.active {
    color: #ffffff;
}

.leadership-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ff7a3d;
}

/* Smooth animation */
.tab-pane {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.tab-pane.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.leadership-tab-content{
    padding-top:3em;
}
.leadership-tab-content .profile-card{
        height: 620px;
        margin-bottom: 1em;
}
.leadership-detail .profile-content h4{
    color: #ffff;
}
.leadership-detail .profile-content h6{
    color: #ffff;
}
.leader-info{
        padding-left: 4em;
}
.leadership-detail{
    padding-bottom: 2em;
}
#leaderModal .modal-content{
    background: #cc9f53;
}
#leaderModal .profile-card{
   background: #CC9F53; 
}
#modalName{
color: #fff;
}
#modalDesignation{
    color: #fff;
}
#modalBio{
 color: #fff;   
}
#modalBio p{
    font-size: 22px;
}
#modalBio{
    padding:0;
}
body.modal-open > *:not(.modal):not(.modal-backdrop) {
    filter: blur(2px);
    
    transition: all 0.3s ease;
}
.modal.fade .modal-dialog {
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.modal.show .modal-dialog {
    transform: scale(1);
}
body.modal-open {
    overflow: hidden;
}

/*Regulatory Disclosure*/
.sebi-disclosure {
  background: #f9f9f9;
  padding: 60px 0;
   
  padding-bottom: 1em;
}

.sebi-disclosure h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #1c1c1c;
}

.sebi-card {
  background: #E7F1F1;
  border-radius: 12px;
  padding: 25px 30px;
  margin-bottom: 25px;
  
}
.sebi-disclosure h2{
        font-size: 2.4em!important;
        margin-bottom: 1em !important;
    color: #E37446!important;

}


 .sebi-card h3 {
    font-size: 1.8em;
    margin-bottom: 18px;
    color: #cc9f53;
    font-weight: 600;
}


.sebi-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sebi-info li {
  margin-bottom: 10px;
  font-size: 24px;
}

.sebi-info a,
.sebi-card a {
  color: #e27546;
  text-decoration: none;
  font-weight: 500;
}

.sebi-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sebi-links li {
  margin-bottom: 8px;
  font-size: 22px;
}

/* TABLE */
.table-responsive {
  overflow-x: auto;
}

.sebi-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.sebi-table thead {
  background: #1e2a3a;
}

.sebi-table thead th {
  color: #ffffff;
  padding: 14px;
  font-size: 14px;
  text-align: left;
}

.sebi-table tbody td {
  padding: 14px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
}

.sebi-table tbody tr:hover {
  background: #f4f6f8;
}

.status.success {
  color: #1f8b4c;
  font-weight: 600;
}

.pdf-link {
  color: #c48a2c;
  font-weight: 600;
}


/*contact*/

.location-accordion .accordion-item {
  border: none;
  margin-bottom: 18px;
}

.location-accordion .accordion-button {
  background: #071735;
  color: #fff;
  border-radius: 50px;
  padding: 18px 24px;
  font-size: 18px;
  box-shadow: none;
}

.location-accordion .accordion-button::after {
  background-image: none;
  border-top: 3px solid #ff8c42;
  border-right: 3px solid #ff8c42;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

.location-accordion .accordion-button:not(.collapsed) {
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.location-accordion .accordion-body {
  padding: 20px 25px;
  background: transparent;
}
