﻿header.site-header {
    position: relative;
  /* z-index: 1000;*/
}

.menu-toggle {
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #233d4d;
    cursor: pointer;
    position: relative;
    /*z-index: 2001; */
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #233d4d;
   color:#ffffff;
    z-index: 2000;
    padding: 1.5rem 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

    .mobile-menu.active {
        display: block;
    }

.mobile-nav-list {
    list-style: none;
    padding-left:20px;
    margin: 0;
    text-align: left;
}

    .mobile-nav-list li {
        margin: 0.7rem 0;
    }

    .mobile-nav-list a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        padding:10px;
    }
.mobile-submenu {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease;
}

/* when opened we set display:block (JS) and max-height to scrollHeight */
.mobile-dropdown .fa-chevron-down {
    transition: transform 0.25s ease;
}

.mobile-dropdown.open .fa-chevron-down {
    transform: rotate(180deg);
}
/*==============Top Button================*/
#topBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    background-color: #233d4d;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 14px;
    border:1px solid #fff;
    font-size: 20px;
    transition: background-color 0.3s, transform 0.3s;
}

    #topBtn:hover {
        background-color: #1b2b3d;
        transform: scale(1.1);
    }

/*------------------------- Global Styles ---------------------*/
* {
    font-family: "Lato", sans-serif;
}
body {
    margin: 0;
    padding: 0;
}
body, html{
    overflow-x: clip;
}
.aos-left {
    display: inline-block; /* makes transform box wrap the text */
    transform-origin: left center !important;
}

/*-----------------<weight > : Use a value from 100 to 700-------------*/
.title-font-200 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.title-font-300 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.title-font-400 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.title-font-500 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.title-font-600 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.title-font-700 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.title-font-800 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.title-font-900 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

/*-------------------- info-font Font ---------------------*/
.info-font-100 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}
.info-font-200 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.info-font-300 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.info-font-400 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.info-font-500 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.info-font-600 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

/*------------------- Font Size Variants ---------------------*/
.font-xs {
    font-size: 0.75rem; /* 12px */
}

.font-sm {
    font-size: 0.875rem; /* 14px */
}

.font-md {
    font-size: 1rem; /* 16px */
}

.font-lg {
    font-size: 1.125rem; /* 18px */
}

.font-xl {
    font-size: 1.25rem; /* 20px */
}

.font-2xl {
    font-size: 1.5rem; /* 24px */
}

.font-3xl {
    font-size: 1.875rem; /* 30px */
}

.font-4xl {
    font-size: 2.25rem; /* 36px */
}

.font-4-1xl {
    font-size: 2.75rem; /* 36px */
}

.font-5xl {
    font-size: 3rem; /* 48px */
}

.font-6xl {
    font-size: 4rem; /* 64px */
}

.font-xl-larger {
    font-size: 4.5rem; /* 64px */
}

.line-hgt-2xl {
    line-height: 1.8rem;
}

.line-hgt-4xl {
    line-height: 3rem;
}

/* ================ Colour Themes =============== */
/* Fore Colours */
.primary-color {
    color: #f89520;
}

.secondary-color {
    color: #373435;
}

.highlight-golden {
    color: #d8a31a !important;
}

.dark-navy-color {
    color: #00235a;
}

.white-color {
    color: #ffffff;
}
.shrepa-blue-color {
    color: #233d4d;
}
/* Background Colours */
.primary-bg-color {
    background-color: #f89520;
}

.secondary-bg-color {
    background-color: #373435;
}

.light-theme-bg-color {
    background-color: #e6f4f1;
}

/* Spacers */
.spacer40 {
    height: 40px; /* adjustable */
}
.spacer60 {
    height: 60px; /* adjustable */
}
/*=====================page header banners==================================*/
/* Full width banner container */
.banner-container {
    position: relative;
    width: 100%;
    height: 400px; /* adjust height as needed */
    overflow: hidden;
}

/* Banner image */
.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Semi-transparent overlay for readability */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); /* dark overlay, adjust opacity */
}

/* Text on top of banner */
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
    padding: 0 15px;
}

    .banner-text h1 {
        margin: 0;
        font-size: 3rem; /* adjust font-size as needed */
        text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .banner-container {
        height: 250px;
    }

    .banner-text h1 {
        font-size: 2rem;
    }
}

.topbar {
    /*background-color: #8D99AE;*/ /* dark gray background */
    background-color: #233d4d; /* dark gray background */
    /*background-color: rgba(0, 73, 80,1);*/
    padding: 10px 0; /* top-bottom padding */
    color: #ffffff; /* text color */
    font-size: 14px; /* adjust size */
}

    .topbar .contact-item {
        color: #ffffff;
    }

        .topbar .contact-item i {
            margin-right: 6px; /* space between icon and text */
            color: #f8f9fa; /* icon color (light gray/white) */
        }

