@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.header-outer {
    /* padding: 10px 0; */
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header-outer .container {
      position: relative;
        display: grid;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 15px 50px;
    grid-template-columns: 40% 60%;
}


.header-left img {
    
    width: 40%;
}


.header-right ul#mega-menu-menu-1 li a{
    color: #000;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    grid-gap: 0 15px !important;
    justify-content: flex-end;
}

#mega-menu-wrap-menu-1 {
    background: #fff;
    font-size: 16px;
    font-weight: 500;
}
#mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    background: #fff !important;
}
.mega-current_page_item {
    background-color: transparent;
    font-weight: 500;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item.mega-current-menu-item.mega-page_item>a.mega-menu-link {
    background: transparent;
/*     color: #000 !important; */
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: transparent;
    color: #f11a25;
    font-weight: 500;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: transparent !important;
    font-weight: 500 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    color: #000;
   font-size: 16px;
    font-weight: 500;
    padding: 0px;
    text-transform: capitalize;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus{
    background:transparent;
    color: #f11a25;
    font-weight: 500;

}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: #fff !important;
    color: #000;
    
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #dddddd;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}


.page-header {
    display: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.menu-contact > a.mega-menu-link {
    border: 2px solid #f11a25;     /* button border color */
    padding: 5px 22px !important; /* button spacing */
    border-radius: 8px;            /* rounded corners */
    color: #fff !important;
    font-weight: 500;
    background: transparent !important;
    line-height: normal;
   
     background: #f11a25 !important;
    
}


/* Hover effect */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.menu-contact > a.mega-menu-link:hover {
    background: #f11a25 !important;
    color: #fff !important;
     border: 2px solid #f11a25 !important;   
}

/* Active / current page state */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.menu-contact.mega-current-menu-item > a.mega-menu-link {
    background: #f11a25 !important;
    color: #fff !important;
}




.elementor-element.elementor-element-e001cb0.e-con-full.home-banner-right.e-flex.e-con.e-child {
    background-position: center;
    background-repeat: no-repeat;
    height: 285px;
    object-fit: cover;
    width: 100%;

}

.privacy-policy-outer ul {
    padding-left: 20px;
}

.page-content .home-banner-video-left {
   
    margin-top: 155px;
        padding-left: 60px;
}

.home-banner-left-content{
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--white-10);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 1px solid #fff3;
    border-radius: 7px;
    justify-content: flex-start;
    align-items: center;
     width: 340px;
    display: flex;
    
}

.home-banner-left-tittle h1{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.1em;
}

.home-banner-left-content p {
    font-size: 15px;
    gap: 26px;
    line-height: 14px;
    text-align: center;
    padding-top: 15px;
    margin-left: 6px;
}

.home-banner-left-content a {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 10p;
    padding: 3px 6px 3px 3px;
    border-radius: 5px;
    color: #000;
    margin-left: 6px;
    box-shadow: 0 1px 4px #0000004d, inset 0 -2px #0000001a;
}

.home-banner-left-content a:hover {
    border: 1px solid #f41720;
    background-color: #f41720;
    padding: 10p;
    padding: 3px 6px 3px 3px;
    border-radius: 5px;
    color: #000;
    margin-left: 6px;
    box-shadow: 0 1px 4px #0000004d, inset 0 -2px #0000001a;
}


.home-img-outer {
    width: 35px;
}

.home-right-bottom {
    row-gap: 0px !important;
    padding: 40px !important;

}

.home-baner-right-list h5 {
    color: #061b1d;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

.home-baner-right-list {
    gap: 5px;
}

.home-right-content p {
    padding-top: 27px !important;
    font-size: 20px !important;
}

ul.homecontact-form li {
    list-style: none;
}

ul.homecontact-form {
    margin: 0px;
    padding: 0px;
}

.cf7-cf-turnstile {
    margin: 0px;
    padding: 0px;
    height: 65px;
}

.homecontact-form {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
  /* padding: 6px; */
  max-width: 537px;
  width: 100%;
  list-style: none;
  margin: 0;
}

.honame {
  flex: 1;
}

.honame input {
  width: 100%;
  border: none;
  outline: none;
  /* padding: 16px 20px; */
  font-size: 16px;
  border-radius: 15px;
   text-align: start;
      padding: 16px;

}
li.homasend.btn-style-one.welcome-two__left-btn {
    margin: 10px;
    padding-top: 5px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner{
border: 1px solid #f41720;
    background-color: #f41720;
    padding: 10p;
    padding: 15px 30px 15px 30px;
    border-radius: 5px;
    color: #000;
/*     margin-left: 6px; */
    box-shadow: 0 1px 4px #0000004d, inset 0 -2px #0000001a;
}

li.homasend.btn-style-one.welcome-two__left-btn p {
  
    margin: 0px;
   
}

span.wpcf7-spinner {
    display: none;
}



.home-about-content h3 {

    font-size: 40px;
}


.client-logo img.swiper-slide-image {
    filter: grayscale(1);
}


.client-logo img.swiper-slide-image:hover {
    filter: grayscale(0);
}

.why-choose-item {
    row-gap: 80px !important;
    column-gap: 0px;
    
    border: 1px solid #f3f1ef ;
    background-color: #f3f1ef;
    border-radius:  10px;

}

.why-choose-content h3{
    font-size : 22px !important;
}

.why-choose-left span {
    border: 1px solid #f3f1ef;
    background-color: #f3f1ef;
    font-size: 16px;
    border-radius: 10px 10px 10px 10px;
    padding: 5px 10px 5px 10px;
    font-weight: 500;
}

.why-choose-left h2{
    font-size: 38px !important;
}


.solution-tittle h3 {
    font-size: 38px;
    color: #051a1c;
}

.solution-tittle p {
    font-size: 20px;
    color: #4f5a5b;
}


.solution-image img {
    position: relative;
}


.solution-image img {
  object-fit: cover;
  display: block;
}

/* OVERLAY LAYER */
.solution-image::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 41%);
    z-index: 2;
    border-radius: 15px;
    
}


 .solution-content {
  position: absolute;
  bottom: 75px;
  left: 24px;
  z-index: 2;
} 

.solution-content h4 {
  color: #fff;
      font-size: 21px;
    font-weight: 500;
  margin: 0;
  position: absolute;
}

/* CIRCLE ARROW BUTTON */
 .solution-button  {
  position: absolute;
  bottom: 15%;
  left: 0px;
  float: right;
  text-align: right;
   padding-right: 20px;
  transform: translateY(-50%);
  z-index: 2;
} 

.solution-button .elementor-button-icon .e-font-icon-svg {
    height: 20px;
    width: 20px;
    
}

.solution-button .elementor-button .elementor-button-link .elementor-size-sm:hover {
     background-color: #f41720;

}

.solution-button .elementor-button-icon .e-font-icon-svg:hover {
    transform: rotate(45deg);
    transition: 0.1s;
   
}



.GRA-OUTER .home-timeline-section h2 {
    font-size: 25px !important;
}


/* MOBILE FIX */
@media (max-width: 767px) {
  .solution-grid {
    height: 300px;
  }

  .solution-content h4 {
    font-size: 18px;
  }

  .solution-button {
    right: 16px;
  }
} 


.service-content h3 {
    color: #fff;
    font-size: 38px;
}

.service-content p {
    color: #fff;
    font-size: 16px;
}

.testimonial-content span {
    color: #aeb3b7;
}




.page-content .full-video-outer {
    width: 100%;
    height: 800px;
    border-radius: 15px !important;
  
}


.elementor-11 .elementor-element.elementor-element-c8395e1 .elementor-divider-separator {
    width: 52%;
    /* margin: 0 auto; */
    margin-right: 0px;
    margin-left: 195px !important;
}

.video-content h2{
    font-size: 38px;

}


.video-content::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 8px;
  width: 4px;
  height: 90px;
  background-color: #f11a25;
  gap : 10px;
}


/* .elementor-image-carousel .swiper-slide-inner {
    position: relative;
    overflow: hidden;
} */




.home-service-outer .elementor-image-carousel img {
    position: relative;
    z-index: 0;
}



.elementor-image-carousel figure {
  position: relative;
  overflow: hidden;
}

/* caption container */
.elementor-image-carousel-caption {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  padding: 30px 25px;
   z-index: 2; 
	
  
}

.home-service-outer .swiper-slide-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

/* title text */
.elementor-image-carousel-caption h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  font-style: normal !important;
}


