/********** Template CSS **********/
:root {
    --primary: #65B530;
    --secondary: #9B9B9B;
    --light: #F5F5F5;
    --dark: #161616;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar {
    z-index: 9999;
}
.navbar .navbar-brand {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #171b42;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #171b42;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** Header ***/
.header-carousel .carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(22, 22, 22, .7);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 150px;
    }

    .header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {

    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;


}
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
                margin-top: 25px;
        /* height: 100%; */
        /* object-fit: cover; */
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #eabf3d;
    border-color: #eabf3d;
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: #eabf3d;
    border-color: #eabf3d;
}

.page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/banner.png) center center no-repeat;
    background-size: cover;
    margin-top: 20px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.service-item .btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 38px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.portfolio-inner img {
    transition: .5s;
}

.portfolio-inner:hover img {
    transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.portfolio-inner:hover .portfolio-text {
    bottom: 0;
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, .7);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    opacity: 0;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    border-radius: 60px;
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}


.logo-img {
  height: 150px !important;
    width: auto;
    max-width: 100%;
}

/* Tablet */
@media (max-width: 992px) {
  .logo-img {
    height: 45px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .logo-img {
    height: 120px;
            /* margin-top: 45px !important; */
  }
}


.logo-imgg {
  height: 230px !important;
    width: auto;
    max-width: 100%;
}

/* Tablet */
@media (max-width: 992px) {
  .logo-imgg {
    height: 45px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .logo-imgg {
    height: 120px;
            margin-top: 45px !important;
  }
}


.service-box {
    background: #0f172a;
    padding: 40px;
    border-radius: 15px;
    transition: 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.service-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #eabf3d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    color: #fff;
    font-size: 24px;
}

.service-number {
    font-size: 60px;
    font-weight: 800;
    color: rgba(255,255,255,0.08);
}

.service-box h5 {
    color: #fff;
    margin-bottom: 15px;
}

.service-box p {
    color: #cbd5e1;
    font-size: 14px;
}



        /* services section wrapper */
        .services-section {
            background: linear-gradient(145deg, #f8faff 0%, #f0f4fc 100%);
            padding: 4rem 1.5rem;
            margin-top: -50px;
        }

        .services-container {
            max-width: 1280px;
            margin: 0 auto;
        }

        /* heading style */
        .section-heading {
            text-align: center;
            margin-bottom: 3.5rem;
        }

        .section-heading h2 {
            font-size: 1.8rem;
             letter-spacing: -0.5px;
            color: #0b1e3a;
             position: relative;
            display: inline-block;
            padding-bottom: 1rem;
                font-weight: 900;
        }

        .section-heading h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 90px;
            height: 4px;
            background: #e4a11b;
            border-radius: 4px;
        }

        /* service grid — responsive */
        .service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem 1.8rem;
        }

        /* service card */
        .service-card {
            background: #ffffff;
            border-radius: 32px;
            padding: 2rem 1.8rem 2rem 1.8rem;
            box-shadow: 0 20px 30px -10px rgba(0, 20, 40, 0.15);
            transition: transform 0.25s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            border: 1px solid rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(2px);
        }

        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 28px 38px -12px rgba(1, 33, 77, 0.25);
        }

        /* online image placeholder / style */
        .card-img {
            width: 100%;
            /* height: 160px; */
            border-radius: 24px;
            margin-bottom: 1.5rem;
            object-fit: cover;
            background-color: #d9e2f0; /* fallback while loading */
            border: 2px solid #fff;
            box-shadow: 0 6px 14px rgba(0,0,0,0.05);
            transition: 0.2s;
        }

        /* icon + title row */
        .card-title-wrap {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 0.9rem;
        }

        .card-icon {
            font-size: 30px;
            width: 3rem;
            color: #e4a11b; /* accent */
        }

        .card-title-wrap h3 {
            font-size: 20px;
            font-weight: 650;
            color: #102a4c;
            line-height: 1.3;
        }

        .service-description {
            font-size: 1rem;
            color: #2c3f5c;
            line-height: 1.6;
            margin-top: 0.25rem;
            padding-right: 0.5rem;
            opacity: 0.9;
            border-left: 3px solid rgba(228, 161, 27, 0.3);
            padding-left: 1rem;
        }

        /* ----- responsive breakpoints ----- */

        /* tablet landscape / small desktop */
        @media screen and (max-width: 1024px) {
            .service-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.8rem;
            }
            .section-heading h2 {
                font-size: 2.4rem;
            }
        }

        /* tablet portrait */
        @media screen and (max-width: 768px) {
            .services-section {
                padding: 3rem 1.2rem;
            }
            .service-card {
                padding: 1.8rem 1.4rem;
            }
            .card-title-wrap h3 {
                font-size: 1.45rem;
            }
        }

        /* mobile */
        @media screen and (max-width: 540px) {
            .service-grid {
                grid-template-columns: 1fr;
                max-width: 420px;
                margin-left: auto;
                margin-right: auto;
            }
            .section-heading h2 {
                font-size: 2rem;
            }
            .card-img {
                height: 150px;
            }
        }

        /* optional fine tuning */
        .fas, .far, .fab {
            filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
        }

 


          .why-choose-section {
            position: relative;
            background: linear-gradient(135deg, #0c1f3a 0%, #1b3352 100%);
            padding: 5rem 1.5rem;
            isolation: isolate;
            overflow: hidden;
        }

        /* abstract geometric shapes for unique background */
        .why-choose-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: radial-gradient(circle at 10% 20%, rgba(255, 215, 100, 0.03) 0%, transparent 30%),
                              radial-gradient(circle at 90% 70%, rgba(228, 161, 27, 0.04) 0%, transparent 35%),
                              repeating-linear-gradient(45deg, rgba(255,255,255,0.01) 0px, rgba(255,255,255,0.01) 2px, transparent 2px, transparent 8px);
            pointer-events: none;
            z-index: 1;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            position: relative;
            z-index: 5;
        }

        /* heading with double accent */
        .heading-block {
            text-align: center;
            margin-bottom: 4rem;
        }

        .heading-block h2 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: -0.02em;
            text-shadow: 0 4px 12px rgba(0,0,0,0.3);
            display: inline-block;
            padding: 0.5rem 2.5rem;
            background: rgba(0, 0, 0, 0.25);
            backdrop-filter: blur(4px);
            border-radius: 80px;
            border: 1px solid rgba(255, 215, 100, 0.3);
            box-shadow: 0 15px 25px -8px rgba(0,0,0,0.4);
            margin-bottom: 1rem;
        }

        .heading-sub {
            font-size: 1.4rem;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.85);
            background: rgba(228, 161, 27, 0.2);
            backdrop-filter: blur(2px);
            display: inline-block;
            padding: 0.3rem 2rem;
            border-radius: 40px;
            border: 1px dashed #e4a11b;
        }

        /* main flex/grid layout: two column asymmetric */
        .choose-grid {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 2rem;
            align-items: stretch;
        }

        /* left side: big visual card with core message */
        .core-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(228, 161, 27, 0.25);
            border-radius: 48px;
            padding: 2.8rem 2rem;
            box-shadow: 0 30px 40px -20px rgba(0,0,0,0.5), inset 0 1px 2px rgba(255,255,255,0.1);
            display: flex;
            flex-direction: column;
            justify-content: center;
            transition: transform 0.2s ease;
        }

        .core-card:hover {
            transform: scale(1.01);
            border-color: rgba(228, 161, 27, 0.5);
        }

        .core-tagline {
            font-size: 1.2rem;
            text-transform: uppercase;
            letter-spacing: 4px;
            color: #e4a11b;
            font-weight: 500;
            margin-bottom: 1rem;
        }

        .core-title {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.2;
            color: white;
            margin-bottom: 1.5rem;
        }

        .core-title span {
            color: #e4a11b;
            border-bottom: 3px solid rgba(228, 161, 27, 0.5);
            display: inline-block;
        }

        .core-description {
            font-size: 1.2rem;
            color: rgba(255,255,255,0.8);
            max-width: 400px;
            margin-bottom: 2.5rem;
            border-left: 4px solid #e4a11b;
            padding-left: 1.5rem;
            text-align: justify;
        }

        .stats-mini {
            display: flex;
            gap: 2rem;
            color: white;
        }

        .stats-mini div {
            display: flex;
            align-items: center;
            gap: 8px;
            background: rgba(255,255,255,0.03);
            padding: 0.5rem 1.2rem;
            border-radius: 40px;
            border: 1px solid rgba(255,255,255,0.05);
        }

        .stats-mini i {
            color: #e4a11b;
            font-size: 1.2rem;
        }

        /* right side: feature list with unique cards */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.2rem;
        }

        .feature-item {
                background: rgb(10 22 45);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 28px;
            padding: 1.6rem 1.3rem;
            transition: all 0.25s cubic-bezier(0.2,0,0,1);
            box-shadow: 0 15px 20px -10px rgba(0,0,0,0.4);
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
        }

        .feature-item::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, #e4a11b, #f5c84e, #e4a11b);
            transform: translateX(-100%);
            transition: transform 0.4s ease;
        }

        .feature-item:hover::after {
            transform: translateX(0);
        }

        .feature-item:hover {
            background: rgba(20, 38, 65, 0.9);
            border-color: rgba(228, 161, 27, 0.4);
            transform: translateY(-4px);
        }

        .feature-icon {
            font-size: 2.2rem;
            color: #e4a11b;
            margin-bottom: 1rem;
            background: rgba(0,0,0,0.3);
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 18px;
            border: 1px solid rgba(228, 161, 27, 0.3);
        }

        .feature-item h4 {
            font-size: 1.3rem;
            font-weight: 600;
            color: white;
            margin-bottom: 0.3rem;
            letter-spacing: -0.2px;
        }

        .feature-desc {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.4;
        }

        /* make last feature possibly span two columns? but not needed, we have exactly 7 items */
        .feature-item:nth-child(7) {
            grid-column: span 2; /* emergency & fire safety stands out */
            background: rgba(228, 161, 27, 0.1);
            border: 1px solid rgba(228, 161, 27, 0.3);
        }

        .feature-item:nth-child(7) .feature-icon {
            background: #e4a11b;
            color: #0c1f3a;
        }

        /* responsiveness */
        @media screen and (max-width: 1024px) {
            .heading-block h2 {
                font-size: 2.8rem;
            }
            .core-title {
                font-size: 2.5rem;
            }
        }

        @media screen and (max-width: 900px) {
            .choose-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            .core-card {
                order: 1;
            }
            .features-grid {
                order: 2;
            }
            .core-description {
                max-width: 100%;
            }
        }

        @media screen and (max-width: 600px) {
            .heading-block h2 {
                font-size: 2rem;
                padding: 0.5rem 1rem;
            }
            .heading-sub {
                font-size: 1.1rem;
            }
            .features-grid {
                grid-template-columns: 1fr;
            }
            .feature-item:nth-child(7) {
                grid-column: span 1;
            }
            .core-title {
                font-size: 2rem;
            }
            .stats-mini {
                flex-wrap: wrap;
            }
        }

        /* additional touch: floating dots */
        .dot-pattern {
            position: absolute;
            top: 10%;
            right: 3%;
            width: 180px;
            height: 180px;
            background-image: radial-gradient(#e4a11b 2px, transparent 2px);
            background-size: 24px 24px;
            opacity: 0.15;
            z-index: 2;
            pointer-events: none;
            border-radius: 50%;
        }


             .training-nexus {
            background: linear-gradient(115deg, #f0f5fd 0%, #e6edf9 100%);
            padding: 5rem 1.5rem;
            font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;
            position: relative;
            overflow: hidden;
        }

        /* subtle background pattern */
        .training-nexus::before {
            content: "";
            position: absolute;
            top: -30%;
            right: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(228, 161, 27, 0.08) 0%, transparent 60%);
            border-radius: 50%;
            z-index: 0;
        }
        .training-nexus::after {
            content: "";
            position: absolute;
            bottom: -10%;
            left: -5%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(18, 52, 96, 0.05) 0%, transparent 65%);
            z-index: 0;
        }

        .container-protocol {
            max-width: 1280px;
            margin: 0 auto;
            position: relative;
            z-index: 5;
        }

        /* section header with strong disciplined look */
        .header-drill {
            text-align: center;
            margin-bottom: 4rem;
        }

        .header-drill h2 {
            font-size: 2.3rem;
            font-weight: 800;
            color: #0b2a41;
            letter-spacing: -0.02em;
             display: inline-block;
            background: #ffffffc9;
            backdrop-filter: blur(8px);
            padding: 0.8rem 2.5rem 0.8rem 2.5rem;
            border-radius: 100px;
            box-shadow: 0 20px 28px -12px rgba(0, 35, 65, 0.25);
            border: 2px solid #ffffff;
            margin-bottom: 1.2rem;
            line-height: 1.2;
        }

        .header-drill h2 i {
            color: #e4a11b;
            margin-right: 12px;
            font-size: 3rem;
            vertical-align: middle;
        }

        .header-drill .sub-motto {
            font-size: 1.5rem;
            font-weight: 400;
            color: #1e3a5a;
            background: rgba(228, 161, 27, 0.12);
            padding: 0.5rem 2rem;
            border-radius: 60px;
            display: inline-block;
            backdrop-filter: blur(2px);
            border: 1px dashed #e4a11b;
        }

        /* main layout: left (skills grid) + right (discipline summary) */
        .dual-panel {
            display: grid;
            grid-template-columns: 2fr 1.2fr;
            gap: 2rem;
            align-items: stretch;
        }

        /* left panel — training capsules grid (unique class names) */
        .skill-citadel {
            background: rgba(255,255,255,0.75);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 48px;
            padding: 2.5rem 2rem;
            border: 1px solid rgba(255,255,255,0.8);
            box-shadow: 0 30px 38px -20px rgba(0,35,65,0.3);
        }

        .skill-citadel h3 {
            font-size: 1.9rem;
            font-weight: 700;
            color: #0b2a41;
            margin-bottom: 2rem;
            display: flex;
            align-items: center;
            gap: 8px;
            border-left: 12px solid #e4a11b;
            padding-left: 1.2rem;
        }

        .badge-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.2rem;
        }

        .badge-item {
            background: white;
            border-radius: 28px;
            padding: 1.3rem 1rem 1.3rem 1.2rem;
            display: flex;
            align-items: center;
            gap: 1rem;
            box-shadow: 0 6px 14px rgba(0, 20, 40, 0.06);
            transition: all 0.2s ease;
            border: 1px solid rgba(0,0,0,0.02);
        }

        .badge-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 22px -12px rgba(170, 130, 30, 0.2);
            border-color: #e4a11b40;
        }

        .badge-icon {
            background: #0b2a41;
            color: #e4a11b;
            width: 52px;
            height: 52px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            flex-shrink: 0;
            transition: 0.2s;
        }

        .badge-item:hover .badge-icon {
            background: #e4a11b;
            color: #0b2a41;
        }

        .badge-text {
            font-weight: 600;
            font-size: 1.2rem;
            color: #132e48;
        }

        /* right panel — discipline / standards column */
        .discipline-core {
            background: #0b2a41;
            border-radius: 48px;
            padding: 2.5rem 2rem;
            color: white;
            box-shadow: 0 30px 38px -14px #0b2a4160;
            border: 2px solid #e4a11b30;
            display: flex;
            flex-direction: column;
        }

        .discipline-core h3 {
            font-size: 1.9rem;
            font-weight: 700;
            margin-bottom: 2rem;
            display: flex;
            align-items: center;
            gap: 10px;
            border-left: 12px solid #e4a11b;
            padding-left: 1.2rem;
        }

        .discipline-core h3 i {
            color: #e4a11b;
            font-size: 2rem;
        }

        .standards-list {
            list-style: none;
            margin-bottom: 2.2rem;
        }

        .standards-list li {
            display: flex;
            gap: 1rem;
            align-items: center;
            font-size: 1.2rem;
            margin-bottom: 1.3rem;
            background: rgba(255,255,255,0.04);
            padding: 0.8rem 1.2rem;
            border-radius: 60px;
            border: 1px solid rgba(228,161,27,0.2);
        }

        .standards-list li i {
            color: #e4a11b;
            font-size: 1.5rem;
            width: 32px;
            text-align: center;
        }

        .reporting-badge {
            background: #e4a11b20;
            border: 2px dashed #e4a11b;
            border-radius: 38px;
            padding: 1.5rem 1.2rem;
            margin-top: auto;
            text-align: center;
            backdrop-filter: blur(2px);
        }

        .reporting-badge p {
            font-size: 1.3rem;
            font-weight: 500;
            line-height: 1.5;
        }

        .reporting-badge i {
            color: #e4a11b;
            font-size: 2.2rem;
            margin-bottom: 0.3rem;
        }

        /* responsive design */
        @media screen and (max-width: 1000px) {
            .dual-panel {
                grid-template-columns: 1fr;
            }
            .header-drill h2 {
                font-size: 2.6rem;
            }
        }

        @media screen and (max-width: 650px) {
            .badge-grid {
                grid-template-columns: 1fr;
            }
            .header-drill h2 {
                font-size: 2rem;
                padding: 0.8rem 1rem;
            }
            .header-drill h2 i {
                font-size: 2rem;
            }
            .header-drill .sub-motto {
                font-size: 1.2rem;
            }
            .skill-citadel, .discipline-core {
                padding: 1.8rem 1.2rem;
            }
            .badge-item {
                padding: 1rem;
            }
        }

        @media screen and (max-width: 400px) {
            .badge-item {
                flex-wrap: wrap;
                justify-content: center;
                text-align: center;
            }
        }

        /* small decals */
        .insignia {
            position: absolute;
            bottom: 20px;
            right: 30px;
            opacity: 0.1;
            font-size: 6rem;
            color: #1e3a5a;
            transform: rotate(10deg);
            z-index: 0;
        }


        .industry-guardian {
            background: linear-gradient(145deg, #1b2f44 0%, #0f263b 100%);
            padding: 5rem 1.5rem;
            font-family: 'Outfit', 'Segoe UI', system-ui, sans-serif;
            position: relative;
            isolation: isolate;
        }

        /* abstract topographic style background */
        .industry-guardian::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.05"><path d="M60 80L100 40L140 80L100 120L60 80Z" fill="none" stroke="%23e4a11b" stroke-width="2"/><circle cx="100" cy="80" r="12" fill="none" stroke="%23e4a11b" stroke-width="2"/><circle cx="100" cy="80" r="20" fill="none" stroke="%23ffffff" stroke-width="1"/><path d="M40 150L80 110L120 150L80 190L40 150Z" fill="none" stroke="%23e4a11b" stroke-width="2"/><circle cx="80" cy="150" r="8" fill="none" stroke="%23e4a11b"/></svg>');
            background-repeat: repeat;
            background-size: 140px 140px;
            opacity: 0.2;
            z-index: 0;
        }

        .shield-container {
            max-width: 1280px;
            margin: 0 auto;
            position: relative;
            z-index: 5;
        }

        /* heading with strong presence */
        .command-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .command-header h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: white;
            /* text-transform: uppercase; */
            letter-spacing: 2px;
            text-shadow: 0 4px 14px rgba(0,0,0,0.5);
            background: linear-gradient(135deg, #ffffff 0%, #f3d27c 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
            padding: 0.3rem 2rem;
             border-radius: 80px;
            backdrop-filter: blur(6px);
            margin-bottom: 1.5rem;
        }

        .command-header h2 i {
            background: #e4a11b;
            -webkit-text-fill-color: #0b1f2f;
            color: #0b1f2f; /* fallback */
            padding: 0.3rem;
            border-radius: 50%;
            margin-right: 8px;
        }

        .command-sub {
            color: rgba(255,255,240,0.85);
            font-size: 1.4rem;
            background: rgba(0, 0, 0, 0.35);
            backdrop-filter: blur(4px);
            display: inline-block;
            padding: 0.5rem 2.2rem;
            border-radius: 60px;
            border: 1px solid #e4a11b;
            box-shadow: 0 8px 18px rgba(0,0,0,0.3);
        }

        /* industry grid */
        .territory-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1rem;
        }

        /* industry card – unique style */
        .sector-stronghold {
             border-color: #e4a11b;
            background: rgba(20, 45, 70, 0.7);
            box-shadow: 0 22px 18px -6px #e4a11b30;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid rgba(228, 161, 27, 0.25);
            border-radius: 42px;
            padding: 2rem 1.5rem;
            transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.1);
            box-shadow: 0 20px 28px -12px rgba(0,0,0,0.6);
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            color: white;
        }

        .sector-stronghold:hover {
            /* transform: translateY(-10px) scale(1.02); */
            border-color: #e4a11b;
            background: rgba(20, 45, 70, 0.7);
            box-shadow: 0 22px 18px -6px #e4a11b30;
        }

        .fortress-icon {
            font-size: 3.2rem;
            background: rgba(228,161,27,0.18);
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-bottom: 1.4rem;
            border: 2px dotted #e4a11b;
            transition: 0.2s;
            color: #e4a11b;
        }

        .sector-stronghold:hover .fortress-icon {
            background: #e4a11b;
            color: #0f263b;
            border: 2px solid white;
        }

        .sector-stronghold h3 {
            font-size: 23px;
            color:white;
            font-weight: 600;
            margin-bottom: 0.5rem;
            line-height: 1.3;
        }

        .sector-tag {
            font-size: 0.95rem;
            color: rgba(255,255,220,0.8);
            letter-spacing: 0.3px;
            border-top: 1px dashed rgba(228,161,27,0.5);
            padding-top: 0.8rem;
            margin-top: 0.5rem;
            width: 100%;
        }

        /* custom responsive design */
        @media screen and (max-width: 1100px) {
            .territory-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 1.8rem;
            }
            .command-header h2 {
                font-size: 2.8rem;
            }
        }

        @media screen and (max-width: 780px) {
            .territory-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }
            .command-header h2 {
                font-size: 2.3rem;
            }
            .command-sub {
                font-size: 1.2rem;
            }
        }

        @media screen and (max-width: 500px) {
            .territory-grid {
                grid-template-columns: 1fr;
                max-width: 340px;
                margin-left: auto;
                margin-right: auto;
            }
            .sector-stronghold {
                padding: 1.8rem 1rem;
            }
            .command-header h2 {
                font-size: 1.9rem;
                padding: 0.5rem 1rem;
            }
            .fortress-icon {
                width: 80px;
                height: 80px;
                font-size: 2.6rem;
            }
        }

        /* small decorative element */
        .vigilance-sign {
            margin-top: 3.5rem;
            text-align: center;
            color: rgba(255,255,240,0.4);
            font-size: 1rem;
            display: flex;
            justify-content: center;
            gap: 0.8rem;
            flex-wrap: wrap;
        }
        .vigilance-sign span {
            border: 1px solid #e4a11b30;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            background: #00000020;
        }


        .testimonial-section {
  padding: 60px 20px;
  background: #f5f5f5;
  text-align: center;

      background-image: url(../img/background1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.testimonial-title {
  font-size: 32px;
  margin-bottom: 40px;
}

.testimonial-wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}

.testimonial-container {
  overflow: hidden;
  width: 100%;
  padding-right: 30px;  /* increase space on right */
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  margin: 10px;
  text-align: center;
  /* box-shadow: 0 5px 20px rgba(0,0,0,0.08); */
  flex: 0 0 33.33%;
  box-sizing: border-box;
}

.testimonial-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonial-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  padding: 0px 40px 0px 0px;
}

