body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */




/* header start */



.navbar-custom {
    /* position: fixed; */
    /* top: 0; */
    width: 100%;
    z-index: 1030;
    background: transparent;
    transition: all 0.4s ease-in-out;
}

.navbar-brand img {
    width: 80px;
}


/* sticky */
.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.sticky-scroll .navbar-nav a {
    color: #000000 !important;
}
/* sticky */


.navbar-nav {
    justify-content: end;
}

.navbar-nav a {
    color: #000000 !important;
    margin: 0 20px;
    font-size: 14px;
    font-weight: 300 !important;
    font-family: "Instrument Sans", sans-serif !important;
    text-transform: uppercase;
    
    
}

.navbar-nav a:hover {
    color: #f1cf76 !important;
}



.navbar-toggler span {
    color: #000000;
}

.navbar-toggler:focus {
    box-shadow: none;
}



.header-btn a {
    background: #f1cf76;
    padding: 10px 26px;
    border-radius: 50px;
    color: #ffffff;
    transition: 0.3s;
}

.header-btn a:hover {
    border: 1px solid #f1cf76;
    background: transparent;
    color: #f1cf76;
}



.offcanvas-end {
    background-color: #ffffff;
}



/* .course-dropdown {
    border-radius: 12px;
    padding: 8px 0;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a{
    color: #000 !important;
}


.submenu {
    border-radius: 12px;
    
} */


.course-dropdown .dropdown-item {
    padding: 10px 18px;
    transition: background-color 0.3s ease;
    position: relative;
}


.course-dropdown .dropdown-item:hover {
    /* background-color: #dc6a00; */
    background: transparent;
    color: #f1cf76 !important;
    
}


.course-dropdown .dropdown-item:hover i {
    color: #f1cf76;
}


.dropdown-submenu > .submenu {
    margin-left: 0;
}


@media (min-width: 992px) {

    .dropdown-submenu > .submenu {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 220px;
        display: none;
    }

    .dropdown-submenu:hover > .submenu {
        display: block;
    }
}


@media (max-width: 991px) {

    .navbar-nav a {
        color: #000000 !important;
    }

    .submenu {
        display: none;
        padding-left: 15px;
        margin-top: 5px;
        border-left: 2px solid #f1cf76;
    }

    .submenu.show {
        display: block;
    }

    .submenu-toggle {
        font-weight: 500;
        color: #000000 !important;
    }
}



@media (max-width: 1200px) {
    .header-btn {
        display: none;
    }
}

/* social media icons in header */
.header-social-media {
    display: flex;
    gap: 12px;
    align-items: center;
}
.header-social-media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: transparent;
    color: #000;
    border: 1px solid rgba(0,0,0,0.08);
    transition: all 0.2s ease;
}
.header-social-media a i {
    font-size: 16px;
}
.header-social-media a:hover {
    background: #f1cf76;
    color: #fff;
    border-color: #f1cf76;
}

@media (max-width: 991px) {
    .header-social-media {
        display: none;
    }

    .offcanvas-social {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .offcanvas-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: transparent;
        color: #000;
        border: 1px solid rgba(0,0,0,0.06);
        transition: all 0.15s ease;
    }

    .offcanvas-social a i {
        font-size: 16px;
    }

    .offcanvas-social a:hover {
        background: #f1cf76;
        color: #fff;
        border-color: #f1cf76;
    }
}

