.about-header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: max-content;
    margin: 0;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
}

.video_opasity {
    opacity: 1 !important;
}

.masked-text-wrapper {
    position: relative;
}

#about_video_section img {
    width: 100%;
    position: relative;
}

.mask_img_a2 {
    display: none;
}

.about-main-content {
    margin-top: -24%;
    z-index: 3333333333;
    position: relative;
}

.about-main-content p {
    max-width: 716px;
    margin-left: auto;
    color: black;
    text-align: justify;
    font-size: 14px;
    margin-right: 53px;
}

.ct-br {
    border: 2.3px solid #B38E6F;
}

.leadership-section {
    padding: 80px 40px;
    text-align: center;

    position: relative;
}

.image-row {
    justify-content: center;
}

.image-row1 {
    margin-bottom: 20px;
    justify-content: center;
}

.mt-box {
    background: linear-gradient(180deg, #E9E9E9 0%, #D9D9D9 100%);
    height: 100%;

}



.empty-tall {
    min-height: 350px;
}

.empty-mid {
    /* min-height: 300px; */
}

.empty-center {
    /* min-height: 345px; */
}



.leadership-section .img-box img {
    width: 100%;
    height: max-content;
}

.col-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
}

.middle {
    margin-top: 50px;
}

.tall {
    margin-top: 100px;
}

.empty-tall {
    margin-bottom: -100px;
}

.empty-mid {
    margin-bottom: -50px;
}

.leadership-section .content {
    max-width: 680px;
    margin: auto;
    margin-top: -70px;
}

.Executive-Team-Section {}

.team-box {
    text-align: center;
    border: 1px solid #B38E6F;
    padding: 20px;
    cursor: pointer;
       margin-right: 40px;
}

.team-box .box {
    /* margin: 19px; */
    border: 1px solid #B38E6F;
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.6s ease;

    will-change: transform;

}

