@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --navy: #032e50;
    --navy-2: #0a4a63;
    --accent: #0e9bdc;
    --muted: #6c7a86;
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --black: #000;

}

body {
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Navbar */
.navbar-custom {
    /* background: rgba(7, 49, 69, 0.95); */
    /* backdrop-filter: blur(10px); */
    transition: all 0.3s ease;
    margin-top: 30px;
}

.nav-heads {
    background-color: #fff;
    border-radius: 80px;
    padding: 10px 50px;
}

.navbar-brand {
    font-weight: 700;
    color: var(--white);
    font-size: 1.5rem;
}

.navbar-brand img {
    width: 150px;
}

.navbar-nav .nav-link {
    color: #5b5753;
    font-weight: 600;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
    margin-right: 25px;


}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--navy);
    font-weight: 700;
}

.navbar-nav .nav-link.active {
    position: relative;
}

.navbar-nav .catalog-link {
    align-items: center;
    background: var(--navy);
    border: 1px solid var(--navy);
    border-radius: 50px;
    color: var(--white);
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    margin-right: 0;
    padding: 7px 25px !important;
    transition: all 0.3s ease;
}

.navbar-nav .catalog-link:hover,
.navbar-nav .catalog-link.active {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--white);
    font-weight: 700;
    transform: translateY(-1px);
}

.navbar-nav .catalog-link i {
    font-size: 14px;
}

/* .navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: var(--accent);
    border-radius: 1px;
} */

/* Hero Section */
.hero {
    height: 100vh;
    background: linear-gradient(rgba(7, 49, 69, 0.7), rgba(7, 49, 69, 0.7)), url('../img/Banner.webp');
    background-image: url('../img/Banner.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.hero-content h1 {
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2rem;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */
    font-family: "Barlow Condensed", sans-serif;
    color: var(--navy);
}

.hero-content h1 i {
       color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 19px 22px;
    font-size: 24px;
    position: relative;
    top: -22px;
    margin-bottom: -31px;
    left: 0px;
    transform: rotate(45deg);
}

.hero-content h1 span {
    color: #fff;
    font-weight: 700;
}

.hero-content p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 2.5rem;
    max-width: 750px;
    opacity: 0.95;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    line-height: 1.3;
}

.hero-content {
    margin-top: 150px;
}

.btn-custom {
    background: var(--accent);
    color: var(--white);
    padding: 15px 35px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-custom:hover {
    background: #0c87c4;
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(14, 155, 220, 0.3);
}

/* Services Section */
.services {
    padding: 100px 0;
    padding-bottom: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.services h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--navy);
}

.services span {
    color: var(--navy);
}

.services-lead {
    font-size: 18px;
    color: var(--black);
    margin-bottom: 4rem;
    line-height: 1.7;
}

p {
    font-size: 17px;
    color: var(--black);
    line-height: 1.6;
    font-weight: 450
}

span {
    font-weight: 500;
}

.services-image {
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Custom Accordion Styling */
.accordion-custom .accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.08); */
}

.accordion-custom .accordion-header button {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy) 100%);
    color: var(--white);
    font-weight: 600;
    padding: 20px 25px;
    border: none;
    font-size: 1.1rem;
    position: relative;
    font-size: 22px;

}

.accordion-custom .accordion-header button:not(.collapsed) {
    /* background: linear-gradient(135deg, var(--accent) 0%, #0c87c4 100%); */
    box-shadow: none;
}

.accordion-custom .accordion-header button:focus {
    /* box-shadow: 0 0 0 3px rgba(14, 155, 220, 0.3); */
    border: none;
}

.accordion-custom .accordion-header button::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    float: right;
    transition: transform 0.3s ease;
}

.accordion-custom .accordion-header button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-custom .accordion-body {
    background: #f3f3f3;
    padding: 25px;
    color: #2e2e2c;
    line-height: 1.7;
    padding-top: 15px;
}
.accordion-custom .acor-1{
        padding-bottom: 143px;
}

.accordion-custom .accordion-body b {
    /* color: var(--black); */
    font-weight: 600;
}

.accordion-custom .accordion-body ul {
    margin: 0;
    padding-left: 20px;
}

.accordion-custom .accordion-body li {
    margin-bottom: 8px;
}

/* About Section */
.about {
    padding: 100px 0;
    padding-bottom: 0;
    position: relative;
}

.about h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 2rem;
    line-height: 1.2;
}

.ab-bgs {
    position: absolute;
    top: 0;
    right: 0;
}