/* Header overall */
.header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0; 
    transition: top 300ms ease;
}
.glass-white {
    background: rgba(255, 255, 255, 0.7); /* semi-transparent white */
    backdrop-filter: blur(20px); /* frosted glass blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    padding:20px;
}
.site-header {
    /*background-color: #ffffff;*/
    padding: 16px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* subtle shadow */
}
/* Logo Styles */
/* Logo image */
.logo-img {
    max-height: 80px;
    width: auto;
}

/* Navigation */
.main-nav .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    
}

    .main-nav .nav-list li {
        display: inline-block;
    }

    .main-nav .nav-list a {
        color: #333333;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        position: relative;
        padding: 4px 0;
        
    }

        .main-nav .nav-list a:hover {
            color: #1b263b;
        }

        /* Optional: nice hover underline effect */
        .main-nav .nav-list a::after {
            content: '';
            display: block;
            width: 0;
            height: 2px;
            background: #f89520;
            transition: width 0.3s;
            margin-top: 4px;
        }

        .main-nav .nav-list a:hover::after {
            width: 100%;
        }

.main-nav .dropdown {
    position: relative;
}


/* Hide dropdown initially */
.main-nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* positions it below the parent */
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-width: 200px;
    z-index: 1000;
}

/* Show dropdown on hover */
.main-nav .dropdown:hover .dropdown-menu {
    display: block;
}

/* Styling dropdown items */
.main-nav .dropdown-menu li a {
    display: block;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

    .main-nav .dropdown-menu li a:hover {
        background-color: #ffffff;
        color: #567ec1;
    }
/* Enquiry Button */
.enquiry-btn {
    background-color: #f89520; /* your primary color */
    color: #ffffff !important;
    padding: 8px 20px;
    border-radius: 30px; /* soft pill shape */
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
    display: inline-block;
}

    .enquiry-btn:hover {
        background-color: #1b263b; /* a slightly darker shade for hover */
    }

:root {
    --radius: 20px;
}

.rounded-card {
    width: 100%;
    max-width: 420px; /* change as needed */
    border-radius: var(--radius);
    overflow: hidden; /* ensures image is clipped to rounded corners */
    position:relative;
}

    .rounded-card img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; /* preserves aspect and fills the box */
    }
    .rounded-card .innerWhite {
        position: absolute;
        left: 0;
        bottom: 0;
        border-top-right-radius: var(--radius);
        width:150px;
        height: 100px;
        background-color:#fff;
    }

        .rounded-card .innerWhite::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: -38px;
            width: 38px;
            height: 38px;
            background: transparent;
            /*border-radius: 50%;*/
            border-bottom-left-radius: var(--radius);
            box-shadow: -10px 10px 0 #fff;
        }

        .rounded-card .innerWhite::before {
            content: '';
            position: absolute;
            top: 0;
            top: -38px;
            width: 38px;
            height: 38px;
            background: transparent;
            /*border-radius: 50%;*/
            border-bottom-left-radius: var(--radius);
            box-shadow: -10px 10px 0 #fff;
        }


/* Main Banner */
.banner-wrapper {
    width: 100%;
    overflow: hidden;
}

/* site.css or a <style> block in _Layout.cshtml */
.site-banner {
    /* layered backgrounds: top = rgba overlay, bottom = actual image */
    background-image: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('/images/cupron-banner-1.jpg');
    background-size: cover; /* cover the whole area (crop if needed) */
    background-position: center center;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 8; /* more height than 16/6 */
    min-height: 420px; /* ensures a decent fallback */
    height: auto;
    width: 100%;
    color: #fff;
    padding: 60px 0; /* vertical spacing inside banner */
    box-sizing: border-box;
}



/* Numbers larger and bold */
.stat-number {
    font-size: 2.5rem; /* bigger than info text */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.3rem;
    color: #fff; /* white text for banner */
}

/* Info text smaller */
.stat-text {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    color: #f0f0f0; /* slightly lighter than number */


    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}



.simple-link {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .simple-link:hover {
        color: #fff;
        text-decoration: none;
    }


.page-line-separator {
    border: 0; /* remove default hr style */
    height: 1px; /* thickness of line */
    background-color: #6C757D; /* standard light gray (Bootstrap uses this) */
    margin: 2rem 0; /* top & bottom spacing */
    width: 100%; /* full width */
}


#introhome h2 {
    color: #A2A4A7;
}
#introhome p {
    color: #1A1818;
    line-height:normal;
}

.sectionMyTitle {
    color: #A2A4A7;
    display:block;
}

.sectionMyInfo {
    color: #1A1818;
    display:block;
    line-height: normal;
}

/*#servicesintrohome h2 {
    color: #A2A4A7;
}

#servicesintrohome h3 {
    color: #1A1818;
    line-height: normal;
}
#servicesintrohome p {
    color: #1A1818;
    line-height: normal;
    font-size:17px;
    margin-top:15px;*/
