@import url("../../../node_modules/bootstrap/dist/css/bootstrap.min.css");

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    overflow-x: hidden;
}


/* Fonts */

  @font-face {
    font-family: Pop-100;
    src: url('fonts/Poppins/Poppins-Thin.ttf');
  }
  @font-face {
    font-family: Pop-200;
    src: url('fonts/Poppins/Poppins-ExtraLight.ttf');
  }
  @font-face {
    font-family: Pop-300;
    src: url('fonts/Poppins/Poppins-Light.ttf');
  }
  @font-face {
    font-family: Pop-400;
    src: url('fonts/Poppins/Poppins-Regular.ttf');
  }
  @font-face {
    font-family: Pop-500;
    src: url('fonts/Poppins/Poppins-Medium.ttf');
  }
  @font-face {
    font-family: Pop-600;
    src: url('fonts/Poppins/Poppins-SemiBold.ttf');
  }
  @font-face {
    font-family: Pop-700;
    src: url('fonts/Poppins/Poppins-Bold.ttf');
  }
  @font-face {
    font-family: Changa-600;
    src: url('fonts/Changa/static/Changa-SemiBold.ttf');
  }
  @font-face {
    font-family: Changa-500;
    src: url('fonts/Changa/static/Changa-Medium.ttf');
  }
  @font-face {
    font-family: Changa-400;
    src: url('fonts/Changa/static/Changa-Regular.ttf');
  }
  @font-face {
    font-family: Noto-400;
    src: url('fonts/Noto_Sans_Mono/static/NotoSansMono-Regular.ttf');
  }
  @font-face {
    font-family: Noto-600;
    src: url('fonts/Noto_Sans_Mono/static/NotoSansMono-SemiBold.ttf');
  }


  .pop-200{
    font-family: Pop-200;
  }
  .pop-300{
    font-family: Pop-300;
  }
  .pop-400{
    font-family: Pop-400;
  }
  .pop-500{
    font-family: Pop-500;
  }
  .pop-600{
    font-family: Pop-600;
  }
  .pop-700{
    font-family: Pop-700;
  }
  .amr-font{
    font-family: Amarante;
  }
  .chn-600{
    font-family: Changa-600;
  }
  .chn-500{
    font-family: Changa-500;
  }
  .chn-400{
    font-family: Changa-400;
  }
  .noto-400{
    font-family: Noto-400;
  }
  .noto-600{
    font-family: Noto-600;
  }






  /* colors */

  :root {
    --first: #10B981;
    --second: #60EEBF80;
    --third: #D9D9D980;
    --fourth:#CEA440;
    --gray1: #333;
    --gray2:#585858;
    --gray3:#868686;


    --item-size: 200px;
    --item-margin: 1rem;
    --accent-color: #7DF2EC;
    --dark-bg: #735307;
    --light-fill: #ffffff;
  }

  

  .bg-1{
    background-color: var(--first);
  }
  .bg-2{
    background-color: var(--second);
  }
  .bg-3{
    background-color: var(--third);
  }
  .bg-4{
    background-color: var(--fourth);
  }

  .text1{
    color: var(--first);
  }
  .text2{
    color: var(--second);
  }
  .text3{
    color: var(--third);
  }
  .text4{
    color: var(--gray1);
  }
  .text5{
    color: var(--gray2);
  }
  .text6{
    color: var(--gray3);
  }
  .text7{
    color: var(--fourth);
  }


/* common css */



