@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Gothic+A1:wght@300;400;500;600;700;800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
    overflow-x: hidden;
}

.font-primary {
    font-family: 'Inter', sans-serif;
}

.font-secondary {
    font-family: 'Bebas Neue', sans-serif;
}

.font-tertiary {
    font-family: 'Gothic A1', sans-serif;
}

.hero-section {
    background: linear-gradient(177.4deg, #6EEFEF -52.56%, #EEFFFF 60.7%, #FFFFFF 93.44%);

}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: 'Gothic A1', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2F4F4F
}

h2.text-4xl,
footer h3,
footer h4 {
    color: #ffffff
}

.mobil-about {
    margin-bottom: 20px !important;
}

.hero {
    height: 100vh;
    position: relative;
    min-height: 600px;
}


.hero::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* min-height: 1250px; */
    height: 100%;
    background: url(../../images/hero-image.png) no-repeat top center;
    background-size: cover;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
    overflow: hidden;
}

/* .hero::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/hero-image.png) no-repeat center center;
    background-size: cover;
    background-position: center center;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
    overflow: hidden;
} */


/* Rectangle 1 */
.hero-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(67.26% 128.28% at 71.42% 42.19%, rgba(34, 34, 34, 0) 0%, rgba(62, 102, 102, 0.81) 44.24%, #2F4F4F 92.09%);
}

/* Hero Left Container */
.hero-left-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;
    position: absolute;
    height: auto;
    z-index: 1;
}

