﻿@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #263238;
    background-color: #f4f8fb;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button,
.theme-btn,
.btn1,
.cta-btn {
    cursor: pointer;
}

button,
.theme-btn,
.btn1,
.cta-btn {
    transition: all 0.25s ease;
}

.hero-content {
    max-width: 760px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 14px 26px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-color: #0b6e4f;
}
.btn1 {
    color: #0b6e4f;
    background-color: #f4f8fb;
    border: 1px solid #0b6e4f;
}

button.theme-btn,
.theme-btn {
    background-color: #0b6e4f;
}

button.theme-btn:hover,
.btn1:hover,
.cta-btn:hover,
.hero-buttons a:hover {
    transform: translateY(-2px);
    background-color: #034497;
    color: #ffffff;
}

#header {
    width: 100%;
    transition: all 0.3s ease;
    padding: 5px 25px;
    position: relative;
    z-index: 999;
    background: #ffffff;
}

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    padding: unset;
}

.navbar {
    padding: 0;
}

.navbar-collapse {
    flex-grow: 1;
    justify-content: flex-end;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    padding-right: 40px;
}

a.navbar-brand img {
    width: 100%;
    max-width: 70px;
}

.navbar-nav .nav-link {
    color: #263238;
    font-size: 16px;
    padding: 0.5rem 0.75rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #0b6e4f;
}

button.theme-btn, .btn1, .cta-btn {
    padding: 12px 28px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    color: #fff;
    background-color: #ffc107;
}
.cta-btn {
    background-color: #ffc107;
}

button.theme-btn {
    background-color: #0b6e4f;
}

button.theme-btn:hover,
.btn1:hover,
.cta-btn:hover {
    transform: translateY(-2px);
    background-color: #0b6e4f;
}
.cta-btn:hover {
    background-color: #034497;
}

.hero-sec {
    background-image: url(../img/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 620px;
    padding: 50px 30px;
    display: flex;
    align-items: center;
    position: relative;
}
/* section.hero-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000075;
    z-index: 0;
} */
.hero-sec h2 {
    color: #072a60;
    font-size: 52px;
    font-weight: 800;
    max-width: 760px;
    line-height: 1.05;
}


.hero-sec h2 span {
    color: #0b6e4f;
}

.hero-sec p {
    font-size: 18px;
    max-width: 550px;
    padding: 18px 0;
    color: #3c4a5a;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 20px;
}

section.top-features {
    background-color: #0b6e4f;
    padding: 18px 0;
    color: #fff;
    font-size: 15px;
}

.slider-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    align-items: center;
    padding: unset;
}
.feature-item {
    flex: 1 1 210px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    margin: 0px 5px;
}

.feature-item i {
    font-size: 20px;
    color: #fff;
    min-width: 32px;
}

.about-sec,
section.products-sec,
section.why-choose,
.counter-section,
section.wedding,
section.delivery,
section.testimonials-sec,
section.cta-section,
section.contact-section,
section.accordion-sec,
section.selling {
    padding: 60px 30px;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px; 
}
.accordion-item:first-of-type {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.about-sec {
    background: #ffffff;
}

.about-right {
    position: relative;
}

.about-right img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.about-left span {
    background-color: #d3e3fd;
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 14px;
    display: inline-block;
     margin-bottom: unset;
}

.about-left h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 5px 0 18px;
    max-width: 640px;
}
.about-left p {
    font-size: 17px;
    color: #4b5f74;
    max-width: 720px;
}

.about-left ul {
    list-style: disc;
    padding-left: 22px;
    margin-top: 18px;
    color: #3b4a5d;
}

.about-left ul li {
    margin-bottom: 5px;
}

.about-right .bottom {
    position: absolute;
    bottom: 20px;
    left: 120px;
    align-items: center;
    gap: 4px;
    background-color: #0b6e4f;
    padding: 5px 25px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
    transition: 0.5s all;
    max-width: 152px;
    margin: 0;
}
.bottom:hover {
    transform: translateY(-10px);
}
.bottom p {
    margin: unset !important;
}