.text-justify{
  text-align: justify;
}
.p-relative{
    position: relative;
}
.text-up{
  text-transform: uppercase;
}
.w-fit{
    width: fit-content;
}
.h-fit{
    height: fit-content;
}
.flex-col{
    flex-direction: column;
}
a{
    text-decoration: none;
}
.fs-10{
    font-size: 10px;
}
.fs-9{
    font-size: 9px;
}
.fs-13{
    font-size: 13px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-23{
    font-size: 23px;
}
.fs-24{
    font-size: 24px;
}

.fs-28{
    font-size: 28px;
}
.fs-30{
    font-size: 30px !important;
}
.fs-26{
    font-size: 26px;
}
.text-green{
    color: #8AA03E;
}
.obj-cover{
    object-fit: cover;
}
.br-10{
    border-radius: 10px;
}
.show-all{
  width: 160px;
  padding-top: 0.8rem ;
  padding-bottom: 0.8rem ;
}
.shad{
  box-shadow: 0px 0px 10px 0px #0000001A;
}
.sec-head{
  font-size: 40px;
}
.sec-head2{
  font-size: 36px;
}
.sec-head3{
  font-size: 32px;
}
.br-20{
  border-radius: 20px;
}

.cmn-btn{
  width: 200px;
  font-size: 14px;
  border-radius: 50px;
  display: block;
  text-align: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.cmn-btn2{
  width: 350px;
  font-size: 14px;
  border-radius: 50px;
  display: block;
  text-align: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.border1{
  width: 150px;
  height: 5px;
}
.border2{
  width: 320px;
  height: 5px;
}
.border3{
  width: 260px;
  height: 5px;
}
.border4{
  width: 130px;
  height: 5px;
}

.grad{
  background-image: linear-gradient(to bottom, transparent 0, rgba(252, 242, 238, .8) 20%, rgba(0, 0, 0, 0) 100%);
}

.lt-bg{
  background-color: #e2e2e2;
}



/* ================================================================= */

/* nav */

.navbar{
  /*background-color: rgb(7 8 12 / 25%);*/
  background-color: #1a2b4a;
  backdrop-filter: blur(10px);
  position: absolute;
  width: 100%;
  z-index: 1000;
  /* Removed fixed margin-top and height for responsiveness */
  /* margin-top: 53px; */
  /* height: 115px; */
  top: 0; /* Align to top */
  left: 0; /* Align to left */
  margin-top: 0; /* Ensure no top margin */
  height: auto; /* Allow height to adjust */
}
.nav-link{
  font-family: 'Kantumruy Pro', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: white !important;
}




/* hero */

.logo{
  width: 250px;
}

.hero-text{

  h2{
    font-size: 96px;
  }

  h1{
    font-size: 64px;
  }
}
.hero-section{
    position: relative;
    height: 120vh; /* Full Screen Height */
    width: 100%;
    /* Background Image with Blue Overlay */
    background: #1a2b4a;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
}
.calligraphy-container {
  text-align: center;
}
.calligraphy-img {
  width: 752px !important;
  height: 253px !important;
}
.inthe{
  font-size: 31px;
}

/* About us */

.about-section{
  padding-top: 50px;
  padding-bottom: 50px;

}
.aboutus{
  font-family: kantumruy pro, sans-serif;
color: #25374D;
font-size: 23px;
font-weight: 500;
}
.herohead{padding-bottom: 15px;
  letter-spacing:-3%;
  line-height: 52px;
  color: #25374D !important;
   font-size: 53px;
  font-weight: 800;
  font-family: kantumruy pro, sans-serif;
  font-style: SemiBold;
}
.description-text {
    line-height: 1.7;
    font-size: 1rem;
}/* --- Image Overlapping Logic --- */
.image-wrapper {
    position: relative;
    /* padding-top: 40px; /* Thoda space upar taaki sar na kate */
    /* padding-bottom: 20px; */ 
    text-align:left; /* Center align for mobile view */
}

/* Background Image (Construction Site) */
.bg-site-img {
    width: 90%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px; /* Rounded corners like the design */
    
}

/* Foreground Image (The Worker) */
.worker-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); /* Center horizontally */
    max-height: 115%; /* Height thoda bada taaki box se bahar nikle */
    z-index: 2; /* Background ke upar dikhne ke liye */
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.2)); /* Shadow for depth */
}

/* Read More Button Styling */
.btn-custom {
    background-color: #1a2b45; /* Dark Navy matches heading */
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 12px 30px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #2c4a75;
    color: #fff;
    transform: translateY(-2px);
}




/* services section */

service-section {
    padding: 80px 0;
    background-color: #def2fb;
}


/* Headings Styling */
.main-heading {
    color: #fff; /* Dark Navy Color */
    font-weight: 700;
    font-size: 2.5rem;
    font-family: Kantumruy Pro;
}
.sub-headingser{color: #fff !important;
    font-family: 'Kantumruy Pro', sans-serif;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 30px;
     font-style: Regular;
}
.text-muted{
    color: #1a2b4a !important;
    font-family: 'Kantumruy Pro';
    font: size 0.2rem;;

    font-style: Regular;
}
.text-muted-w{
    color: #fff !important;
    font-family: 'Kantumruy Pro';
    font: size 0.2rem;;

    font-style: Regular;
}
/* Card Styling */
.service-card {
    background: #fff;
    border-radius: 25px; /* Heavy rounded corners */
    overflow: hidden; /* Ensures images fit inside rounded corners */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    height: 100%;
    
}