.hero-content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 49px;
    height: auto;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.hero-tag {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 410px;
    height: 49px;
    border: 0.5px solid #FFFFFF;
    border-radius: 9px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.tag-content {
    width: 399px;
    height: 29px;
    font-family: 'Inter';
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    padding: 5px;
}

.hero-h1 {
    width: 100%;
    max-width: 476px;
    height: auto;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 200;
    font-size: 96px;
    line-height: 96px;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.hero-tagline {
    width: 556px;
    height: 90px;
    font-family: 'Gothic A1';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.hero-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap: 10px;
    width: 292px;
    height: 48px;
    background: transparent;
    box-shadow: inset -5px -5px 4px rgba(0, 0, 0, 0.08), inset 5px 5px 4px rgba(82, 31, 20, 0.06);
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0;
    cursor: pointer;
}

.hero-button-icon {
    width: 25px;
    height: 25px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.hero-button-text {
    width: auto;
    height: 25px;
    font-family: 'Gothic A1';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Hero Right Container */
.hero-right-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 26.9379px;
    gap: 14.97px;
    position: absolute;
    width: 217px;
    height: 217px;
    right: 200px;
    top: 500px;
    z-index: 1;
}

.right-icon-contents {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 28.4345px 31.4276px;
    gap: 14.97px;
    width: 90px;
    height: 90px;
    border: 4.48966px solid #FFFFFF;
    border-radius: 56.869px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.icon-container {
    position: relative;
    width: 40px;
    height: 40px;
    flex: none;
    order: 0;
    flex-grow: 0;
    display: inline-flex;
    justify-content: center;
}

.icon-1,
.icon-2 {
    position: absolute;
    /* width: 100%; */
    height: 100%;
}

.rotating-text {
    position: absolute;
    width: 181.08px;
    height: 181.08px;
    left: 17.76px;
    top: 17.76px;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
    animation: rotate 20s linear infinite;
    will-change: transform;
    transform: translateZ(0);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.circular-text {
    width: 100%;
    height: 100%;
}

.circular-text text {
    fill: #ffffff;
    font-size: 14px;
    font-family: 'Gothic A1', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
}

/* Middle static circle */
.middle-circle {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
}

/* Right icons container - stays static in center */
.right-icons-container {
    position: absolute;
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 0;
}

.icon-2 {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    object-fit: contain;
    z-index: 1;
}

/* Marquee Section */
.marquee-section {
    position: relative;
    width: 100%;
    height: 70.68px;
    margin-top: -41px;
    overflow: hidden;
    background: #DA9B1E;
    transform: rotate(-1.19deg);
    margin-bottom: 41px;
}

.marquee-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 26px 0px;
    gap: 10px;
    position: relative;
    width: 100%;
    min-width: 1947px;
    height: 66.68px;
}

.marquee-content {
    display: flex;
    width: 1947px;
    height: 32px;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.99);
    transform: rotate(-1.19deg);
    flex: none;
    order: 0;
    flex-grow: 0;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    letter-spacing: 0%;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Welcome Section */
.welcome-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 0px;
    gap: 29px;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 439px;
    margin: 0 auto;
    margin-top: 0px;
}

.welcome-header {
    width: 100%;
    height: auto;
    font-family: 'Gothic A1';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #2F4F4F;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.welcome-subtext {
    width: 100%;
    max-width: 1202px;
    height: auto;
    font-family: 'Gothic A1';
    font-style: normal;
    font-weight: light;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    color: #738080;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding: 0 20px;
}

.what-text-container {
    padding: 38px 0px;
    gap: 29px;
    display: flex;
    justify-content: space-between
}

.what-left-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 21px;
    width: 808px;
    height: 179px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.what-header {
    width: 808px;
    height: 68px;
    font-family: 'Gothic A1';
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 68px;
    color: #2F4F4F;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.what-subtext {
    width: 808px;
    height: 90px;
    font-family: 'Gothic A1';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #879797;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.what-right-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 11.03px;
    isolation: isolate;
    width: 200px;
    height: 200px;
    flex: none;
    order: 1;
    flex-grow: 0;
    position: relative;
    justify-content: center;
}

.what-icon-frame-1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 11.03px;
    width: 80px;
    height: 80px;
    border: 1.10345px solid #2F4F4F;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
}

.what-middle-circle {
    position: absolute;
    width: 130px;
    height: 130px;
    border: 1px solid #879797;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
}

.what-icon-container {
    position: relative;
    width: 60%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.what-vector-1,
.what-vector-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.what-vector-1 {
    z-index: 2;
}

.what-vector-2 {
    z-index: 1;
}

.what-rotating-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: rotate 20s linear infinite;
    will-change: transform;
    transform: translateZ(0);
}

.what-circular-text {
    width: 100%;
    height: 100%;
}

.what-circular-text text {
    fill: #2F4F4F;
    font-size: 13.67px !important;
    font-family: 'Gothic A1', sans-serif;
    font-weight: 500;
}

/* Cards Container */
.cards-container {
    height: 480px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin: 0 auto;
}

.card {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 15px;
    gap: 10px;
    width: 392px;
    height: 480px;
    background: #FFFFFF;
    border: 2px solid #F8F8F8;
    border-radius: 11px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Featured Section */
.featured-section {
    position: relative;
    height: 915px;
    margin: 0 auto;
    margin-top: 103px;
    background: #F7F4EF;
    padding: 80px 0;
}

/* Testimonial Section */
.testimonial-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 63px;
    height: 498px;
    margin: 0 auto;
    margin-top: 146px;
}

/* Footer Section */
.footer-section {
    position: relative;
    margin: 0 auto;
    margin-top: 113px;
    background: #986706;
}

/* ============================================ */
/* CARD IMAGE FIXES - CRITICAL */
/* ============================================ */

/* Fix for Tailwind gradient containers */
.bg-gradient-to-br {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    /* 4:3 aspect ratio */
    height: 0;
    overflow: hidden;
}

.bg-gradient-to-br img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Alternative card wrapper */
.card-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
}

.card-responsive-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.card-image-wrapper:hover .card-responsive-image {
    transform: scale(1.05);
}

/* ============================================ */
/* TABLET RESPONSIVE (1024px and below) */
/* ============================================ */

@media (max-width: 1024px) {

    /* Hero Section */
    .hero {
        height: auto;
        min-height: 100vh;
        padding-bottom: 60px;
    }

    /* .hero::before {
        min-height: 100vh;
        height: 100%;
        background-position: center center;
        background-size: cover;
        bottom: auto;
    } */

    .hero-container {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 80vh;
        overflow: visible;
    }

    .hero-left-container {
        position: relative;
        width: 80%;
        padding: 0px 20px 40px;
        gap: 30px;
        height: auto;
    }

    .hero-content-container {
        height: auto;
        gap: 30px;
    }

    .hero-tag {
        width: 100%;
        max-width: 340px;
        height: auto;
        padding: 12px;
    }

    .tag-content {
        width: 100%;
        height: auto;
        font-size: 18px;
        line-height: 1.4;
    }

    .hero-h1 {
        font-size: 72px;
        line-height: 72px;
        width: 100%;
        height: auto;
    }

    .hero-tagline {
        width: 80%;
        height: auto;
        font-size: 22px;
        line-height: 30px;
        max-width: 600px;
    }

    .hero-right-container {
        right: 30px;
        top:83vh;
    }

    /* Navbar */
    nav {
        position: fixed;
        top: 20px;
        left: 0;
        right: 0;
        padding: 0 20px;
        z-index: 50;
    }

    #nav-container>div {
        padding: 12px 20px;
    }

    /* What Section */
    .what-text-container {
        flex-direction: row;
        gap: 20px;
    }

    .what-left-container {
        width: 60%;
        height: auto;
    }

    .what-header {
        width: 100%;
        font-size: 40px;
        line-height: 48px;
        height: auto;
    }

    .what-subtext {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
        height: auto;
    }

    .what-right-container {
        width: 40%;
    }

    /* Marquee */
    .marquee-section {
        height: auto;
        min-height: 60px;
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .marquee-container {
        height: auto;
        min-height: 60px;
        padding: 15px 0;
    }

    .marquee-content {
        font-size: 24px;
        line-height: 24px;
    }

    /* Welcome Section */
    .welcome-section {
        padding: 40px 20px;
        gap: 20px;
        min-height: auto;
    }

    .welcome-header {
        font-size: 40px;
        line-height: 48px;
    }

    .welcome-subtext {
        font-size: 20px;
        line-height: 28px;
        padding: 0;
    }

    /* Featured Section */
    .featured-section {
        height: auto;
        padding: 60px 0;
        margin-top: 60px;
    }

    /* Testimonials */
    #testimonials {
        padding: 50px 20px;
    }

    #testimonials h2 {
        font-size: 36px;
        line-height: 42px;
        height: auto;
    }

    #testimonials article p {
        height: auto;
        min-height: 150px;
    }

    /* General */
    body {
        overflow-x: hidden;
    }

    section {
        max-width: 100%;
        overflow-x: hidden;
    }
}

