*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#fff;
}
a {
    text-decoration: none;
}
#order{
    display: none;
}
.container{
width:90%;
margin:auto;
}

.topbar{
background:#004f59;
color:white;
padding:10px 0;
font-size:14px;
}

.topbar .container{
display:flex;
justify-content:space-between;
align-items:center;
}

.topbar a{
color:white;
text-decoration:none;
margin-right:20px;
}

header{
background:white;
box-shadow:0 3px 10px rgba(0,0,0,.08);
position:sticky;
top:0;
z-index:999;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
}

.logo img{
height:65px;
}

.nav ul{
display:flex;
list-style:none;
}

.nav ul li{
margin:0 18px;
}

.nav ul li a{
text-decoration:none;
font-weight:600;
color:#003f47;
transition:.3s;
}

.nav ul li a:hover{
color:#d4a437;
}

.quote-btn{
background:#004f59;
padding:12px 25px;
color:white;
text-decoration:none;
border-radius:6px;
transition:.3s;
}

.quote-btn:hover{
background:#d4a437;
}

/* =====================================================
   MOBILE MENU
===================================================== */

.menu-toggle{
    display:none;
    background:none;
    border:none;
    font-size:26px;
    color:#004f59;
    cursor:pointer;
}


/* CLOSE BUTTON */

.close-menu{
    display:none;
}

.close-menu button{
    background:none;
    border:none;
    font-size:28px;
    color:#004f59;
    cursor:pointer;
}


/* MOBILE CALL */

.mobile-call{
    display:none;
}


/* =====================================================
   MOBILE VIEW
===================================================== */

@media(max-width:768px){

    .container{
        width:92%;
    }


    /* TOP BAR */

    .topbar{
        font-size:11px;
        padding:8px 0;
    }

    .topbar .container{
        justify-content:center;
    }

    .topbar .container > div:last-child{
        display:none;
    }


    /* NAVBAR */

    .nav{
        padding:12px 0;
    }


    /* LOGO */

    .logo img{
        height:52px;
    }


    /* HAMBURGER */

    .menu-toggle{
        display:block;
    }


    /* HIDE DESKTOP CALL */

    .quote-btn{
        display:none;
    }


    /* =================================================
       SIDE MENU
    ================================================= */

    .nav-menu{

        position:fixed;

        top:0;
        right:-100%;

        width:280px;
        height:100vh;

        background:white;

        display:flex !important;

        flex-direction:column;

        align-items:flex-start;

        padding:25px 25px;

        box-shadow:-5px 0 20px rgba(0,0,0,.15);

        transition:.4s ease;

        z-index:1001;

    }


    /* OPEN MENU */

    .nav-menu.active{
        right:0;
    }


    /* CLOSE BUTTON */

    .close-menu{
        display:flex;
        width:100%;
        justify-content:flex-end;
        margin-bottom:25px;
    }


    /* NAV ITEMS */

    .nav-menu li{
        margin:0 0 22px 0 !important;
        width:100%;
    }


    .nav-menu li a{

        display:block;

        width:100%;

        padding:10px 0;

        font-size:16px;

    }


    /* MOBILE CALL */

    .mobile-call{
        display:block !important;
        margin-top:10px !important;
    }


    .mobile-call a{

        background:#004f59;

        color:white !important;

        text-align:center;

        border-radius:6px;

        padding:12px !important;

    }

}

.hero{
display:flex;
align-items:center;
justify-content:space-between;
padding:80px 8%;
background:#f7f9fa;
}

.hero-left{
width:50%;
}

.tagline{
color:#0b7a75;
font-weight:600;
letter-spacing:2px;
}

.hero h1{
font-size:65px;
margin:20px 0;
color:#063a40;
}

.hero h1 span{
color:#c99b2b;
}

.hero p{
font-size:18px;
line-height:30px;
margin-bottom:30px;
color:#555;
}

.hero-btn{
display:flex;
gap:20px;
margin-bottom:40px;
}

.btn1{
background:#006b67;
padding:15px 35px;
color:white;
text-decoration:none;
border-radius:6px;
}

.btn2{
border:2px solid #006b67;
padding:15px 35px;
text-decoration:none;
color:#006b67;
border-radius:6px;
}

.features{
display:flex;
gap:40px;
}

.features div{
text-align:center;
}

.features i{
font-size:35px;
color:#0b7a75;
margin-bottom:10px;
}