@media (max-width: 432px) {
    .navbar-brand img {
        width: 70px;
    }
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */



/* banner section */

.hero-banner {
    overflow: hidden;
}

.hero-slide {
    height: 90vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Replace with your images */
.slide-1 {
    background-image: url("..//image/banner-2.jpg");
}

.slide-2 {
    background-image: url("..//image/banner-3.jpg");
}

.slide-3 {
    background-image: url("..//image/banner-1.jpg");
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.55)
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.hero-tag {
    display: inline-block;
    background: rgba(241, 207, 118, 0.15);
    border: 1px solid rgba(241, 207, 118, 0.4);
    color: #f1cf76;
    padding: 12px 28px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 78px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hero-content h1 span {
    color: #f1cf76;
}

.hero-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    line-height: 34px;
    max-width: 700px;
    margin: 0 auto 40px;
    color: rgba(255,255,255,0.9);
}

.hero-btn {
    display: inline-block;
    background: #ea1a29;
    color: #fff;
    text-decoration: none;
    padding: 16px 42px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: all .4s ease;
}

.hero-btn:hover {
    background: #f1cf76;
    color: #111;
    transform: translateY(-5px);
}

/* Owl Dots */
.hero-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-slider .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    background: rgba(255,255,255,0.5) !important;
    margin: 6px !important;
}

.hero-slider .owl-dot.active span {
    background: #f1cf76 !important;
    width: 35px !important;
    border-radius: 20px;
}

/* Responsive */
@media(max-width:991px) {
    .hero-slide {
        min-height: 650px;
        padding: 120px 20px;
    }

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

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

@media(max-width:576px) {
    .hero-slide {
        min-height: 600px;
    }

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

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

    .hero-tag {
        font-size: 12px;
        padding: 10px 22px;
    }

    .hero-btn {
        padding: 14px 34px;
        font-size: 14px;
    }
}

/* banner end */



/* footer start */


.footer-section {
    position: relative;
    background: url('../image/banner-3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 20px;
    overflow: hidden;
}

.footer-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(25, 25, 25, 0.53);
}

.footer-section .container {
    position: relative;
    z-index: 2;
}



.footer-bg {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 50px 40px 25px;
}



.footer-logo img {
    width: 100px;
}



.footer-about p {
    color: #d9d9d9;
    font-size: 15px;
    line-height: 1.9;
    margin: 20px 0 25px;
    font-family: "Nunito", sans-serif;
}



.social-icon {
    display: flex;
    gap: 12px;
}

.social-icon a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 18px;
    transition: .4s;
}

.social-icon a:hover {
    background: #f1cf76;
    color: #3b4345;
    transform: translateY(-5px) rotate(360deg);
}



.footer-menu {
    display: flex;
    justify-content: center;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    font-family: "Nunito", sans-serif;
}

.footer-menu h2::after {
    content: '';
    width: 50px;
    height: 3px;
    background: #f1cf76;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.footer-menu li {
    list-style: none;
    margin-bottom: 16px;
}

.footer-menu a {
    color: #d8d8d8;
    text-decoration: none;
    transition: .4s;
    font-family: "Nunito", sans-serif;
}

.footer-menu a:hover {
    color: #f1cf76;
    padding-left: 8px;
}

.footer-menu li i {
    color: #f1cf76;
    width: 25px;
}



.copy-right {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .1);

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right p {
    color: #d8d8d8;
    margin: 0;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
}

.copy-right a {
    color: #d8d8d8;
    text-decoration: none;
    transition: .4s;
    font-family: "Nunito", sans-serif;
}

.copy-right a:hover {
    color: #ffffff;
}



@media (max-width: 991px) {

    .footer-bg {
        padding: 40px 25px 20px;
    }

    .footer-menu {
        justify-content: flex-start;
    }

    .footer-logo img {
        width: 100px;
    }

    .copy-right {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

@media (max-width: 767px) {

    .footer-section {
        padding: 60px 0 15px;
    }

    .footer-bg {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .footer-menu h2 {
        font-size: 20px;
    }

    .social-icon a {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .copy-right p {
        font-size: 13px;
        line-height: 1.8;
    }
}

/* footer end */






/* floating btn */

.floating-buttons-left {
    position: fixed;
    left: 15px;
    bottom: 3%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}


.float-btn.whatsapp {
    background: #25d366;
}


.float-btn.call {
    background: #f1cf76;
}
/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 40px;
    height: 40px;
    background: #f1cf76;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    z-index: 999;
}
/* end */



/* products start */

.product-section {
    padding: 50px 0;
    background: #fff;
}


/* .section-heading span {
    display: inline-block;
    color: #ea1a29;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
} */

.section-heading h2 {
    font-size: 40px;
    font-weight: 500;
    color: #111;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.section-heading h2 span{
    color: #f1cf76;
}

.section-heading p {
    max-width: 650px;
    margin: auto;
    color: #777;
    line-height: 28px;
}

/* Product Card */
.product-card {
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 20px;
    overflow: hidden;
    padding: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: all 0.4s ease;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Product Image */
.product-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #fafafa;
}

.product-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

/* Sale Badge */
.sale-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ea1a29;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    z-index: 2;
}

/* Product Content */
.product-content {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    text-align: center;
}

.product-content small {
    display: block;
    color: #888;
    font-size: 13px;
    margin-bottom: 10px;
    font-family: "Nunito", sans-serif;
}

.product-content h5 {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    margin-bottom: 12px;
    line-height: 28px;
    font-family: "Nunito", sans-serif;
}

.product-content p {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    max-width: 250px;
    font-family: "Nunito", sans-serif;
}

/* Price */
.price {
    font-size: 18px;
    font-weight: 400;
    color: #ea1a29;
    margin-bottom: 20px;
    font-family: "Nunito", sans-serif;
}

.price span {
    color: #999;
    font-size: 15px;
    text-decoration: line-through;
    margin-left: 8px;
}

/* Buttons */
.product-btns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.read-btn,
.whatsapp-btn {
    flex: 1;
    text-decoration: none;
    text-align: center;
    padding: 12px 14px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.4s ease;
}

/* Read More Button */
.read-btn {
    background: #f1cf76;
    color: #111;
}

.read-btn:hover {
    background: #ea1a29;
    color: #fff;
}

/* WhatsApp Button */
.whatsapp-btn {
    background: #25D366;
    color: #fff;
}

.whatsapp-btn:hover {
    background: #1ebe5d;
    color: #fff;
}

/* Mobile */
@media (max-width: 767px) {
    .product-section {
        padding: 40px 0;
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .product-image img {
        height: 220px;
    }

    .product-content h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .product-content p {
        font-size: 13px;
        line-height: 22px;
    }

    .read-btn,
    .whatsapp-btn {
        font-size: 12px;
        padding: 10px;
    }
}

/* product page end */


/* products detail page.  */

.product-detail-section {
    padding: 50px 0;
    background: #fff;
}

.product-detail-gallery {
    background: #fafafa;
    padding: 25px;
    border-radius: 25px;
}

.product-detail-main-image {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.product-detail-main-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 20px;
}

/* Thumbnail */

.product-detail-thumbs-wrapper {
    position: relative;
}

.product-detail-thumbs {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 50px;
    scrollbar-width: none;
}

.product-detail-thumbs::-webkit-scrollbar {
    display: none;
}

.product-thumb {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid transparent;
    flex-shrink: 0;
    transition: .3s;
}

.product-thumb.active,
.product-thumb:hover {
    border-color: #f1cf76;
}

/* Arrow Buttons */

.thumb-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    z-index: 10;
}

.thumb-btn:hover {
    background: #f1cf76;
    color: #fff;
}

.thumb-prev {
    left: 0;
}

.thumb-next {
    right: 0;
}

/* Content */

.product-detail-category {
    display: inline-block;
    background: rgba(241, 207, 118, .2);
    color: #ea1a29;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 25px;
}

.product-detail-title {
    font-size: 30px;
    font-weight: 500;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Nunito", sans-serif;
}

.product-detail-rating {
    color: #f1cf76;
    font-size: 22px;
    margin-bottom: 20px;
}

.product-detail-rating span {
    color: #777;
    font-size: 15px;
    margin-left: 10px;
}

.product-detail-price {
    font-size: 25px;
    font-weight: 400;
    color: #ea1a29;
    margin-bottom: 25px;
    font-family: "Nunito", sans-serif;
}

.product-detail-price span {
    color: #999;
    font-size: 18px;
    text-decoration: line-through;
    margin-left: 15px;
}

.product-detail-desc {
    color: #666;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 30px;
    font-family: "Nunito", sans-serif;
}

.product-detail-list {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.product-detail-list li {
    margin-bottom: 15px;
    padding-left: 28px;
    position: relative;
    color: #444;
}

.product-detail-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ea1a29;
    font-weight: 700;
}

/* Quantity */

.product-detail-quantity {
    display: flex;
    width: 150px;
    margin-bottom: 35px;
}

.qty-btn {
    width: 45px;
    height: 45px;
    border: none;
    background: #f1cf76;
    font-size: 22px;
    cursor: pointer;
}

.product-detail-quantity input {
    width: 60px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 18px;
}

/* Buttons */

.product-detail-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.buy-now-btn,
.detail-whatsapp-btn {
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    transition: .3s;
}

.buy-now-btn {
    background: #ea1a29;
    color: #fff;
}

.buy-now-btn:hover {
    background: #f1cf76;
    color: #111;
}

.detail-whatsapp-btn {
    background: #25D366;
    color: #fff;
}

.detail-whatsapp-btn i {
    margin-right: 8px;
}

.detail-whatsapp-btn:hover {
    background: #1ebe5d;
    color: #fff;
}

/* Responsive */

@media (max-width:991px) {

    .product-detail-main-image img {
        height: 400px;
    }

    .product-detail-title {
        font-size: 36px;
    }
}

@media (max-width:576px) {

    .product-detail-section {
        padding: 50px 0;
    }

    .product-detail-gallery{
        padding: 15px;
    }

    .product-detail-main-image img {
        height: 300px;
    }

    .product-thumb {
        width: 70px;
        height: 70px;
    }

    .product-detail-title {
        font-size: 23px;
    }

    .product-detail-price {
        font-size: 25px;
    }

    .product-detail-price span {
        font-size: 18px;
    }

    .product-detail-buttons a {
        width: 100%;
        text-align: center;
    }
}

/* detail page end */




/* oofer section */

.offer-section {
    padding:40px 0;
    background: #fff;
}

.offer-card {
    position: relative;
    background: #f7f5f2;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    min-height: 280px;
    transition: all .4s ease;
}

.offer-card:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 15px 40px rgba(0,0,0,0.08); */
}


.offer-card::before {
    content: "";
    position: absolute;
    top: -10%;
    /* right: -40px; */
    right: -40%;
    /* width: 280px; */
    width: 100%;
    height: 100%;
    background: url("..//image/leaf.png") no-repeat center;
    background-size: contain;
    opacity: .09;
    pointer-events: none;
}

/* Content */
.offer-content {
    position: relative;
    z-index: 2;
    max-width: 45%;
}

.offer-content span {
    display: block;
    color: #ea1a29;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.offer-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.35;
    color: #111;
    margin-bottom: 30px;
}

.offer-content a {
    display: inline-block;
    text-decoration: none;
    color: #111;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #111;
    padding-bottom: 5px;
    transition: .3s;
}

.offer-content a:hover {
    color: #ea1a29;
    border-color: #ea1a29;
}

/* Product Image */
.offer-image {
    position: relative;
    z-index: 2;
    width: 48%;
    text-align: right;
}

.offer-image img {
    width: 100%;
    max-width: 260px;
    transition: .5s;
}

.offer-card:hover .offer-image img {
    transform: scale(1.08);
}

/* Mobile */
@media (max-width:767px) {

    .offer-section {
        padding: 70px 0;
    }

    .offer-card {
        flex-direction: column;
        text-align: center;
        padding: 35px 25px;
        min-height: auto;
    }

    .offer-content,
    .offer-image {
        width: 100%;
        max-width: 100%;
    }

    .offer-content {
        margin-bottom: 25px;
    }

    .offer-content h3 {
        font-size: 28px;
    }

    .offer-image {
        text-align: center;
    }

    .offer-image img {
        max-width: 220px;
    }

    .offer-card::before {
        /* width: 180px; */
        width: 100%;
        right: -50px;
        opacity: .09;
    }
}

/* offer end */


/* contact page start */

.contact-section {
    padding: 40px 0;
    background: #fff;
}

/* .section-title {
    margin-bottom: 60px;
} */

/* .section-title span {
    color: #ea1a29;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
} */

.section-title h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 15px 0;
    color: #111;
    font-family: 'Playfair Display', serif;
}

.section-title h2 span{
    color: #f1cf76;
}

.section-title p {
    max-width: 650px;
    margin: auto;
    color: #777;
    line-height: 30px;
}

/* Cards */

.contact-info-card,
.contact-form-card {
    background: #f7f5f2;
    padding: 45px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

/* Decorative Leaf */

.contact-info-card::before,
.contact-form-card::before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 220px;
    height: 220px;
    background: url("")
        no-repeat center;
    background-size: contain;
    opacity: .06;
}

.contact-info-card h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.contact-info-card>p {
    color: #777;
    line-height: 30px;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-item i {
    width: 55px;
    height: 55px;
    background: #f1cf76;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 18px;
}

.contact-item h6 {
    margin-bottom: 8px;
    font-weight: 600;
}

.contact-item p,
.contact-item a {
    color: #666;
    text-decoration: none;
}

/* Social */

.contact-social {
    display: flex;
    gap: 15px;
}

.contact-social a {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .4s;
}

.contact-social a:hover {
    background: #f1cf76;
    color: #fff;
}

/* Form */

.form-control {
    height: 60px;
    border: none;
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: none !important;
}

textarea.form-control {
    height: auto;
}

.contact-btn {
    background: #f1cf76;
    color: #111;
    border: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    transition: .4s;
}

.contact-btn:hover {
    background: #ea1a29;
    color: #ffffff;
}

/* Responsive */

@media (max-width:991px) {

    .contact-info-card,
    .contact-form-card {
        padding: 35px;
    }

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

@media (max-width:576px) {

    .contact-section {
        padding: 40px 0;
    }

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

    .contact-info-card,
    .contact-form-card {
        padding: 25px;
    }

    .contact-item {
        gap: 15px;
    }

    .contact-item i {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}


/* contact page end */



/* why choose use start */


.why-choose-section {
    padding: 100px 0;
    background:
        linear-gradient(rgba(0, 0, 0, .35),
        rgba(0, 0, 0, .35)),
        url("../image/why-1.jpg") center center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.why-choose-card {
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 35px;
    padding: 60px;
    overflow: hidden;
}

/* Left Image */

.why-choose-image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 25px;
}

/* Content */

.why-choose-subtitle {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(241, 207, 118, .15);
    color: #f1cf76;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.why-choose-title {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
}

.why-choose-desc {
    color: rgba(255, 255, 255, .85);
    line-height: 32px;
    margin-bottom: 40px;
    font-size: 15px;
    font-family: "Nunito", sans-serif;
}

/* Feature Items */

.why-choose-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    transition: all .4s ease;
}

.why-choose-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, .15);
}

.why-choose-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    background: rgba(241, 207, 118, .15);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-icon i {
    font-size: 28px;
    color: #f1cf76;
}

.why-choose-text h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}