/*}*/
/* Section Title */


/*=====================Home Page Service section==============================*/
#servicesintrohome {
    background-color: #fff;
}

    #servicesintrohome h2 {
        color: #A2A4A7;
        letter-spacing: 2px;
    }

.services-list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    position: relative;
   /* border-left: 2px solid #eee;*/
    padding-left: 3rem;
}

.service-item {
    position: relative;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    transition: all 0.3s ease;
}

    .service-item:hover .service-number {
        color: #F89520;
        transform: scale(1.1);
    }

.service-number {
    position: absolute;
    left: -4rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(26, 24, 24, 0.2);
    line-height: 1;
    transition: all 0.3s ease;
}

.service-content h3 {
    color: #1A1818;
    margin-bottom: 18px;
    position: relative;
    display: inline-block; /* keeps underline only as wide as text */
    padding-bottom: 6px; /* space between text and line */
}

    .service-content h3::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100px; /* adjust line width */
        height: 2px; /* line thickness */
        background-color: #F89520; /* your brand orange */
        border-radius: 2px;
    }

.service-content p {
    color: #1A1818;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.more-link {
    color: #F89520;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s ease;
    border:1px solid #f89520;
    padding:10px 10px;
   border-radius:15px;
}

    .more-link:hover {
        gap: 10px;
    }
#servicesintrohome img{
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
    
}
/* Tagline Section */
.service-tagline {
    text-align: right;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:end;
}

.tagline-animate {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.highlight {
    color: #F89520;
    display: inline-block;
    animation: fadeSlide 3s ease-in-out infinite alternate;
}

@keyframes fadeSlide {
    0% {
        opacity: 0.4;
        transform: translateY(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .services-list {
        padding-left: 2rem;
        gap: 2rem;
    }

    .service-number {
        left: -2rem;
        font-size: 2rem;
    }
}

/*=========================Home Page services ends===================*/

/*.slant-section {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
    margin-bottom: -10vw;
}*/

/* Rounded Corners*/
.rounded-my-5 {
    border-radius: 5px;
}

.rounded-my-10 {
    border-radius: 10px;
}

.rounded-my-15 {
    border-radius: 15px;
}

.rounded-top-only {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.rounded-bottom-only {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.only-left-bottom-rounded {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 35px; /* or whatever radius you want */
}

/* Imaged SVG Clipping styles */
.img-intro-col1 {
    /*clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);*/
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.blog-bg {
    position: relative;
    /*width: 100%;*/
    height: auto; /* adjust as needed */
    background: url("../images/blob.svg") no-repeat;
    background-size: 80% auto; /* 40% of div width */
    background-position: 0px 20px; /* X = 20px from left, Y = 40px from top */
    animation: bgMove 6s ease-in-out infinite alternate;
    height:70vh;
}
.blog_card-medium .va_card_image {
    height: 250px; /* Set your desired height */
    overflow: hidden;
    border-radius: 10px;
}

    .blog_card-medium .va_card_image img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the container without distortion */
        display: block;
    }
/* Soft floating effect */
@keyframes bgMove {
    0% {
        background-position: left -20px;
    }

    50% {
        background-position: left -60px;
    }

    100% {
        background-position: left -20px;
    }
}


@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 10px rgba(248,149,32,0.5);
    }

    50% {
        box-shadow: 0 0 30px rgba(248,149,32,0.9);
    }

    100% {
        box-shadow: 0 0 10px rgba(248,149,32,0.5);
    }
}

/*========== Home Page current projects ===========*/

#projectsSection {
    /*    background-color: #F89520,#004950;
*/ background-color: #233d4d;
    width: 100%; /* full width */
    padding: 80px 0px 5px 0px; /* enough top & bottom padding */
    display: flex;
    justify-content: center; /* horizontally center */
    align-items: center;
    margin-bottom: 90px;
}

.projects-heading {
    color: #ffffff; /* white text */
    font-size: 2.5rem; /* main text size */
    font-weight: 600;
    line-height: 1.3;
}

    .projects-heading span {
        display: block; /* new line */
        font-size: 0.9rem; /* smaller than main text */
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 6px;
        letter-spacing: 1px;
    }


/* --- Grid wrapper (full width) --- */
/* center inner content if you want a max width (optional) */
.projects-grid-wrapper {
    width: 100%;
    max-width: 100%; /* adjust to your design */
    margin: 0 auto;
    padding: 0; /* ensure no side gutters */
}

/* 4-column grid, zero gap so cards connect */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0; /* no spacing between columns or rows */
}

/* Each card */
.project-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    background: transparent;
}