.hero-right{
width:45%;
text-align:center;
}

.hero-right img{
width:100%;
max-width:550px;
}

/* =====================================================
   HERO MOBILE RESPONSIVE
===================================================== */

@media (max-width: 768px){

    .hero{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 45px 25px 50px;
        text-align: left;
    }

    .hero-left{
        width: 100%;
    }

    .tagline{
        font-size: 14px;
        letter-spacing: 1.8px;
        display: block;
        margin-bottom: 15px;
    }

    .hero h1{
        font-size: 48px;
        line-height: 1.25;
        margin: 10px 0 20px;
    }

    .hero p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    /* Buttons */

    .hero-btn{
        display: flex;
        gap: 12px;
        margin-bottom: 35px;
    }

    .btn1,
    .btn2{
        flex: 1;
        padding: 13px 15px;
        text-align: center;
        font-size: 15px;
        line-height: 22px;
    }


    /* Features */

    .features{
        display: flex;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }

    .features div{
        flex: 1;
        text-align: center;
    }

    .features i{
        font-size: 30px;
        margin-bottom: 8px;
    }

    .features h4{
        font-size: 14px;
        line-height: 20px;
    }


    /* Hero Image */

    .hero-right{
        width: 100%;
        margin-top: 35px;
        text-align: center;
    }

    .hero-right img{
        width: 100%;
        max-width: 380px;
        height: auto;
        display: block;
        margin: auto;
    }

}