/* ============================================ */
/* MOBILE RESPONSIVE (768px and below) */
/* ============================================ */

@media (max-width: 768px) {

    /* Hero */
    .hero {
        min-height: 60vh;
        height: 100%;
        overflow-y: hidden;
    }

    .hero-left-container {
        padding: 0;
        gap: 20px;
    }

    .hero-tag {
        width: 60%;
        max-width: 100%;
        padding: 10px;
    }

    .tag-content {
        font-size: 14px;
        white-space: normal;
        text-align: center;
    }

    .hero-h1 {
        font-size: 48px;
        line-height: 48px;
    }

    .hero-tagline {
        font-size: 18px;
        line-height: 26px;
    }

    .hero-button {
        width: 100%;
        max-width: 280px;
    }

    /* Navbar */
    nav {
        top: 15px;
        padding: 0 15px;
    }


    .bg-gradient-to-br,
    .card-image-wrapper {
        padding-bottom: 70%;
    }

    /* What Section */
    .what-text-container {
        flex-direction: row;
        gap: 30px;
        padding: 30px 0;
    }

    .what-left-container {
        width: 65%;
    }

    .what-header {
        font-size: 36px;
        line-height: 42px;
    }

    .what-subtext {
        font-size: 18px;
        line-height: 26px;
    }

    .what-right-container {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    /* Marquee */
    .marquee-content {
        font-size: 20px;
        line-height: 20px;
    }

    /* Welcome */
    .welcome-header, .what-header {
        font-size: 30px;
        line-height: 40px;
    }

    .welcome-subtext {
        font-size: 18px;
        line-height: 26px;
    }

    /* Testimonials */
    #testimonials h2 {
        font-size: 28px;
        line-height: 36px;
    }

    #testimonials article p {
        min-height: 160px;
    }

    .what-middle-circle {
        width: 110px;
        height: 110px;
    }
}

/* ============================================ */
/* SMALL MOBILE (480px and below) */
/* ============================================ */

@media (max-width: 480px) {
    

    .hero-tagline {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-button-text {
        font-size: 16px;
    }

    .bg-gradient-to-br,
    .card-image-wrapper {
        padding-bottom: 65%;
    }

    .hero-left-container {
        width: 100%
    }

    .hero-tag {
        width: 80%
    }

    .hero-right-container {
        width: 150px;
        top:83vh;
        height: 150px;
        right: 0px;
    }

    .rotating-text {
        width: 100px;
        height: 100px;
        left: 25px;
        top: 25px
    }

    .middle-circle {
        width: 70px;
        height: 70px
    }

    .right-icons-container {
        width: 20%;
        height: 20%
    }

    .right-icon-contents {
        width: 50px;
        height: 50px;
        justify-content: center;
        padding: 0
    }

    .icon-container {
        width: 30px;
        height: 30px;
    }

    p,
    button,
    span {
        font-size: 14px ! important
    }

    .hero-button {
        width: 100%;
        max-width: 80%;
        height: auto
    }
}

@media(max-width:375px) {
    .hero-tag {
        width: 100%
    }

    .hero-tagline {
        width: 100%
    }

    .hero-button {
        max-width: 100%
    }

    .hero-right-container {
        right: -20px;
        top:83vh;
    }

    .what-text-container {
        flex-direction: column
    }

    .what-left-container {
        width: 100%
    }

    .what-right-container {
        display: none
    }

}

/* Hero Buttons Container */
.hero-buttons-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 600px;
}

/* Primary Button (Filled) */
.hero-button-primary {
    background: transparent;
    border: 1px solid #FFFFFF;
    box-shadow: inset -5px -5px 4px rgba(0, 0, 0, 0.08), inset 5px 5px 4px rgba(82, 31, 20, 0.06);
}

.hero-button-primary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Secondary Button (Outlined) */
.hero-button-secondary {
    color: #ffffff;
    border: 1px solid #FFFFFF;
}



/* Responsive Buttons */
@media (min-width: 640px) {
    .hero-buttons-container {
        flex-direction: row;
    }
    
    .hero-button {
        flex: 1;
        max-width: 280px;
    }
}

@media (max-width: 768px) {
    .hero-buttons-container {
        gap: 12px;
    }
    
    .hero-button {
        width: 100%;
        max-width: 100%;
        height: 56px;
        font-size: 16px;
    }
    
    .hero-button-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hero-buttons-container {
        gap: 10px;
    }
    
    .hero-button {
        height: 52px;
        padding: 8px;
    }
    
    .hero-button-icon {
        width: 20px;
        height: 20px;
    }
    
    .hero-button-text {
        font-size: 15px;
    }
}