.service-card:hover {
    transform: translateY(-5px);
}


/* Title inside the card */
.card-title-box {
    padding: 30px 20px 20px 20px;
    text-align: center;
    height: 50px; /* Fixed height for alignment */
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title-box h5 {
    color: #1e3046;
    font-weight: 700;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.4;
}

/* Image Collage Grid */
.image-collage {
    display: flex;
    flex-direction: column;
    gap: 4px; /* The white space between images */
    padding: 0 0 0 0;
}

.img-main {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.img-sub-row {
    display: flex;
    gap: 4px; /* The white space between bottom images */
}

.img-sub-row img {
    width: 50%;
    height: 100px;
    object-fit: cover;
}



/*our projects section */
/* Section Styling */
.project-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ourprojectshead{
  margin-bottom: 10rem !important;
}
/* Background Sketch Effect (Simulated) */
/* Aap yaha apni city sketch image ka URL daal sakte hain */
.bg-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url('../assets/images/ourprojectbg.png'); /* Placeholder sketch */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    opacity: 0.5;
    z-index: 0;
    
}

/* Typography */
.ls-2 {
    letter-spacing: 2px;
    font-size: 0.9rem;
    color: #6c757d;
}

.main-headingour {
    color: #1a2b4a; /* Dark Blue */
    
    font-family: Kantumruy Pro;
font-weight: 500;
font-style: Medium;
font-size: 73px;

line-height: 68px;
letter-spacing: -3%;
text-align: center;
text-transform: capitalize;font-family: Kantumruy Pro;
font-weight: 600;
font-style: SemiBold;
font-size: 43px;

line-height: 48px;
letter-spacing: -3%;
text-align: center;
text-transform: capitalize;


}

.ourprojectbottom{
  height: 50px;
  margin-top: 20px;
  background: #f0f0f0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }

/* Card & Image Styling */
.project-card {
    position: relative;
    z-index: 2; /* To sit above background */
    padding: 10px;
}

.img-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 8px; /* Inner white border effect */
    /* Blueish Glow Shadow exactly like the image */
    box-shadow: 0 15px 35px rgba(58, 123, 213, 0.25); 
    transition: transform 0.3s ease;
}

.img-wrapper img {
    border-radius: 16px;
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover; /* Ensures maps don't stretch */
    border: 1px solid #eef1f5;
}

.img-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(58, 123, 213, 0.4);
}

.project-title {
    color: #1a2b4a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    margin-top: 20px;
    position: relative;
}

/* Connecting line effect for labels (Optional stylistic touch) */
.project-title::before {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background: #ccc;
    margin: -15px auto 5px; /* Stick to top */
    opacity: 0.5;
}

/* Button Styling */
.btn-custom {
    background-color: #1a2b4a; /* Dark Navy Blue */
    color: #ffffff;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    box-shadow: 0 10px 20px rgba(26, 43, 74, 0.2);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.btn-custom:hover {
    background-color: #2c426b;
    color: #fff;
    transform: translateY(-2px);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .main-heading {
        font-size: 2rem;
    }
    

}



/* --- UNIQUE TEAM SECTION STYLES --- */

/* Main Section Background */
.expert-team-section {
    background-color: #25374D; /* Dark Slate Blue */
    color: white;
    min-height: 100vh;
}