@media (max-width: 480px){

    .hero{
        padding: 35px 20px 45px;
    }

    .tagline{
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .hero h1{
        font-size: 42px;
        line-height: 1.2;
    }

    .hero p{
        font-size: 15px;
        line-height: 26px;
    }

    .hero-btn{
        gap: 10px;
    }

    .btn1,
    .btn2{
        padding: 12px 10px;
        font-size: 14px;
    }

    .features{
        gap: 5px;
    }

    .features i{
        font-size: 27px;
    }

    .features h4{
        font-size: 13px;
    }

    .hero-right{
        margin-top: 30px;
    }

}
/*================ PRODUCT CATEGORY ================*/

.category{

padding:90px 8%;

background:#fff;

}

.category-title{

text-align:center;

margin-bottom:60px;

}

.category-title span{

color:#00695C;

font-weight:600;

letter-spacing:2px;

}

.category-title h2{

font-size:42px;

margin:15px 0;

color:#12343b;

}

.category-title p{

width:700px;

margin:auto;

line-height:30px;

color:#666;

}

.category-container{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.category-card{

background:#fff;

border-radius:15px;

overflow:hidden;

box-shadow:0 8px 20px rgba(0,0,0,.08);

transition:.4s;

}

.category-card:hover{

transform:translateY(-12px);

}

.category-card img{

width:100%;

height:260px;

object-fit:cover;

}

.category-content{

padding:25px;

}

.category-content h3{

margin-bottom:12px;

color:#12343b;

}

.category-content p{

line-height:28px;

color:#666;

margin-bottom:18px;

}

.category-content a{

text-decoration:none;

color:#00695C;

font-weight:600;

}

.category-content a:hover{

color:#d4af37;

}

@media (max-width: 768px){

    .category{
        padding:60px 20px;
    }

    .category-title{
        margin-bottom:35px;
    }

    .category-title span{
        font-size:14px;
    }

    .category-title h2{
        font-size:32px;
        line-height:1.3;
        margin:12px 0;
    }

    .category-title p{
        width:100%;
        font-size:15px;
        line-height:26px;
    }

    .category-container{
        grid-template-columns:repeat(2, 1fr);
        gap:15px;
    }

    .category-card{
        border-radius:12px;
    }

    .category-card:hover{
        transform:none;
    }

    .category-card img{
        height:190px;
    }

    .category-content{
        padding:16px;
    }

    .category-content h3{
        font-size:18px;
        line-height:1.4;
        margin-bottom:8px;
    }

    .category-content p{
        font-size:14px;
        line-height:22px;
        margin-bottom:15px;
    }

    .category-content a{
        font-size:13px;
    }
}

@media (max-width: 480px){

    .category{
        padding:50px 12px;
    }

    .category-title h2{
        font-size:28px;
    }

    .category-title p{
        font-size:14px;
        line-height:24px;
    }

    .category-container{
        gap:12px;
    }

    .category-card img{
        height:170px;
    }

    .category-content{
        padding:14px;
    }

    .category-content h3{
        font-size:17px;
    }

    .category-content p{
        font-size:13px;
        line-height:20px;
    }

    .category-content a{
        font-size:12px;
    }
}

/*================ ABOUT ================*/

.about{

padding:90px 8%;

display:flex;

justify-content:space-between;

align-items:center;

gap:60px;

background:#f8f9fb;

}

.about-image{

flex:1;

}

.about-image img{

width:100%;

border-radius:20px;

box-shadow:0 10px 25px rgba(0,0,0,.15);

}

.about-content{

flex:1;

}

.about-content span{

color:#00695C;

font-weight:600;

letter-spacing:2px;

}

.about-content h2{

font-size:42px;

margin:20px 0;

color:#12343b;

}

.about-content p{

color:#666;

line-height:30px;

margin-bottom:25px;

}

.about-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:35px;

}

.list-item{

font-weight:500;

color:#333;

}

.list-item i{

color:#00695C;

margin-right:10px;

}

.about-btn{

display:inline-block;

padding:14px 35px;

background:#00695C;

color:#fff;

text-decoration:none;

border-radius:8px;

transition:.4s;

}

.about-btn:hover{

background:#d4af37;

}

@media (max-width:768px){

    .about{
        padding:60px 20px;
        display:flex;
        flex-direction:column;
        gap:35px;
        text-align:left;
    }

    .about-image{
        width:100%;
        flex:none;
        text-align:center;
    }

    .about-image img{
        width:180px;
        height:180px;
        object-fit:cover;
        border-radius:20px;
    }

    .about-content{
        width:100%;
    }

    .about-content span{
        display:block;
        font-size:14px;
        letter-spacing:2px;
        margin-bottom:12px;
    }

    .about-content h2{
        font-size:32px;
        line-height:1.3;
        margin:10px 0 20px;
    }

    .about-content p{
        font-size:15px;
        line-height:27px;
        margin-bottom:25px;
    }

    .about-list{
        grid-template-columns:1fr;
        gap:14px;
    }

    .list-item{
        font-size:14px;
    }

}

@media (max-width:480px){

    .about{
        padding:50px 18px;
        gap:30px;
    }

    .about-image img{
        width:150px;
        height:150px;
    }

    .about-content h2{
        font-size:29px;
    }

    .about-content p{
        font-size:14px;
        line-height:25px;
    }

    .about-list{
        gap:12px;
    }

}
/*================ WHY CHOOSE US ================*/

.why-choose{

padding:90px 8%;

background:#0d5b63;

}

.section-title{

text-align:center;

margin-bottom:60px;

}

.section-title p{

color:#d9b66f;

font-weight:600;

letter-spacing:2px;

margin-bottom:10px;

}

.section-title h2{

font-size:42px;

color:#fff;

margin-bottom:15px;

}

.section-title span{

display:inline-block;

width:90px;

height:3px;

background:#d9b66f;

}

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.why-box{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.1);

padding:35px;

border-radius:18px;

text-align:center;

transition:.4s;

}

.why-box:hover{

transform:translateY(-10px);

background:#ffffff;

}

.icon{

width:80px;

height:80px;

margin:auto;

border-radius:50%;

border:2px solid #d9b66f;

display:flex;

justify-content:center;

align-items:center;

margin-bottom:25px;

transition:.4s;

}

.icon i{

font-size:34px;

color:#d9b66f;

}

.why-box:hover .icon{

background:#0d5b63;

}

.why-box h3{

color:#fff;

margin-bottom:15px;

font-size:22px;

transition:.4s;

}

.why-box:hover h3{

color:#0d5b63;

}

.why-box p{

color:#d8d8d8;

line-height:28px;

transition:.4s;

}

.why-box:hover p{

color:#555;

}
@media(max-width:992px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.why-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:32px;

}

}
/*================ SOFTNESS CTA ================*/

.softness{

padding:90px 8%;

background:#f8fafb;

}

.softness-container{

display:flex;

align-items:center;

justify-content:space-between;

gap:70px;

}

.softness-image{

flex:1;

text-align:center;

}

.softness-image img{

width:100%;

max-width:480px;

}

.softness-content{

flex:1;

}

.softness-content span{

color:#0d5b63;

font-weight:600;

letter-spacing:2px;

}