/* Image area — controls how tall the images are */
.project-image {
    width: 100%;
    height: 260px; /* change this height as desired */
    overflow: hidden;
    display: block;
}

    /* Responsive image that covers the area */
    .project-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        /* grayscale default and smooth transition to color */
        filter: grayscale(100%) contrast(90%);
        transform-origin: center center;
        transition: filter 350ms ease, transform 450ms ease;
    }

/* On hover: remove grayscale and gently zoom */
.project-card:hover .project-image img,
.project-card:focus-within .project-image img {
    filter: grayscale(0%) contrast(100%);
    transform: scale(1.03);
}

/* Info bar below images */
.project-info {
    background-color: #FAFAFA;
    padding: 16px 18px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    /* right border separator to give a feeling of partition (except last in row) */
    border-right: 1px solid #e0e0e0;
}

/* Remove right border for last item in row (desktop) */
.projects-grid > .project-card:nth-child(4n) .project-info {
    border-right: none;
}

/* Text styles inside info bar */
.project-location {
    display: block;
    font-size: 0.85rem;
    color: #666666;
    font-weight: 400;
}

.project-title {
    display: block;
    font-size: 1rem;
    color: #233d4d;
    font-weight: 600;
}

/* Read more link style */
.project-readmore {
    display: inline-block;
    margin-top: 6px;
    text-decoration: none;
    color: #1B263B;
    font-weight: 600;
    font-size: 0.9rem;
    align-self: flex-start;
    transition: color 180ms ease;
}

    .project-readmore:hover {
        color: #F89520; /* accent on hover */
    }

/* remove default gap between cards in some frameworks (if using Bootstrap) */
.projects-grid .project-card {
    margin: 0;
}

/*========== Home Page  Segments ===========*/
.segments-grid-home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.segment-item {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease;
}

    .segment-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 73, 80, 0.45);
        transition: all 0.3s ease;
    }

    .segment-item:hover {
        transform: scale(1.03);
    }

        .segment-item:hover::before {
            background: rgba(0, 73, 80, 0.3);
        }

/* Glass-effect content box */
.glass-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    text-align: left;
    transition: all 0.3s ease;
}

    .glass-box h3 {
        color: #fff !important;
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .glass-box p {
        margin: 0;
        font-size: 0.95rem;
        color: #fff;
    }



/* ============== Custom Check Mark list  ================= */
.custom-checklist {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
}

    .custom-checklist li {
        position: relative;
        padding-left: 20px; /* space for the checkmark */
        margin-bottom: 10px;
    }

        .custom-checklist li::before {
            content: "\f0da"; /* Unicode for Font Awesome check */
            font-family: "Font Awesome 6 Free"; /* Make sure you load FA6 Free */
            font-weight: 900; /* Solid style */
            color: #f89520;
            position: absolute;
            left: 0;
            top: 0;
        }
/* Headline sub text */
.head-sub-txt {
    display: block;
    margin-top: 5px;
}

/* Anchor / Button styles */
.ia-btn {
    text-decoration:none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 1.4;
    font-weight: 300;
    border: 1px solid transparent;
    transition: all .3s;
    box-sizing: border-box;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 1.3rem;
    border-width: 1px;
    border-bottom-left-radius: 0 !important;
    background: #051f24;
    color: #fff;
}
.ia-btn:hover {
    background-color: #373435;
    color:#fff;
}

/* Home page services intro section */
/* root tip: 1rem = 16px (unless you changed html font-size) */
.services-section {
    background-image: url('/images/services-bg.jpg'); /* replace with your image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* ✅ makes the parallax effect */
    position: relative;
}

    /* Optional overlay to make text readable over background */
    .services-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(11,15,25,0.25); /* darken image a bit; tweak alpha as needed */
        z-index: 0;
    }

    .services-section .container-fluid {
        position: relative;
        z-index: 1; /* above overlay */
    }

/* ensures vertical centering: .min-vh-100 on row used above */
.min-vh-70 {
    min-height: 70vh !important;
}
.service-card {
    background: rgba(255,255,255,0.30); /* glass effect with 20% opacity */
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: .75rem; /* rounded corners */
    padding: 1.25rem; /* 1.25rem = 20px (default) */
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* center content within card */
    transition: background-color .25s ease, transform .18s ease, box-shadow .18s ease;
    box-shadow: 0 6px 18px rgba(10,12,20,0.18);
}

    /* Hover background color change and slight lift */
    .service-card:hover {
        background: rgba(248,149,32,0.85); /* lighter glass on hover ? adjust as desired */
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(10,12,20,0.25);
    }