/* Typography Renamed */
.et-subtitle {
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

.et-title {
    font-size: 3rem;
    font-weight: 700;
    color: white;
}

/* Image Box Renamed (No conflict with img-wrapper) */
.et-img-box {
    width: 100%;
    height: 320px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    background: #2c3e50;
}

.et-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Hover Effect */
.et-card:hover .et-img-box img {
    transform: scale(1.05);
}

/* Text Info */
.et-name {
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 5px;
    text-transform: lowercase;
}

.et-role {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: white;
}

/* Navigation Buttons Renamed */
.et-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    background: transparent;
    color: white;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.et-nav-btn:hover {
    background: white;
    color: #1F2D3D;
    transform: translateY(-3px);
}

/* Swiper Fixes */
.expertSwiper {
    width: 100%;
    padding-bottom: 20px;
}

.expertSwiper .swiper-slide {
    height: auto; 
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .et-title {
        font-size: 2.2rem;
    }
    .et-img-box {
        height: 350px;
    }
}



 /* ================= SECTION 3: TESTIMONIALS STYLE ================= */ */

.testimonial-section {
    /* Ensures the section takes full height on large screens if needed */
    min-height: 600px; 
    overflow: hidden;
}

/* --- Left Column: (Dark) --- */
.testi-left-col {
    background: linear-gradient(to bottom, rgba(37, 55, 77, 0.3), rgba(37, 55, 77, 1.0)), url('images/testiimg.png') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 80px 60px; /* Generous padding */
}

/* Wrapper to constrain text width on large screens */
.testi-content-wrapper {
    max-width: 600px;
    margin: auto;
}

/* Reuse subtitle and title styles from Team section, just ensure color */
.testi-left-col .et-subtitle {
    color: #aebfd0;
}
.testi-left-col .et-title {
    color: white;
}

/* Paragraph Text */
.testi-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #e0e0e0; /* Slightly off-white for better readability */
    font-weight: 400;
}


/* Navigation Buttons Renamed */
.ets-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    background: transparent;
    color: white;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ets-nav-btn:hover {
    background: white;
    color: #1F2D3D;
    transform: translateY(-3px);
}
/* Stars */
.testi-stars {
    color: #FFC107; /* Bootstrap warning yellow */
    font-size: 1.5rem;
}

/* Client Name */
.testi-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
}

/* --- Right Column (Image & Overlay) --- */
.testi-right-col {
    background-color: #F0F2F5; /* Light grey/white background */
    position: relative;
    /* Padding top ensures image doesn't hit top edge */
    padding-top: 50px; 
    overflow: hidden;
}

/* The decorative blue square behind the image */
.testi-overlay-box {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 300px;
    height: 300px;
    /* Dark blue color with opacity */
    background-color: rgba(31, 45, 61, 0.2); 
    border-radius: 25px;
    z-index: 1; /* Behind image */
}

/* The main person image */
.testi-main-img {
    position: relative;
    z-index: 2; /* In front of overlay */
    max-height: 600px; /* Prevents it being too tall on big screens */
    object-fit: contain;
    /* Slight drop shadow to make it pop */
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15));
}


/* --- Mobile Responsiveness for Testimonials --- */
@media (max-width: 992px) {
    .testi-left-col {
        padding: 60px 30px;
    }
    
    .testi-right-col {
        min-height: 400px; /* Ensure height for image on mobile */
        padding-top: 30px;
    }

    .testi-overlay-box {
        width: 200px;
        height: 200px;
        top: 10%;
        left: 10%;
    }

    .testi-main-img {
        max-height: 400px;
        width: 80%; /* Make it slightly smaller on mobile */
    }
    
    /* Stack name below stars on smaller screens */
    .testi-content-wrapper .d-flex.justify-content-between {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }
}




/* ================= SECTION 4: GALLERY STYLE ================= */

/* ================= SECTION 4: GALLERY STYLE ================= */

.gallery-section {
    background-color: white;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden; /* Important for curves */
}

.gallery-heading {
    color: #1F2D3D !important; /* Force Dark Blue color */
    margin-bottom: 40px;
}

/* Wrapper to hold slider and curves */
.gallery-container-wrapper {
    position: relative;
    width: 100%;
    height: 450px; /* Slider height */
}

.gallerySwiper {
    width: 100%;
    height: 100%;
}

.gallerySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images fill the area */
    display: block;
}

/* --- THE MAGIC CURVES (Masking Effect) --- */
.gallery-curve-top,
.gallery-curve-bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 106%; /* Wider than screen for gentle curve */
    height: 130px; /* Depth of the curve */
    background-color: white; /* Matches section background */
    border-radius: 50%; /* Creates the arc shape */
    z-index: 10; /* Sits on top of images */
    pointer-events: none; /* Allows clicking through if needed */

}

.gallery-curve-top {
    top: -45px; /* Pushes the white circle down into the image */
    box-shadow: inset 0px -11px 0px rgba(0,0,0,0.2);
    filter: drop-shadow(0 10px 0px rgba(0,0,0,0.15));
}

