/*==========================
THANK YOU PAGE
==========================*/

@media(max-width:768px){

.thank-container{

padding:50px 30px;

}

.thank-container h1{

font-size:40px;

}

.thank-icon{

width:90px;

height:90px;

}

.thank-icon i{

font-size:42px;

}

}

@media(max-width:480px){

.thank-container{

padding:40px 20px;

}

.thank-container h1{

font-size:32px;

}

.thank-container p{

font-size:15px;

}

.thank-buttons{

flex-direction:column;

}

.thank-buttons a{

width:100%;

text-align:center;

}

}
/*==========================
RELATED PRODUCTS
==========================*/

@media(max-width:768px){

.related-products{

padding:70px 30px;

}

.related-products .product-grid{

grid-template-columns:1fr;

}

}
@media (min-width: 769px) {
    .menu-toggle {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        width: 42px;
        height: 42px;
        background: transparent;
        border: 1px solid rgba(212, 175, 55, 0.35);
        border-radius: 12px;
        cursor: pointer;
        padding: 0;
        appearance: none;
        -webkit-appearance: none;
        flex-shrink: 0;
    }

    .menu-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        background: #D4AF37;
        border-radius: 999px;
        transition: all .3s ease;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .navbar {
        width: calc(100% - 24px);
        top: 12px;
        padding: 10px 14px;
        gap: 12px;
        position: fixed;
        z-index: 1200;
    }

    .navbar .logo {
        gap: 8px;
        min-width: 0;
    }

    .company-logo {
        width: 42px;
        height: 42px;
        flex-shrink: 0;
    }

    .logo-text h2 {
        font-size: 16px;
        letter-spacing: 1.4px;
    }

    .logo-text p {
        font-size: 8px;
        letter-spacing: 1.4px;
    }

    .nav-menu {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 16px 18px;
        background: rgba(7, 22, 38, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        box-shadow: 0 18px 30px rgba(0,0,0,.22);
        opacity: 0;
        transform: translateY(-8px);
        transition: all .3s ease;
    }

    .nav-menu.active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }

    .nav-menu a {
        display: block;
        width: 100%;
        padding: 12px 10px;
        font-size: 14px;
        text-align: left;
        border-bottom: 1px solid rgba(255,255,255,.08);
        white-space: normal;
    }

    .nav-menu a:last-child {
        border-bottom: none;
    }

    .enquiry-btn {
        display: none;
    }

    .hero {
        min-height: 78vh;
        padding: 130px 20px 70px;
    }

    .hero-content {
        max-width: 100%;
    }

    .subtitle {
        letter-spacing: 2px;
        font-size: 12px;
    }

    .hero-content h1 {
        font-size: 42px;
        line-height: 1.12;
        margin: 20px 0 18px;
    }

    .hero-content p {
        font-size: 17px;
        line-height: 1.75;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 14px;
        width: 100%;
        max-width: 280px;
        margin: 30px auto 0;
    }

    .hero-buttons a {
        width: 100%;
        display: block;
        text-align: center;
    }

    .products,
    .why-us {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-title {
        margin-bottom: 36px;
    }

    .section-title h2 {
        font-size: 32px;
        line-height: 1.25;
    }

    .section-title p {
        font-size: 15px;
        line-height: 1.7;
    }

    .product-grid,
    .why-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-card {
        overflow: hidden;
    }

    .product-card img {
        height: 200px;
    }

    .full-card {
        grid-column: span 1;
    }
}

@media (max-width: 480px) {

    .navbar {
        width: calc(100% - 18px);
        top: 10px;
        padding: 9px 12px;
    }

    .logo {
        gap: 6px;
    }

    .company-logo {
        width: 36px;
        height: 36px;
    }

    .logo-text h2 {
        font-size: 13px;
        letter-spacing: 1.2px;
    }

    .logo-text p {
        font-size: 7px;
        letter-spacing: 1.1px;
    }

    .menu-toggle {
        width: 40px;
        height: 40px;
    }

    .hero {
        min-height: 72vh;
        padding-top: 118px;
    }

    .subtitle {
        letter-spacing: 1.6px;
        font-size: 11px;
    }

    .hero-content h1 {
        font-size: 32px;
        margin-top: 18px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-buttons {
        max-width: 240px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 14px 18px;
        font-size: 14px;
    }

    .section-title span {
        font-size: 12px;
        letter-spacing: 1.4px;
    }

    .section-title h2 {
        font-size: 27px;
    }

    .section-title p {
        font-size: 14px;
    }

    .product-card h3 {
        font-size: 20px;
    }

    .product-card ul li {
        font-size: 14px;
    }
}

@media (max-width: 360px) {

    .logo-text {
        display: none;
    }

    .navbar {
        padding-right: 10px;
    }

    .hero-content h1 {
        font-size: 29px;
    }

    .hero-content p {
        font-size: 14px;
    }
}