.service-title {
    margin: 0 0 .35rem 0;
    font-weight: 600;
    font-size: 1.125rem; /* ~18px */
    color: #fff; /* change to suit background */
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

.service-desc {
    font-size: .95rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: .8rem;
    display: -webkit-box; /* creates a flexible box */
    -webkit-line-clamp: 2; /* limit to 2 lines */
    -webkit-box-orient: vertical; /* set vertical orientation */
    overflow: hidden; /* hide overflowing text */
    text-overflow: ellipsis; /* add ... at the end */
    white-space: normal;
}

.service-link {
    margin-top: auto; /* push link to bottom if card taller */
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: rgba(27,38,49,0.95);
}

    .service-link .arrow {
        display: inline-block;
        transition: transform .18s ease;
        font-size: 1.05rem;
    }

.service-card:hover .service-link .arrow {
    transform: translateX(6px);
}
/* Testimonials = home page */
:root {
    --brand-orange: #F89520;
    --nav-bg: #F5F4F2;
}

.testimonials-section .testimonial-slider {
    position: relative;
    overflow: hidden;
}

.testimonials-section .slides {
    display: flex;
    transition: transform 520ms ease;
}

.testimonials-section .testimonial {
    flex: 0 0 100%;
    padding: 28px 36px;
}

.testimonials-section .t-text {
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 0.85rem;
    color: #1B263B;
}

.testimonials-section .t-name {
    font-weight: 700;
    color: #1B263B;
}

.testimonials-section .t-company {
    font-size: 0.95rem;
    opacity: 0.8;
}

/* New button group styling */
.testimonials-section .ts-controls {
    display: inline-flex;
    gap: 12px;
    margin-left: 30px;
}

.testimonials-section .ts-nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: var(--nav-bg);
    color: var(--brand-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

    .testimonials-section .ts-nav:hover {
        transform: scale(1.05);
    }

/* Footer Styling */
#footerSection {
    position: relative;
    /*background-color: #8D99AE;*/
   /* background-color: rgba(0, 73, 80,1);*/
   background-color:#233d4d;
}

.footerTopRounded {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    /*background-color: #8D99AE;*/
    background-color: #233d4d;
    position: relative;
    top: -20px;
    height: 30px;
}
#footer {
    /*background-color: #8D99AE;*/
    background-color: #233d4d;
    color: #d4d4d5;
    position: relative;
    /*background-image: url("../images/blob-footer.png");
    background-repeat: no-repeat;
    background-position: -150px -10px;
    background-size: auto;*/ /* or contain / cover / specific px */
}

.footer-social a {
    color: #ffffff; /* white */
    font-size: 32px; /* fixed size */
    transition: color 0.3s ease;
}

    .footer-social a:hover {
        color: #f89520; /* your accent color on hover */
    }


.colCaption {
    display: block;
    color: #F89520;
    margin-bottom: 20px;
}

.footerColor {
    color: #bcbdbf;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-nav ul li {
        margin-bottom: 8px; /* space between each link */
    }

        .footer-nav ul li a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px; /* spacing between icon and text */
        }

            .footer-nav ul li a:hover {
                color: #ffffff;
            }

            .footer-nav ul li a .arrow-icon {
                color: #F89520;
                transition: color 0.3s ease;
                font-size: 0.7rem; /* Smaller size */
            }

            .footer-nav ul li a:hover .arrow-icon {
                color: #ffffff;
            }


.footer-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-ul li {
        margin-bottom: 8px; /* space between each link */
        color: #d4d4d5;
    }

.footer-contact p {
    color: #fff;
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start; /* align icon to top */
    gap: 10px;
    font-size: 0.95rem;
}

.footer-contact .contact-icon {
    color: #B2B2B2;
    font-size: 0.85rem;
    flex-shrink: 0; /* icon doesn't shrink */
    margin-top: 4px; /* aligns better with multiline text */
}

.footer-contact .address-item span,
.footer-contact p span {
    display: block; /* ensures multiline text wraps properly */
}


.footer-credit {
    color: #fff;
    width: 100%; /* Ensures it stretches full row width */
    text-align: center;
    margin: 0;
    padding-top: 10px;
    font-size: 0.9rem;
}
.custom-separator {
    border: none;
    height: 1px;
    background-color: #7aa4dd;
    width: 100%;
    margin: 24px 0;
    /*adjust spacing above/below as needed*/
}
.footer-creditLink {
    color: #fff;
    font-size: 0.9rem;
}

/* News Card */
.blog_card-medium {
    display: flex;
    flex-direction: column;
    background-color: #F5F4F2;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    /* box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;*/
    height: 100%;
}

    .blog_card-medium:hover {
        /*transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.12);*/
    }

/* Image Styling - Rounded from all sides */
.va_card_image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px; /* ensures all corners are rounded */
    object-fit: cover;
}

/* Info Area */
.va_card_info {
    padding: 20px;
}

.description_2-4 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Tag */
.blog_card-tag_wrapper {
    margin-top: auto;
}

.blog_card-tag {
    display: inline-block;
    /*    background-color: #FFD9B3;
*/ background-color: rgba(0, 73, 80,0.5);
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 0.85rem;
    /*color: #444;*/
    color:#fff;
    font-weight: 500;
}

