:root {
  --font-helvetica-neue: 'HelveticaNeue', 'Helvetica Neue', Arial, sans-serif;
}
img {
  max-width: 100%;
}

.custom-container {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

    


.about-main-section .section-small-heading {
  font: 700 18px/22px var(--font-helvetica-neue);
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #00677F;
  margin-block: 0 24px;
}

.section-main-heading {
  font: 700 30px/1.2 var(--font-helvetica-neue);
  color:#fff;
}

.font-500-20-fff {
  font: 500 20px/1.4 var(--font-helvetica-neue);
  color: #fff;
}

.font-500-20-222 {
  font: 500 20px/1.5 var(--font-helvetica-neue);
  color: #222222;
}

.font-400-20 {
  font: 400 20px/1.5 var(--font-helvetica-neue);
}

.section-small-heading{
  font: 700 18px/22px var(--font-helvetica-neue);
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #00677F;
  margin-block: 0 24px;
}

.sample-text-box span{
    color:#00677F;
    font: 700 20px/30px var(--font-helvetica-neue); 

}
.sample-text-box p{
    font: 400 20px/28px var(--font-helvetica-neue); 
}
.sample-text-box{
    max-width:389px;
    width: 100%;
    color:#222222;
    padding-left: 10px;
}



p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.p-16-400-fff {
  font: 400 16px/1.5 var(--font-helvetica-neue);
  color: #fff;
  opacity: 0.5;
  max-width: 311px;
}

.read-more-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  margin-top: 25px;
  cursor: pointer;
}

a{
  cursor: pointer;
}

.read-more-btn-wrapper a {
  font: 500 16px/1 var(--font-helvetica-neue);
  letter-spacing: 4%;
  color: #4A4A4A;
  text-decoration: none;

}

/* .read-more-btn-wrapper.black-color a{ 
  color: #4A4A4A;
} */
.read-more-btn-wrapper:hover {
  padding-left: 10px;
}

.read-more-btn-wrapper:hover a {
  color: #e71316;
}


.gray-bg {
  background-color: #f5f5f5;
}

.section-flex {
  display: flex;
}

.flex-child {
  flex: 1 1 50%;
}

.dots {
  display: flex;
  gap: 6px;
  margin-top: 24px;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #bbb;
  transition: background-color 0.3s;
  cursor: pointer;
}

.dot.active {
  background-color: red;
  width: 18px;
}


/* banner section */


.section-about-banner {
  position: relative;
  max-height: 397px;
}

.section-about-banner::after {
  content: '';
  background-color: rgba(151, 165, 187, 0.24);
  position: absolute;
  inset: 0;
  opacity: .5;
  pointer-events: none;

}

