/* ===== CSS VARIABLES ===== */
:root {
    --primary-gradient: linear-gradient(272deg, #528b8b -3.1%, #669999 17.48%, #7aa3a3 31.88%, #838b8b 61.72%, #528b8b 85.38%, #528b8b 99.79%);
    --headerHeight: 120px;
    --left: 0px;
}

@media (max-width: 768px) {
    :root {
        --headerHeight: 80px;
    }
}

/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background-color: #050505;
    /* Black theme background */
    overscroll-behavior: none;
    /* Prevent 'bounce' scroll effect */
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #050505;
    /* Match theme */
    color: #e5e5e5;
    /* Ensure text is readable */
    overscroll-behavior: none;

}

/* ===== UTILITY CLASSES ===== */
.size-full {
    width: 100%;
    height: 100%;
}

.size-4\.5 {
    width: 1.125rem;
    height: 1.125rem;
}

.size-6 {
    width: 1.5rem;
    height: 1.5rem;
}

.size-10 {
    width: 2.5rem;
    height: 2.5rem;
}

.size-12\.5 {
    width: 3.125rem;
    height: 3.125rem;
}

.size-13 {
    width: 3.25rem;
    height: 3.25rem;
}

.size-20 {
    width: 5rem;
    height: 5rem;
}

.size-\[450px\] {
    width: 450px;
    height: 450px;
}

.absolute-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-container {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .site-container {
        padding: 0 16px;
    }
}