.why-choose-text p {
    color: rgba(255, 255, 255, .75);
    line-height: 28px;
    margin: 0;
    font-family: "Nunito", sans-serif;
}

/* Responsive */

@media (max-width: 991px) {

    .why-choose-card {
        padding: 40px;
    }

    .why-choose-image img {
        height: 400px;
    }

    .why-choose-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {

    .why-choose-section {
        padding: 70px 0;
    }

    .why-choose-card {
        padding: 25px;
        border-radius: 25px;
    }

    .why-choose-image img {
        height: 300px;
    }

    .why-choose-title {
        font-size: 30px;
    }

    .why-choose-item {
        padding: 20px;
    }

    .why-choose-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

    .why-choose-icon i {
        font-size: 22px;
    }

    .why-choose-text h5 {
        font-size: 18px;
    }
}


@media (max-width:375px) {

   

    .why-choose-title {
        font-size: 25px;
    }

    .why-choose-text h5 {
        font-size: 16px;
    }

    .why-choose-text p{
        font-size: 14px;
    }

    .why-choose-item {
        padding: 13px;
    }
}


/* why choose end */


/* product category start */


.category-section {
    padding: 40px 0;
    background: #fff;
}

/* Heading */

.category-heading {
    margin-bottom: 30px;
}

/* .category-heading span {
    color: #ea1a29;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
} */

.category-heading h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 500;
    color: #111;
    margin: 15px 0;
}