.testimonial-card h4 {
  margin: 5px 0;
  font-size: 18px;
}

.testimonial-card span {
  font-size: 14px;
  color: #888;
}

.prev, .next {
  background: #001d23;
  color: #fff;
  border: none;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 50%;
  /* font-size: 20px; */
}

.prev:hover, .next:hover {
  background: #ff6600;
  background: #001d23;
  color: #fff;
}

/* Tablet */
@media (max-width: 992px) {
  .testimonial-card {
    flex: 0 0 50%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .testimonial-card {
    flex: 0 0 100%;
  }

  .testimonial-title {
    font-size: 24px;
  }
}



.stats-section{
background: linear-gradient(rgb(9 9 36), rgb(7 11 54 / 90%)), url(https://www.transparenttextures.com/patterns/hexellence.png);
    background-size: cover;
    padding: 80px 20px;
}

.stats-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
text-align:center;
color:white;
}

.stat-box i{
font-size:40px;
margin-bottom:15px;
}

.stat-number{
font-size:40px;
font-weight:bold;
margin-bottom:5px;
color:white !important;
}

.stat-text{
font-size:16px;
opacity:0.9;
}

/* Tablet */

@media(max-width:900px){
.stats-container{
grid-template-columns:repeat(2,1fr);
}
}

/* Mobile */

@media(max-width:500px){
.stats-container{
grid-template-columns:1fr;
}
}


.floating-icons{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}

.floating-icons a{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
}

.call-icon{
    background: #007bff;
}

.whatsapp-icon{
    background: #25D366;
}

.contact-box{
    width: 100%;
}

.contact-item{
    display: flex;
    align-items: center;
    background: #f1f1f1;
    padding: 25px;
    margin-bottom: 25px;
}

.icon{
    width: 60px;
    height: 60px;
    background: #171b42;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
}

.contact-text h4{
    margin: 0;
    font-weight: 700;
}

.contact-text p{
    margin: 5px 0 0;
}


.mission-vision {
           padding: 0px 0px 45px 0px;
            background: white;
        }
        .mv-grid {
            display: flex;
            gap: 40px;
            flex-wrap: wrap;
            margin-top: 30px;
        }
        .mv-card {
            flex: 1 1 280px;
            background: #f0f4f9;
            padding: 42px 36px;
            border-radius: 28px;
            box-shadow: 0 8px 18px -6px rgba(0,40,60,0.12);
            transition: 0.2s;
            border-bottom: 5px solid transparent;
                  border-bottom-color: #171b42;
        }
        .mv-card:hover {
            border-bottom-color: #171b42;
            background: #ecf2f9;
        }
        .mv-card i {
            font-size: 3rem;
            color: #171b42;
            margin-bottom: 24px;
        }
        .mv-card h3 {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 16px;
        }
        .mv-card p {
            font-size: 1.1rem;
            color: #1e293b;
        }

        /* ---------- core values (list with icons) ---------- */
        .core-values {
            background: #111c2d;
            color: white;
            padding: 70px 0;
        }
        .core-values .section-title:after {
            background: #e2b95b;
        }
        .values-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 28px;
            margin-top: 48px;
            justify-content: center;
        }
        .value-item {
            background: rgba(255,255,255,0.06);
            backdrop-filter: blur(4px);
            padding: 22px 32px;
            border-radius: 60px;
            display: flex;
            align-items: center;
            gap: 16px;
            font-size: 1.3rem;
            font-weight: 500;
            border: 1px solid rgba(201, 162, 75, 0.4);
            flex: 0 1 auto;
            box-shadow: 0 6px 14px rgba(0,0,0,0.2);
        }
        .value-item i {
            color:#e4a11b;
            font-size: 1.9rem;
        }

        /* ---------- security personnel ---------- */
        .personnel {
            padding: 80px 0;
            background: #ffffff;
        }
        .personnel-grid {
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
            margin: 50px 0 20px;
        }
        .personnel-card {
            background: #f9f9fc;
            border-radius: 36px;
            padding: 32px;
            flex: 1 1 240px;
            border: 1px solid #e9edf4;
            transition: all 0.2s;
            box-shadow: 0 8px 20px -8px rgba(0,20,30,0.15);
        }
        .personnel-card:hover {
            transform: translateY(-6px);
            border-color: #c9a24b;
        }
        .personnel-card i {
            font-size: 2.5rem;
            color: #1e3a5f;
            background: #e6eefc;
            padding: 14px;
            border-radius: 20px;
            margin-bottom: 25px;
        }
        .personnel-card h4 {
            font-size: 1.7rem;
            font-weight: 600;
            margin-bottom: 10px;
        }
        .personnel-card .sub {
            color: #c9a24b;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.9rem;
            margin-bottom: 18px;
        }
        .personnel-card ul {
            list-style: none;
        }
        .personnel-card li {
            padding: 8px 0;
            border-bottom: 1px dashed #d4dcec;
            display: flex;
            gap: 10px;
            align-items: center;
        }
        .personnel-card li i {
            font-size: 1rem;
            background: transparent;
            padding: 0;
            color: #c9a24b;
        }

        /* ---------- why choose us (check style) ---------- */
        .why-choose {
            background: #f2f5fa;
            padding: 75px 0;
        }
        .why-flex {
            display: flex;
            gap: 40px;
            flex-wrap: wrap;
            align-items: center;
        }
        .why-list {
            flex: 1 1 300px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 22px;
        }
        .why-item {
            background: white;
            border-radius: 30px;
            padding: 24px 22px;
            box-shadow: 0 6px 14px rgba(0,0,0,0.02);
            display: flex;
            align-items: center;
            gap: 18px;
            font-weight: 600;
            font-size: 1.15rem;
            border: 1px solid white;
            transition: 0.15s;
        }
        .why-item i {
            color: #e4a11b;
            font-size: 2rem;
            background: #f0f4fc;
            border-radius: 50%;
            padding: 10px;
        }
        .why-item:hover {
            border-color: #c9a24b;
        }
        .why-tagline {
            flex: 0 1 300px;
            background: #111c2d;
            color: white;
            border-radius: 40px;
            padding: 45px 35px;
        }
        .why-tagline h3 {
            font: size 18px;;
            font-weight: 600;
            margin-bottom: 18px;
        }
        .why-tagline p {
            font-size: 15px;
            color: #ced9e5;
        }

        /* ---------- industries we serve ---------- */
        .industries {
            padding: 70px 0;
            background: white;
        }
        .industry-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 20px 28px;
            justify-content: center;
            margin: 50px 0 20px;
        }
        .badge {
            background: #171b42;
            padding: 16px 36px;
            border-radius: 60px;
            font-size: 1.25rem;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 14px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
            transition: 0.15s;
        }
        .badge i {
            color: #e4a11b;
            font-size: 1.6rem;
        }
        .badge:hover {
            background: #111c2d;
            color: white;
            transform: scale(1.02);
        }
        .badge:hover i {
            color: #e4a11b;
        }

         .gallery-section{
    padding:60px 20px;
    text-align:center;
}