.elementor-image-carousel-caption a {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    font-style: normal !important; 
}
.elementor-image-carousel-caption a:hover {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2; 
}

.cta-client-photo {
    width: 50px;
    height: 50px;
    object-fit: cover;
  
}

.image-2 {
    width: 54px;
    height: 54px;
    position: absolute !important;
    
}

.cta-content h3 {
    color: #000;
    font-size: 38px;
    line-height: 1.2em;
}

.cta-content p{

    color : #4f5a5b;
    font-size : 16px;
    font-weight: 400;
}

.image-2 img {
    border-radius: 50px !important;
}



/* .footer-inner img.custom-logo {
    width: 50%;
} */

footer#colophon {
     background-color: #051a1c;
    width: 100%;
    float: left;
    max-width: 100%;
    padding: 0px;
}
.footer_outer {
    padding: 50px 0px;
  
}

.footer_outer .container {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.footer_outer .row {
    gap: 0px;
    display: grid;
    grid-template-columns: 30% 1fr 1fr 1fr;
}

.footer_common li {
    list-style-type: none;
}

ul#menu-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 9px;
     padding-top: 20px;
}

.footer_common h3 {
    font-size: 22px;
   
    font-weight: 500;
     color: #fff;
}

.footer_four.footer_common h6 {
    padding-top: 20px;
}