.about-main-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tf-header{
    display: flex;
    justify-content: space-between;   
    /* flex-wrap: wrap; */
    align-items: center;
    border-bottom: 1px solid #B8BABC;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}
.tf-header-content-wrapper{
    display: flex;
    align-items: center;
    gap: 35px;
    /* flex-wrap: wrap; */
    /* margin-inline-end: 36px; */
    align-self: stretch;
}
.tf-header-menu{
    list-style: none;
    display: flex;
    gap: clamp(15px, 3vw, 42px);
    padding: 0;
    height: 100%;
    margin: 0;
}
.top-page a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.top-page a::after {
  content: '';
  position: absolute;
  bottom: -4px; /* Pushes the line slightly below the text */
  left: 0;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* .top-page a:hover::after,
.top-page.active-links a::after {
  transform: scaleX(1);
}
*/
/* On hover or active: show the red line */
.top-page a:hover::after,
.top-page.active-links > a::after {
  transform: scaleX(1);
}


.top-page.active-links > .selector-icon-wrap > a::after {
  transform: scaleX(1);
}

.tf-header-menu > li{
    display: flex;
    align-items: center;
}
.tf-header-menu a{
    text-decoration: none;
    font: 400 14px/22px 'Helvetica';
    letter-spacing: 5%;
    text-transform: capitalize;
    color: #222222;
    text-align: left;
}
/* .header-search-btn{
    border: 0;
    background-color: unset;
    max-width: 16px;
    padding: 0;
    
} */
.tf-header-home-btn{
    position: relative;
    color: #fff;
    background: linear-gradient(to left, #97999c 50%, red 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out; 
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    text-decoration: none;
    font: 400 14px/22px 'Helvetica';
    border-radius: 4px;
    margin-right: 15px;
}
.tf-header-home-btn:hover{
    background-position: left;
}
.tf-header-home-btn .header-btn-img{
    visibility: hidden;
    width: 10px;
}
.tf-header-home-btn:hover img{
    visibility: visible;
}
.tf-header-toggle-btn{
    background-color: transparent;
    padding: 3px;
    border-radius: 4px;
    border: 0;
    display: none;
    cursor: pointer;
}
.tf-header-toggle-btn span, .tf-menu-close-btn span{
    display: block;
    width: 18px; 
    height: 2.5px;
    background-color: #333;
    transition: 0.4s;
    margin-block: 2.5px;
}

.tf-mobile-header-menu{
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    display: none;
}
.tf-mobile-header-menu img{
    max-width: 200px;
}
.tf-menu-close-btn{
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: auto;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.tf-menu-close-btn span{
    position: absolute;
    top: 9px;
    left: 4px;
}
.tf-menu-close-btn span:first-child{
    transform: rotate(45deg);
}
.tf-menu-close-btn span:nth-child(2){
    transform: rotate(-45deg);
}

.tf-search-close{
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    border: 0;
}

.tf-menu-dropdown{
    position: fixed;
    /* top: 70px; */
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    display: none;
}
.tf-header-menu > li:hover .tf-menu-dropdown{
    display: block;
}

.tf-menu-dropdown > div{
    display: flex;
    width: 100%;
    padding-bottom: 104px;
    position: relative;
}
.tf-menu-dropdown > div::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #E71316;
    height: 50%;
    width: 100px;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100% );
}
.tf-menu-dropdown .tf-dropdown-header-mission{
    background-color: #E71316;
    padding: 45px 105px 55px 40px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 110px) 100%, 0 100% );
    max-width: 430px;
    align-self: start;
}
.tf-menu-dropdown .downdown-heading{
    font: 500 20px/1.4 'Helvetica','Neue LT W1G';
    color: #fff;
    background-color: #BE0003;
    width: max-content;
    padding: 14px  22px 14px 0;
    box-shadow: -40px 0 0px 0px #BE0003;
    position: relative;
}
.logo-outer {
    max-width: 175px;
    height: 86px;
}

.logo-outer img {
    height: 100%;
}
.tf-menu-dropdown .downdown-heading::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    background-color: #BE0003;
    width: 20px;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100% );
}
.tf-dropdown-header-mission p{
    font: 400 14px/22px 'Helvetica','Neue LT W1G';
    color: #fff;
    margin-block: 24px 21px;
}
.tf-dropdown-header-mission p strong{
    font: 500 20px/28px 'Helvetica','Neue LT W1G';
    display: block;
    max-width: 15ch;
}
.tf-dropdown-header-mission .tf-headr-read-more{
    font: 500 14px/22px 'Helvetica','Neue LT W1G';
    color: #fff;
    padding: 10px 16px;
    border-left: 2px solid #efefef;
    display: inline-block;
}
.tf-menu-dropdown .tc-dropdown-menu-item{
    flex-grow: 1;
    padding: 48px 30px;
}
.tf-menu-dropdown .tc-dropdown-menu-item > ul{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(clamp(192px, 15vw, 600px), 1fr));
    /* gap: clamp(10px, 5vw, 45px) clamp(20px, 2vw, 80px); */
    padding-left: 0px;
    gap: 20px;
}

.tf-menu-dropdown .tc-dropdown-menu-item ul button{
    border: 0;
    background-color: transparent;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}