.softness-content h2{

font-size:48px;

margin:20px 0;

color:#12343b;

line-height:60px;

}

.softness-content p{

color:#666;

line-height:32px;

margin-bottom:30px;

}

.soft-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:35px;

}

.soft-features div{

font-size:17px;

font-weight:500;

color:#333;

}

.soft-features i{

color:#0d5b63;

margin-right:10px;

}

.soft-btn{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.order-btn{

background:#0d5b63;

color:#fff;

padding:15px 35px;

text-decoration:none;

border-radius:8px;

font-weight:600;

transition:.3s;

}

.order-btn:hover{

background:#083f45;

}

.catalog-btn{

border:2px solid #0d5b63;

color:#0d5b63;

padding:15px 35px;

text-decoration:none;

border-radius:8px;

font-weight:600;

transition:.3s;

}

.catalog-btn:hover{

background:#0d5b63;

color:#fff;

}
@media(max-width:992px){

.softness-container{

flex-direction:column;

text-align:center;

}

.soft-features{

grid-template-columns:1fr;

}

.soft-btn{

justify-content:center;

}

.softness-content h2{

font-size:36px;

line-height:48px;

}

}
/*================ TESTIMONIAL ================*/

.testimonial{

padding:90px 8%;

background:#ffffff;

}

.testimonial-title{

text-align:center;

margin-bottom:60px;

}

.testimonial-title span{

color:#0d5b63;

font-weight:600;

letter-spacing:2px;

}

.testimonial-title h2{

font-size:42px;

margin:15px 0;

color:#12343b;

}

.testimonial-title p{

max-width:700px;

margin:auto;

color:#666;

line-height:30px;

}

.testimonial-container{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-bottom:80px;

}

.review-card{

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

}

.review-card:hover{

transform:translateY(-10px);

}

.stars{

font-size:22px;

color:#d4af37;

margin-bottom:20px;

}

.review-card p{

line-height:30px;

color:#666;

margin-bottom:25px;

}

.review-card h4{

color:#12343b;

margin-bottom:5px;

}

.review-card span{

color:#777;

}

.family-banner{

display:flex;

align-items:center;

justify-content:space-between;

background:#0d5b63;

border-radius:20px;

padding:50px;

margin-top:20px;

gap:40px;

}

.family-content{

flex:1;

}

.family-content h2{

font-size:42px;

color:#fff;

margin-bottom:20px;

}

.family-content p{

color:#ddd;

line-height:30px;

margin-bottom:30px;

}

.family-btn{

display:inline-block;

padding:15px 35px;

background:#d4af37;

color:#fff;

text-decoration:none;

border-radius:8px;

font-weight:600;

}

.family-image{

flex:1;

text-align:right;

}

.family-image img{

width:100%;

max-width:420px;

}
@media(max-width:992px){

.testimonial-container{

grid-template-columns:1fr;

}

.family-banner{

flex-direction:column;

text-align:center;

}

.family-image{

text-align:center;

}

.family-content h2{

font-size:34px;

}

}
/* =====================================================
   FOOTER
===================================================== */

.footer {

    background: #063f46;

    color: #ffffff;

    padding-top: 55px;
}

.footer-container {

    max-width: 1200px;

    margin: auto;

    padding: 0 6% 45px;

    display: grid;

    grid-template-columns:
        1.5fr 1fr 1fr 1fr 1.3fr;

    gap: 35px;
}

.footer-logo {

    width: 170px;

    margin-bottom: 18px;
}

.company-column p {

    color: #c8dada;

    font-size: 12px;

    line-height: 1.7;

    max-width: 250px;
}

.footer-column h3 {

    color: #ffffff;

    font-size: 14px;

    margin-bottom: 18px;
}

.footer-column > a {

    display: block;

    color: #c8dada;

    font-size: 12px;

    margin-bottom: 10px;

    transition: 0.3s;
}

.footer-column > a:hover {

    color: #d4af37;
}

.footer-column > p {

    color: #c8dada;

    font-size: 12px;

    line-height: 1.6;

    margin-bottom: 12px;
}

.footer-column > p i {

    color: #d4af37;

    width: 20px;
}



/* =====================================================
   SOCIAL ICONS
===================================================== */

.social-icons {

    display: flex;

    gap: 8px;

    margin-top: 20px;
}

.social-icons a {

    width: 32px;

    height: 32px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #7fa5a7;

    border-radius: 50%;

    color: #ffffff;

    font-size: 12px;

    transition: 0.3s;
}

.social-icons a:hover {

    background: #d4af37;

    border-color: #d4af37;
}



/* =====================================================
   FOOTER BOTTOM
===================================================== */

.footer-bottom {

    border-top:
        1px solid rgba(255,255,255,0.15);

    text-align: center;

    padding: 18px;

    color: #abc4c5;

    font-size: 11px;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 900px) {
    .footer-container {

        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 600px) {
    .footer-container {

        grid-template-columns: 1fr;

        gap: 30px;
    }

}

/* =====================================================
   ORDER PRODUCTS
===================================================== */

.order-products {

    padding: 90px 8%;
    background: #f5f9f9;

}

.order-heading {

    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;

}

.order-heading span {

    color: #0d5b63;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;

}

.order-heading h2 {

    color: #12343b;
    font-size: 42px;
    margin: 12px 0;

}

.order-heading p {

    color: #666;
    line-height: 28px;

}


/* Product List */

.product-order-list {

    max-width: 1100px;
    margin: auto;

    display: flex;
    flex-direction: column;

    gap: 18px;

}


/* Product Card */

.order-product-card {

    background: #fff;

    border-radius: 14px;

    padding: 15px 20px;

    display: grid;

    grid-template-columns:
        110px
        1fr
        170px;

    align-items: center;

    gap: 25px;

    box-shadow:
        0 5px 18px rgba(0,0,0,0.07);

    border: 1px solid #edf1f1;

    transition: 0.3s;

}

.order-product-card:hover {

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(0,0,0,0.1);

}


/* Product Image */

.product-image {

    width: 100px;
    height: 90px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #f7f9f9;

    border-radius: 10px;

    overflow: hidden;

}

.product-image img {

    width: 100%;
    height: 100%;

    object-fit: contain;

}


/* Product Details */

.product-details h3 {

    color: #12343b;

    font-size: 19px;

    margin-bottom: 6px;

}

.product-details p {

    color: #777;

    font-size: 14px;

}


/* Quantity */

.quantity-box {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

}

.quantity-box button {

    width: 36px;
    height: 36px;

    border: none;

    border-radius: 50%;

    background: #0d5b63;

    color: #fff;

    font-size: 21px;

    cursor: pointer;

    transition: 0.3s;

}

.quantity-box button:hover {

    background: #d4af37;

}

.quantity {

    min-width: 25px;

    text-align: center;

    font-size: 18px;

    font-weight: 600;

    color: #12343b;

}


/* Common Order Button */

.common-order-button {

    text-align: center;

    margin-top: 40px;

}

.common-order-button button {

    border: none;

    background: #0d5b63;

    color: #fff;

    padding: 15px 40px;

    border-radius: 8px;

    font-size: 16px;

    font-weight: 600;

    cursor: pointer;

    transition: 0.3s;

}

.common-order-button button:hover {

    background: #d4af37;

    transform: translateY(-2px);

}

.common-order-button i {

    margin-right: 8px;

}


/* =====================================================
   ORDER PRODUCTS - PORTRAIT CARDS
===================================================== */

.product-order-list {

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 25px;

}


/* =====================================================
   PRODUCT CARD
===================================================== */

.order-product-card {

    width: 100%;

    background: #ffffff;

    border-radius: 18px;

    padding: 15px;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    border: 1px solid #e5eeee;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);

    transition: all 0.3s ease;

}


.order-product-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);

}