:root {
    --brand-orange: #F89520; /* brand orange */
    --icon-size: 72px; /* bigger circle */
    --icon-inner-size: 32px; /* bigger icon inside */
}

/* Section background (full width). change as needed */
.stat-section {
    background: #f8f9fb; /* light neutral background */
    margin: 60px 0px 0px 0px;
}

/* Left column text */
.stat-heading {
    margin-bottom: .75rem;
}

.stat-desc {
    color: #495057;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Stat item layout */
.stat-item {
    padding: .75rem 0;
    transition: transform .18s ease;
}

    .stat-item:hover {
        transform: translateY(0px);
    }

/* Icon wrapper & circle */
.stat-icon-wrapper {
    width: var(--icon-size);
    height: var(--icon-size);
    min-width: var(--icon-size);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* circular icon default: white bg, black icon */
.stat-icon {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(16,24,40,0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
    color: #000000;
}

    /* Font Awesome icons inside circle */
    .stat-icon .fa-solid,
    .stat-icon i {
        font-size: var(--icon-inner-size);
        line-height: 1;
        color: inherit;
    }

/* Hover effect */
.stat-item:hover .stat-icon {
    background: var(--brand-orange);
    color: #ffffff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(248,149,32,0.25);
}

/* Text beside icon */
.stat-text .stat-count {
    font-weight: 700;
    font-size: 2rem; /* larger number */
    color: #111827;
}

.stat-text .stat-label {
    font-size: 1rem; /* larger label text */
    color: #6b7280;
    margin-top: .2rem;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
    .stat-item {
        padding: .6rem 0;
    }

    .stat-icon-wrapper {
        width: 56px;
        height: 56px;
    }

    .stat-icon .fa-solid,
    .stat-icon i {
        font-size: 24px;
    }

    .stat-text .stat-count {
        font-size: 1.15rem;
    }

    .stat-text .stat-label {
        font-size: .9rem;
    }
}

@media (max-width: 575.98px) {
    .stat-item {
        gap: .5rem;
    }

    .stat-text .stat-label {
        font-size: .85rem;
    }
}

/* Home page SVG arrow */
.my-shape {
    width: 170px; /* or responsive % */
    margin-top:-60px;
    margin-left:-30px;
}
   
/*========= News Page =========*/
/* --- News Section Styling --- */
.news-section {
    background-color: #fff;
    color: #1b263b;
    font-family: "Poppins", sans-serif;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #ed1c24; /* Cupron red accent */
}

.section-intro {
    font-size: 1.1rem;
    color: #444;
    max-width: 800px;
}

/* -------- Individual News Item --- */
.news-item {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eaeaea;
}

.news-date {
    display: block;
    font-size: 18px;
    color: #999;
    font-weight: 300;
    margin-bottom: 0.3rem;
}

.news-title {
    display: block;
    font-size: 20px;
    color: #233d4d;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-bottom: 0.6rem;
    text-decoration:none;
}
    .news-title:hover {
        color: #233d4d;
    }
.read-more {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #ed1c24;
    text-decoration: none;
    border-bottom: 2px solid #ed1c24;
    position: relative;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}
    .read-more:hover {
        color: #233d4d;
    }
    .read-more::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 2px;
        background-color: #ed1c24;
        transition: width 0.3s ease;
    }

    .read-more:hover::after {
        width: 100%;
        background-color: #004950;
    }

    /*======================= Contact Us Page ================ */
.contact-list {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #1b263b;
}

.contact-page-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.75rem;
}

    .contact-page-item dt {
        min-width: 90px; /* this controls tab spacing */
        font-weight: 600;
        color: #F89520; /* Cupron red for label */
    }

    .contact-page-item dd {
        margin: 0;
        color: #333;
    }

    .contact-page-item a {
        color: #1b263b;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .contact-page-item a:hover {
            color: #F89520;
        }
.corp-image-wrapper {
    max-width: 800px;
    margin: 0 auto 2rem;
    overflow: hidden;
    border-radius: 1500px;
    aspect-ratio: 16 / 9;
}
/*---------*/
.contact-form-modern {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
}

.form-title {
    color: #233d4d; 
    letter-spacing: 1px;
}

.modern-input {
    background: rgba(255, 255, 255, 0.7) !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

    .modern-input:focus {
        background: #ffffff !important;
        border-color: #00a0a0; 
        box-shadow: 0 0 6px rgba(0, 160, 160, 0.4);
        outline: none;
    }

.btn-modern {
   background-color:#233d4d;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

    .btn-modern:hover {
        background: #233d4d;
        transform: scale(1.02);
        box-shadow: 0 6px 20px rgba(35, 61, 77, 0.4);
    }

label {
    color: #004950b3;
}

.text-danger {
    font-size: 0.85rem;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(0, 73, 80, 0.05);
    border-left: 4px solid transparent;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

    .service-list li:hover {
       /* background: rgba(35, 61, 77, 0.6);*/
        border-left: 4px solid #233d4d;
        transform: translateX(5px);
        /*box-shadow: 0 6px 20px rgba(35, 61, 77, 0.4);*/
    }

.service-list span {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

/*================== Enquiry Form ===================*/
.enquiry-section {
    background-color: #f7f9fb;
}
    
/* Sticky image wrapper */
.sticky-image-wrapper {
    position: sticky !important;
    top: 0 !important;
}

    /* Optional: give some breathing room */
    .sticky-image-wrapper img {
        max-width: 100%;
        height: auto;
    }

       
.enquiry-form {
    border: 1px solid #e3e6ea;
    transition: all 0.3s ease-in-out;
}

    .enquiry-form:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .enquiry-form .form-control,
    .enquiry-form .form-select {
        border-radius: 0.5rem;
        border: 1px solid #ced4da;
        transition: all 0.2s ease;
    }

        .enquiry-form .form-control:focus,
        .enquiry-form .form-select:focus {
            border-color: #0d6efd;
            box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.2);
        }

.btn-primary {
    background-color: #1B263B;
    border: none;
    border-radius: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

    .btn-primary:hover {
        background-color: #0b5ed7;
    }


    /* Projects page */
:root {
    --primary: #F89520; /* your primary */
    --secondary: #1B263B; /* duotone secondary */
    --muted: #6c757d;
    --card-radius: 12px;
    --card-shadow: 0 6px 18px rgba(26, 26, 26, 0.08);
}

/* Section spacing (optional) */
.projects-section {
    background: #fff;
}

/* Card (anchor covers whole card) */
.project-card-new {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border-radius: var(--card-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(16,24,32,0.04);
    box-shadow: var(--card-shadow);
}

    /* Visual focus for keyboard users */
    .project-card-new:focus-visible {
        outline: 3px solid rgba(248,149,32,0.18);
        outline-offset: 3px;
    }

/* Image / media area - keeps consistent aspect ratio */
.project-media {
    width: 100%;
    aspect-ratio: 16 / 10; /* modern browsers */
    background: #e9ecef;
    overflow: hidden;
    position: relative;
}

/* Fallback for older browsers that don't support aspect-ratio */
@supports not (aspect-ratio: 16/10) {
    .project-media {
        height: 0;
        padding-top: 62.5%;
    }
    /* 10/16 = 62.5% */
}

/* Image */
.project-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.2,.9,.2,1);
    transform-origin: center;
}

/* Card body */
.project-body {
    padding: 14px 16px;
    border-top: 1px solid rgba(16,24,32,0.04);
    background: #fff;
    flex-shrink: 0;
}

/* Title and city */
.project-title {
    margin: 0 0 6px 0;
    font-size: 1.05rem;
    color: var(--secondary);
    font-weight: 600;
    line-height: 1.2;
}

.project-city {
    margin: 0;
    color: var(--muted);
    font-size: 0.925rem;
}


/* Small badge accent (optional) */
.project-body::before {
    content: "";
    display: block;
    width: 44px;
    height: 4px;
    background: var(--primary);
    border-radius: 6px;
    margin-bottom: 10px;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
    .project-title {
        font-size: 1rem;
    }

    .project-body {
        padding: 12px;
    }
}

/* Carrer pages */
.highlight-box {
    background-color: #FEA219; /* requested background */
    color: #ffffff; /* text color */
    padding: 1.25rem 1.5rem; /* comfortable padding (top/bottom, left/right) */
    border-radius: 0 30px 0 30px; /* top-left, top-right, bottom-right, bottom-left */
    box-sizing: border-box;
    /* optional niceties */
    line-height: 1.45;
}

/* Responsive: slightly more padding on larger screens */
@media (min-width: 992px) {
    .highlight-box {
        padding: 1.5rem 2rem;
    }
}


/*===================== Service Detail Pages ======================*/

.service-detail-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    height: auto;
}

    .service-detail-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Overlay */
    .service-detail-card .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        padding: 1.2rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
/*        transition: padding 0.5s ease;
*/    }

        /* Heading: always visible */
        .service-detail-card .overlay h4 {
            margin: 0;
            color: #fff;
            font-weight: 600;
            text-shadow: 0 2px 5px rgba(0,0,0,0.6);
            transition: transform 0.5s ease;  
        }

        /* Paragraph: initially hidden */
        .service-detail-card .overlay p {
            margin: 0.3rem 0 0 0;
            color: #fff;
            font-size: 1.1rem;
            opacity: 0;
            line-height:1.2;
            display:none;
            transform: translateY(10px);
/*            transition: opacity 0.5s ease, transform 0.5s ease;
*/        }

    /* Hover effect */
    .service-detail-card:hover .overlay {
        padding-bottom: 1.5rem; /* more space for heading + paragraph */
    }

        .service-detail-card:hover .overlay h4 {
            transform: translateY(-10px); /* heading slides up */
        }

        .service-detail-card:hover .overlay p {
            opacity: 1;
            display: block;
            transform: translateY(0); /* paragraph slides in */
        }

        /*--------------*/
.elv-section {
    background: radial-gradient(circle at top left, #e6f0ef, #f0f8f7 80%);
    position: relative;
    overflow: hidden;
}

    .elv-section h1 {
        font-size: 2.2rem;
        letter-spacing: 1px;
        color: #004950; /* main heading color */
    }

.elv-card {
    position: relative;
    background: rgba(0, 73, 80, 0.08); /* very light transparent teal */
    border: 1px solid rgba(0, 73, 80, 0.2); /* border in theme color */
    border-radius: 18px;
    padding: 1.8rem 1.5rem;
    color: #004950; /* text color */
    transition: all 0.4s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .elv-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, transparent, rgba(35, 61, 77, 0.2), transparent);
        transition: all 0.7s ease;
    }

    .elv-card:hover::before {
        left: 100%;
    }

    .elv-card h5 {
        font-weight: 600;
        font-size: 1.1rem;
        color: #233d4d; /* heading color inside card */
        margin-bottom: 0.8rem;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .elv-card i {
        font-size: 1.6rem;
        color: #f89520; /* golden accent remains */
        transition: transform 0.4s ease, text-shadow 0.4s ease;
    }

    .elv-card ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .elv-card ul li {
            font-size: 0.92rem;
            color: #000; 
            margin-bottom: 6px;
            position: relative;
            padding-left: 20px;
        }

            .elv-card ul li::before {
                content: "\2714"; /* check mark */
                position: absolute;
                left: 0;
                color: #f89520; /* golden check */
                font-weight: bold;
            }



/*--------------*/
.amc-card {
    background-color: rgba(35, 61, 77, 0.7);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

    .amc-card i {
        font-size: 2.5rem;
        color: #ffffff;
        margin-bottom: 1rem;
        transition: transform 0.4s ease, text-shadow 0.4s ease;
    }

    .amc-card h5 {
        font-weight: 600;
        font-size: 1.2rem;
        margin-bottom: 0.7rem;
    }

    .amc-card p {
        font-size: 0.95rem;
        color: #ffffff; 
    }
   
/* Responsive */
@media (max-width: 768px) {
    .amc-card {
        padding: 1.5rem 1rem;
    }
}
/*=====================SEGMENTS PAGE CSS========================================*/
#modalContainer {
    pointer-events: none; /* only modals themselves will receive clicks */
}

    #modalContainer .modal.active {
        pointer-events: auto; /* active modal can receive clicks */
    }

.segments-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    justify-items: center;
    z-index:1;
}
.segment-desc {
    padding:1rem;
}
.segment-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 350px;
    text-align: left;
    z-index: 2;
}