.text-fill-transparent {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.text-h1 {
    font-size: clamp(32px, 5vw, 72px);
}

/* ===== CLAMP UTILITIES ===== */
/* Text sizes */
.clamp-text-\[26px\,58px\] {
    font-size: clamp(26px, 4vw, 58px);
}

.clamp-text-\[15px\,18px\] {
    font-size: clamp(15px, 1.5vw, 18px);
}

.clamp-text-\[16px\,18px\] {
    font-size: clamp(16px, 1.5vw, 18px);
}

.clamp-text-\[18px\,20px\] {
    font-size: clamp(18px, 1.5vw, 20px);
}

.clamp-text-\[15px\,16px\] {
    font-size: clamp(15px, 1.2vw, 16px);
}

.clamp-text-\[12px\,14px\] {
    font-size: clamp(12px, 1vw, 14px);
}

.clamp-text-\[12px\,18px\] {
    font-size: clamp(12px, 1.5vw, 18px);
}

.clamp-text-\[15px\,24px\] {
    font-size: clamp(15px, 2vw, 24px);
}

.clamp-text-\[18px\,30px\] {
    font-size: clamp(18px, 2vw, 30px);
}

.clamp-text-\[24px\,83px\] {
    font-size: clamp(24px, 5vw, 83px);
}

.clamp-text-\[768px\,32px\,1920px\,120px\] {
    font-size: clamp(32px, 8vw, 120px);
}

.clamp-text-\[768px\,32px\,1920px\,166px\] {
    font-size: clamp(32px, 10vw, 166px);
}

.clamp-text-\[1024px\,16px\,1680px\,20px\] {
    font-size: clamp(16px, 1.5vw, 20px);
}

.clamp-text-\[1024px\,26px\,1920px\,58px\] {
    font-size: clamp(26px, 4vw, 58px);
}

/* Width */
.clamp-w-\[235px\,300px\] {
    width: clamp(235px, 20vw, 300px);
}

.clamp-w-\[26px\,32px\] {
    width: clamp(26px, 2vw, 32px);
}

.clamp-w-\[1024px\,250px\,1680px\,333px\] {
    width: clamp(250px, 20vw, 333px);
}

.clamp-w-\[480px\,160px\,768px\,250px\] {
    width: clamp(160px, 30vw, 250px);
}

.clamp-w-\[1024px\,320px\,1920px\,460px\] {
    width: clamp(320px, 30vw, 460px);
}

.clamp-w-\[1024px\,500px\,1920px\,744px\] {
    width: clamp(500px, 50vw, 744px);
}

/* Height */
.clamp-h-\[85px\,115px\] {
    height: clamp(85px, 8vw, 115px);
}

.clamp-h-\[95px\,115px\] {
    height: clamp(95px, 8vw, 115px);
}

.clamp-h-\[1024px\,380px\,1680px\,515px\] {
    height: clamp(380px, 35vw, 515px);
}

.clamp-h-\[1024px\,16px\,1680px\,19px\] {
    height: clamp(16px, 1.5vw, 19px);
}

/* Size */
.clamp-size-\[28px\,38px\] {
    width: clamp(28px, 3vw, 38px);
    height: clamp(28px, 3vw, 38px);
}

.clamp-size-\[32px\,40px\] {
    width: clamp(32px, 3vw, 40px);
    height: clamp(32px, 3vw, 40px);
}

.clamp-size-\[34px\,44px\] {
    width: clamp(34px, 3vw, 44px);
    height: clamp(34px, 3vw, 44px);
}

/* Gap */
.clamp-gap-\[5px\,10px\] {
    gap: clamp(5px, 1vw, 10px);
}

.clamp-gap-\[10px\,17px\] {
    gap: clamp(10px, 1.5vw, 17px);
}

.clamp-gap-\[6px\,10px\] {
    gap: clamp(6px, 1vw, 10px);
}

.clamp-gap-\[12px\,16px\] {
    gap: clamp(12px, 1vw, 16px);
}

.clamp-gap-\[12px\,35px\] {
    gap: clamp(12px, 2vw, 35px);
}

.clamp-gap-\[14px\,25px\] {
    gap: clamp(14px, 2vw, 25px);
}

.clamp-gap-\[15px\,32px\] {
    gap: clamp(15px, 2vw, 32px);
}

.clamp-gap-\[24px\,48px\] {
    gap: clamp(24px, 3vw, 48px);
}

.clamp-gap-\[24px\,70px\] {
    gap: clamp(24px, 4vw, 70px);
}

.clamp-gap-\[1024px\,20px\,1920px\,70px\] {
    gap: clamp(20px, 4vw, 70px);
}

.clamp-gap-x-\[1024px\,24px\,1680px\,65px\] {
    column-gap: clamp(24px, 4vw, 65px);
}

.clamp-gap-x-\[1024px\,16px\,1680px\,40px\] {
    column-gap: clamp(16px, 3vw, 40px);
}

.clamp-gap-x-\[1024px\,50px\,1680px\,197px\] {
    column-gap: clamp(50px, 12vw, 197px);
}

.clamp-gap-x-\[1024px\,50px\,1920px\,113px\] {
    column-gap: clamp(50px, 7vw, 113px);
}

.clamp-gap-x-\[20px\,47px\] {
    column-gap: clamp(20px, 3vw, 47px);
}

.clamp-gap-y-\[1024px\,32px\,1680px\,53px\] {
    row-gap: clamp(32px, 4vw, 53px);
}

.clamp-gap-y-\[1024px\,30px\,1920px\,176px\] {
    row-gap: clamp(30px, 10vw, 176px);
}

.clamp-gap-y-\[24px\,70px\] {
    row-gap: clamp(24px, 4vw, 70px);
}

/* Padding */
.clamp-px-\[12px\,28px\] {
    padding-left: clamp(12px, 2vw, 28px);
    padding-right: clamp(12px, 2vw, 28px);
}

.clamp-px-\[16px\,24px\] {
    padding-left: clamp(16px, 2vw, 24px);
    padding-right: clamp(16px, 2vw, 24px);
}

.clamp-px-\[16px\,40px\] {
    padding-left: clamp(16px, 3vw, 40px);
    padding-right: clamp(16px, 3vw, 40px);
}

.clamp-px-\[24px\,30px\] {
    padding-left: clamp(24px, 2vw, 30px);
    padding-right: clamp(24px, 2vw, 30px);
}

.clamp-px-\[24px\,34px\] {
    padding-left: clamp(24px, 2vw, 34px);
    padding-right: clamp(24px, 2vw, 34px);
}

.clamp-px-\[1024px\,8px\,1680px\,15px\] {
    padding-left: clamp(8px, 1vw, 15px);
    padding-right: clamp(8px, 1vw, 15px);
}

.clamp-px-\[1024px\,20px\,1680px\,73px\] {
    padding-left: clamp(20px, 5vw, 73px);
    padding-right: clamp(20px, 5vw, 73px);
}

.clamp-px-\[1024px\,24px\,1680px\,82px\] {
    padding-left: clamp(24px, 5vw, 82px);
    padding-right: clamp(24px, 5vw, 82px);
}

.clamp-py-\[6px\,8px\] {
    padding-top: clamp(6px, 0.5vw, 8px);
    padding-bottom: clamp(6px, 0.5vw, 8px);
}

.clamp-py-\[8px\,12px\] {
    padding-top: clamp(8px, 1vw, 12px);
    padding-bottom: clamp(8px, 1vw, 12px);
}

.clamp-py-\[10px\,14px\] {
    padding-top: clamp(10px, 1vw, 14px);
    padding-bottom: clamp(10px, 1vw, 14px);
}

.clamp-py-\[10px\,16px\] {
    padding-top: clamp(10px, 1vw, 16px);
    padding-bottom: clamp(10px, 1vw, 16px);
}

.clamp-py-\[12px\,18px\] {
    padding-top: clamp(12px, 1vw, 18px);
    padding-bottom: clamp(12px, 1vw, 18px);
}

.clamp-py-\[12px\,19px\] {
    padding-top: clamp(12px, 1.5vw, 19px);
    padding-bottom: clamp(12px, 1.5vw, 19px);
}

.clamp-py-\[16px\,24px\] {
    padding-top: clamp(16px, 2vw, 24px);
    padding-bottom: clamp(16px, 2vw, 24px);
}

.clamp-py-\[24px\,32px\] {
    padding-top: clamp(24px, 2vw, 32px);
    padding-bottom: clamp(24px, 2vw, 32px);
}

.clamp-py-\[24px\,77px\] {
    padding-top: clamp(24px, 5vw, 77px);
    padding-bottom: clamp(24px, 5vw, 77px);
}

.clamp-py-\[1024px\,50px\,1920px\,200px\] {
    padding-top: clamp(50px, 12vw, 200px);
    padding-bottom: clamp(50px, 12vw, 200px);
}

.clamp-py-\[1024px\,65px\,1920px\,173px\] {
    padding-top: clamp(65px, 10vw, 173px);
    padding-bottom: clamp(65px, 10vw, 173px);
}

.clamp-pb-\[14px\,19px\] {
    padding-bottom: clamp(14px, 1.5vw, 19px);
}

.clamp-pb-\[16px\,40px\] {
    padding-bottom: clamp(16px, 3vw, 40px);
}

.clamp-pb-\[60px\,115px\] {
    padding-bottom: clamp(60px, 8vw, 115px);
}

.clamp-pb-\[1024px\,30px\,1680px\,70px\] {
    padding-bottom: clamp(30px, 5vw, 70px);
}

.clamp-pt-\[1280px\,20px\,1920px\,40px\] {
    padding-top: clamp(20px, 3vw, 40px);
}

.clamp-pr-\[1024px\,0px\,1920px\,170px\] {
    padding-right: clamp(0px, 10vw, 170px);
}

/* Margin */
.clamp-mb-\[16px\,33px\] {
    margin-bottom: clamp(16px, 2vw, 33px);
}

.clamp-mb-\[16px\,44px\] {
    margin-bottom: clamp(16px, 3vw, 44px);
}

.clamp-mb-\[1280px\,24px\,1720px\,60px\] {
    margin-bottom: clamp(24px, 4vw, 60px);
}

.clamp-my-\[16px\,44px\] {
    margin-top: clamp(16px, 3vw, 44px);
    margin-bottom: clamp(16px, 3vw, 44px);
}

.clamp-mx-\[1024px\,4px\,1680px\,16px\] {
    margin-left: clamp(4px, 1vw, 16px);
    margin-right: clamp(4px, 1vw, 16px);
}

/* Border Radius */
.clamp-rounded-\[12px\,20px\] {
    border-radius: clamp(12px, 1.5vw, 20px);
}

.clamp-rounded-\[16px\,24px\] {
    border-radius: clamp(16px, 2vw, 24px);
}

/* Letter Spacing */
.clamp-tracking-\[-0\.8px\,-4px\] {
    letter-spacing: clamp(-4px, -0.3vw, -0.8px);
}

.clamp-tracking-\[-1px\,-8\.12px\] {
    letter-spacing: clamp(-8.12px, -0.5vw, -1px);
}

.clamp-tracking-\[-1px\,-10px\] {
    letter-spacing: clamp(-10px, -0.6vw, -1px);
}

.clamp-tracking-\[-0\.1px\,-0\.775px\] {
    letter-spacing: clamp(-0.775px, -0.05vw, -0.1px);
}

.clamp-tracking-\[0px\,-1\.2px\] {
    letter-spacing: clamp(-1.2px, -0.08vw, 0px);
}

.clamp-tracking-\[-1\.2px\,-4\.24px\] {
    letter-spacing: clamp(-4.24px, -0.3vw, -1.2px);
}

.\!clamp-tracking-\[-1\.2px\,-4\.24px\] {
    letter-spacing: clamp(-4.24px, -0.3vw, -1.2px) !important;
}

/* Max Width */
.clamp-max-w-\[1024px\,400px\,1920px\,476px\] {
    max-width: clamp(400px, 30vw, 476px);
}

/* Position */
.clamp-bottom-\[30px\,60px\] {
    bottom: clamp(30px, 4vw, 60px);
}

.clamp-bottom-\[1024px\,30px\,1920px\,127px\] {
    bottom: clamp(30px, 8vw, 127px);
}

/* ===== BORDER WIDTH ===== */
.border-0\.5 {
    border-width: 0.5px;
}

/* ===== ROUNDED ===== */
.rounded-2 {
    border-radius: 0.5rem;
}

.rounded-2\.5 {
    border-radius: 0.625rem;
}

.rounded-4 {
    border-radius: 1rem;
}

.rounded-20 {
    border-radius: 5rem;
}

/* ===== PADDING/MARGIN ===== */
.pl-7\.5 {
    padding-left: 1.875rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.pb-7\.5 {
    padding-bottom: 1.875rem;
}

.mt-7\.5 {
    margin-top: 1.875rem;
}

.-left-2\.5 {
    left: -0.625rem;
}

.-top-4\.5 {
    top: -1.125rem;
}

.mr-2\.5 {
    margin-right: 0.625rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

/* ===== DURATION ===== */
.duration-350 {
    transition-duration: 350ms;
}

.duration-400 {
    transition-duration: 400ms;
}

.duration-450 {
    transition-duration: 450ms;
}

/* ===== EASING ===== */
.ease-clawbey {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== ICON FONT ===== */
.icon-arrow-up-right::before {
    content: "\f08e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.icon-arrow-right::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.icon-angle-down::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.icon-plus::before {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.icon-magnifying-glass::before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.icon-y::before {
    content: "Y";
    font-family: 'Inter', sans-serif;
    font-weight: 800;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}

/* ===== SCROLLBAR ===== */
.scrollbar-thin::-webkit-scrollbar {
    width: 6px;
}

.scrollbar-thin::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

/* ===== PIN SPACER (GSAP) ===== */
.pin-spacer {
    display: block !important;
}

/* ===== SWIPER OVERRIDES ===== */
.swiper {
    overflow: visible !important;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
}

/* ===== CUSTOM ELEMENTS ===== */
penta-yazilim {
    display: block;
}

/* ===== Z-INDEX UTILITIES ===== */
.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

/* ===== HEADER STYLES ===== */
header.scroll-down,
header.sub-menu-open {
    background-color: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

header.scroll-up {
    transform: translateY(-100%);
}

/* ===== GROUP MODIFIERS ===== */
.group\/body.menu-open {
    overflow: hidden;
}

/* ===== ANIMATIONS ===== */
@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
    animation: bounce 1s infinite;
}

/* ===== SPECIAL CLASSES ===== */
.toggle {}

[data-menu-item].toggle>a span,
[data-menu-item]:hover>a span {
    color: #1A4A72;
}

[data-menu-item].toggle .icon-angle-down,
[data-menu-item]:hover .icon-angle-down {
    color: #1A4A72;
}

[data-menu-item].toggle [data-sub-menu] {
    opacity: 1;
    transform: scale(1) translateX(-50%);
    pointer-events: auto;
}

[data-sub-item="item"].toggle span:first-child {
    color: #1A4A72;
}

[data-sub-item="item"].toggle .absolute {
    width: 100%;
}

[data-sub-item="image"].toggle {
    opacity: 1;
    pointer-events: auto;
}

[data-click-target].toggle {
    opacity: 1;
    position: relative;
}

#language-switcher.toggle>div:last-child {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    pointer-events: auto;
}

#language-switcher.toggle .icon-angle-down {
    color: black;
    transform: scaleY(-1);
}

/* ===== MIN-MD PSEUDO RESPONSIVE ===== */
@media (min-width: 769px) {
    .min-md\:hidden {
        display: none !important;
    }

    .min-md\:flex {
        display: flex !important;
    }

    .min-md\:block {
        display: block !important;
    }

    .min-md\:absolute {
        position: absolute !important;
    }

    .min-md\:relative {
        position: relative !important;
    }

    .min-md\:fixed {
        position: fixed !important;
    }

    .min-md\:min-h-screen {
        min-height: 100vh !important;
    }

    .min-md\:h-screen {
        height: 100vh !important;
    }

    .min-md\:flex-center {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .min-md\:items-center {
        align-items: center !important;
    }

    .min-md\:pointer-events-none {
        pointer-events: none !important;
    }

    .min-md\:pointer-events-auto {
        pointer-events: auto !important;
    }

    .min-md\:opacity-0 {
        opacity: 0 !important;
    }

    .min-md\:translate-x-\[200\%\] {
        transform: translateX(200%) !important;
    }

    .min-md\:-translate-x-1\/2 {
        transform: translateX(-50%) !important;
    }

    .min-md\:-translate-y-\[130\%\] {
        transform: translateY(-130%) !important;
    }

    .min-md\:text-white {
        color: white !important;
    }

    .min-md\:text-center {
        text-align: center !important;
    }

    .min-md\:overflow-hidden {
        overflow: hidden !important;
    }

    .min-md\:w-full {
        width: 100% !important;
    }

    .min-md\:left-1\/2 {
        left: 50% !important;
    }

    .min-md\:top-0 {
        top: 0 !important;
    }

    .min-md\:mt-1\.5 {
        margin-top: 0.375rem !important;
    }

    .min-md\:p-5 {
        padding: 1.25rem !important;
    }

    .min-md\:mt-2 {
        margin-top: 0.5rem !important;
    }

    .min-md\:mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .min-md\:transition-all {
        transition-property: all !important;
    }

    .min-md\:transition-colors {
        transition-property: color, background-color, border-color !important;
    }

    .min-md\:transition-opacity {
        transition-property: opacity !important;
    }

    .min-md\:transition-shadow {
        transition-property: box-shadow !important;
    }

    .min-md\:transition-\[width\] {
        transition-property: width !important;
    }

    .min-md\:duration-300 {
        transition-duration: 300ms !important;
    }

    .min-md\:duration-450 {
        transition-duration: 450ms !important;
    }

    .min-md\:origin-top {
        transform-origin: top !important;
    }

    .min-md\:origin-center {
        transform-origin: center !important;
    }

    .min-md\:origin-left {
        transform-origin: left !important;
    }

    .min-md\:scale-0 {
        transform: scale(0) !important;
    }

    .min-md\:scale-95 {
        transform: scale(0.95) !important;
    }

    .min-md\:blur-sm {
        filter: blur(4px) !important;
    }

    /* Hover states */
    .min-md\:hover\:shadow-lg:hover {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    }

    .min-md\:hover\:bg-white:hover {
        background-color: white !important;
    }

    .min-md\:hover\:bg-primary:hover {
        background-color: #26D2CA !important;
    }

    .min-md\:hover\:bg-gray-200:hover {
        background-color: #e5e7eb !important;
    }

    .min-md\:hover\:text-white:hover {
        color: white !important;
    }

    .min-md\:hover\:text-black:hover {
        color: black !important;
    }

    .min-md\:hover\:border-black\/60:hover {
        border-color: rgba(0, 0, 0, 0.6) !important;
    }

    .min-md\:group-hover\/i\:text-secondary-600:hover {
        color: #1A4A72 !important;
    }

    .min-md\:group-hover\/i\:text-white:hover {
        color: white !important;
    }

    .min-md\:group-hover\/b\:translate-x-1:hover {
        transform: translateX(0.25rem) !important;
    }

    .min-md\:group-hover\/b\:-translate-x-1:hover {
        transform: translateX(-0.25rem) !important;
    }

    .min-md\:group-hover\/b\:text-black:hover {
        color: black !important;
    }

    .min-md\:group-hover\/b\:text-white:hover {
        color: white !important;
    }

    .min-md\:group-hover\/s\:text-primary:hover {
        color: #26D2CA !important;
    }

    .min-md\:group-hover\/s\:w-full:hover {
        width: 100% !important;
    }

    .min-md\:group-hover\/l\:grayscale:hover {
        filter: grayscale(100%) !important;
    }

    .min-md\:group-hover\/l\:opacity-70:hover {
        opacity: 0.7 !important;
    }

    .min-md\:hover\:\!grayscale-0:hover {
        filter: grayscale(0%) !important;
    }

    .min-md\:hover\:\!opacity-100:hover {
        opacity: 1 !important;
    }
}

@media (max-width: 768px) {
    .md\:hidden {
        display: none !important;
    }

    .md\:flex {
        display: flex !important;
    }

    .md\:block {
        display: block !important;
    }

    .md\:flex-col {
        flex-direction: column !important;
    }

    .md\:grid {
        display: grid !important;
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .md\:grid-rows-\[0fr\] {
        grid-template-rows: 0fr !important;
    }

    .md\:grid-rows-\[1fr\] {
        grid-template-rows: 1fr !important;
    }

    .md\:w-full {
        width: 100% !important;
    }

    .md\:h-auto {
        height: auto !important;
    }

    .md\:aspect-video {
        aspect-ratio: 16/9 !important;
    }

    .md\:relative {
        position: relative !important;
    }

    .md\:absolute {
        position: absolute !important;
    }

    .md\:overflow-hidden {
        overflow: hidden !important;
    }

    .md\:overflow-y-auto {
        overflow-y: auto !important;
    }

    .md\:bg-white {
        background-color: white !important;
    }

    .md\:bg-black {
        background-color: black !important;
    }

    .md\:bg-\[\#F1F1F1\] {
        background-color: #F1F1F1 !important;
    }

    .md\:border-b {
        border-bottom-width: 1px !important;
    }

    .md\:border-gray-100 {
        border-color: #f3f4f6 !important;
    }

    .md\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .md\:px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .md\:py-1\.5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .md\:py-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .md\:pb-4 {
        padding-bottom: 1rem !important;
    }

    .md\:pb-7\.5 {
        padding-bottom: 1.875rem !important;
    }

    .md\:pt-\[calc\(var\(--headerHeight\)\+30px\)\] {
        padding-top: calc(var(--headerHeight) + 30px) !important;
    }

    .md\:my-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .md\:mt-7\.5 {
        margin-top: 1.875rem !important;
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem !important;
    }

    .md\:gap-3 {
        gap: 0.75rem !important;
    }

    .md\:gap-6 {
        gap: 1.5rem !important;
    }

    .md\:order-1 {
        order: 1 !important;
    }

    .md\:order-2 {
        order: 2 !important;
    }

    .md\:order-3 {
        order: 3 !important;
    }

    .md\:order-4 {
        order: 4 !important;
    }

    .md\:order-first {
        order: -9999 !important;
    }

    .md\:text-black {
        color: black !important;
    }

    .md\:text-\[16px\] {
        font-size: 16px !important;
    }

    .md\:left-0 {
        left: 0 !important;
    }

    .md\:left-6 {
        left: 1.5rem !important;
    }

    .md\:right-6 {
        right: 1.5rem !important;
    }

    .md\:top-0 {
        top: 0 !important;
    }

    .md\:top-5 {
        top: 1.25rem !important;
    }

    .md\:z-2 {
        z-index: 2 !important;
    }

    .md\:justify-between {
        justify-content: space-between !important;
    }

    .md\:max-h-svh {
        max-height: 100svh !important;
    }

    .md\:max-h-\[calc\(100svh-var\(--headerHeight\)\)\] {
        max-height: calc(100svh - var(--headerHeight)) !important;
    }

    .md\:transition-all {
        transition-property: all !important;
    }

    .md\:duration-450 {
        transition-duration: 450ms !important;
    }

    .md\:\[--headerHeight\:80px\] {
        --headerHeight: 80px !important;
    }

    .md\:group-\[\&\.toggle\]\/i\:grid-rows-\[1fr\] {
        grid-template-rows: 1fr !important;
    }

    .md\:group-last\/s\:border-b-0:last-child {
        border-bottom-width: 0 !important;
    }
}

@media (max-width: 640px) {
    .sm\:hidden {
        display: none !important;
    }

    .sm\:w-full {
        width: 100% !important;
    }

    .sm\:gap-3 {
        gap: 0.75rem !important;
    }

    .sm\:grid {
        display: grid !important;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .sm\:\[--cols\:3\] {
        --cols: 3 !important;
    }
}

@media (max-width: 480px) {
    .xs\:hidden {
        display: none !important;
    }

    .xs\:w-full {
        width: 100% !important;
    }

    .xs\:gap-3 {
        gap: 0.75rem !important;
    }

    .xs\:px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .xs\:px-3\.5 {
        padding-left: 0.875rem !important;
        padding-right: 0.875rem !important;
    }

    .xs\:aspect-video {
        aspect-ratio: 16/9 !important;
    }

    .xs\:h-auto {
        height: auto !important;
    }

    .xs\:\[--cols\:2\] {
        --cols: 2 !important;
    }
}

@media (max-width: 1024px) {
    .lg\:hidden {
        display: none !important;
    }

    .lg\:\[--cols\:4\] {
        --cols: 4 !important;
    }
}

@media (max-width: 1280px) {
    .xl\:hidden {
        display: none !important;
    }
}

@media (min-width: 641px) {
    .min-sm\:hidden {
        display: none !important;
    }

    .min-sm\:absolute {
        position: absolute !important;
    }

    .min-sm\:-translate-x-1\/3 {
        transform: translateX(-33.333333%) !important;
    }

    .min-sm\:translate-x-1\/3 {
        transform: translateX(33.333333%) !important;
    }

    .min-sm\:-translate-y-1\/2 {
        transform: translateY(-50%) !important;
    }

    .min-sm\:ml-16 {
        margin-left: 4rem !important;
    }

    .min-sm\:ml-5 {
        margin-left: 1.25rem !important;
    }

    .min-sm\:mr-16 {
        margin-right: 4rem !important;
    }

    .min-sm\:mr-5 {
        margin-right: 1.25rem !important;
    }
}

@media (min-width: 1025px) {
    .min-lg\:mr-2\.5 {
        margin-right: 0.625rem !important;
    }

    .min-lg\:last\:hidden:last-child {
        display: none !important;
    }
}

/* ===== TEXT STROKE UTILITIES ===== */
.stroke-text {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 1);
    color: transparent;
}

.stroke-text-white {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
    color: transparent;
}

.stroke-text-primary {
    -webkit-text-stroke: 1px #528b8b;
    color: transparent;
}

/* Custom Utilities for Service Detail Page */
.clamp-py-\[30px\,94px\] {
    padding-top: clamp(30px, 4.14vw + 14.47px, 94px);
    padding-bottom: clamp(30px, 4.14vw + 14.47px, 94px);
}

.clamp-mt-\[20px\,30px\] {
    margin-top: clamp(20px, 0.64vw + 17.6px, 30px);
}

.clamp-text-\[768px\,32px\,1920px\,100px\] {
    font-size: clamp(32px, 5.9vw - 13.3px, 100px);
}

.clamp-tracking-\[768px\,-1px\,1920px\,-4px\] {
    letter-spacing: clamp(-4px, -0.26vw + 1px, -1px);
}

.clamp-text-\[20px\,26px\] {
    font-size: clamp(20px, 0.38vw + 18.57px, 26px);
}

.clamp-text-\[16px\,18px\] {
    font-size: clamp(16px, 0.13vw + 15.5px, 18px);
}

.clamp-gap-\[16px\,40px\] {
    gap: clamp(16px, 1.55vw + 10.18px, 40px);
}

.clamp-gap-\[10px\,17px\] {
    gap: clamp(10px, 0.45vw + 8.3px, 17px);
}

.clamp-px-\[24px\,30px\] {
    padding-left: clamp(24px, 0.38vw + 22.5px, 30px);
    padding-right: clamp(24px, 0.38vw + 22.5px, 30px);
}

.clamp-py-\[10px\,14px\] {
    padding-top: clamp(10px, 0.26vw + 9.02px, 14px);
    padding-bottom: clamp(10px, 0.26vw + 9.02px, 14px);
}

.\[background\:var\(--primary-gradient\)\] {
    background: var(--primary-gradient);
}

@media (min-width: 769px) {
    .min-md\:h-\[calc\(100\%-80px\)\] {
        height: calc(100% - 80px);
    }

    .min-md\:clamp-px-\[1024px\,16px\,1680px\,38px\] {
        padding-left: clamp(16px, 3.35vw - 18.34px, 38px);
        padding-right: clamp(16px, 3.35vw - 18.34px, 38px);
    }

    /* Assuming 1024-1680 range for consistency with the padding above, or standard. I'll use standard 375-1920 for rounded as it's safer visually */
    .min-md\:clamp-rounded-\[16px\,30px\] {
        border-radius: clamp(16px, 0.9vw + 12.6px, 30px);
    }

    .min-md\:clamp-max-w-\[1024px\,450px\,1680px\,649px\] {
        max-width: clamp(450px, 30.33vw + 139.4px, 649px);
    }

    .min-md\:items-end {
        align-items: flex-end;
    }

    .min-md\:ml-auto {
        margin-left: auto;
    }

    /* New clamps for the added section */
    .min-md\:clamp-mb-\[16px\,80px\] {
        margin-bottom: clamp(16px, 5.56vw - 26.7px, 80px);
    }
}

/* Global clamps (outside media query) */
.clamp-py-\[1024px\,50px\,1680px\,165px\] {
    padding-top: clamp(50px, 17.53vw - 129.5px, 165px);
    padding-bottom: clamp(50px, 17.53vw - 129.5px, 165px);
}

.clamp-text-\[24px\,58px\] {
    font-size: clamp(24px, 2.2vw + 15.75px, 58px);
}

.clamp-tracking-\[-1px\,-3px\] {
    letter-spacing: clamp(-3px, -0.13vw - 0.52px, -1px);
}

.clamp-gap-x-\[1024px\,24px\,1680px\,138px\] {
    column-gap: clamp(24px, 17.37vw - 153.9px, 138px);
}

.clamp-mt-\[24px\,60px\] {
    margin-top: clamp(24px, 2.33vw + 15.27px, 60px);
}

.clamp-pt-\[24px\,60px\] {
    padding-top: clamp(24px, 2.33vw + 15.27px, 60px);
}

.clamp-py-\[1024px\,50px\,1680px\,165px\] {
    padding-top: clamp(50px, 10.6vw - 58.5px, 120px);
    padding-bottom: clamp(50px, 17.53vw - 129.5px, 165px);
}

.text-h4 {
    font-size: clamp(20px, 1.25vw + 16px, 32px);
    line-height: 1.45;
}

/* Menu Vertically Center Fix */
#menu-navigation-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Level 2 Navigation Vertically Center */
#nav-level-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15vh !important;

}

/* Absolute Center Fix */
#menu-navigation-container {
    padding-top: 15vh !important;
}

@media (max-width: 768px) {
    #menu-navigation-container {
        padding-top: 20vh !important;
    }
}