.category-heading h2 span{
    color: #f1cf76;
}

.category-heading p {
    max-width: 650px;
    margin: auto;
    color: #777;
    line-height: 30px;
}

/* Category Card */

.category-item {
    text-align: center;
    padding: 15px;
}

.category-item a {
    text-decoration: none;
    display: block;
}

.category-image {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 100px;
    overflow: hidden;
    border: 3px solid #f1cf76;
    padding: 6px;
    background: #fff;
    transition: all .4s ease;
}

.category-image img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    object-fit: cover;
    transition: all .5s ease;
}

.category-item h5 {
    margin-top: 20px;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
    font-family: "Nunito", sans-serif;
}

.category-item:hover .category-image {
    transform: translateY(-10px);
    border-color: #ea1a29;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.category-item:hover img {
    transform: scale(1.08);
}

.category-item:hover h5 {
    color: #ea1a29;
}

/* Owl */

.category-slider .owl-stage {
    display: flex;
    align-items: center;
}

.category-slider .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.category-slider .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #d6d6d6 !important;
    border-radius: 50%;
    display: block;
}

.category-slider .owl-dot.active span {
    background: #ea1a29 !important;
}

/* Mobile */

@media (max-width:767px) {

    .category-section {
        padding: 40px 0;
    }

    .category-heading h2 {
        font-size: 32px;
    }

    .category-image {
        width: 120px;
        height: 120px;
    }

    .category-item h5 {
        font-size: 16px;
    }
}
/* category end */