.gallery-curve-bottom {
    bottom: -45px; /* Pushes the white circle up into the image */
    box-shadow: inset 0px 11px 0px rgba(0,0,0,0.2);
    filter: drop-shadow(0 -10px 0px rgba(0,0,0,0.15));
}

/* --- Navigation Buttons --- */
.gallery-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20; /* Above curves and images */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(31, 45, 61, 0.7); /* Semi-transparent dark blue */
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-prev { left: 20px; }
.gallery-next { right: 20px; }

.gallery-nav-btn:hover {
    background: #1F2D3D;
    transform: translateY(-50%) scale(1.1);
}

/* Responsive Height */
@media (max-width: 768px) {
    .gallery-container-wrapper {
        height: 250px; /* Smaller height on mobile */
    }
    .gallery-curve-top, .gallery-curve-bottom {
        height: 50px; /* Smaller curves on mobile */
        top: -25px;
        bottom: -25px;
    }
}

/* ================= SECTION 5: PARTNERS STYLE ================= */

.partners-section {
    background-color: #ffffff;
    padding-bottom: 10px; /* Space for shadow */
    overflow: hidden;
}

/* Logo Styling */
.partner-logo {
    max-width: 120px;
    height: auto;
    transition: filter 0.3s;
    opacity: 0.8;
}

.partner-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.company-logo {
    max-width: 180px; /* Slightly bigger for Companies section */
    height: auto;
}

/* Override nav button colors for white background */
.partners-section .et-nav-btn {
    border-color: #1F2D3D;
    color: #1F2D3D;
}
.partners-section .et-nav-btn:hover {
    background-color: #1F2D3D;
    color: white;
}

/* Position for Companies Arrows (Extreme Left/Right) */
.comp-arrow-pos {
    position: absolute;
    top: 60%; /* Align with logos */
    transform: translateY(-50%);
    z-index: 10;
}
.companies-prev { left: 10px; }
.companies-next { right: 10px; }

/* --- THE BOTTOM LINEAR SHADOW (FOG) --- */
.bottom-linear-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px; /* Height of the fade */
    /* Gradient from Transparent to White/Grey */
    background: linear-gradient(to top, rgba(230, 235, 240, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none; /* Allows clicking through the shadow */
    z-index: 5;
}


/* ================= FOOTER STYLES ================= */

.footer-section {
    background-color: #1a2b4a; /* Same Dark Blue as Team Section */
    color: white;
    padding: 80px 0;
    overflow: hidden;
    font-family: 'Manrope', sans-serif;
}

/* Background City Sketch Overlay */
.footer-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* City Skyline Image URL */
    background-image: url('../../public/assets/images/footerimagebf.png'); 
    background-size: contain;
    background-position: center;
    opacity: 0.05; /* Very subtle fade like the image */
    z-index: 1;
    pointer-events: none;
}

/* --- Left Column: Navigation --- */
.footer-nav li {
    margin-bottom: 20px;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #aebfd0; /* Light blue-grey hover */
}

.footer-brand-name {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    display: inline-block;
}

/* --- Center Column: Logo --- */
.footer-center-logo {
    height: 325px; /* Tall vertical logo */
    width: auto;
    object-fit: contain;
    /* Optional: Brightness filter if using a dark logo */

}

/* --- Right Column: Contact --- */
.footer-contact {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.footer-icon {
    font-size: 1.1rem;
    color: #aebfd0;
    width: 20px; /* Fixed width for alignment */
    text-align: center;
}

/* The floating location icon in top right */
.footer-corner-icon {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.1); /* Faint outline style */
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .footer-section {
        padding: 60px 0;
    }
    .footer-center-logo {
        height: 120px; /* Smaller logo on tablets */
        margin: 30px 0;
    }
    .footer-brand-name {
        display: block;
    }
}















/* ====+++++++++++================++++++++++++++===============++++++++++++=========== */
/* ====+++++++++++================++++++++++++++===============++++++++++++=========== */

/* ************Media Query************** */

  /* Max widths */

  @media(max-width:1400px){
    
  }

  @media(max-width:1100px){
    
  }



  @media(max-width:900px){
    
  }


  @media(max-width:800px){

    


  }


  @media(max-width:576px){
    

  }

  @media(max-width:399px){
    
    .image-wrapper{
        margin-right:-45px;
    }
  }






    /* Min widths */

    


    @media (min-width: 992px) {
      
    }

    @media(min-width: 1150px){
      
    }

    @media (min-width: 576px) {
     
    }