/* =======================
   Custom Modal
======================= */
/* Rename modal to custom-modal */
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

    .custom-modal.active {
        opacity: 1;
        pointer-events: auto;
    }

.custom-modal-content {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    max-width: 700px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 160, 160, 0.4);
}

    .custom-modal-content h4 {
        margin-top: 0;
        margin-bottom: 1rem;
        background-color: #f89520;
        color: #ffffff;
        padding: 10px;
        border-radius: 20px;
        text-align: center;
    }

    .custom-modal-content h5 {
        color: #233d4d;
        font-size: 28px;
    }

    .custom-modal-content ul {
        margin-bottom: 1rem;
        padding-left: 40px;
    }

    .custom-modal-content li {
        margin-bottom: 0.5rem;
    }

.custom-modal-close {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 1.5rem;
    cursor: pointer;
    color: rgba(0,0,0,0.6);
    transition: color 0.2s ease;
}

    .custom-modal-close:hover {
        color: #f89520;
    }

/* Fancy Scrollbar for custom modal */
.custom-modal-content::-webkit-scrollbar {
    width: 8px;
}

.custom-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.custom-modal-content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #233d4d, #f89520);
    border-radius: 10px;
}

    .custom-modal-content::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg, #f89520, #233d4d);
    }

/* Firefox scrollbar */
.custom-modal-content {
    scrollbar-width: thin;
    scrollbar-color: #f89520 #f1f1f1;
}


/*===============================Carreer page Css========================*/
/* Career Section Buttons */
.career-btn {
    padding: 12px 30px;
    font-weight: 600;
    margin: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease;
}

    .career-btn:hover {
        opacity: 0.85;
        transform: translateY(-2px);
    }

/* Primary button - Open Positions */
.primary-btn {
    background-color: #f89520;
}

/* Secondary button - Join Community */
.secondary-btn {
    background-color: #233d4d;
}

/*======================Project detail Page=============================*/