/* about start */

.about-section {
    background: #fffdf8;
    overflow: hidden;
    position: relative;
}

/* Image Side */
.about-image-wrapper {
    padding: 35px;
    position: relative;
}

.about-main-image {
    width: 100%;
    position: relative;
    z-index: 2;
    transition: .6s;
}

.about-main-image:hover {
    transform: translateY(-10px);
}

/* Decorative Shapes */
.shape {
    position: absolute;
    border-radius: 30px;
    animation: float 5s ease-in-out infinite;
}

.shape-1 {
    width: 180px;
    height: 180px;
    background: #f1cf76;
    top: 0;
    left: 0;
    opacity: .25;
}

.shape-2 {
    width: 150px;
    height: 150px;
    background: #ea1a29;
    bottom: 0;
    right: 0;
    opacity: .15;
}

/* Floating Box */
.experience-box {
    position: absolute;
    right: -10px;
    bottom: 50px;
    background: #ffffff;
    padding: 18px 25px;
    border-radius: 20px;
    z-index: 3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
    animation: float 4s ease-in-out infinite;
}

.experience-box span {
    color: #ea1a29;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    display: block;
    font-size: 14px;
}

.experience-box h4 {
    margin: 5px 0 0;
    font-size: 22px;
    color: #111;
    font-family: 'Playfair Display', serif;
}