.navbar-logo {
  width: 296px; /* Remove !important here, will be handled by media query */
  height: auto; /* Allow height to adjust naturally */
  max-height: 115px; /* Set a max height for larger screens */
}

@media (max-width: 991px) {
  .navbar {
    height: auto;
    /* Make navbar transparent (70%) in mobile view */
    background-color: #1a2b4a; /* Transparent dark background */
  }
  .navbar-toggler-icon {
    filter: brightness(0) invert(1); /* Make hamburger icon white */
  }
  .navbar-logo {
    width: 150px; /* Smaller width for mobile */
    max-height: 70px; /* Adjust max height for mobile */
  }
  .navbar-collapse.show {
    height: auto;
    overflow-y: auto; /* Allow scrolling if menu is long */
  }
}
.calligraphy-img {
  width: 752px !important;
  height: 257px !important;
}
.divider-text .line {
  display: inline-block;
  width: 100px;
  height: 5px;
  background-color: white;
  vertical-align: middle;
}
.calligraphy-container {
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
}















/* --- KEEP ALL YOUR EXISTING CSS AT THE TOP --- */
/* (Fonts, Colors, Nav, Team styles you already have) */

/* --- ADD/UPDATE THESE SPECIFIC ABOUT PAGE STYLES --- */

/* Hero About Section */
.heroabout-section {
    position: relative;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heroabout-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(rgba(37, 55, 77, 0.8), rgba(37, 55, 77, 0.8));
    z-index: 1;
}

.heroabout-section .container {
    position: relative;
    z-index: 2;
}

/* Image Collage Logic */
.about-img-collage {
    position: relative;
    padding: 40px 0;
}

.main-img-box img {
    width: 85%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}

.floating-img {
    position: absolute;
    width: 220px;
    border: 8px solid #fff;
    border-radius: 15px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.floating-img.top-left {
    top: 0;
    left: -30px;
}

.floating-img.bottom-right {
    bottom: 0;
    right: 0;
}

/* Vision & Mission Section */
.vision-section {
    min-height: 500px;
    overflow: hidden;
    color: white;
}

.vm-bg-wrapper {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}

.vm-bg-img {
    width: 100%;
    height: 100%;
    background-image: url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?q=80&w=2000');
    background-size: cover;
}

.vm-blue-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(115deg, #25374d 60%, transparent 60%);
    opacity: 0.95;
}

.vm-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

.vm-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}

.icon-box {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 20px;
}

/* Excellence Section Fades */
.bottom-image-wrapper {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.white-fade-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, #fff 0%, transparent 100%);
    z-index: 2;
}

.building-img {
    height: 100%;
    object-fit: cover;
}

/* Safety Section */
.safety-bottom-image {
    position: relative;
    height: 400px;
}

.fade-overlay-top {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, #fff, transparent);
    z-index: 2;
}

.cert-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}


/* --- HERO SECTION --- */
.heroabout-section {
    position: relative;
    height: 80vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
}
.heroabout-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(37, 55, 77, 0.0); /* Dark overlay from reference */
    z-index: 1;
}
.heroabout-section .container { position: relative; z-index: 2; }

/* --- ABOUT COLLAGE --- */
.about-img-collage { min-height: 450px; }
.main-img-box img { width: 80%; border-radius: 20px; }
.floating-img {
    position: absolute;
    width: 180px;
    border: 6px solid white;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    z-index: 5;
}
.floating-img.top-left { top: -20px; left: -20px; }
.floating-img.bottom-right { bottom: 0; right: 0; }