.footer_one.footer_common p {
    color: #fff;
}

ul#menu-information {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding-top: 20px;
}

ul#menu-footer-menu li a {
    color: #fff;
    font-size: 15px;
}
ul#menu-main-menu li a:hover {
    color: #828c8d;
    font-size: 15px;
}

.footer_common h6 {
    color: #828c8d;
}

.footer_common a {
    color: #fff;
    font-size: 30px;
}

.footer_common a:hover {
    color: #828c8d;
    font-size: 30px;
}

.footer_two.footer_common {
    padding-left: 42px;
}


.footer-bottom .container {
   max-width: 1180px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.footer-bottom .row {
    gap: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-right {
    display: flex;
     justify-content: end; 
    align-items: center;
    gap: 20px;
}

.footer-right a {
    text-decoration: none;
}

.footer-right a img {
    width: 30px;
    height: 30px;
}

.footer-bottom a {
    color: #fff;
  
}

.footer-bottom p {
    color: #fff;
    font-size: 14px;
}

.footer-middle {
    padding-left: 39px;
}
.footer-center .container {
    max-width: 585px;
    width: 100%;
}

.newsletter p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}
.footer-center {
  display: flex;
  align-items: end;
    text-align: right;
    font-size: 0px;
     margin-top: -65px;
    justify-content: end;
    margin-right: 85px;
}

/* FIX 4: Input + arrow alignment */
.newsletter {
  display: flex;
  align-items: end;
    text-align: right;
    font-size: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

.newsletter-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.45);
  padding-bottom: 12px;
}

/* input */
.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 16px;
  padding: 6px 0;
}

.newsletter-form input::placeholder {
  color: #fff;
  font-size: 16px;
}

/* arrow button */
.newsletter-form button {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  padding-left: 15px;
}

/* hover */
.newsletter-form button:hover {
  transform: translateX(3px);
  transition: 0.3s ease;
  background-color: transparent;
}

.footer-bottom {
    margin-top: 20px;
    margin-bottom: 10px;
}


.announcement-wrap {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}

 .contact-banner-content {
   display: inline-flex;
  align-items: center;
  gap: 12px;
padding: 0px 4px 0px 0px;
  background-color: transparent;
     border: 1px solid #e5e6e7;
    border-radius: 7px;
    justify-content: flex-start;
    align-items: center;
    
    
} 


.contact-banner-content p {
    font-size: 12px;
    gap: 26px;
    line-height: 0px;
    text-align: center;
    padding-top: 15px;
    margin-left: 6px;
}

.contact-banner-content a {
    border: 1px solid #051a1c;
    background-color: #051a1c;
    padding: 10p;
    padding: 3px 6px 3px 3px;
    border-radius: 5px;
    color: #fff;
    margin-left: 6px;
    box-shadow: 0 1px 4px #0000004d, inset 0 -2px #0000001a;
     font-size: 12px;
}

.contact-banner-content a:hover {
    border: 1px solid #f41720;
    background-color: #f41720;
    padding: 10p;
    padding: 3px 6px 3px 3px;
    border-radius: 5px;
    color: #000;
    margin-left: 6px;
    box-shadow: 0 1px 4px #0000004d, inset 0 -2px #0000001a;
}

.contact-first-section-content h1 {
    font-size: 50px;
    color: #051a1c;
    font-weight: 400;
}

.contact-first-section-content p {
    font-size: 14px;
    color: #4f5a5b;
    font-weight: 400;
}

.contact-banner-image img {
    object-fit: cover;
    object-position: 40% 80%;
    width: 100%;
    height: 400px;
    border-radius: 12px;
}