/* Content */
.about-tag {
    display: inline-block;
    padding: 10px 22px;
    background: rgba(241, 207, 118, .20);
    border-radius: 50px;
    color: #ea1a29;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.about-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 500;
    color: #111;
    line-height: 1.3;
    margin-bottom: 25px;
}

/* FIXED HIGHLIGHT */
.about-title span {
    color: #f1cf76;
    display: inline;
    padding: 0 4px;
    /* background-image: linear-gradient(
        rgba(241, 207, 118, .55),
        rgba(241, 207, 118, .55)
    );
    background-repeat: no-repeat; */
    background-size: 100% 12px;
    background-position: 0 88%;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.about-text {
    font-family: "Nunito", sans-serif;
    font-size: 17px;
    line-height: 32px;
    color: #666;
    margin-bottom: 20px;
}

/* Button */
.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 38px;
    border-radius: 50px;
    background-color: #f1cf76;
    color: #ffffff;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: .5s;
    z-index: 1;
}

.about-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ea1a29;
    transition: .5s;
    z-index: -1;
}

.about-btn:hover::before {
    width: 100%;
}

.about-btn:hover,
.about-btn:hover i {
    color: #ffffff !important;
}

.about-btn:hover {
    transform: translateY(-5px);
}

/* Animation */
@keyframes float {
    0%,100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .about-title {
        font-size: 32px;
        line-height: 1.4;
    }

    .experience-box {
        right: 15px;
        bottom: 20px;
    }

    .about-image-wrapper {
        padding: 20px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .about-title {
        font-size: 28px;
        line-height: 1.45;
    }

    .about-title span {
        background-size: 100% 10px;
        background-position: 0 92%;
    }

    .about-text {
        font-size: 16px;
        line-height: 30px;
    }

    .experience-box {
        padding: 14px 20px;
        right: 10px;
        bottom: 15px;
    }

    .experience-box h4 {
        font-size: 18px;
    }

    .about-btn {
        padding: 14px 30px;
    }
}


/* about end */


/* testimonials */

.testimonial-section {
    background: #fffdf8;
    overflow: hidden;
}

/* Heading */

.testimonial-tag {
    display: inline-block;
    padding: 10px 22px;
    background: rgba(241, 207, 118, .15);
    border-radius: 50px;
    color: #ea1a29;
    font-family: "Nunito", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.testimonial-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 500;
    color: #111;
    margin-bottom: 18px;
}

.testimonial-title span {
    color: #f1cf76;
}

.testimonial-subtitle {
    max-width: 650px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 32px;
    font-family: "Nunito", sans-serif;
}

/* Card */

.testimonial-item {
    background: #fff;
    padding: 40px 35px;
    border-radius: 30px;
    margin: 15px;
    border: 1px solid rgba(241, 207, 118, .2);
    position: relative;
    overflow: hidden; /* keeps circle inside card */
    transition: transform .4s ease;
    height: 100%;
}

.testimonial-item:hover {
    transform: translateY(-10px);
}

.testimonial-item::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(241, 207, 118, .12);
    top: -30px;
    right: -30px;
    z-index: 0;
    pointer-events: none;
}