.gallery-title{
    font-size:32px;
    margin-bottom:40px;
    font-weight:bold;
}

.gallery{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(250px,1fr));
    gap:20px;
    max-width:1200px;
    margin:auto;
}

.gallery img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:10px;
    transition:0.4s;
    cursor:pointer;
}

.gallery img:hover{
    transform:scale(1.05);
}









     

        .shield-icon {
            background: #0a3147;
            color: white;
            width: 56px;
            height: 56px;
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            box-shadow: 0 12px 18px -8px rgba(2, 48, 71, 0.3);
        }

        /* tagline */
        .tagline {
            background: #e9f0f9;
            padding: 1.5rem 2rem;
            border-radius: 40px 40px 40px 12px;
            margin-bottom: 3rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            border-left: 6px solid #d7a732;
        }

        .tagline p {
            font-size: 1.35rem;
            font-weight: 500;
            color: #0a3147;
        }

        .tagline p i {
            color: #cc7f2c;
            margin-right: 8px;
        }

        .trust-badge {
            display: flex;
            gap: 1.5rem;
        }

        .trust-badge span {
            background: white;
            padding: 0.4rem 1.2rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 4px 8px rgba(0,20,30,0.05);
        }

        /* section titles */
        .section-title {
            font-size: 1.9rem;
            font-weight: 700;
            color: #0c2d41;
            margin-bottom: 2rem;
            /* display: flex; */
            align-items: center;
            gap: 12px;
        }

        .section-title i {
            background: #d7a732;
            color: white;
            padding: 8px 12px;
            border-radius: 60px;
            font-size: 1.3rem;
        }

        /* Why join cards */
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.5rem;
            margin-bottom: 3rem;
        }

        .benefit-card {
            background: white;
            border-radius: 28px;
            padding: 1.8rem 1.5rem;
            box-shadow: 0 15px 30px -12px rgba(0, 55, 80, 0.1);
            transition: all 0.2s;
            border: 1px solid rgba(204, 127, 44, 0.1);
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            border-color: #cc7f2c40;
            box-shadow: 0 25px 35px -14px #0a314750;
        }

        .benefit-icon {
            background: #f1e7db;
            width: 56px;
            height: 56px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.9rem;
            color: #d7a732;
            margin-bottom: 1.4rem;
        }

        .benefit-card h3 {
            font-size: 17px;
            margin-bottom: 0.6rem;
            color: #152f3f;
        }

        .benefit-card p {
            color: #3f5565;
            font-weight: 400;
            font-size: 0.95rem;
        }

        /* job cards grid */
        .jobs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-bottom: 3.5rem;
        }

        .job-card {
            background: white;
            border-radius: 2.5rem 2.5rem 2rem 2rem;
            overflow: hidden;
            box-shadow: 0 20px 35px -14px rgba(0, 44, 65, 0.15);
            transition: 0.2s;
            border: 1px solid rgba(0,0,0,0.02);
        }

        /* .job-card:hover {
            box-shadow: 0 30px 45px -12px #0a3147;
        } */

        .job-head {
            background: linear-gradient(115deg, #0f3b52, #1d5777);
            padding: 1.8rem 1.8rem 1.2rem 1.8rem;
            color: white;
        }

        .job-head h2 {
            font-size: 1.9rem;
            font-weight: 600;
            letter-spacing: -0.02em;
            margin-bottom: 0.3rem;
        }

        .job-head .badge {
            background: #d7a732;
            color: #ffffff;
            font-weight: 700;
            padding: 0.25rem 1rem;
            border-radius: 60px;
            font-size: 0.8rem;
            display: inline-block;
        }

        .job-body {
            padding: 2rem 1.8rem 1.8rem;
        }

        .job-body h4 {
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            color: #cc7f2c;
            margin-bottom: 0.8rem;
        }

        .job-body ul {
            list-style: none;
            margin-bottom: 1.8rem;
        }

        .job-body li {
            display: flex;
            gap: 0.7rem;
            margin-bottom: 0.7rem;
            font-size: 0.98rem;
            color: #1d3e52;
        }

        .job-body li i {
            color: #cc7f2c;
            width: 1.2rem;
            padding-top: 3px;
        }

        .req-title {
            margin: 1.2rem 0 0.4rem 0;
            font-weight: 700;
            color: #0c2d41;
            font-size: 1rem;
        }

        /* training pill */
        .training-section {
            background: #1d3d51;
            border-radius: 4rem 4rem 4rem 1.5rem;
            padding: 2.5rem 3rem;
            color: white;
            margin: 3rem 0 3rem;
            background-image: radial-gradient(circle at 80% 30%, #316277 0%, #0d3143 95%);
        }

        .training-flex {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            justify-content: space-between;
            align-items: center;
        }

        .training-left h2 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .training-left p {
            font-size: 1.1rem;
            opacity: 0.9;
            max-width: 500px;
        }

        .training-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.2rem;
            max-width: 550px;
        }

        .training-pills span {
            background: rgba(255,255,255,0.12);
            backdrop-filter: blur(4px);
            padding: 0.8rem 1.6rem;
            border-radius: 60px;
            font-weight: 500;
            border: 1px solid #ffffff30;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .training-pills i {
            color: #ffb96a;
        }

        /* application form */
        .form-wrapper {
            background: white;
            border-radius: 3.5rem 3.5rem 2rem 2rem;
            padding: 2.8rem 3rem;
            box-shadow: 0 30px 45px -30px #102b39;
            margin: 3rem 0 2rem;
            border: 1px solid #e6edf2;
        }

        .form-title {
            display: flex;
            gap: 1rem;
            align-items: center;
            margin-bottom: 2.5rem;
        }

        .form-title i {
            font-size: 2.5rem;
            color: #d7a732;
        }

        .form-title h2 {
            font-size: 2rem;
            font-weight: 650;
            color: #0a2e40;
        }

        .form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.8rem 2rem;
        }

        .full-width {
            grid-column: span 2;
        }

        .form-group label {
            font-weight: 600;
            font-size: 0.95rem;
            color: #1a4257;
            display: block;
            margin-bottom: 6px;
        }

        .form-group input, .form-group select, .form-group textarea {
            width: 100%;
            padding: 1rem 1.2rem;
            border: 1.5px solid #dae3ec;
            border-radius: 30px;
            font-size: 0.95rem;
            background: #f9fcff;
            transition: 0.15s;
            font-family: inherit;
        }

        .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
            border-color: #cc7f2c;
            outline: none;
            background: white;
            box-shadow: 0 0 0 4px #fbe9d8;
        }

        .file-upload {
            background: #f2f6fa;
            border-radius: 40px;
            padding: 0.8rem 1.5rem;
            border: 2px dashed #b7cdde;
            display: flex;
            align-items: center;
            gap: 1rem;
            color: #1d4e6b;
        }

        .file-upload i {
            font-size: 1.8rem;
            color: #cc7f2c;
        }

        .file-upload span {
            font-size: 0.95rem;
        }

        .file-upload input {
            opacity: 0;
            width: 0.1px;
        }

        .upload-btn {
            background: white;
            padding: 0.5rem 1.5rem;
            border-radius: 60px;
            font-weight: 600;
            border: 1px solid #cc7f2c;
            margin-left: auto;
            cursor: pointer;
        }

        .apply-btn {
            background: #0a3147;
            border: none;
            color: white;
            font-weight: 700;
            font-size: 1.3rem;
            padding: 1.2rem 2rem;
            border-radius: 60px;
            width: 100%;
            cursor: pointer;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-top: 2rem;
            border: 2px solid #0a3147;
        }

        .apply-btn:hover {
            background: #154c69;
            border-color: #cc7f2c;
        }
 

        hr {
            border: 1px solid #cbdae6;
            margin: 2rem 0;
        }

        /* small tweaks */
        @media (max-width: 700px) {
            .container { padding: 1.5rem; }
            .form-grid { grid-template-columns: 1fr; }
            .full-width { grid-column: span 1; }
            .form-wrapper { padding: 2rem 1.5rem; }
            .training-section { padding: 2rem 1.5rem; }
        }



        








          /* hero banner with image */
    .hero {
      background: linear-gradient(106deg, #0f2633 0%, #1c4057 100%);
      border-radius: 0 0 40px 40px;
      margin-bottom: 50px;
      color: white;
      position: relative;
      overflow: hidden;
    }

    .hero::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 45%;
      height: 100%;
      background: url('https://images.unsplash.com/photo-1557597774-9d2736059fa6?q=80&w=2064&auto=format&fit=crop') no-repeat center center/cover;
      opacity: 0.3;
      mix-blend-mode: overlay;
      pointer-events: none;
    }

    .hero-grid {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 56px 0 56px 0;
      gap: 40px;
      position: relative;
      z-index: 2;
    }

    .hero-content {
      flex: 1 1 300px;
    }

    .hero-content h2 {
      font-size: 2.8rem;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
      max-width: 650px;
    }

    .hero-content p {
      font-size: 1.2rem;
      opacity: 0.9;
      margin-bottom: 32px;
      max-width: 550px;
    }

    .hero-stats {
      display: flex;
      gap: 36px;
    }

    .stat-item {
      display: flex;
      flex-direction: column;
    }

    .stat-number {
      font-size: 2rem;
      font-weight: 700;
      color: #fedb8f;
    }

    .hero-image-fake {
      flex: 0 1 360px;
      height: 280px;
      border-radius: 30px;
      background: url('https://images.unsplash.com/photo-1606220838316-056b1344a9b7?q=80&w=1974&auto=format&fit=crop') no-repeat center center/cover;
      box-shadow: 0 30px 30px -10px rgba(0,0,0,0.4);
      border: 2px solid rgba(255,255,255,0.2);
    }

    /* section titles */
    .section-title {
      text-align: center;
      margin-bottom: 48px;
    }

    .section-title h3 {
      font-size: 2.2rem;
      font-weight: 700;
      color: #0f2c3d;
      margin-bottom: 12px;
    }

    .section-title p {
      font-size: 1.1rem;
      color: #4f6473;
      max-width: 700px;
      margin: 0 auto;
    }

    .badgee {
      background: #eaf1f7;
      color: #1d5770;
      padding: 6px 16px;
      border-radius: 30px;
      display: inline-block;
      font-weight: 600;
      font-size: 0.9rem;
      margin-bottom: 16px;
    }

    /* services grid - each card now has a top image */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 28px;
      margin: 50px 0 30px;
    }

    .service-card {
      background: white;
      border-radius: 26px;
      box-shadow: 0 12px 28px rgba(0, 30, 46, 0.06);
      transition: transform 0.2s, box-shadow 0.2s;
      border: 1px solid #ecf2f8;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 22px 38px rgba(0, 45, 65, 0.12);
      border-color: #d5e2ed;
    }

    /* each service image */
    .card-img {
      height: 230px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-bottom: 4px solid #e4a11b;
    }

    .card-content {
      padding: 28px 22px 30px;
      flex: 1;
    }

    .card-content h4 {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 12px;
      color: #153e52;
    }

    .card-content p {
      color: #3b5566;
      font-size: 0.98rem;
      margin-bottom: 20px;
    }

    .feature-tag {
      display: inline-block;
      background: #f0f5fa;
      padding: 6px 18px;
      border-radius: 50px;
      font-size: 0.85rem;
      font-weight: 600;
      color: #1e5772;
    }

    /* CTA surveillance */
    .surveillance-cta {
      background: #0c293b;
      margin: 60px 0;
      border-radius: 40px;
      padding: 52px 40px;
      color: white;
      background-image: linear-gradient(100deg, #0b2635 20%, #154456 80%), url('https://images.unsplash.com/photo-1557322163-478d5a0a8700?q=80&w=1974&auto=format&fit=crop');
      background-blend-mode: overlay;
      background-size: cover;
      background-position: center;
    }

   

    .surveillance-content h3 {
      font-size: 2.4rem;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .surveillance-content p {
      font-size: 1.1rem;
      opacity: 0.9;
      margin-bottom: 32px;
    }

    .btn-outline-light {
      background: transparent;
      border: 2px solid white;
      padding: 12px 32px;
      border-radius: 40px;
      font-weight: 700;
      color: white;
      cursor: pointer;
      transition: 0.2s;
    }

    .btn-outline-light:hover {
      background: white;
      color: #0f2c3d;
    }

    /* feature row */
    .feature-row {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: space-between;
      background: white;
      border-radius: 32px;
      padding: 48px 32px;
      box-shadow: 0 10px 28px rgba(0,0,0,0.02);
      border: 1px solid #e2eef9;
      margin-bottom: 50px;
    }

    .feature-item {
      flex: 1 1 180px;
      display: flex;
      align-items: center;
      gap: 18px;
      
    }

    .feature-item i {
      font-size: 36px;
      color: #e4a11b;
      /* background: #ffffff;
      width: 70px;
      height: 70px; */
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .feature-item span {
      font-weight: 700;
      font-size: 1.2rem;
      color: #1f3c4f;
    }

    /* trust section */
    .trust-section {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      background: #f1f7fc;
      border-radius: 40px;
      padding: 48px 40px;
      margin: 50px 0;
      align-items: center;
    }

    .trust-image {
      flex: 1 1 260px;
      /* height: 260px; */
      border-radius: 30px;
      background: url('https://images.unsplash.com/photo-1573165231977-3b3a558f1a7f?q=80&w=2069&auto=format&fit=crop') center/cover;
      box-shadow: 0 20px 30px -8px #0b2b3b50;
    }

    .trust-image img {
        border-radius:10px }

    .trust-text {
      flex: 2 1 300px;
    }

    .trust-text h4 {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #0c2e41;
    }

    .trust-text p {
      font-size: 1.1rem;
      color: #2b4b61;
      margin-bottom: 24px;
    }

    .signature {
      font-weight: 700;
      color: #e4a11b;
    }
 

    /* responsive */
    @media (max-width: 800px) {
      .header-content {
        flex-direction: column;
        gap: 16px;
      }
      .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
      }
      .hero-grid {
        flex-direction: column;
      }
      .hero-content h2 {
        font-size: 2rem;
      }
      .hero-image-fake {
        width: 100%;
        max-width: 500px;
      }
      .surveillance-content h3 {
        font-size: 2rem;
      }
      .trust-section {
        flex-direction: column;
      }
    }

    @media (max-width: 480px) {
      .container { padding: 0 18px; }
      .feature-item { flex-wrap: wrap; }
    }

/* .certified-badge{
    height:100px;
    width:auto;
} */