.about-right .bottom img {
    width: 30px;
    min-width: 30px;
}

@media (max-width: 768px) {
    .about-left,
    .about-left h2,
    .about-left p,
    .about-left ul {
        text-align: left !important;
    }

    .about-left span {
        display: inline-block;
        margin-bottom: 18px;
    }

    .about-right .bottom {
        left: 16px;
        bottom: 16px;
    }
}

section.products-sec {
    background-color: #d3e3fd;
}

section.products-sec h2 {
    font-size: 42px;
    font-weight: 700;
}

section.products-sec h6 {
    color: #4a5a75;
    font-size: 18px;
    margin-top: 12px;
}

.cont {
    overflow: hidden;
    border-radius: 18px;
    overflow-x: hidden;
}

.product-box {
    background-color: #ffffff;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 24px;
    box-shadow: 0 14px 30px rgba(22, 30, 47, 0.08);
}

.product-box:hover img {
    transform: scale(1.1);
}

.product-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 18px;
    transition: 0.5s all;
}

.price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    gap: 12px;
}

.price h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.price h4 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.price span {
    font-size: 16px;
    color: #7b8595;
}

.product-box p {
    font-size: 16px;
    margin: 12px 0 0;
    color: #5c697c;
    line-height: 1.7;
}

section.why-choose h2,
section.wedding h2,
section.delivery h2,
section.testimonials-sec h2,
section.accordion-sec h1,
section.selling h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
}

.why-card {
    padding: 24px;
    background-color: #ffffff;
    box-shadow: 0 18px 35px rgba(38, 56, 84, 0.08);
    border-radius: 24px;
    margin-bottom: 24px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.why-card img {
    width: 58px;
    padding: 12px;
    background-color: #0b6e4f;
    border-radius: 18px;
    margin-bottom: 20px;
}

.why-card h3 {
    font-size: 22px;
    margin: 0;
}

.why-card p {
    font-size: 16px;
    color: #5b6776;
    margin: 0;
    line-height: 1.75;
}

section.wedding {
    background-color: #f7f9fd;
}

.wedding-box {
    padding: 30px;
    text-align: center;
    border-radius: 24px;
    margin-bottom: 24px;
    min-height: 260px;
    background: #ffffff;
    box-shadow: 0 18px 35px rgba(38, 56, 84, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wedding-box img {
    width: 70px;
    background-color: #0b6e4f;
    padding: 14px;
    border-radius: 24px;
    margin: auto;
}

.wedding-box h3 {
    font-size: 20px;
    margin: 0;
}

.wedding-box p {
    color: #5c6777;
    line-height: 1.7;
    margin: 0;
}

.counter-section{
    background:#0b6e4f;
    padding:60px 0;
}

.counter-box{
    background:rgba(255,255,255,.08);
    border-radius:20px;
    text-align:center;
    padding:40px 20px;
}

.counter-box h2{
    color:#fff;
    font-size:60px;
    font-weight:700;
    margin-bottom:10px;
}

.counter-box p{
    color:#fff;
    font-size:18px;
    margin:0;
}

section.delivery {
    background-color: #0b6e4f;
}

.delivery-right h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #fff;
}

.delivery-right p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #e8f0fc;
    /* line-height: 1.8; */
}

.right-info {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    padding: 18px;
}

.right-info h4 {
    min-width: 48px;
    min-height: 48px;
    background-color: #fff;
    color: #0b6e4f;
    font-size: 20px;
    font-weight: 700;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-info h5 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 18px;
}

.right-info p {
    margin: 0;
    color: #e8f0fc;
    font-size: 15px;
    line-height: 1.7;
}

.delivery-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 28px;
}

section.testimonials-sec {
    background-color: #eef6ff;
    padding: 80px 30px;
}
.slick-dots {
    display: none !important;
}
section.testimonials-sec h2 {
    margin-bottom: 10px;
    color: #0b4c2f;
    font-size: 40px;
    font-weight: 700;
}