/* Keep all content above the circle */
.testimonial-item > * {
    position: relative;
    z-index: 1;
}

/* Quote */

.quote-icon {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    background: #f1cf76;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 25px;
}

/* Text */

.testimonial-text {
    font-family: "Nunito", sans-serif;
    color: #666;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 30px;
}

/* User */

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-user img {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px;
    min-height: 70px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    display: block;
    flex-shrink: 0;
    border: 3px solid #f1cf76;
}

/* IMPORTANT FIX FOR OWL */
.testimonial-slider .owl-item img {
    width: 70px !important;
    height: 70px !important;
}

/* User Details */

.testimonial-user h5 {
    margin-bottom: 5px;
    color: #111;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
}

.testimonial-user span {
    color: #ea1a29;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
}

/* Dots */

.testimonial-slider .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.testimonial-slider .owl-dot span {
    width: 12px;
    height: 12px;
    background: #f1cf76 !important;
    border-radius: 50%;
    margin: 5px;
    transition: .4s;
}

.testimonial-slider .owl-dot.active span {
    width: 35px;
    border-radius: 50px;
    background: #ea1a29 !important;
}

/* Responsive */

@media (max-width:991px) {
    .testimonial-title {
        font-size: 32px;
    }
}

@media (max-width:576px) {

    .testimonial-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .testimonial-subtitle {
        font-size: 16px;
        line-height: 30px;
    }

    .testimonial-item {
        padding: 30px 25px;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 30px;
    }

    .testimonial-user img {
        width: 60px !important;
        height: 60px !important;
        min-width: 60px;
        min-height: 60px;
    }

    .testimonial-slider .owl-item img {
        width: 60px !important;
        height: 60px !important;
    }

    .testimonial-user h5 {
        font-size: 18px;
    }
}


/* end */




/* mission */