/* =====================================================
   PRODUCT IMAGE
===================================================== */

.order-product-card .product-image {

    width: 100%;

    height: 180px;

    background: #f5f9f9;

    border-radius: 13px;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 15px;

}


.order-product-card .product-image img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    padding: 12px;

    box-sizing: border-box;

}


/* =====================================================
   PRODUCT DETAILS
===================================================== */

.order-product-card .product-details {

    width: 100%;

}


.order-product-card .product-details h3 {

    color: #12343b;

    font-size: 17px;

    font-weight: 600;

    margin: 0 0 6px;

}


.order-product-card .product-details p {

    color: #777;

    font-size: 12px;

    line-height: 18px;

    margin: 0 0 15px;

}


/* =====================================================
   QUANTITY
===================================================== */

.order-product-card .quantity-box {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin-top: auto;

}


.order-product-card .quantity-box button {

    width: 34px;

    height: 34px;

    padding: 0;

    border: none;

    border-radius: 50%;

    background: #0d5b63;

    color: #ffffff;

    font-size: 21px;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    transition: 0.3s;

}


.order-product-card .quantity-box button:hover {

    background: #d4af37;

}


.order-product-card .quantity {

    min-width: 25px;

    color: #12343b;

    font-size: 17px;

    font-weight: 600;

    text-align: center;

}