section.testimonials-sec .section-subtitle {
    color: #5b6776;
    font-size: 17px;
    max-width: 680px;
    margin: 0 auto 36px;
    line-height: 1.8;
}

.testimonials-sec .slick-list {
    margin: 0 -12px;
}

.testimonials-sec .slick-slide {
    padding: 0 12px;
    display: flex;
    align-items: stretch;
}

.testi-card {
    background-color: #ffffff;
    padding: 32px;
    margin: 0 auto;
    border-radius: 28px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testi-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(38, 56, 84, 0.12);
}

.user-info {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.user-info img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.user-info h3 {
    margin: 0;
    font-size: 20px;
}

.star-imgs {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.star-imgs img {
    width: 18px;
    height: auto;
}

.testi-card p {
    font-size: 16px;
    line-height: 1.75;
    color: #485162;
    margin: 0;
}

.cta-section {
    background: #0b6e4f;
    color: #fff;
    text-align: center;
    border-radius: 32px;
    padding: 72px 30px;
    margin: 30px auto;
}

.cta-section h2 {
    max-width: 860px;
    margin: 0 auto 18px;
    color: #fff;
}

.cta-section p {
    font-size: 18px;
    max-width: 760px;
    margin: 0 auto 26px;
    color: rgba(255, 255, 255, 0.82);
}

section.contact-section {
    background: transparent;
}

.contact-section .sub-title {
    display: inline-block;
    margin-bottom: 14px;
    color: #0b6e4f;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact-section h2 {
    font-size: 38px;
    margin: 8px 0 18px;
}

.contact-section p {
    color: #5d6b7c;
    max-width: 720px;
    margin: 0 auto;
}

.contact-box {
    background: #ffffff;
    padding: 26px;
    border-radius: 26px;
    box-shadow: 0 18px 35px rgba(38, 56, 84, 0.07);
    text-align: center;
    width: 100%;
    max-width: 100%;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
i.fas.fa-phone-alt {
    rotate: 82deg;
}

.contact-link {
    color: inherit;
}

.contact-link:hover .contact-box {
    transform: translateY(-3px);
}

.contact-box .icon {
    width: 56px;
    height: 56px;
    background: #0b6e4f;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.contact-box h5 {
    color: #263238;
    margin-bottom: 6px;
    font-weight: 700;
}

.contact-box p {
    margin: 0;
    color: #4a5b71;
    font-size: 16px;
    line-height: 1.7;
}

.accordion-sec {
    background: transparent;
}

.accordion-button {
    font-size: 18px;
    font-weight: 600;
}

.accordion-item {
    margin-bottom: 16px;
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(38, 56, 84, 0.07);
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #0b6e4f;
    box-shadow: none;
}

.accordion-button {
    background-color: #fff;
    color: #263238;
    border: none;
    border-radius: 0;
}

.accordion-body {
    background-color: #ffffff;
    color: #4a5b6d;
}

section.selling {
    background-color: #d3e3fd;
}

.icecraem {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
    width: 100%;
}

.icecraem img {
    width: 100%;
    height: 260px;
    border-radius: 28px;
    object-fit: cover;
}




.icons {
    display: flex;
    gap: 1px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    align-items: center;
    background: #26D366;
    border-radius: 50px;
    padding: 6px 16px 6px 9px;
    transition: 0.5s all;
    z-index: 9;
}
a.icons p {
    margin: auto;
    color: #fff;
}
a.icons i.fa-brands.fa-whatsapp {
    font-size: 37px;
}
a.icons:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 30px #0000003d;
}


.footer {
    background-color: #ffffff;
    padding: 50px 0;
}

.footer h3 {
    font-size: 18px;
    color: #0b6e4f;
    margin-bottom: 18px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer li {
    margin-bottom: 10px;
}

.footer a {
    color: #4a5b71;
    text-decoration: none;
}

.footer .footer-img img {
    max-width: 140px;
}

.copy-right {
    background-color: #0b6e4f;
    padding: 18px 0;
}

.copy-right p {
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.copy-right a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