.mission-vision-section{
    background: #fff;
    overflow: hidden;
}

/* Heading */
.mission-section-title span{
    display: inline-block;
    background: rgba(241,207,118,.18);
    color: #ea1a29;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
    font-family: "Nunito", sans-serif;
}

.mission-section-title h2{
    font-size: 40px;
    font-weight: 500;
    color: #111;
    font-family: 'Playfair Display', serif;
    margin-bottom: 18px;
}

.mission-section-title p{
    max-width: 750px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 1.9;
    font-family: "Nunito", sans-serif;
}

/* Cards */
.mv-card{
    background: #fff;
    border-radius: 35px;
    padding: 55px 45px;
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid #f3f3f3;
    box-shadow: 0 20px 60px rgba(0,0,0,.07);
    transition: .4s;
}

.mv-card::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(241,207,118,.18);
    transition: .4s;
}

.mv-card:hover{
    transform: translateY(-12px);
}

.mv-card:hover::before{
    transform: scale(1.15);
}

/* Number */
.mv-number{
    position: absolute;
    top: 30px;
    right: 35px;
    font-size: 70px;
    font-weight: 700;
    color: rgba(241,207,118,.35);
    font-family: 'Playfair Display', serif;
}

/* Icon */
.mv-icon{
    width: 95px;
    height: 95px;
    background: #f1cf76;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    transform: rotate(-10deg);
}

.mv-icon i{
    font-size: 34px;
    color: #111;
    transform: rotate(10deg);
}

/* Content */
.mv-card h3{
    font-size: 32px;
    color: #111;
    margin-bottom: 18px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.mv-card p{
    color: #666;
    font-size: 17px;
    line-height: 1.9;
    margin: 0;
    font-family: "Nunito", sans-serif;
}

@media(max-width:991px){

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

    .mv-card{
        padding: 45px 30px;
    }

    .mv-card h3{
        font-size: 28px;
    }

    .mv-number{
        font-size: 55px;
    }
}


/* mission end */



/*  clicksy-promise */

.clicksy-promise-section{
    background: #fff;
    overflow: hidden;
}

.clicksy-promise-tag{
    display: inline-block;
    padding: 10px 22px;
    background: rgba(241,207,118,.18);
    border-radius: 50px;
    color: #ea1a29;
    font-size: 14px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    margin-bottom: 18px;
}

.clicksy-promise-heading h2{
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #111;
    font-weight: 500;
    margin-bottom: 18px;
}

.clicksy-promise-heading h2 span{
    color: #f1cf76;
}

.clicksy-promise-heading p{
    max-width: 700px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 1.9;
    font-family: "Nunito", sans-serif;
}

/* Center Circle */
.clicksy-center-circle{
    width: 320px;
    height: 320px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        rgba(241,207,118,.12),
        rgba(241,207,118,.35)
    );
    border: 2px dashed #f1cf76;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.clicksy-center-circle i{
    font-size: 55px;
    color: #111;
    margin-bottom: 20px;
}

.clicksy-center-circle h3{
    font-family: 'Playfair Display', serif;
    color: #111;
    font-size: 36px;
    margin-bottom: 10px;
}

.clicksy-center-circle p{
    color: #666;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
}

/* Side Cards */
.clicksy-promise-item{
    background: #fff;
    padding: 30px;
    border-radius: 28px;
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
    border: 1px solid #f5f5f5;
    transition: .4s;
}

.clicksy-promise-item:hover{
    transform: translateY(-10px);
}

.clicksy-promise-item span{
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #f1cf76;
    color: #111;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Nunito", sans-serif;
}

.clicksy-promise-item h4{
    font-family: 'Playfair Display', serif;
    color: #111;
    font-size: 25px;
    margin-bottom: 15px;
}

.clicksy-promise-item p{
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    font-family: "Nunito", sans-serif;
}

@media(max-width:991px){
    .clicksy-center-circle{
        width: 260px;
        height: 260px;
        margin: 40px auto;
    }

    .clicksy-promise-heading h2{
        font-size: 38px;
    }
}