/* --- VISION DIAGONAL BACKGROUND --- */
.vision-section { min-height: 500px; color: white; overflow: hidden; }
.vm-bg-wrapper { position: absolute; top:0; left:0; width:100%; height:100%; z-index: 1; }
.vm-bg-img {
    width: 100%; height: 100%;
    background-image: url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?q=80&w=2000');
    background-size: cover;
}
.vm-blue-overlay {
    position: absolute; top:0; left:0; width:100%; height:100%;
    background: linear-gradient(115deg, #25374d 60%, transparent 60%); /* This creates the diagonal cut */
    opacity: 0.95;
}
.vm-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* --- GRADIENT FOGS --- */
.bottom-image-wrapper { position: relative; height: 350px; overflow: hidden; }
.white-fade-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, #fff 0%, transparent 100%);
    z-index: 2;
}
.safety-bottom-image { position: relative; height: 400px; overflow: hidden; }
.fade-overlay-top {
    position: absolute; top: 0; left: 0; width: 100%; height: 150px;
    background: linear-gradient(to bottom, #fff 0%, transparent 100%);
    z-index: 2;
}

/* --- TEAM SECTION --- */
.expert-team-section { background: #25374D; color: white; }
.et-img-box { height: 350px; border-radius: 20px; overflow: hidden; }
.et-img-box img { width: 100%; height: 100%; object-fit: cover; }
.et-nav-btn {
    width: 50px; height: 50px; border-radius: 50%; border: 1px solid white;
    background: transparent; color: white; transition: 0.3s;
}
.et-nav-btn:hover { background: white; color: #25374D; }

/* --- CERTIFICATES --- */
.cert-card { border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }



/* 1. Ensure the Vision section doesn't collapse */
.vision-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    min-height: 500px; 
}

/* 2. Place the background wrapper behind content */
.vm-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Layer 1 (Back) */
}

/* 3. Ensure the diagonal overlay is behind the text */
.vm-blue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(115deg, #25374d 60%, transparent 60%);
    opacity: 0.95;
    z-index: 2; /* Layer 2 (Middle) */
}

/* 4. CRITICAL FIX: Force the container to Layer 10 */
.vision-section .container.z-2 {
    position: relative;
    z-index: 10 !important; /* Layer 10 (Front) */
}

/* 5. Style the cards to match the reference image */
.vm-card {
    background: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.vm-title {
    font-size: 1.5rem;
    font-weight: 700;
}

/* Target the Mission, Vision, and Message icons */
.vision-section .icon-box i {
    color: #7DF2EC !important; /* This is the Sky Blue from your :root variables */
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: inline-block;
}

/* Ensure the card title remains white for contrast */
.vm-title {
    color: #ffffff;
    font-weight: 700;
}

/* --- VISION SECTION LAYOUT --- */
.vision-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    color: white;
}

.vm-blue-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(115deg, #1a2b4a 60%, transparent 60%);
    opacity: 0.95;
    z-index: 2;
}

.vision-section .container {
    position: relative;
    z-index: 10;
}

/* --- CARD HEADER ALIGNMENT --- */
.card-header-custom {
    display: flex;
    align-items: center; /* Vertical centering for icon and text */
}

.icon-box i {
    color: #7DF2EC !important; /* Sky Blue */
    font-size: 2rem;
    line-height: 1;
}

.vm-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.vm-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 35px 25px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.vm-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}


.service-section{
    background-color: #1a2b4a;
}

@media (max-width: 768px) {
    .calligraphy-img{
        height: 150px !important;
    }
    .card-title-box h5 {
    font-size: 1.5rem !important;
    }
    .ourprojectshead {
    margin-bottom: 2rem !important;
    }
  /* 1. Heading will be a bit smaller */
  .main-headingour {
    font-size: 2rem; /* Adjusted from 2.5rem */
  }
  .herohead {
    font-size: 2rem; /* Adjusted from 2.5rem */
    padding-bottom: 5px;
  }
  .main-heading {
    font-size: 2rem; /* Adjusted from 2.5rem */
  }

  /* 2. card-title-box will be a bit bigger */
  .service-card .card-title-box {
    height: 80px; /* Increased height */
    padding: 20px 15px; /* Adjust padding if needed */
  }

  /* 3. gallery-curve-bottom and gallery-curve-top position fix */
  .gallery-curve-top {
    top: -25px; /* Adjust top position */
    bottom: auto; /* Ensure bottom is not set */
  }
  .gallery-curve-bottom {
    bottom: -25px; /* Adjust bottom position */
    top: auto; /* Ensure top is not set */
  }
}
/* Custom primary button for better visibility */
.btn-primary-custom {
    background-color: var(--first); /* A distinct green from your palette */
    color: #fff; /* White text for contrast */
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for prominence */
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    background-color: #0d9b6a; /* A slightly darker shade for hover effect */
    color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
    transform: translateY(-1px); /* Slight lift on hover */
}