ul.scacontact-form {
    display: grid;
    background-color: transparent;
    margin: 8px;
}


.scamail-phone {
  display: flex;
  gap: 15px;
}
.scamessage p textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 100px;
}

.scacontact-form input,
.scacontact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  outline: none;
}

/* li.scasend.btn-style-one.welcome-two__left-btn {
    margin: 10px;
    padding-top: 5px;

} */

ul.scacontact-form li {
    list-style-type: none;
}

.contact-form-right {
    height: 480px !important;
    width: 100%;
}

.contact-form-right{

    background-color: #f4793624;
    border: 1px solid #f4793624;
    border-radius: 12px;
   justify-content: flex-start;
    align-items: flex-start;
     padding: 20px;
    display: flex;
    box-shadow: 0 1px 4px #c5d4e3, 0 2px 
}

.contact-left-inner h6 {
    font-size: 18px;
}

.contact-left-inner h3 {
    font-size: 38px;
    color: #000;
}

.contact-left-inner h3 span {
    font-size: 38px;
    color: #aeb3b7;
}

.contact-left-inner p {
    font-size: 16px;
    color: #4f5a5b;
    line-height: 25px;
}

.contact-service-content h3 {
    color: #000;
    font-size: 38px;
}

.contact-service-content p {
    color: #4f5a5b;
    font-size: 16px;
}


.contact-grid {
    row-gap: 80px !important;
    column-gap: 0px;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
    border-radius: 10px;
}


.contact-grid-content p{
    font-size: 20px;
    
    color: #aeb3b7;
}

.contact-grid-content a{
    font-size: 18px;
    font-weight: 500;
    color: #051a1c;
}

.contact-grid-content a:hover{
    font-size: 18px;
    font-weight: 500;
    color: #828c8d;
}

.contact-left-inner h5.mb-1 {
    color: #000;
    padding: 0px;
    /* margin: 4px; */
    margin-bottom: 10px;
}



/* .contact-grid-button .elementor-button-icon .e-font-icon-svg {
    height: 20px;
    width: 20px;
    
}

.contact-grid-button .elementor-button .elementor-button-link .elementor-size-sm:hover {
     background-color: #f41720;

} */

.contact-grid-button .elementor-button-icon .e-font-icon-svg:hover {
    transform: rotate(45deg);
    transition: 0.1s;
   
}


.material-grid-content figcaption.widget-image-caption.wp-caption-text {
   position: absolute;
    bottom: 1%;
    left: 5%;
    right: 5%;
    z-index: 2;
       
}


.material-grid-content figcaption.widget-image-caption.wp-caption-text h3 {
    color: #fff;
    text-align: center;
    font-style: normal;
}
    
.material-grid-content figure {
    position: relative;
    overflow: hidden;
    border-radius: 7px !important;
}

/* Overlay before */
.material-grid-content figure::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* Change color here */
    z-index: 1;
}

/* Keep image below overlay */
.material-grid-content figure img {
    display: block;
    width: 100%;
}

.material-grid-content figcaption.widget-image-caption.wp-caption-text p {
    color: #fff;
    font-style: normal;
}

.material-grid-content .wp-caption {
    transition: transform 0.4s ease;  /* Move transition here */
}

.material-grid-content .wp-caption:hover {
    transform: translateY(-20px);
}

.industries-textiles-outer .textiles-left-content ul li {
    position: relative;
       padding: 0px 10px 10px 10px;
    list-style-type: none;
}

.industries-textiles-outer .textiles-left-content ul li::before {
    content: "✔";
    position: absolute;
    left: -19px;
    top: 4%;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;
    background-color: #f11a25;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
}


span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form-control-wrap input.wpcf7-not-valid {
    border: 1px solid red !important;
}

ul.homecontact-form li p {
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}



.leadership-outer {
    margin-top: 50px;
}

.leadership-main-title h3 {
    text-align: center;
}
.leadership-outer .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.col-lg-3.col-md-6
 {
    max-width: 100% !important;
}
.leadership-item {
  
    margin-top: 88px;
    text-align: center;
   
    min-height: 280px;
    padding: 20px;
    border-radius: 13px;
    cursor: pointer;
}
.leadership_img {
    position: relative;
}
.leadership_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/wp-content/themes/hello-elementor-child/assets/css/path-to-your-diagonal-pattern.png");
    opacity: 0.1;
    z-index: 1;
}
.leadership_img {
    display: flex;
    justify-content: center;
}

.leadership_img a {
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden; 
    margin-top: -70px;
}