/* =====================================================
   ORDER NOW BUTTON
===================================================== */

.common-order-button {

    text-align: center;

    margin-top: 40px;

}


.common-order-button button {

    border: none;

    background: #0d5b63;

    color: #ffffff;

    padding: 14px 40px;

    border-radius: 8px;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

    transition: 0.3s;

}


.common-order-button button:hover {

    background: #d4af37;

    transform: translateY(-2px);

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .product-order-list {

        grid-template-columns: repeat(3, 1fr);

        gap: 20px;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {

    .product-order-list {

        grid-template-columns: repeat(2, 1fr);

        gap: 14px;

    }


    .order-product-card {

        padding: 10px;

        border-radius: 13px;

    }


    .order-product-card .product-image {

        height: 130px;

        margin-bottom: 10px;

        border-radius: 10px;

    }


    .order-product-card .product-image img {

        padding: 7px;

    }


    .order-product-card .product-details h3 {

        font-size: 14px;

    }


    .order-product-card .product-details p {

        font-size: 10px;

        line-height: 14px;

        margin-bottom: 10px;

    }


    .order-product-card .quantity-box {

        gap: 8px;

    }


    .order-product-card .quantity-box button {

        width: 28px;

        height: 28px;

        font-size: 17px;

    }


    .order-product-card .quantity {

        font-size: 14px;

    }

}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 400px) {

    .product-order-list {

        grid-template-columns: repeat(2, 1fr);

        gap: 10px;

    }


    .order-product-card {

        padding: 8px;

    }


    .order-product-card .product-image {

        height: 105px;

    }


    .order-product-card .product-details h3 {

        font-size: 13px;

    }


    .order-product-card .product-details p {

        font-size: 9px;

    }

}

/* =====================================================
   ORDER MODAL OVERLAY
===================================================== */

.order-modal {
    position: fixed;
    inset: 0;

    background: rgba(0, 35, 40, 0.72);

    display: none;

    align-items: center;
    justify-content: center;

    padding: 20px;

    z-index: 99999;

    backdrop-filter: blur(5px);
}

.order-modal.show {
    display: flex;
}


/* =====================================================
   MODAL CONTENT
===================================================== */

.order-modal-content {

    width: 100%;
    max-width: 560px;

    max-height: 90vh;

    overflow-y: auto;

    background: #ffffff;

    border-radius: 18px;

    padding: 32px;

    position: relative;

    box-sizing: border-box;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.28);

    animation: modalOpen 0.3s ease;
}


/* Modal Animation */