.ab-bgs img {
    width: 430px;
}

.profil-sec {
    padding-top: 100px;
}

.profi h2 {
    max-width: 600px;
    margin-bottom: 10px;
}

.long-bg {
    background-image: url('../img/BG-1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about p {}

/* Values Section */
.values {
    padding: 100px 0;
    padding-bottom: 0;
}

.values h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4rem;
}

.value-card {
    text-align: center;
    height: 100%;
}

.value-card img {
    transition: all 0.3s ease;
}

.value-card img:hover {
    transform: translateY(-10px);
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
}

.value-card i {
    font-size: 3rem;
    color: var(--accent);
    margin-bottom: 1.5rem;
}

.value-card h4 {
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 1rem;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* --------------------------
   GRID & SHARED VARIABLES
   -------------------------- */
:root {
    /* --card-w: 240px; */
    --plate-size: 140px;
    --gap: 2.5rem;
    --sep-len-desktop: 64px;
    /* length of dotted segment between cards */
    --sep-len-tablet: 48px;
    --sep-len-mobile: 0px;
    /* no separators on single-column */
}

/* container */
.values-section {
    display: grid;
    gap: var(--gap);
    justify-items: center;
    align-items: start;
    text-align: center;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

/* --------------------------
   CARD / 3D PLATE
   -------------------------- */
.value-card {
    position: relative;
    width: var(--card-w);
}

/* number */
.value-card .icon-number {
    position: absolute;
    left: 41px;
    top: -23px;
    font-size: 47px;
    font-weight: 700;
    color: #989da2;
    z-index: 6;
    pointer-events: none;
    /* text-shadow: 0 6px 18px rgba(30, 40, 60, 0.08); */
    font-family: "Barlow Condensed", sans-serif;
}

/* plate */
.value-card .icon-bg {
    width: var(--plate-size);
    height: var(--plate-size);
    margin: 0 auto 12px auto;
    border-radius: 50%;
    background:
        radial-gradient(120% 100% at 30% 24%,
            rgba(255, 255, 255, 0.96) 0%,
            rgba(250, 246, 250, 0.95) 30%,
            rgba(244, 239, 246, 0.98) 60%,
            rgba(236, 231, 237, 1) 100%);
    background: transparent;
    box-shadow:
        0 26px 40px rgba(27, 40, 60, 0.18),
        inset 0 10px 22px rgba(255, 255, 255, 0.86),
        inset 0 -14px 28px rgba(35, 40, 50, 0.05);
    position: relative;
    z-index: 2;
        box-shadow: 0 1px 3px rgb(10 10 10), inset 0 3px 4px rgb(255 255 255), inset 0 -1px 3px rgb(0 0 0 / 61%);
}

.value-card .icon-bg::after {
    /* glossy highlight */
    content: "";
    position: absolute;
    left: 8%;
    top: 6%;
    width: 84%;
    height: 42%;
    border-radius: 50%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.85) 0%,
            rgba(255, 255, 255, 0.38) 35%,
            rgba(255, 255, 255, 0.06) 100%);
    background: transparent;
    mix-blend-mode: screen;
    z-index: 3;
    filter: blur(0.6px);
}

/* icon image */
.value-card img.img-fluid {
    position: absolute;
    left: 50%;
    top: calc(50% - 58px);
    transform: translate(-50%, -50%);
    width: 75px;
    height: 70px;
    object-fit: contain;
    z-index: 4;
    filter: drop-shadow(0 10px 18px rgba(30, 40, 60, 0.14));
    transition: transform 0.28s cubic-bezier(.2, .9, .2, 1);
}

.value-card:hover img.img-fluid {
    transform: translate(-50%, -52%) scale(1.03);
    filter: drop-shadow(0 16px 28px rgba(18, 28, 40, 0.20));
}

/* headings & text */
.value-card h4 {
    margin-top: calc(var(--plate-size) / 6);
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
}

.value-card p {
    font-size: 0.9rem;
    color: #555;
    margin: 0.25rem 0 0;
    line-height: 1.35;
}

/* --------------------------
   DOTTED SEPARATOR (pseudo)
   - draws a short dotted line to the right of each card
   - hidden for last-in-row items via nth-child rules below
   -------------------------- */
.value-card::after {
    content: "";
    position: absolute;
    top: 30%;
    left: calc(89% + 8px);
    height: 0;
    width: var(--sep-len-desktop);
    z-index: 1;
    transform: translateY(-50%);
    border-top: 2px dashed #000;
    pointer-events: none;
    transition: opacity 180ms ease, transform 250ms ease;
}

/* hide separator for the last card (to be safe) */
.values-section>.value-card:last-child::after {
    display: none;
}

/* --------------------------
   RESPONSIVE COLUMNS + nth-child rules
   (we explicitly set column counts so we know which items end a row)
   -------------------------- */

/* large desktop: 5 columns (default above) */
/* hide separators for every 5th item (end of row) */
.values-section>.value-card:nth-child(5n)::after {
    display: none;
}

/* medium screens / laptop */
@media (max-width: 1200px) {
    :root {
        --card-w: 220px;
        --plate-size: 160px;
        --gap: 2rem;
    }

    .values-section {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    /* separator shorter */
    .value-card::after {
        width: var(--sep-len-tablet);
        left: calc(100% + 6px);
    }

    /* hide separators for every 3rd item (end of row) */
    .values-section>.value-card:nth-child(3n)::after {
        display: none;
    }
}

/* small screens / tablet */
@media (max-width: 768px) {
    :root {
        --card-w: 200px;
        --plate-size: 150px;
        --gap: 1.6rem;
    }

    .values-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* separator length for 2-column */
    .value-card::after {
        width: 56px;
        left: calc(100% + 6px);
    }

    /* hide separators at end of each 2-col row */
    .values-section>.value-card:nth-child(2n)::after {
        display: none;
    }
}

/* mobile: single column -> hide all separators */
@media (max-width: 480px) {
    :root {
        --card-w: 180px;
        --plate-size: 130px;
        --gap: 1.2rem;
    }

    .values-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .value-card {
        width: var(--card-w);
    }

    .value-card::after {
        display: none;
    }

    /* no separators on stacked layout */
    .value-card .icon-number {
        font-size: 42px;
        left: -6px;
        top: -6px;
    }
}

/* Vision Mission */
.vision-mission {
    padding: 100px 0;
    padding-bottom: 0;
}

.vm-card {
    /* background: #bbc0c4; */
    color: var(--black);
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    /* background: linear-gradient(145deg, #bbc0c4, #bbc0c4); */
    padding-bottom: 38px;
        box-shadow: 0 1px 3px rgb(10 10 10 / 24%), inset 0 3px 4px rgb(255 255 255), inset 0 -1px 3px rgb(0 0 0 / 44%);
}

.vm-card h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.vm-card p {
    font-size: 19px;
    margin: 0;
}

.vm-card ul {
    list-style: none;
    padding: 0;
    padding-left: 25px;
}

.vm-card li {
    margin-bottom: 5px;

    position: relative;
    font-size: 19px;
    list-style-type: disc;
}

/* .vm-card li::before {
     content: '\f00c';
     font-family: 'Font Awesome 6 Free';
     font-weight: 900;
     position: absolute;
     left: 0;
     color: var(--accent);
 } */

/* Future Section */
.future {
    padding: 100px 0;
}

.future h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 20px;
}

.future-content ul {
    list-style: none;
    padding: 0;
}

.future-content li {
    font-size: 18px;
    margin-bottom: 5px;
    margin-left: 30px;
    position: relative;
    color: var(--black);
    list-style-type: disc;
}

/* 
 .future-content li::before {
     content: '\f138';
     font-family: 'Font Awesome 6 Free';
     font-weight: 900;
     position: absolute;
     left: 0;
     color: var(--accent);
 } */

/* Footer */
.footer {
    background: #e5eaed;
    color: var(--white);
    padding: 60px 0 30px;
}

.foot-img img {
    width: 200px;
}

.contact-info h3 {
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--accent);
}

.contact-info {
    display: flex;
}

.contact-info p {
    margin-bottom: 1rem;
    font-size: 20px;
    color: var(--navy);
    font-weight: 700;
}

.contact-info p a {
    color: var(--black);
    font-weight: 500;
    text-decoration: none;
    padding-top: 10px;
}

.contact-info i {
    color: var(--white);
    margin-right: 10px;
    /* width: 20px; */
    background: var(--navy);
    padding: 20px;
    border-radius: 50%;
    font-size: 22px;
}

a {
    text-decoration: none;
}

.copyright {
    border-top: 2px solid var(--navy);
    margin-top: 50px;
    padding-top: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.copyright p {
    margin: 0;
}

.copyright a {
    color: var(--navy);
}

/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1.1rem;
    }

    .services h2,
    .about h2,
    .values h2,
    .future h2 {
        font-size: 2.2rem;
    }

    .services-image {
        margin-bottom: 3rem;
    }
}