.team-box img {
    width: 100%;
    background: linear-gradient(0deg, #D9D9D9 0%, #E9E9E9 100%);
    margin-top: 3px;

}

.name_box {
    padding-top: 25px;
}

.team-box .name {
    color: black;
    font-size: 17px;
    font-weight: 700;
}

.team-box .designation {
    color: #9F1C21;
    font-size: 11px;
    min-height: 60px;
    margin-bottom: 4.9px;
}

.bio-button {
    position: absolute;
    background-image: linear-gradient(to top, transparent 25%, #0000009e);
    height: 100%;
    top: 2px;
    width: 101%;
    left: -2px;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.5s;
}

.bio_tn {
    top: 40%;
    position: absolute;
    text-align: center;
    width: 100%;
    transform: scale(0.2);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.team-box:hover .box {
    transform: scale(1.11);

    border: none;
}
.mt-8{
      margin-top: 4rem;
}

.team-box:hover .name_box {
    background: #fff;
}

.team-box:hover .bio-button {
    opacity: 1;
}

.team-box:hover .bio_tn {
    transform: scale(1);
}

.team_preview {
    display: none;
}

.prev_box {
    display: none;
    min-height: 80vh; /* prevents half cut */
}
.prev_box {
    animation: fadeUp 0.6s ease;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

.preview_close {
    cursor: pointer;
    margin-top: auto;
    margin-bottom: 20px;
    color: #9F1C21;
    font-size: 14px;
    font-weight: 400;
}

.preview_close img {
    width: 40px;
    padding: 10px;
    border: 1px solid #B38E6F;
    margin-right: 10px;
}


.fist-col-p {
    height: 100%;
    display: grid;
    justify-content: space-between;
}

.pv-title {
    color: #B38E6F;
    font-size: 3rem;
    line-height: 100%;
    font-family: 'Creato Display' !important;
    font-weight: 700;
    text-transform: uppercase;
}

.profile-content {
    letter-spacing: -0.01em;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: justify;
    color: #000;
}

.profile_info {
    color: #000;
    font-size: 21px;
    font-weight: 600;

}

.small_info {
    color: #9F1C21;
    font-family: 'Creato Display';
    font-size: 14px;
    font-weight: 400;
}

.img_view {
    background: linear-gradient(0deg, #D9D9D9 0%, #E9E9E9 100%);
    width: 93%;
}
[class*="gs-"] {
    position: relative;
}
.global_precenets img{
   width: 100%; 
   /* margin-top: -112px; */
}
.gt-clr{

}
.gc-content{
   letter-spacing: -0.01em;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: justify;
    color: #000;  
   transition: opacity 0.4s ease;
   margin-bottom: 30px !important;
    width: 84%;
    margin: auto;
        color: #aaaaaa;

}
.gs-1{
   color: #000; 
}
.row:has(.gs-2.gc-content:hover) .gs-1.gc-content,.row:has(.gs-3.gc-content:hover) .gs-1.gc-content{
        color: #aaaaaa !important;
}
.gs-1:hover,.gs-2:hover,.gs-3:hover{
color: #000 !important;
}

.gc-content.dim {
    opacity: 0.3;
}

.gc-content.active {
    opacity: 1;
}
.global_precenets{
       width: 100%;
    overflow: hidden; 
}
/* IMAGE WRAPPER */
.gbox-position{
  position:relative;
  height:350px;
}

/* ALL IMAGES (HIDDEN BY DEFAULT) */
.gbox-position > div{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  opacity:0;
  /* transition:all .9s cubic-bezier(.25,1,.5,1); */
   transition: transform .6s ease, opacity .4s ease;
}

.gbox-position img{
  width:100%;
  /* max-width:220px; */
  display:block;
}


/* FORCE HIDE GS-1 ON LOAD */


/* LEFT IMAGE HIDDEN POSITION */
.gbox-position > div[class$="-l"]{
  left:0;
  transform:translate(-120px, -50%);
}

/* RIGHT IMAGE HIDDEN POSITION */
.gbox-position > div[class$="-r"]{
  right:0;
  transform:translate(120px, -50%);
}
/* .gs-1-l,
.gs-1-r{
    
    transform: translate(0, -50%) !important;
       opacity: 1 !important;
} */

.section-active .gs-1-l,
.section-active .gs-1-r{
  opacity: 1;
  transform: translate(0, -50%) !important;
}
/* ============================= */
/* HOVER LOGIC – IMAGE REVEAL */
/* ============================= */


/* GS 1 */
.row:has(.gs-1.gc-content:hover) .gs-1-l,
.row:has(.gs-1.gc-content:hover) .gs-1-r{
  opacity:1;
  transform:translate(0, -50%);
}
.row:has(.gs-2.gc-content:hover) .gs-1-l,
.row:has(.gs-3.gc-content:hover) .gs-1-l
{
    opacity:0 !important;
     left:0;
   transform:translate(-120px, -50%) !important;
}
.row:has(.gs-3.gc-content:hover) .gs-1-r,
.row:has(.gs-2.gc-content:hover) .gs-1-r{
 right:0;
  opacity:0 !important;
  transform:translate(120px, -50%) !important;
}
/* GS 2 */
.row:has(.gs-2.gc-content:hover) .gs-2-l,
.row:has(.gs-2.gc-content:hover) .gs-2-r{
  opacity:1;
  transform:translate(0, -50%);
}

/* GS 3 */
.row:has(.gs-3.gc-content:hover) .gs-3-l,
.row:has(.gs-3.gc-content:hover) .gs-3-r{
  opacity:1;
  transform:translate(0, -50%);
}
@media(max-width:1450px) {
    .empty-tall {
        min-height: 200px;
    }

    .empty-mid {
        min-height: 150px;
    }

    .empty-center {
        min-height: 95px;
    }
}

@media(max-width:1399px) {
    .about-main-content p {
        max-width: 610px;
    }
    .pv-title {
        font-size: 2.5rem;
    }
}

@media(max-width:1199px) {
    .about-main-content p {
        max-width: 505px;

        padding-right: 22px;

    }

    #about_video_section {
        margin-top: 90px;
    }

    .pv-title {
        font-size: 2rem;
    }

    .about-header video {
        height: 64%;
    }

    .empty-tall {
        min-height: 150px;
    }

    .empty-mid {
        min-height: 100px;
    }

    .empty-center {
        min-height: 45px;
    }
}

@media(max-width:990px) {
    .img_view {
        width: 100%;
    }

    .about-main-content p {
        max-width: 505px;
        padding-right: 0px;
        margin: 15px;
        font-size: 11px;
    }

    .about-main-content {
        margin-top: 0%;
    }

    .about-header video {
        height: 73%;
    }
    .fw-vh {
    height: 65vh;
}
}
@media(max-width:912px) {
    .about-header video {
             height: 42%;

    }
    .leadership-section{
         padding-bottom: 0px;   
    }
}

@media(max-width:500px) {
    .about-header video {
        max-height: 312px;
    }
     .empty-tall {
        min-height: 25px;
    }
    .empty-mid {
     min-height: 25px;
    }

    .empty-center {
         min-height: 25px;
    }
    .middle {
    margin-top: 20px;
}
@media(max-width:450px) {
.about-header video {
       max-height: 382px;

    }
}

.tall {
    margin-top: 50px;
}

.empty-tall {
    margin-bottom: -50px;
}

.empty-mid {
    margin-bottom: -20px;
}
.image-row{
        margin-bottom: 50px;
}
.leadership-section .img-box img{
      max-height: 65px;  
}
}
@media(max-width:400px) {
        .about-header video {
        max-height: 282px;
    }

}
@media(max-width:345px) {
        .about-header video {
                max-height: 262px;
    }
    

}