@keyframes modalOpen {

    from {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* =====================================================
   CLOSE BUTTON
===================================================== */

.close-modal {

    position: absolute;

    top: 14px;
    right: 16px;

    width: 36px;
    height: 36px;

    border: none;

    border-radius: 50%;

    background: #edf5f5;

    color: #0d5b63;

    font-size: 24px;

    line-height: 1;

    cursor: pointer;

    display: flex;

    align-items: center;
    justify-content: center;

    transition: 0.3s;
}

.close-modal:hover {

    background: #0d5b63;

    color: #ffffff;

    transform: rotate(90deg);
}


/* =====================================================
   MODAL HEADING
===================================================== */

.modal-heading {

    text-align: center;

    margin-bottom: 24px;

    padding-right: 20px;
}

.modal-heading span {

    display: block;

    color: #0d5b63;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1.5px;

    margin-bottom: 7px;
}

.modal-heading h2 {

    color: #12343b;

    font-size: 27px;

    margin: 0 0 7px;

    font-weight: 700;
}

.modal-heading p {

    color: #777;

    font-size: 14px;

    margin: 0;

    line-height: 1.5;
}


/* =====================================================
   SELECTED PRODUCTS BOX
===================================================== */

.selected-order {

    background: #f3f8f8;

    border-left: 4px solid #d4af37;

    padding: 15px 17px;

    border-radius: 9px;

    margin-bottom: 24px;

    box-sizing: border-box;
}

.selected-order h4 {

    color: #12343b;

    font-size: 15px;

    margin: 0 0 10px;

    font-weight: 700;
}


/* Selected Product */

.selected-product-row {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 15px;

    padding: 7px 0;

    color: #555;

    font-size: 14px;

    border-bottom: 1px solid #dce7e7;
}

.selected-product-row:last-child {

    border-bottom: none;
}


/* Quantity */

.selected-product-row strong {

    color: #0d5b63;

    font-size: 13px;

    white-space: nowrap;
}


/* =====================================================
   FORM
===================================================== */

#customerOrderForm {

    width: 100%;
}


/* Form Field */

.form-field {

    width: 100%;

    margin-bottom: 16px;
}


/* Label */

.form-field label {

    display: block;

    color: #333;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 7px;
}


/* Required Star */

.form-field label span {

    color: #d9534f;
}


/* Optional */

.form-field label small {

    color: #888;

    font-weight: 400;
}


/* =====================================================
   INPUTS
===================================================== */

.form-field input,
.form-field textarea {

    width: 100%;

    box-sizing: border-box;

    border: 1px solid #d8dfdf;

    border-radius: 9px;

    padding: 12px 14px;

    background: #ffffff;

    color: #333;

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    outline: none;

    transition: all 0.3s ease;
}


/* Placeholder */

.form-field input::placeholder,
.form-field textarea::placeholder {

    color: #999;
}


/* Focus */

.form-field input:focus,
.form-field textarea:focus {

    border-color: #0d5b63;

    box-shadow:
        0 0 0 3px rgba(13, 91, 99, 0.08);
}


/* Textarea */

.form-field textarea {

    min-height: 100px;

    resize: vertical;
}


/* =====================================================
   VALIDATION
===================================================== */

.error-message {

    display: block;

    color: #d9534f;

    font-size: 12px;

    margin-top: 5px;

    min-height: 15px;
}

.input-error {

    border-color: #d9534f !important;

    background: #fff8f8 !important;
}


/* =====================================================
   WHATSAPP BUTTON
===================================================== */

.place-order-btn {

    width: 100%;

    border: none;

    background: #0d5b63;

    color: #ffffff;

    padding: 14px 18px;

    border-radius: 9px;

    font-family: 'Poppins', sans-serif;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;

    margin-top: 4px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;
}

.place-order-btn:hover {

    background: #08464d;

    transform: translateY(-2px);

    box-shadow:
        0 8px 18px rgba(13, 91, 99, 0.20);
}

.place-order-btn i {

    font-size: 19px;

    margin: 0;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .order-modal {

        padding: 12px;
    }

    .order-modal-content {

        max-width: 100%;

        max-height: 92vh;

        padding: 27px 18px;

        border-radius: 16px;
    }

    .close-modal {

        top: 11px;
        right: 11px;

        width: 32px;
        height: 32px;

        font-size: 21px;
    }

    .modal-heading {

        margin-bottom: 20px;

        padding-right: 25px;
    }

    .modal-heading span {

        font-size: 10px;
    }

    .modal-heading h2 {

        font-size: 23px;
    }

    .modal-heading p {

        font-size: 12px;
    }

    .selected-order {

        padding: 12px;

        margin-bottom: 20px;
    }

    .selected-product-row {

        font-size: 12px;

        gap: 8px;
    }

    .selected-product-row strong {

        font-size: 12px;
    }

    .form-field {

        margin-bottom: 14px;
    }

    .form-field label {

        font-size: 13px;
    }

    .form-field input,
    .form-field textarea {

        padding: 11px 12px;

        font-size: 13px;
    }

    .form-field textarea {

        min-height: 90px;
    }

    .place-order-btn {

        padding: 13px;

        font-size: 14px;
    }
}

.product-order-btn {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    background: #0d5b63;

    color: #ffffff;

    padding: 14px 25px;

    border-radius: 6px;

    font-size: 13px;

    font-weight: 600;

    transition: 0.3s;
}

.product-order-btn:hover {

    background: #08464d;

    transform: translateY(-2px);
}

.contact-btn {

    display: inline-block;

    margin-left: 10px;

    padding: 13px 24px;

    border: 1px solid #d4af37;

    color: #9a7620;

    border-radius: 6px;

    font-size: 13px;

    font-weight: 600;

    transition: 0.3s;
}

.contact-btn:hover {

    background: #d4af37;

    color: #ffffff;
}