@charset "utf-8";
/* CSS Document */

/* CSS Document © 2025 ENVINTO */
/* @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap'); */

/* @font-face {
    font-family: 'Brittany Signature';
    src: url('../fonts/BrittanySignatureRegular.eot');
    src: url('../fonts/BrittanySignatureRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrittanySignatureRegular.woff2') format('woff2'),
        url('../fonts/BrittanySignatureRegular.woff') format('woff'),
        url('../fonts/BrittanySignatureRegular.ttf') format('truetype'),
        url('../fonts/BrittanySignatureRegular.svg#BrittanySignatureRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */



::-moz-selection{ background:#7b7d7f; color:var(--global); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--global); text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; font-family: "Plus Jakarta Sans", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#000000; background: #ffffff; -webkit-text-size-adjust: none; text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden; overflow-y: scroll; scroll-behavior: smooth;}
:root { --primary: #156434; --secondary:#e0a52f; --global: #000000;}

a { text-decoration:none; transition:all 0.25s ease-out 0s; outline: none; box-shadow: none;}
a:hover{text-decoration: none;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family: "Prata", serif;}
p, p span { font-family: "Plus Jakarta Sans", sans-serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:var(--secondary);
}
::-moz-placeholder { 
  color:var(--secondary);
}
:-ms-input-placeholder {
  color:var(--secondary);
}
:-moz-placeholder {
  color:var(--secondary);
}

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

strong{font-weight: bold;}

/* .container{max-width: 1400px; margin: 0 auto;padding: 0px 15px;} */







.error-page-section {background: var(--primary); animation: sectionSlideIn 1s ease-out;}
.error-page-row {max-width: 800px; margin: 50px auto; animation: fadeInUp 1s ease-out 0.3s both;}
.error-page-col1 h1 {font-size: 40px;color: #000; animation: textSlideIn 1s ease-out 0.5s both;}
.error-page-col1 h2 {font-size: 40px;font-weight: 700;margin: 0 0 20px;color: #000; animation: textSlideIn 1s ease-out 0.7s both;}
.error-page-col1 p {font-size: 16px;font-weight: 600;line-height: 1.67;margin: 0 0 22px;color: #000; animation: textFadeIn 1s ease-out 0.9s both;}
.search-form { width: 100%; display: flex; align-items: center; animation: fadeInUp 1s ease-out 0.3s both;}
.search-form input {width: 197px;height: 45px;border: 1px solid #000;margin: 0 7px 0 0;padding: 0 10px;color: #000;outline: none;box-shadow: none;display: inline-block;border-radius: 80px; animation: fadeInLeft 1s ease-out 0.5s both;}
.search-form .search-submit {width: auto;height: 45px;display: inline-block;padding: 0 25px;color: #ffff;border: 1px solid #000;background: #000;transition: all 0.25s ease-in-out;border-radius: 80px; animation: scaleIn 1s ease-out 0.7s both;}
.search-form .search-submit .screen-reader-text { position: relative !important;  display: block;  height: auto;  width: auto;  color: #ffff;  clip-path: none;  transition: all 0.25s ease-in-out;}
.search-form .search-submit:hover { color: #000; background: none; animation: buttonBounce 0.6s ease-in-out;}
.search-form .search-submit:hover .screen-reader-text { color: #000;}
.search-form input::placeholder { color: #000;}
.search-page-section {padding: 80px 0px;background: #ffff; animation: sectionSlideIn 1s ease-out;}
.search-page-row {  max-width: 1320px;  margin: 0 auto; animation: fadeInUp 1s ease-out 0.3s both;}
.search-page-row .page-header .page-title {font-size: 40px;margin: 0 0 35px;display: flex;color: #000;font-weight: 500; animation: textSlideIn 1s ease-out 0.5s both;}
.search-page-card {  margin: 0 0 50px; animation: fadeInUp 1s ease-out 0.7s both;}
.search-page-content { padding: 0; max-width: inherit;  width: 100%;  text-align: left;  flex: 1 0 0; animation: fadeInUp 1s ease-out 0.9s both;}
.search-page-content h3 {font-size: 32px;color: #000;font-weight: 500;margin-bottom: 20px;padding-bottom: 10px;border-bottom: 1px solid var(--primary); animation: textSlideIn 1s ease-out 1.1s both;}
.search-page-content p {font-size: 16px;font-weight: 500;line-height: 1.67;margin: 0 0 22px;color: #000; animation: textFadeIn 1s ease-out 1.3s both;}
.search-btn1 {padding: 12px 24px;background-color: #000;border-radius: 80px;color: #ffffff;border: 1px solid #000;transition: 0.3s all ease-in-out;font-size: 16px;font-weight: 400;display: inline-block;margin: 10px auto 0; animation: scaleIn 1s ease-out 1.5s both;}
.search-btn1:hover {background-color: #ffffff;color: #000; animation: buttonBounce 0.6s ease-in-out;}



.defualt-page-section {padding: 60px 0; background: #fff;}
.content-wrap h2 { font-size: 46px; font-weight: 500; color: var(--primary); margin: 30px 0 30px;position: relative;padding-left:20px; animation: textSlideIn 1s ease-out 0.3s both;}
.content-wrap h2::after{ content: ''; position: absolute; bottom: -10px; left: 0px; width: 6px; height: 80px; background: var(--secondary); z-index: 1; animation: sectionExpand 1s ease-out 0.5s both;}
.content-wrap p { font-size: 16px; color: #000000; line-height: 2; margin: 0 0 20px; animation: textFadeIn 1s ease-out 0.7s both;}
.content-wrap ul {width: 100%; margin: 0 0 20px; animation: fadeInUp 1s ease-out 0.9s both;}
.content-wrap ul li { font-size:1.1rem; line-height: 2; color: var(--primary); padding-left: 20px; position: relative;margin-bottom:5px;font-weight: 600; animation: fadeInLeft 1s ease-out 1.1s both;}
.content-wrap ul li:before { content: "\2022"; position: absolute; left: 0; top: 0; animation: iconPulse 2s ease-in-out infinite;}
.content-wrap ol { width: 100%;float: none; counter-reset: my-awesome-counter; margin: 0 auto 28px;position: relative; animation: fadeInUp 1s ease-out 1.3s both;}
.content-wrap ol li {font-size: 16px; line-height: 1.56; color: var(--primary); padding-left: 20px;position: relative;counter-increment: step-counter; animation: fadeInLeft 1s ease-out 1.5s both;}
.content-wrap ol li:before { content: counter(step-counter) '.'; margin-right: 0px; position: absolute; left: -4px; top: 0; animation: iconPulse 2s ease-in-out infinite;}
.content-wrap p a, .content-wrap ul li a, .content-wrap ol li a{color:var(--primary);}
.content-wrap p a:hover, .content-wrap ul li a:hover, .content-wrap ol li a:hover{color: #000000;}



.whatsup-icon { position: fixed; bottom: 10px; right: 10px; z-index: 9999;background: #fff;padding: 15px;border-radius: 11px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.whatsup-icon img { width: 50px; height: 50px; }
.whatsup-icon  h3{font-size: 12px;text-align: center;color: var(--primary);margin: 0 0 10px;}



.slick-prev, .slick-next{display: none !important;}
.overlay{display: none;}
.burger-btn{display: none;}

.everest-forms input{width: 100% !important;padding: 12px !important;font-size: 15px !important;font-family: inherit !important;border: none !important; border-bottom: 1px solid var(--secondary) !important;}
.everest-forms textarea{width: 100% !important;padding: 12px !important;border: none !important; border-bottom: 1px solid var(--secondary) !important;font-size: 15px !important;font-family: inherit !important;}
.everest-forms button.button:not(.button-large), .everest-forms button[type=submit]{background:var(--secondary) !important;color: white !important;padding: 14px 30px !important;font-size: 16px !important;border: none !important;border-radius: 25px !important;cursor: pointer !important;transition: 0.3s ease !important;}
.everest-forms button.button:not(.button-large):hover,.everest-forms button[type=submit]:hover {background:var(--primary) !important;}
  


.header-wrapp.sticky{position: fixed;top: 0;left: 0;z-index: 9999;background:#fff;animation: .7s slide-down;box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;}
.header-wrapp.sticky .menu-list ul li a{color:var(--primary);}
.header-wrapp.sticky .header-sec{padding: 0;margin: 10px 0px;}
.header-wrap.sticky .header-sec .header-col .logo img{height: 50px;}




.header-row{padding: 10px 0px;display: flex;align-items: center;justify-content: space-between;position: relative;z-index: 999; animation: fadeInDown 1s ease-out;}
.header-col-left{display: flex;align-items: center;gap: 70px; animation: fadeInLeft 1s ease-out 0.3s both;}
.header-col-left .logo img{height: 100px; animation: scaleIn 1s ease-out 0.5s both;}
.header-menus ul{display: flex;align-items: center;gap: 70px; animation: fadeInUp 1s ease-out 0.7s both;}
.header-menus ul li a{color: var(--secondary);font-size: 20px;font-weight: 600; animation: textFadeIn 1s ease-out 0.9s both;}
.header-menus ul li a:hover{color: var(--primary);}
.header-col-left .logo {padding: 8px;border-radius: 20px;background-color: #fff; animation: scaleIn 1s ease-out 0.5s both;}




.contact-button {line-height: 1;text-decoration: none;display: inline-flex;border: none;cursor: pointer;align-items: center;gap: 0.75rem;background-color: var(--secondary);
color: #fff;border-radius: 10rem;font-weight: 600;padding: 0.75rem 1.5rem;padding-left: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: background-color 0.3s; animation: scaleIn 1s ease-out;}
.button__icon-wrapper {flex-shrink: 0;width: 25px;height: 25px;position: relative;color: var(--secondary);background-color: #fff;border-radius: 50%;display: grid;place-items: center;overflow: hidden; animation: iconPulse 2s ease-in-out infinite;}
.contact-button:hover {background-color:var(--primary); animation: buttonBounce 0.6s ease-in-out;}
.contact-button:hover .button__icon-wrapper {color: var(--primary); animation: iconSpin 0.6s ease-in-out;}
.button__icon-svg--copy {position: absolute;transform: translate(-150%, 150%);}
.contact-button:hover .button__icon-svg:first-child {transition: transform 0.3s ease-in-out;transform: translate(150%, -150%);}
.contact-button:hover .button__icon-svg--copy {transition: transform 0.3s ease-in-out 0.1s;transform: translate(0);}






.banner-sec{position: relative; animation: sectionSlideIn 1s ease-out;}
.banner-image{margin-top: -160px;position: relative;}
.banner-image img{width: 100%;object-fit: cover;height: 100vh; animation: imageZoom 0.8s ease-out;}
.banner-image::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 1;}
.banner-content-inner{position: absolute;top: 60%;left: 50%;transform: translate(-50%, -50%);text-align: center;color: #fff;z-index: 999;display: flex;align-items: center;justify-content: center;gap: 20px;width: 90%;flex-direction: column; animation: fadeInUp 1s ease-out 0.3s both;}
.banner-head{display: flex;align-items: center;justify-content: center;gap: 20px; animation: fadeInDown 1s ease-out 0.5s both;}
.banner-head h1{font-size:3.5rem;font-weight: 700;margin:0px 30px;position: relative;color: #fff; animation: textSlideIn 1s ease-out 0.7s both;}
.banner-head h1::after{content: '';position: absolute;bottom: -10px;right: -40px;width:5px;height: 100px;background: var(--secondary);z-index: 1; animation: sectionExpand 1s ease-out 1s both;}
.banner-head h1:last-child::after{display: none;}
.banner-des{text-align: center; animation: fadeInUp 1s ease-out 0.9s both;}
.banner-des h4{font-size: 1.8rem;font-weight: 700;margin:60px 0 10px;color: #fff; animation: textFadeIn 1s ease-out 1.1s both;}
.banner-des p{font-size: 1.2rem;font-weight: 400;margin:0px;line-height: 1.8;color: var(--secondary);max-width: 1000px;margin: 0 auto; animation: textFadeIn 1s ease-out 1.3s both;}
.banner-des .contact-button{margin-top: 40px; animation: scaleIn 1s ease-out 1.5s both;}
.banner-content{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;z-index: 999;}




.about-sec{padding: 50px 0px; animation: sectionFadeIn 1s ease-out;}
.about-row{display: flex;align-items: center;justify-content: space-between;gap: 20px;}
.about-col-left{width: 48%; animation: fadeInLeft 1s ease-out 0.3s both;}
.about-col-right{width: 48%; animation: fadeInRight 1s ease-out 0.5s both;}
.about-col-right .about-image{overflow: hidden;border: 5px solid var(--secondary);}
.about-col-right .about-image img{width: 100%;height: 100%;object-fit: cover; animation: imageZoom 0.8s ease-out 0.7s both;}
.about-col-left .about-head h2{font-size:2.5rem;font-weight: 500;margin:0px 0 10px;color: var(--primary);border-bottom: 1px solid var(--primary);padding-bottom: 10px; animation: textSlideIn 1s ease-out 0.4s both;}
.about-col-left .about-head p{font-size: 0.9rem;font-weight: 400;margin:0px;line-height: 2;color:#000;max-width: 1200px;margin: 0 auto;margin-bottom: 10px; animation: textFadeIn 1s ease-out 0.6s both;}
.about-col-left .about-head .contact-button{margin-top: 10px; animation: scaleIn 1s ease-out 0.8s both;}




.secondry-banner-image{position: relative;}
.secondry-banner-image img{width: 100%;height: 400px;object-fit: cover;position: relative;}
.secondry-banner-image::after{position: absolute;top: 0;left: 0;width: 100%;background-color: #0000007b;height: 100%;z-index: 555;content: "";}
.secondry-banner-content{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;z-index: 5555;}
.secondry-banner-content h1{font-size: 4rem;color: #fff;} 






.corevalue-section{padding: 50px 0px 0px; animation: sectionSlideIn 1s ease-out;}
.core-head h2{font-size: 2.5rem;color:var(--primary);font-weight: 500;margin-bottom: 10px;border-bottom: 1px solid #fff;padding-bottom: 10px;max-width: fit-content;margin: 0 auto;margin-bottom: 20px;border-bottom: 1px solid var(--primary); animation: textSlideIn 1s ease-out 0.3s both;}
.core-head p{line-height: 2;max-width: 1200px;margin: 0 auto;margin-bottom: 10px;max-width: 1000px;margin: 0 auto;text-align: center; animation: textFadeIn 1s ease-out 0.5s both;}
.core-card-icon{width: 100px;height: 100px;border-radius: 50%;background-color: var(--primary);display: flex;align-items: center;justify-content: center;position: absolute;top: -50px;left: 50%;transform: translateX(-50%);border: 3px solid var(--secondary); animation: iconPulse 2s ease-in-out infinite;}
.core-cards-row{display: flex;align-items:stretch;justify-content: center;flex-wrap: wrap;margin: 50px 0px 0px;}
.core-card{width: 31%;margin: 1%;padding:60px 20px 40px;border: 4px solid var(--secondary);position: relative;margin-bottom:4%; animation: cardFloat 3s ease-in-out infinite;}
.core-card:nth-child(1) { animation-delay: 0.1s; }
.core-card:nth-child(2) { animation-delay: 0.2s; }
.core-card:nth-child(3) { animation-delay: 0.3s; }
.core-card h3{font-size: 1.4rem;text-align: center;margin-bottom: 10px;color: var(--primary);border: 1px solid var(--primary);padding: 10px;font-weight: 500; animation: textFadeIn 1s ease-out 0.7s both;}
.core-card-icon{width: 100px;height: 100px;border-radius: 50%;background-color: var(--primary);display: flex;align-items: center;justify-content: center;position: absolute;top: -50px;left: 50%;transform: translateX(-50%);border: 3px solid var(--secondary);}
.core-card-icon img{width: 50px;height: 50px; animation: iconBounce 2s ease-in-out infinite;}
.core-card p{line-height: 2;text-align: center; animation: textFadeIn 1s ease-out 0.9s both;}




.service-section{padding: 50px 0px;background-color: var(--primary);margin: 50px 0px 0px; animation: sectionSlideIn 1s ease-out;}
.service-head h2{font-size: 2.5rem;color:#fff;font-weight: 500;margin-bottom: 10px;border-bottom: 1px solid #fff;padding-bottom: 10px;max-width: fit-content;margin: 0 auto;margin-bottom: 60px; animation: textSlideIn 1s ease-out 0.3s both;}
.service-row{display: flex;align-items: center;justify-content: space-between;}
.service-row-head h2{color: var(--secondary);font-size: 1.8rem;line-height: 1.6;font-weight:500; animation: textFadeIn 1s ease-out 0.5s both;}
.service-row-head{width: 350px;height: 350px;display: flex;align-items: center;justify-content: center;text-align: center;background-color: #fff;border-radius: 50%;padding: 40px; animation: scaleIn 1s ease-out 0.7s both;}
.service-col1{width: 28%; animation: fadeInLeft 1s ease-out 0.9s both;}
.service-col2{width: 70%; animation: fadeInRight 1s ease-out 1.1s both;}
.service-card-slide{background-color: #fff;display: flex;align-items: center;flex-direction: column;height: 100%;border-radius: 20px; animation: cardFloat 3s ease-in-out infinite;}
.service-image img{width: 100%;object-fit: cover; animation: imageZoom 0.8s ease-out 1.3s both;}
.service-card-slide-content{padding:30px 20px;min-height:200px; animation: fadeInUp 1s ease-out 1.5s both;}
.service-card-slide-content h2{font-size: 1.3rem;color: var(--primary);margin-bottom: 10px;font-weight: 500; animation: textSlideIn 1s ease-out 1.7s both;}
.service-card-slide-content p{line-height:1.8;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow: hidden; animation: textFadeIn 1s ease-out 1.9s both;}
.service-card-slide-content .contact-button{margin-top: 20px; animation: scaleIn 1s ease-out 2.1s both;}

/* .service-row-slider .slick-slide {padding: 0 8px; height: 100%;}
.service-row-slider .slick-list {margin: 0 -8px; } */




.mission-sec{padding: 50px 0px 0px; animation: sectionSlideIn 1s ease-out;}
.mission-row{display: flex;align-items: center;justify-content: space-between;gap: 20px;}
.mission-left{width: 48%;display: flex;align-items: center;justify-content:space-between;flex-direction: row-reverse;background-color: var(--primary);border: 5px solid var(--secondary); animation: fadeInLeft 1s ease-out 0.3s both;}
.mission-right{width: 48%;display: flex;align-items: center;justify-content:space-between;flex-direction: row-reverse;background-color: var(--primary);border: 5px solid var(--secondary); animation: fadeInRight 1s ease-out 0.5s both;}
.mission-left .mission-head{width: 48%;padding: 20px; animation: fadeInUp 1s ease-out 0.7s both;}
.mission-left .mission-image{width: 48%;}
.mission-left .mission-image img{height: 400px;width: 100%;object-fit: cover; animation: imageZoom 0.8s ease-out 0.9s both;}
.mission-left .mission-head h2{font-size:2rem;font-weight: 500;margin:0px 0 10px;color: var(--secondary);border-bottom: 1px solid var(--secondary);padding-bottom: 10px;max-width: fit-content;margin-right: auto; animation: textSlideIn 1s ease-out 0.8s both;}
.mission-left .mission-head p{font-size: 0.9rem;font-weight: 400;margin:0px;line-height: 2;color:#ffffff;max-width: 1000px;margin: 0 auto;margin-bottom: 10px; animation: textFadeIn 1s ease-out 1s both;}
.mission-right .mission-head{width: 48%;padding: 20px; animation: fadeInUp 1s ease-out 1.1s both;}
.mission-right .mission-image{width: 48%;}
.mission-right .mission-image img{height: 400px;width: 100%;object-fit: cover; animation: imageZoom 0.8s ease-out 1.3s both;}
.mission-right .mission-head h2{font-size:2rem;font-weight: 500;margin:0px 0 10px;color: var(--secondary);border-bottom: 1px solid var(--secondary);padding-bottom: 10px;max-width: fit-content;margin-right: auto; animation: textSlideIn 1s ease-out 1.2s both;}
.mission-right .mission-head p{font-size: 0.9rem;font-weight: 400;margin:0px;line-height: 2;color:#ffffff;max-width: 1000px;margin: 0 auto;margin-bottom: 10px; animation: textFadeIn 1s ease-out 1.4s both;}





.special-service-sec{padding: 50px 0px 0px; animation: sectionSlideIn 1s ease-out;}
.special-service-head h2{font-size: 2.5rem;color: var(--primary);font-weight: 500;margin-bottom: 10px;border-bottom: 1px solid var(--primary);padding-bottom: 10px;max-width: fit-content;margin: 0 auto;margin-bottom: 20px; animation: textSlideIn 1s ease-out 0.3s both;}
.special-service-head p{line-height: 2;max-width: 1200px;margin: 0 auto;margin-bottom: 10px;max-width: 1000px;margin: 0 auto;text-align: center; animation: textFadeIn 1s ease-out 0.5s both;}
.special-service-row{display: flex;align-items: center;justify-content: center;margin: 1%;flex-wrap: wrap;}
.special-service-col{width: 31%;margin: 1%;border: 4px solid var(--secondary);border-radius: 15px;height: 400px;position: relative;overflow: hidden; animation: cardFloat 3s ease-in-out infinite;}
.special-service-col:nth-child(1) { animation-delay: 0.1s; }
.special-service-col:nth-child(2) { animation-delay: 0.2s; }
.special-service-col:nth-child(3) { animation-delay: 0.3s; }
.special-service-col h3{font-size: 1.4rem;text-align: center;color:#fff;padding: 10px;font-weight: 500;position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);width: 100%;-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);background-color:#156435b3;min-height: 85px;padding: 10px 20px 8px 25px;display: flex;align-items: center;justify-content: center;border-radius: 8px;z-index: 2; animation: textFadeIn 1s ease-out 0.7s both;}
.special-service-col img{width: 100%;height: 100%;object-fit: cover;border-radius: 10px;position: relative;z-index: 1; animation: imageZoom 0.8s ease-out 0.9s both;}





.video-section {position: relative;width: 100%;height: 70vh;overflow: hidden;}
.image-container {width: 100%;height: 100%;background: url("../images/banner\ \(2\).jpg") no-repeat center center/cover;display: flex;align-items: center;justify-content: center;}
.play-button {width: 120px;height: 120px;background-color: #2f5e53;color: white;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 18px;cursor: pointer;transition: background-color 0.3s ease;z-index: 2;}
.play-button:hover {background-color: #1f3e36;}
.video-container {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: none;}
.video-container iframe {width: 100%;height: 100%;border: none;}



.sector-specification{padding: 30px 0px 0px; animation: sectionSlideIn 1s ease-out;}
.sector-specification-head h2{font-size: 2.5rem;color: var(--primary);font-weight: 500;margin-bottom: 10px;border-bottom: 1px solid var(--primary);padding-bottom: 10px;max-width: fit-content;margin: 0 auto;margin-bottom: 20px; animation: textSlideIn 1s ease-out 0.3s both;}
.sector-specification-row{display: flex;align-items: center;justify-content: center;margin: 1%;flex-wrap: wrap;}
.sector-specification-col{width: 31%;margin: 1%;border: 2px solid var(--secondary);position: relative;padding:20px 10px;display: flex;align-items: center;justify-content: center; animation: cardPulse 2s ease-in-out infinite;}
.sector-specification-col:nth-child(1) { animation-delay: 0.1s; }
.sector-specification-col:nth-child(2) { animation-delay: 0.2s; }
.sector-specification-col:nth-child(3) { animation-delay: 0.3s; }
.sector-specification-col h3{font-size: 1.1rem;text-align: center;color: #000;font-weight: 500;max-width: fit-content;margin: 0 auto; animation: textFadeIn 1s ease-out 0.7s both;}





.contact-container{margin: 40px 0px; animation: sectionSlideIn 1s ease-out;}
.contact-row{display: flex;align-items: center;justify-content: space-between;gap: 20px;}
.contact-left h1 {font-size: 40px;font-weight: 500;margin-bottom: 40px;color:var(--primary);line-height: 1.3; animation: textSlideIn 1s ease-out 0.3s both;}
.contact-form{display: flex;flex-direction: column; animation: fadeInUp 1s ease-out 0.5s both;}
.contact-form input, .contact-form textarea {border: none;border-bottom: 1px solid #ccc;padding: 10px 0;font-size: 16px;outline: none;background: transparent;color: #111;margin-bottom: 30px; animation: fadeInLeft 1s ease-out 0.7s both;}
.contact-form textarea {resize: vertical;min-height: 80px;}
.contact-form .submit-btn {width: 120px;padding: 12px;background-color: var(--primary);color: white;border: none;cursor: pointer;font-weight: 600;transition: background 0.3s ease; animation: scaleIn 1s ease-out 0.9s both;}
.contact-form .submit-btn:hover { background-color: var(--secondary);}
.contact-left{width: 48%; animation: fadeInLeft 1s ease-out 0.3s both;}
.contact-right{width: 48%; animation: fadeInRight 1s ease-out 0.5s both;}
.contact-right .contact-image {overflow: hidden;}
.contact-right .contact-image img{width: 100%;height: 100%;object-fit: cover; animation: imageZoom 0.8s ease-out 0.7s both;}





.contact-cards {display: flex;flex-wrap: wrap;justify-content: center;margin:0px 0px 20px; animation: sectionSlideIn 1s ease-out;}
.card {border: 1px solid #ddd;padding: 30px;box-shadow: 0 0 10px rgba(0,0,0,0.03);transition: transform 0.2s ease;width: 31%;display: flex;align-items: center;flex-direction:row; animation: cardFloat 3s ease-in-out infinite;}
.card:nth-child(1) { animation-delay: 0.1s; }
.card:nth-child(2) { animation-delay: 0.2s; }
.card:nth-child(3) { animation-delay: 0.3s; }
.card:hover {transform: translateY(-5px); animation: cardBounce 0.6s ease-in-out;}
.card-icon {font-size: 50px;color:var(--secondary);min-width: 40px;margin-right: 20px; animation: iconPulse 2s ease-in-out infinite;}
.card-content h3 {margin: 0 0 10px;font-size: 24px;color:var(--primary);font-weight: 500; animation: textSlideIn 1s ease-out 0.7s both;}
.card-content a{color:#1a1a1a;text-decoration: none;margin-bottom: 10px;font-size: 15px;display: block;font-weight: 500;line-height: 1.7; animation: textFadeIn 1s ease-out 0.9s both;}
.card-content a:hover{color:var(--secondary);}
.card-content p {margin: 2px 0;color: #1a1a1a;font-size: 15px;line-height: 1.5;font-weight: 500; animation: textFadeIn 1s ease-out 1.1s both;}
.card-content p a{color:#1a1a1a;text-decoration: none;margin-bottom: 10px;font-size: 15px;display: block;font-weight: 500;line-height: 1.7; animation: textFadeIn 1s ease-out 1.3s both;}
.card-content p a:hover{color:var(--secondary);}
.contact-cards-row{display: flex;align-items:stretch;justify-content: center;flex-wrap: wrap;gap: 20px;}






.footer {padding: 60px 40px 30px;background-color:#000000;color: #ffffff; animation: sectionSlideIn 1s ease-out;}
.footer-container {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 40px;}
.footer-column {flex: 1;min-width: 150px; animation: fadeInUp 1s ease-out 0.3s both;}
.footer-column:nth-child(1) { animation-delay: 0.1s; }
.footer-column:nth-child(2) { animation-delay: 0.2s; }
.footer-column:nth-child(3) { animation-delay: 0.3s; }
.footer-column:nth-child(4) { animation-delay: 0.4s; }
.footer-column h3 {color: var(--secondary);font-size: 30px;margin-bottom: 20px;font-weight: 500; animation: textSlideIn 1s ease-out 0.7s both;}
.footer-column ul {list-style: none;padding: 0; animation: fadeInUp 1s ease-out 0.9s both;}
.footer-column ul li {margin-bottom: 20px; animation: fadeInLeft 1s ease-out 1.1s both;}
.footer-column ul li a {text-decoration: none;color: #ffffff;font-size: 16px;transition: color 0.3s ease;}
.footer-column ul li a:hover {color: var(--secondary);}
.footer-logo {display: flex;align-items: center;margin-bottom: 20px; animation: scaleIn 1s ease-out 0.5s both;}
.footer-logo img{width: 150px; animation: imageZoom 0.8s ease-out 0.7s both;}
.footer-description {max-width: 300px;font-size: 14px;line-height: 1.6;color: #ffffff; animation: textFadeIn 1s ease-out 0.9s both;}
.footer-bottom {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-top: 20px;gap: 10px;font-size: 14px;}
.footer-bottom a {color: #ffffff;margin-left: 15px;text-decoration: none;}
.footer-bottom a:hover {color: #fff;}
.footer-socials{margin-top: 30px; animation: fadeInUp 1s ease-out 1.3s both;}
.footer-socials a {color:var(--secondary);margin-right: 25px;font-size:25px;transition: color 0.3s;display: inline-block; animation: iconPulse 2s ease-in-out infinite;}
.footer-socials a:nth-child(1) { animation-delay: 0.1s; }
.footer-socials a:nth-child(2) { animation-delay: 0.2s; }
.footer-socials a:nth-child(3) { animation-delay: 0.3s; }
.footer-socials a:nth-child(4) { animation-delay: 0.4s; }
.footer-socials a:hover {color: var(--primary);}
.footer-row1 {width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; padding: 30px 0 0; margin: 40px 0 0; border-top: 1px solid #fff; animation: sectionExpand 1s ease-out 1.5s both;}
.footer-row1 p {font-size: 16px; color:#fff; animation: textFadeIn 1s ease-out 1.7s both;}
.footer-row1 p a { color:#fff; font-weight: 500;}
.footer-row1 p a:hover { color: var(--secondary);}
.footer-arabic{font-size: 28px;padding: 10px 0px;}
.footer-caption .separator{color: var(--secondary);padding: 0px 5px;}
.footer-caption{font-size: 14px;}



.about-banner-row{margin: 0 auto; animation: sectionSlideIn 1s ease-out;}
.about-banner-col-left h4{font-size: 1.2rem;font-weight: 500;margin-bottom: 10px;color: var(--secondary);padding-bottom: 10px;max-width: fit-content;margin: 0 auto; animation: textSlideIn 1s ease-out 0.3s both;}
.about-banner-col-left h2{font-size: 2.5rem;font-weight: 500;margin-bottom: 10px;color: var(--primary);max-width: fit-content;margin: 0 auto;margin-bottom: 10px; animation: textSlideIn 1s ease-out 0.5s both;}
.about-banner-col-left p{font-size: 0.9rem;font-weight: 400;line-height: 2;max-width: 1200px;margin: 0 auto;text-align: center;margin-bottom: 10px; animation: textFadeIn 1s ease-out 0.7s both;}
.about-banner-col-left .contact-button{margin: 0 auto;display:flex;align-items: center;justify-content: center;margin-top: 20px; animation: scaleIn 1s ease-out 0.9s both;}
.about-banner-col-right{text-align: center;height: 500px;margin: 20px 0px; animation: fadeInRight 1s ease-out 0.5s both;}
.about-banner-col-right{overflow: hidden;}
.about-banner-col-right img{height: 100%;width: 100%;object-fit: cover;border-radius: 20px; animation: imageZoom 0.8s ease-out 0.7s both;}




.expert-sec-row{display: flex;align-items: center;justify-content:space-between;flex-wrap: wrap;gap: 20px;margin: 50px 0px 20px; animation: sectionSlideIn 1s ease-out;}
.expert-col{width: 23%;padding: 20px;border-radius: 10px;border: 1px solid var(--secondary);color: #fff;text-align: center; animation: cardFloat 3s ease-in-out infinite;}
.expert-col:nth-child(1) { animation-delay: 0.1s; }
.expert-col:nth-child(2) { animation-delay: 0.2s; }
.expert-col:nth-child(3) { animation-delay: 0.3s; }
.expert-col:nth-child(4) { animation-delay: 0.4s; }
.export-icon{display: flex;align-items:right;justify-content:right; animation: iconPulse 2s ease-in-out infinite;}
.expert-content h3{font-size: 2.2rem;font-weight: 500;text-align: left;color:var(--primary); animation: textSlideIn 1s ease-out 0.7s both;}
.expert-content p{font-size: 1.2rem;font-weight: 500;line-height: 1.8;color: #fff;text-align: left;color: var(--primary); animation: textFadeIn 1s ease-out 0.9s both;}
.vision-sec{padding: 60px 0px; animation: sectionSlideIn 1s ease-out;}
.vision-header h2{font-size: 2.5rem;font-weight: 500;margin-bottom: 10px;color: var(--primary);padding-bottom: 10px;max-width: fit-content;margin: 0 auto;margin-bottom: 10px;text-align: center; animation: textSlideIn 1s ease-out 0.3s both;}



.reasons-sec {padding: 50px 0px;background: #fff; animation: sectionSlideIn 1s ease-out;}
.reasons-row {display: flex;align-items: center;justify-content: space-between;gap: 60px;}
.reasons-col-left {width: 50%; animation: fadeInLeft 1s ease-out 0.3s both;}
.reasons-col-right {width: 50%;overflow: hidden; animation: fadeInRight 1s ease-out 0.5s both;}
.reasons-head h2 {font-size: 2.5rem;font-weight: 500;margin-bottom: 40px;color: var(--primary);line-height: 1.2; animation: textSlideIn 1s ease-out 0.7s both;}
.reasons-list {display: flex;flex-direction: column;gap: 30px; animation: fadeInUp 1s ease-out 0.9s both;}
.reason-item {display: flex;align-items: flex-start;gap: 20px; animation: fadeInLeft 1s ease-out 1.1s both;}
.reason-icon {width: 50px;height: 50px;background: var(--primary);border-radius: 50%;display: flex;
align-items: center;justify-content: center;flex-shrink: 0;border: 3px solid var(--secondary); animation: iconPulse 2s ease-in-out infinite;}
.reason-icon i {color: #fff;font-size: 18px; animation: iconBounce 2s ease-in-out infinite;}
.reason-content h3 {font-size: 1.3rem;font-weight: 500;color: var(--secondary);margin-bottom: 8px; animation: textSlideIn 1s ease-out 1.3s both;}
.reason-content p {font-size: 0.95rem;line-height: 1.6;color: #666;margin: 0; animation: textFadeIn 1s ease-out 1.5s both;}
.reasons-col-right img{border:5px solid var(--secondary); animation: imageZoom 0.8s ease-out 0.7s both;}



.secondry-banner{padding: 50px 0px 0px; animation: sectionSlideIn 1s ease-out;}
.video-banner-play-btn {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100px;height: 100px;background: rgba(255,255,255,0.15);border: 4px solid #fff;border-radius: 50%;display: flex !important;align-items: center;justify-content: center;cursor: pointer;z-index: 2;transition: background 0.2s, border-color 0.2s;outline: none; animation: buttonPulse 2s ease-in-out infinite;}
.video-banner-play-btn:hover {background: rgba(255,255,255,0.25);border-color: var(--secondary); animation: buttonBounce 0.6s ease-in-out;}
.video-banner-play-icon {display: block;width: 0;height: 0;border-left: 36px solid #fff;border-top: 22px solid transparent;border-bottom: 22px solid transparent;margin-left: 8px; animation: iconPulse 2s ease-in-out infinite;}
.video-banner-wrapper.playing .video-banner-play-btn {display: none;}





.testimonial-section {padding: 50px 0; animation: sectionSlideIn 1s ease-out;}
.testi-head h2{font-size: 2.5rem;font-weight: 500;margin-bottom: 30px;color: var(--primary);line-height: 1.2;text-align: center; animation: textSlideIn 1s ease-out 0.3s both;}
.testi-row{display: flex;align-items: center;justify-content: space-between;}
.testimonial-left-card {width: 38%; animation: fadeInLeft 1s ease-out 0.5s both;}
.testimonial-slider-wrapper{width: 60%; animation: fadeInRight 1s ease-out 0.7s both;}
.testimonial-left-card {background: var(--primary);color: #fff;border-radius: 28px;padding: 24px;display: flex;flex-direction: column;gap: 24px;box-shadow: 0 4px 24px rgba(0,0,0,0.04);}
.testimonial-left-title {font-size: 1.35rem;font-weight: 600;margin-bottom: 12px;line-height: 1.3; animation: textSlideIn 1s ease-out 0.9s both;}
.testimonial-left-image-content {border-radius: 18px;overflow: hidden;background: #fff;width: 100%;display: flex;align-items: center;justify-content: center; animation: scaleIn 1s ease-out 1.1s both;}
.testimonial-left-image-content img{height: 250px;object-fit: cover;width: 100%; animation: imageZoom 0.8s ease-out 1.3s both;}
.testimonial-left-img {width: 100%;height: 100%;object-fit: cover;border-radius: 18px;}
.testimonial-slider-wrapper {background: #e9faf1;border-radius: 28px;padding: 40px 40px 32px 40px;box-shadow: 0 4px 24px rgba(0,0,0,0.04);}
.testimonial-stars {display: flex;align-items: center;margin-bottom: 20px; animation: fadeInUp 1s ease-out 1.5s both;}
.testimonial-stars img{width: 30px;height: 30px;margin-right: 10px; animation: iconPulse 2s ease-in-out infinite;}
.testimonial-stars img:nth-child(1) { animation-delay: 0.1s; }
.testimonial-stars img:nth-child(2) { animation-delay: 0.2s; }
.testimonial-stars img:nth-child(3) { animation-delay: 0.3s; }
.testimonial-stars img:nth-child(4) { animation-delay: 0.4s; }
.testimonial-stars img:nth-child(5) { animation-delay: 0.5s; }
.testimonial-text p{font-size: 1.05rem;color: #000;font-weight: 500;line-height: 2;margin-bottom: 18px; animation: textFadeIn 1s ease-out 1.7s both;}
.testimonial-user {display: flex;align-items: center;gap: 16px;margin-top: 10px; animation: fadeInUp 1s ease-out 1.9s both;}
.testimonial-user-img {width: 48px;height: 48px;border-radius: 50%;object-fit: cover;border: 2px solid var(--secondary);box-shadow: 0 2px 8px rgba(0,0,0,0.07); animation: imageZoom 0.8s ease-out 2.1s both;}
.testimonial-user-name {font-weight: 700;color: var(--secondary);font-size: 1.2rem;margin-bottom: 5px; animation: textSlideIn 1s ease-out 2.3s both;}
.testimonial-user-title {color:var(--primary);font-size: 0.98rem; animation: textFadeIn 1s ease-out 2.5s both;}



.inner-banner {position: relative; animation: sectionSlideIn 1s ease-out;}
.inner-banner .bg-img { width: 100%;position: relative;}
.inner-banner .bg-img::after{position: absolute;background-color: #000;opacity: 0.4;content: "";width: 100%; height: 100%; top: 0;left: 0;}
.inner-banner img { width: 100%; max-height: 460px; object-fit: cover; animation: imageZoom 0.8s ease-out;}
.inner-banner .inner-content { width: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0; text-align: center; z-index: 1; animation: fadeInUp 1s ease-out 0.3s both;}
.inner-banner h2 {font-size: 52px; color: #fff; font-weight: 500; animation: textSlideIn 1s ease-out 0.5s both;}





.service-content{padding: 40px 0px 0px;}
.service-content p{font-size: 1rem;line-height: 2;color: #000;margin: 0 0 20px;text-align: center;margin-bottom: 10px;}
.service-card-row{display: flex;align-items:stretch;justify-content: center;flex-wrap: wrap;margin: 40px 0px 0px; animation: sectionSlideIn 1s ease-out;}
.service-card{width: 31%;margin: 1%;border: 4px solid var(--secondary);border-radius: 10px;overflow: hidden;position: relative;padding: 20px; animation: cardFloat 3s ease-in-out infinite;}
.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.3s; }
.service-card h3{font-size: 1.4rem;text-align: center;color: var(--primary);margin-bottom: 10px;font-weight: 500;border: 1px solid var(--primary);padding: 10px; animation: textSlideIn 1s ease-out 0.7s both;}
.service-card p{line-height: 2;text-align: center; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;  overflow: hidden; animation: textFadeIn 1s ease-out 0.9s both;}
.service-button{display: inline-block;padding: 12px 24px;background-color: var(--primary);color: #fff;border-radius: 0px;font-size: 1rem;font-weight: 600;transition: 0.3s all ease-in-out;margin-top: 20px;border: 2px solid var(--secondary);width: 100%;text-align: center; animation: scaleIn 1s ease-out 1.1s both;}
.service-button:hover {background-color: transparent;color: var(--secondary); animation: buttonBounce 0.6s ease-in-out;}





.service-page{padding: 40px 0px; animation: sectionSlideIn 1s ease-out;}
.service-page-row{display: flex;align-items: flex-start;justify-content: space-between;gap: 20px;flex-wrap: wrap;}
.service-page-col-left{width: 65%; animation: fadeInLeft 1s ease-out 0.3s both;}
.service-page-col-right{width: 30%; animation: fadeInRight 1s ease-out 0.5s both;}
.service-image{overflow: hidden;}
.service-image img{width: 100%;height: 400px;object-fit: cover;border-radius: 10px; animation: imageZoom 0.8s ease-out 0.7s both;}
.service-realted-services h3{font-size: 2.2rem;color: #fff;font-weight: 500;margin-bottom: 20px;border-bottom: 1px solid #fff;padding-bottom: 10px; animation: textSlideIn 1s ease-out 0.9s both;}
.service-realted-services ul{list-style: none;padding: 0;margin-top: 30px; animation: fadeInUp 1s ease-out 1.1s both;}
.service-realted-services ul li{margin-bottom:20px;background-color:var(--secondary);padding: 10px;border-radius: 10px;border: 1px solid var(--secondary);text-align: center; animation: cardPulse 2s ease-in-out infinite;}
.service-realted-services ul li:nth-child(1) { animation-delay: 0.1s; }
.service-realted-services ul li:nth-child(2) { animation-delay: 0.2s; }
.service-realted-services ul li:nth-child(3) { animation-delay: 0.3s; }
.service-realted-services ul li:hover{background-color:#fff; animation: cardBounce 0.6s ease-in-out;}
.service-realted-services ul li:hover a{color:var(--secondary);}
.service-realted-services ul li a{color:#fff;font-size: 1.3rem;font-weight: 500;text-decoration: none; animation: textFadeIn 1s ease-out 1.3s both;}
.service-realted-services ul li.active{background-color:#fff}
.service-realted-services ul li.active a{color:var(--secondary);}
.service-page-col-right{background-color:var(--primary);padding: 50px 30px 30px;border-radius: 10px; animation: scaleIn 1s ease-out 0.5s both;}

.about-banner{margin: 30px auto;}


@media(min-width:1500px){
    .banner-image img{height: 800px;}
    .banner-head h1{font-size: 3rem;}
}

@media(max-width:1400px){
  .service-row-head h2{font-size: 1.5rem;}
  .service-row-head{width: 300px;height: 300px;padding: 25px;}
}


@media(max-width:1300px){
 .banner-head h1{font-size: 2.5rem;}
 .banner-head h1::after{bottom: -20px;}
 .secondry-banner-content h1{font-size: 3rem;}

}


@media(max-width:1200px){
  .mission-left{flex-direction: column;}
  .mission-right{flex-wrap: wrap;flex-direction: column;}
  .mission-left .mission-head{width: 100%;}
  .mission-left .mission-image{width: 100%;}
  .mission-right .mission-head{width: 100%;}
  .mission-right .mission-image{width: 100%;}
  .mission-row{align-items: stretch;}
  .sector-specification-row{align-items: stretch;}
  .container{max-width: 95%;}
  .service-col2{width: 65%;}
  .banner-head h1{font-size: 2rem;}
  .banner-head h1::after{height: 70px;bottom: -10px;}
  .service-realted-services ul li a{font-size: 1rem;}
  .content-wrap h2{font-size: 2rem;}
  .content-wrap h2::after{height: 60px;}
  .service-realted-services h3{ font-size: 2rem;}
  .service-page-col-right{padding: 30px;}
}



@media(max-width:1024px){
  .expert-col{width: 48%;}
  .testi-row{flex-wrap: wrap;}
  .testimonial-left-card{width: 100%;margin-bottom: 20px;}
  .testimonial-slider-wrapper{width: 100%;}
  
}




@media(max-width:992px){
  .overlay {display: block;position: fixed; right: 0; top: 0; width: 350px; height: 100%; background:var(--secondary); background-size: 300% 100%; z-index: 9999; padding: 110px 5% 50px; transform:translateX(100%); opacity: 0; visibility: hidden; transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .overlay.show{ transform:translateX(0); opacity: 1; visibility: visible;}
  .overlay ul {width: 100%;}
  .overlay ul { width: 100%;}
  .overlay ul li a { color: #fff; display: block; padding: 20px 0;}
  .overlay ul li { font-size: 18px; border-bottom: 1px solid #fff; text-transform: uppercase;}
  .overlay ul li a:hover { color: var(--secondary) !important;}
  .burger-btn { display: block; position: fixed; width: 50px; height: 30px; right: 5%; top: 40px; z-index: 99999;  overflow: hidden; cursor: pointer;}
  .burger-btn span { display: block; width: 100%; height: 3px; background:var(--secondary); background-size: 300% 100%; border-radius: 5px; transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .burger-btn:hover span{background-position: 50% 0;}
  .burger-btn .active span { background: #fff;}
  .burger-btn span:first-child { width: 70%;}
  .burger-btn span:nth-child(2n) { margin: 9px 0; transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
  .burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
  .burger-btn span:last-child { width: 70%;}
  .burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
  .burger-btn .active span:first-child { transform: translateY(13px) rotate(-45deg);}
  .burger-btn .active span:last-child { transform: translateY(-11px) rotate(45deg);}
  body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(255 255 255 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
  body.menu-open{  overflow-y: hidden;}
  .overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--secondary);}
  .overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
  .overlay ul li.has-sub > a {background: url(../images/chevron-down-white.svg) no-repeat center / 14px; background-position-x: 95%;}
  .global-btn.contact-btn{display: none;}
  .overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
  .banner-image img{height: 80vh;}
  .header-menus{display: none;}
  .header-col-right{display: none;}
  .banner-image img{height: 700px;object-fit: cover;position: relative;}
  .banner-head{flex-wrap: wrap;}
  .banner-head h1{font-size: 2rem;margin: 0px 5px;}
  .banner-head h1::after{content: none;}
  .banner-des h4{margin-top: 20px;font-size: 1.2rem;font-weight: 500;}
  .banner-des p{font-size: 1rem;line-height: 1.6;margin: 0px 5px;}
  .service-col1{display: none;}
  .service-col2{width: 100%;}
  .core-card{width: 48%;margin: 5% 1%;}
  .secondry-banner-content{width: 95%;}
  .mission-right .mission-image img{height: 300px;}
  .mission-left .mission-image img{height: 300px;}
  .special-service-col{width: 48%;}
  .sector-specification-col h3{font-size: 1rem;}
  .card{width: 48%;padding: 15px;}
  .footer-column:first-child{width: 100%;flex: auto;min-width: 100%;text-align: center;}
  .footer-description{max-width: 100%;margin: 0 auto;}
  .footer-logo{justify-content: center;}
  .footer-column ul li a{font-size: 14px;}
  .footer-column ul li{margin-bottom: 14px;}
  .footer-row1{justify-content: center;}
  .footer-row1 p{font-size: 12px;}
  .footer-column h3{font-size: 24px;}
  .reasons-row{flex-wrap: wrap;}
  .reasons-col-left {width: 100%;}
  .reasons-col-right {width: 100%;}
  .testi-row{flex-wrap: wrap;}
  .testimonial-left-card{width: 100%;}
  .testimonial-slider-wrapper {width: 100%;}
  .service-card{width: 48%;}
}
@media(max-width:768px){
  .banner-head h1{font-size: 1.5rem;}
  .banner-des h4{font-size: 1rem;}
  .banner-des p{font-size: 0.9rem;line-height: 1.4;}
  .header-col-left .logo img{height: 90px;}
  .banner-image img{height: 600px;}
  .about-row{flex-wrap: wrap;}
  .about-col-left{width: 100%;}
  .about-col-right{width: 100%;}
  .core-card{width: 48%;margin-bottom: 30px;}
  .secondry-banner-content h1{font-size: 2rem;}
  .mission-row{flex-wrap: wrap;}
  .mission-left{width: 100%;}
  .mission-right{width: 100%;}
  .special-service-col{width: 48%;height: 300px;}
  .sector-specification-col{width: 48%;}
  .contact-row{flex-wrap: wrap;}
  .contact-left{width: 100%;}
  .contact-right{width: 100%;}
  .card{width: 100%;}
  .service-page-col-left{width: 100%;}
  .service-page-col-right{width: 100%;}
  .core-cards-row{padding-top: 30px;}
}
@media(max-width:600px){
  .about-col-left .about-head h2{font-size: 1.5rem;}
  .service-head h2{font-size: 1.5rem;margin-bottom: 20px;}
  .service-image img{height: 300px;}
  .core-head h2{font-size: 1.5rem;}
  .core-card{width: 100%;margin-bottom: 40px;}
  .mission-right .mission-head h2,.mission-left .mission-head h2{font-size: 1.5rem;}
  .mission-right .mission-head h2{font-size: 1.5rem;}
  .special-service-col{width: 100%;}
  .special-service-head h2{font-size: 1.5rem;}
  .special-service-head h2{font-size: 1.5rem;}
  .sector-specification-col{width: 100%;}
  .sector-specification-head h2{font-size: 1.5rem;}
  .contact-left h1{font-size: 1.5rem;}
  .card-content h3{font-size: 1.2rem;}
  .footer{padding: 20px;}
  .footer-logo img{width: 100px;}
  .core-card h3{font-size: 1.3rem;}
  .about-banner-col-left h2{font-size: 1.5rem;}
  .about-banner-col-right{height: 300px;}
  .expert-col{width: 100%;}
  .expert-sec-row{margin-top: 0;}
  .reasons-head h2{font-size: 1.5rem;}
  .testi-head h2{font-size: 1.5rem;}
  .reason-icon{width: 30px;height: 30px;}
  .inner-banner h2{font-size: 2rem;}
  .testimonial-left-title{font-size: 1.2rem;}
  .testimonial-text p{font-size: 0.9rem;}
  .card-icon{font-size: 40px;}
  .service-card{width: 100%;margin-bottom: 30px;}
  .service-card h3{font-size: 1.2rem;}
  .content-wrap h2{font-size: 1.5rem;}
  .service-page{padding-bottom: 0;}
  .content-wrap ul li{font-size: 0.9rem;line-height: 1.6;}
}

img {
    transition: all 0.4s ease;
    transform-origin: center;
}

/* Banner image zoom effect */
.banner-image img:hover {
    transform: scale(1.1);
}

/* About section image zoom */
.about-col-right .about-image img:hover {
    transform: scale(1.1);
}

/* Secondary banner image zoom */
.secondry-banner-image img:hover {
    transform: scale(1.1);
}

/* Service image zoom effects */
.service-image img:hover {
    transform: scale(1.15);
}

/* Mission section image zoom */
.mission-left .mission-image img:hover,
.mission-right .mission-image img:hover {
    transform: scale(1.1);
}

/* Special service image zoom */
.special-service-col img:hover {
    transform: scale(1.15);
}

/* Contact section image zoom */
.contact-right .contact-image img:hover {
    transform: scale(1.1);
}

/* About banner image zoom */
.about-banner-col-right img:hover {
    transform: scale(1.1);
}

/* Reasons section image zoom */
.reasons-col-right img:hover {
    transform: scale(1.1);
}

/* Testimonial image zoom effects */
.testimonial-left-image-content img:hover,
.testimonial-left-img:hover {
    transform: scale(1.1);
}

.testimonial-user-img:hover {
    transform: scale(1.15);
}

/* Inner banner image zoom */
.inner-banner img:hover {
    transform: scale(1.1);
}

.core-card-icon img:hover {
    transform: scale(1.2) rotate(10deg);
}

/* Testimonial stars zoom */
.testimonial-stars img:hover {
    transform: scale(1.2) rotate(15deg);
}

/* Service card hover effects */
.service-card-slide:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service-card-slide .service-image {
    overflow: hidden;
}

/* Core card hover effects */
.core-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Mission section hover effects */
.mission-left:hover,
.mission-right:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.mission-left .mission-image,
.mission-right .mission-image {
    overflow: hidden;
}

/* Special service hover effects */
.special-service-col:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.special-service-col {
    overflow: hidden;
}

/* Testimonial hover effects */
.testimonial-left-image-content:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-left-image-content {
    overflow: hidden;
}

/* Enhanced button hover effects */
.contact-button:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Image loading animation */
@keyframes imageLoad {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

img {
    animation: imageLoad 0.5s ease-out;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .banner-image img:hover,
    .about-col-right .about-image img:hover,
    .service-image img:hover,
    .mission-left .mission-image img:hover,
    .mission-right .mission-image img:hover,
    .special-service-col img:hover,
    .contact-right .contact-image img:hover,
    .about-banner-col-right img:hover,
    .reasons-col-right img:hover,
    .testimonial-left-image-content img:hover,
    .testimonial-left-img:hover,
    .testimonial-user-img:hover,
    .inner-banner img:hover {
        transform: scale(1.05);
    }
    
    .service-card-slide:hover,
    .core-card:hover,
    .mission-left:hover,
    .mission-right:hover,
    .special-service-col:hover {
        transform: none;
    }
}

/* AOS Overflow Prevention */
[data-aos*="fade-left"],
[data-aos*="fade-right"],
[data-aos*="slide-left"],
[data-aos*="slide-right"] {
  overflow: hidden !important;
  position: relative;
}

/* Prevent horizontal overflow on mobile */
@media (max-width: 768px) {
  [data-aos] {
    overflow: hidden !important;
  }
  
  /* Disable problematic animations on mobile */
  [data-aos*="fade-left"],
  [data-aos*="fade-right"],
  [data-aos*="slide-left"],
  [data-aos*="slide-right"] {
    transform: none !important;
    opacity: 1 !important;
    animation: none !important;
  }
  
  /* Ensure body doesn't overflow */
  body {
    overflow-x: hidden !important;
    width: 100% !important;
  }
  
  /* Container overflow prevention */
  .container,
  .row,
  .col,
  [class*="col-"] {
    overflow: hidden !important;
  }
}

/* Additional overflow prevention for all AOS elements */
[data-aos] {
  overflow: hidden;
  will-change: transform, opacity;
}

/* Ensure smooth animations without overflow */
.aos-animate {
  overflow: visible;
}