.tf-menu-dropdown .tc-dropdown-menu-item ul button span{
    position: absolute;
    background-color: #E71316;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.tf-menu-dropdown .tc-dropdown-menu-item ul button span:first-child{
    width: 16px;
    height: 2px;
}
.tf-menu-dropdown .tc-dropdown-menu-item ul button span:nth-child(2){
    height: 16px;
    width: 2px;
    left: 17px;
}
.tf-menu-dropdown .tc-dropdown-menu-item ul li.active span:nth-child(2){
    display: none;
}
.tf-menu-dropdown .tc-dropdown-menu-item ul button p{
    font: 400 20px/30px 'Helvetica','Neue LT W1G';
    text-transform: capitalize;
}
.tf-inner-dropdown{
    width: max-content;
    display: none;
    max-width: 100%;
}
.tf-inner-dropdown.show-inner-dropdown{
    display: block;
}
.tf-inner-dropdown ul{
    margin-top: 24px;
    list-style: none;
    padding-left: 40px;
    display: flex;
    flex-direction:  column;
    gap: 24px;
}
.tf-inner-dropdown ul a ,
a.leaf-node {
    font: 400 16px/1.5 'Helvetica','Neue LT W1G';
    color: #54585A;
    text-transform: capitalize;
}
.header-btn-img {
  visibility: hidden;
  width: 10px;
}

header{
    /* margin-bottom: 20px; */
    z-index:999 !important;
    position: relative;
}
.toggle-icon {
  display: none;
}
@media screen and (max-width: 1111px ) {
.tf-header-menu{
    
    gap: clamp(15px, 2vw, 15px);

.tf-header-content-wrapper{
    gap: 20px;
}
    
}
}

@media screen and (max-width: 1024px ) {
    .tf-header-toggle-btn{
        display: block;
        margin-left: auto;
    }   
    .tf-mobile-header-menu{
        display: flex;
    }
    
    
    .tf-header-home-btn, .tf-dropdown-header-mission{
        display: none;
    }
    .tf-header-content-wrapper{
        margin-right: 24px;
    }
    .tf-header-menu{
        display: none;
        flex-direction: column;
        position: fixed;
        width: 500px;
        background-color: #fff;
        height: 100vh;
        z-index: 99;
        top: 0;
        left: 0;
        /* padding: 24px; */
        max-width: 100%;
        overflow-y: scroll;
    }
    .tf-header-menu.show, .tf-search-mob{
        display: flex;
    }
    .tf-header-menu > li{
        border-bottom: 1px solid #efefef;
        padding-block: 0 10px;
        flex-direction: column;
        align-items: start;
        padding-inline: 24px;
    }
    .tf-menu-dropdown{
        position: unset;
    }
    .tf-menu-dropdown .tc-dropdown-menu-item{
        padding: 0;
    }
    .tf-menu-dropdown > div, .tf-menu-dropdown .tc-dropdown-menu-item > ul{
        padding: 0;
        gap: 10px;
        margin-top: 10px;
    }
    .tf-menu-dropdown > div::after {
        content: unset;
    }
    .tf-menu-dropdown .tc-dropdown-menu-item ul button p{
        font-size: 18px;
        color: #222222;
    }
    .tf-header-menu a{
        font: 400 20px/30px 'Helvetica'
    }
   .toggle-icon {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background: transparent;
    border: none;
    padding: 0;
    margin-left: auto;
    cursor: pointer;
    z-index: 2;
  }

  .toggle-icon::before,
  .toggle-icon::after {
    content: "";
    position: absolute;
    background-color: #E71316;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease;
  }

  .toggle-icon::before {
    width: 2px;
    height: 14px;
  }

  .toggle-icon::after {
    width: 14px;
    height: 2px;
  }

  .toggle-icon.expanded::before {
    display: none;
  }

  .toggle-icon:hover::before,
  .toggle-icon:hover::after {
    background-color: #b01012;
  }

  /* Accordion Dropdown */
  .tf-menu-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .tf-menu-dropdown.open {
    max-height: 100%; /* Adjust height as per content */
  }

  .selector-icon-wrap{
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .tf-search-mob{
    display: flex;
    
}

}
@media screen and (max-width: 768px ) {
.tf-header-menu{
    width: 390px;
}

}