.leadership_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.leadership-content {
    padding: 20px 0;
    text-align: left;
}
.leadership-content h3 {
    font-size: 20px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    text-align: center;
}
.leadership-content p {
    color: #000;
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
}
.leadership-content::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/hello-elementor-child/assets/css/path-to-your-arrow-icon.svg) no-repeat center;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog.modal-dialog-centered {
    max-width: 800px;
    border-radius: 25px;
    overflow: hidden;
}



 .team-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    /* ─── CARD ─── */
    .team-card {
      background: var(--bg-card);
      border-radius: 16px;
      border: 1px solid var(--border);
      overflow: hidden;
      transition: transform 0.28s cubic-bezier(.22,.68,0,1.2), box-shadow 0.28s ease, border-color 0.28s ease;
      position: relative;
    }

    .team-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--shadow-hover);
      border-color: var(--border-hover);
    }

    /* Image */
    .card-img-wrap {
      width: 100%;
      aspect-ratio: 3 / 3.5;
      overflow: hidden;
      background: #e8dfd4;
      position: relative;
    }

    .card-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      display: block;
      transition: transform 0.4s ease, filter 0.4s ease;
      filter: grayscale(15%);
    }

    .team-card:hover .card-img-wrap img {
      transform: scale(1.05);
      filter: grayscale(0%);
    }

    /* Avatar fallback */
    .avatar-fallback {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(145deg, #d4c3b0, #c0ad98);
    }

    .avatar-initials {
      font-family: 'Playfair Display', serif;
      font-size: 44px;
      font-weight: 700;
      color: #7a6348;
      letter-spacing: 3px;
    }

    /* Badge */
    .desig-badge {
      position: absolute;
      top: 14px;
      left: 14px;
      background: rgba(184, 92, 42, 0.9);
      color: #fff;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 5px 11px;
      border-radius: 5px;
    }

    /* Overlay gradient */
    .card-img-wrap::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 60px;
      background: linear-gradient(to top, rgba(255,255,255,0.35), transparent);
      pointer-events: none;
    }

    /* Card body */
    .card-inner-content {
    background-color: #fff;
    padding: 18px 20px 22px;
        height: 365px;
}
    .card-name {
      font-family: 'Playfair Display', serif;
      font-size: 18px;
      font-weight: 600;
      color: #f11a25;
      margin-bottom: 4px;
      line-height: 1.2;
    }

    .card-role {
      font-size: 11px;
      font-weight: 500;
      color: var(--rust);
      text-transform: uppercase;
      letter-spacing: 0.12em;
      margin-bottom: 14px;
    }

    .card-divider {
      width: 28px;
      height: 1.5px;
      background: #e0d5cc;
      margin-bottom: 12px;
    }

    .card-bio {
      font-size: 12.5px;
      color: var(--text-secondary);
      line-height: 1.68;
    }














 .leadership-outer {
    margin-top: 50px;
}
h3.leadership-main-title {
    text-align: center;
}
.leadership-outer .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.col-lg-3.col-md-6 {
    max-width: 100% !important;
}
.leadership-item {
    box-shadow: 0 3px 10px rgb(217 238 255) !important;
    margin-top: 88px;
    text-align: center;
    background: linear-gradient(90deg, #f11a25, #f11a25) top / 100% 5px no-repeat, #fff;
    min-height: 280px;
    padding: 20px;
    border-radius: 13px;
    cursor: pointer;
}

.leadership_img {
    position: relative;
}

.leadership_img a {
    display: block;
    z-index: 2;
    text-align: center;
    margin-top: -70px;
}

.leadership-content {
    padding: 20px 0;
    text-align: left;
}

.leadership-content h3 {
    font-size: 20px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}
.leadership-content p
 {
    color: #000;
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
}

.leadership-content::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 24px;
    height: 24px;
    background: url("/wp-content/themes/hello-elementor-child/assets/css/path-to-your-arrow-icon.svg") no-repeat center;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.col-lg-3.col-md-6 {
    max-width: 100% !important;
}

.fade {
    transition: opacity .15s linear;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.fade:not(.show) {
    opacity: 0;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.leadership_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/wp-content/themes/hello-elementor-child/assets/css/path-to-your-diagonal-pattern.png");
    opacity: 0.1;
    z-index: 1;
} 

h4.contact-emp-name {
    font-size: 22px;
    color: #f11a25;
}

.footer_four.footer_common h6 {
    padding-top: 20px;
    color: white !important;
}
.menu-contact{
    color: #fff !important;
}