@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

.hero-slider-item .item {
    position: relative;
    color   : #fff;
    padding : 150px 0 100px;
}

.hero-slider-item .hero-content {
    max-width: 650px;
}

.item-1 {
    background         : url(../image/bg-images/hero-1.jpg);
    background-position: center;
    background-size    : cover;
}

.item-2 {
    background         : url(../image/bg-images/hero-2.jpg);
    background-position: center;
    background-size    : cover;
}

.hero-slider-item h1 {
    font-family   : "Satisfy", cursive;
    font-size     : 60px;
    font-weight   : 700;
    letter-spacing: 2px;
    line-height   : 1.2;
    margin-bottom : 20px;
    text-shadow   : 0 4px 20px rgba(0, 0, 0, 0.5);
}


.hero-slider-item .item-1 h1 {
    font-family   : "Satisfy", cursive;
    font-size     : 60px;
    font-weight   : 700;
    letter-spacing: 2px;
    line-height   : 1.2;
    margin-bottom : 20px;
    color         : #7f2e34;
    text-shadow   : 2px 4px 2px rgb(127 46 52 / 27%);
}

.hero-slider-item .item-1 p {
    color: #222;
}

.hero-slider-item p {
    font-size    : 16px;
    line-height  : 1.6;
    margin-bottom: 30px;
    text-shadow  : 0 2px 10px rgba(0, 0, 0, 0.4);
}

.primary-btn a {
    display       : inline-block;
    background    : #daa520;
    color         : #ffffff;
    padding       : 12px 30px;
    font-weight   : 600;
    text-transform: uppercase;
    border-radius : 4px;
    transition    : background 0.3s ease;
}

.primary-btn a:hover {
    background: #510309;
    color     : #fff;
}

.about-us {
    background: linear-gradient(to right, #fffdf7, #fdfaf0);
}

.about-img img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-img img:hover {
    transform : scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.about-content h3 {
    font-weight: 700;
    color      : #333;
    font-size  : 2rem;
}

.about-content p {
    line-height: 1.7;
}

.btn-warning {
    background-color: #d4a017;
    border          : none;
}

.btn-warning:hover {
    background-color: #b3870d;
}

.testimonial-section {

    background:
        url('../image/bg-images/testimonial-img.jpg');
    background-size      : cover;
    background-position  : center;
    background-attachment: fixed;
    padding              : 100px 0 50px;
    color                : white;


    .section-title {
        font-weight  : 700;
        margin-bottom: 60px;
        position     : relative;
        display      : inline-block;
    }

    .section-title::after {
        content   : '';
        position  : absolute;
        width     : 60px;
        height    : 3px;
        background: #daa520;
        bottom    : -15px;
        left      : 50%;
        transform : translateX(-50%);
    }

    .testimonial-card {
        background     : rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius  : 10px;
        padding        : 30px;
        margin         : 15px;
        border         : 1px solid rgba(255, 255, 255, 0.2);
        transition     : all 0.3s ease;
        height         : 100%;
    }

    .testimonial-card:hover {
        transform : translateY(-5px);
        background: rgba(255, 255, 255, 0.15);
    }

    .quote-icon {
        color        : #daa520;
        font-size    : 24px;
        margin-bottom: 15px;
        display      : block;
    }

    .testimonial-text {
        font-size    : 16px;
        line-height  : 1.8;
        margin-bottom: 25px;
        font-style   : italic;
    }

    .testimonial-author {
        display    : flex;
        align-items: center;
    }

    .author-info h5 {
        font-weight  : 600;
        margin-bottom: 5px;
    }

    .stars {
        color        : #f39c12;
        margin-bottom: 5px;
    }

    /* Owl Carousel Customization */
    .owl-theme .owl-dots {
        margin-top: 40px !important;
    }

    .owl-theme .owl-dots .owl-dot span {
        width     : 12px;
        height    : 12px;
        margin    : 5px 7px;
        background: rgba(255, 255, 255, 0.5);
        transition: all 0.3s ease;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #daa520;
        transform : scale(1.2);
    }

    .owl-theme .owl-nav {
        position : absolute;
        top      : 50%;
        width    : 100%;
        transform: translateY(-50%);
    }

    .owl-theme .owl-nav [class*='owl-'] {
        color          : white;
        font-size      : 30px;
        background     : rgba(0, 0, 0, 0.3) !important;
        width          : 50px;
        height         : 50px;
        border-radius  : 50% !important;
        display        : flex;
        align-items    : center;
        justify-content: center;
        position       : absolute;
        top            : 50%;
        transform      : translateY(-50%);
    }

    .owl-theme .owl-nav .owl-prev {
        left: -70px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -70px;
    }

    @media (max-width: 1199px) {
        .owl-theme .owl-nav [class*='owl-'] {
            width    : 40px;
            height   : 40px;
            font-size: 24px;
        }

        .owl-theme .owl-nav .owl-prev {
            left: -20px;
        }

        .owl-theme .owl-nav .owl-next {
            right: -20px;
        }
    }

    @media (max-width: 767px) {
        padding: 60px 0;

        .testimonial-card {
            padding: 20px;
        }
    }
}

.site-footer {

    background-color: #2a2a2a;
    color           : #ffffff;
    padding-top     : 60px;



    .brand-footer img {
        max-width    : 200px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .footer-title h3 {
        color         : #ffffff;
        font-size     : 18px;
        margin-bottom : 25px;
        position      : relative;
        padding-bottom: 10px;
    }

    .footer-title h3::after {
        content   : '';
        position  : absolute;
        left      : 0;
        bottom    : 0;
        width     : 40px;
        height    : 2px;
        background: #daa520;
    }

    .footer-about p {
        color        : #b7b7b7;
        line-height  : 1.6;
        margin-bottom: 20px;
    }

    .footer-list {
        list-style: none;
        padding   : 0;
        margin    : 0;
    }



    .footer-list li a {
        color          : #b7b7b7;
        text-decoration: none;
        transition     : all 0.3s ease;
    }

    .footer-list li a:hover {
        color       : #daa520;
        padding-left: 5px;
    }

    .footer-contact p {
        color        : #b7b7b7;
        margin-bottom: 15px;
        display      : flex;
        align-items  : flex-start;
    }

    .footer-contact p a:hover {
        color       : #daa520;
        padding-left: 5px;
    }

    .footer-contact i {
        color       : #daa520;
        margin-right: 10px;
        margin-top  : 3px;
    }

    .footer-bottom {
        background-color: #1a1a1a;
        padding         : 20px 0;
        border-top      : 1px solid rgba(255, 255, 255, 0.1);
    }

    .copyright-text {
        color    : #b7b7b7;
        margin   : 0;
        font-size: 14px;
    }

    .social-links a {
        color          : #ffffff;
        background     : #3a3a3a;
        width          : 35px;
        height         : 35px;
        display        : inline-flex;
        align-items    : center;
        justify-content: center;
        border-radius  : 50%;
        margin-left    : 8px;
        transition     : all 0.3s ease;
    }

    .social-links a:hover {
        background: #daa520;
        transform : translateY(-3px);
    }

    @media (max-width: 767px) {
        .section-padding {
            padding: 40px 0;
        }

        /* .single-footer {
            margin-bottom: 30px;
        }
         */
        .footer-bottom .row>div {
            text-align   : center !important;
            margin-bottom: 15px;
        }
    }
}


@media (max-width:550px) {
    .hero-slider-item h1 {
        font-size: 40px !important;
    }

    .hero-slider-item .item {
        padding: 90px 0 60px;
    }

}

.product-grid {
    display              : grid;
    gap                  : 20px;
    /* Automatic responsive columns */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.product-card {
    border    : 1px solid #ddd;
    padding   : 10px;
    background: #fff;
    transition: transform 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
}

/* Optional: Adjust heading spacing on small screens */
@media (max-width: 768px) {
    .promo-section-heading h2 {
        font-size : 1.5rem;
        text-align: center;
    }
}


/* =========== innerbanner ============ */

.inner-banner {
    background     : url('../image/bg-images/inner-banner.jpg') no-repeat top center;
    background-size: cover;
    padding        : 100px 0;
    color          : #fff;
}


@media (max-width: 768px) {
    .inner-banner {
        background     : url(../image/bg-images/inner-banner.jpg) no-repeat top right;
        background-size: cover;
        padding        : 50px 0;
    }
}

.service-section {
    padding: 50px 0;
}

.services-grid {
    display              : grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap                  : 30px;
    padding              : 0 20px;
    max-width            : 1200px;
    margin               : 0 auto;
}

.service-card {
    border-radius: 8px;
    overflow     : hidden;
    box-shadow   : 0 4px 8px rgba(0, 0, 0, 0.1);
    transition   : transform 0.3s ease, box-shadow 0.3s ease;
    background   : white;
}

.service-card:hover {
    transform : translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.service-img {
    width     : 100%;
    height    : 200px;
    object-fit: cover;
}

.service-content {
    padding: 20px;
}

.service-title {
    font-size    : 1.5rem;
    margin-bottom: 15px;
    color        : #333;
}

.service-desc {
    color        : #666;
    margin-bottom: 20px;
    line-height  : 1.5;
}

.service-btn {
    display         : inline-block;
    padding         : 10px 20px;
    background-color: #ff6b00;
    color           : white;
    text-decoration : none;
    border-radius   : 4px;
    font-weight     : bold;
    transition      : background-color 0.3s;
}

.service-btn:hover {
    background-color: #e05d00;
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.gallery-img {
    width        : 100%;
    height       : 250px;
    object-fit   : cover;
    cursor       : pointer;
    border-radius: 8px;
    transition   : 0.3s;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.contact-section {
    padding         : 60px 0;
    background-color: #f8f9fa;
}

.contact-container {
    max-width: 1200px;
    margin   : 0 auto;
    padding  : 0 20px;
}

.contact-header {
    text-align   : center;
    margin-bottom: 50px;
}

.contact-header h2 {
    font-size    : 2.5rem;
    color        : #2c3e50;
    margin-bottom: 15px;
    font-weight  : 700;
}

.contact-header p {
    color    : #7f8c8d;
    font-size: 1.1rem;
    max-width: 700px;
    margin   : 0 auto;
}

/* Contact Grid Layout */
.contact-grid {
    display              : grid;
    grid-template-columns: 1fr 1.5fr;
    gap                  : 40px;
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

/* Contact Info Card */
.contact-info-card {
    background   : white;
    padding      : 40px;
    border-radius: 10px;
    box-shadow   : 0 5px 25px rgba(0, 0, 0, 0.05);
    position     : relative;
    overflow     : hidden;
}

.contact-info-card::before {
    content   : '';
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 5px;
    height    : 100%;
    background: #e74c3c;
}

.contact-info h3 {
    font-size    : 1.8rem;
    margin-bottom: 25px;
    color        : #2c3e50;
    font-weight  : 600;
}

.contact-item {
    display      : flex;
    align-items  : flex-start;
    margin-bottom: 25px;
}

.contact-icon {
    margin-right: 20px;
    color       : #e74c3c;
    font-size   : 1.5rem;
    min-width   : 24px;
    text-align  : center;
}

.contact-text h4 {
    font-size    : 1.1rem;
    color        : #2c3e50;
    margin-bottom: 5px;
    font-weight  : 600;
}

.contact-text p {
    color      : #7f8c8d;
    margin     : 0;
    line-height: 1.6;
}

.contact-text {
    text-align: start;
}

/* Business Hours */
.business-hours {
    margin-top : 40px;
    padding-top: 30px;
    border-top : 1px solid #ecf0f1;
}

.hours-table {
    width: 100%;
}

.hours-table tr {
    border-bottom: 1px solid #ecf0f1;
}

.hours-table td {
    padding       : 12px 0;
    vertical-align: middle;
}

.hours-table td:first-child {
    color      : #2c3e50;
    font-weight: 500;
}

.hours-table td:last-child {
    text-align: right;
    color     : #7f8c8d;
}

/* Contact Form */
.contact-form {
    background   : white;
    padding      : 40px;
    border-radius: 10px;
    box-shadow   : 0 5px 25px rgba(0, 0, 0, 0.05);
}

.contact-form h3 {
    font-size    : 1.8rem;
    margin-bottom: 25px;
    color        : #2c3e50;
    font-weight  : 600;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display      : block;
    margin-bottom: 8px;
    font-weight  : 500;
    color        : #2c3e50;
}

.form-control {
    width           : 100%;
    padding         : 14px 20px;
    border          : 1px solid #ddd;
    border-radius   : 6px;
    font-size       : 1rem;
    transition      : all 0.3s;
    background-color: #f8f9fa;
}

.form-control:focus {
    border-color    : #e74c3c;
    outline         : none;
    background-color: white;
    box-shadow      : 0 0 0 3px rgba(231, 76, 60, 0.1);
}

textarea.form-control {
    min-height: 180px;
    resize    : vertical;
}

.submit-btn {
    background    : #daa520;
    color         : white;
    border        : none;
    padding       : 14px 35px;
    font-size     : 1rem;
    font-weight   : 600;
    border-radius : 6px;
    cursor        : pointer;
    transition    : all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background: #510309;
    transform : translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

/* Map Section */
.map-section {
    width : 100%;
    height: 400px;
}

.map-section iframe {
    width        : 100%;
    height       : 100%;
    border       : none;
    border-radius: 10px;
    box-shadow   : 0 5px 25px rgba(0, 0, 0, 0.05);
}

.blog-section {
    padding         : 80px 0;
    background-color: #f8f9fa;
}

.blog-header {
    margin-bottom: 50px;
    text-align   : center;
}

.blog-header h2 {
    font-weight  : 700;
    color        : #2c3e50;
    margin-bottom: 20px;
}

.blog-header p {
    color    : #7f8c8d;
    font-size: 1.1rem;
    max-width: 700px;
    margin   : 0 auto;
}

.blog-card {
    border        : none;
    border-radius : 10px;
    overflow      : hidden;
    box-shadow    : 0 5px 15px rgba(0, 0, 0, 0.05);
    transition    : transform 0.3s, box-shadow 0.3s;
    margin-bottom : 30px;
    height        : 100%;
    flex-direction: column;
}

.blog-card:hover {
    transform : translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.blog-img {
    height    : 220px;
    object-fit: cover;
    width     : 100%;
}

.blog-body {
    padding: 25px;
}

.blog-category {
    display         : inline-block;
    background-color: #e74c3c;
    color           : white;
    padding         : 3px 12px;
    border-radius   : 20px;
    font-size       : 0.8rem;
    font-weight     : 600;
    margin-bottom   : 15px;
}

.blog-title {
    font-weight  : 700;
    color        : #2c3e50;
    margin-bottom: 15px;
    font-size    : 1.3rem;
}

.blog-text {
    color        : #7f8c8d;
    margin-bottom: 0px;
}

.blog-meta {
    display    : flex;
    align-items: center;
    color      : #95a5a6;
    font-size  : 0.9rem;
}

.blog-meta i {
    margin-right: 5px;
}

.blog-meta span {
    margin-right: 15px;
}

.read-more {
    color          : #e74c3c;
    font-weight    : 600;
    text-decoration: none;
    display        : inline-block;
    margin-top     : 15px;
}

.blog-detail-content a {
    color          : #e74c3c;
    text-decoration: none;
}

.read-more:hover {
    color: #c0392b;
}

.sidebar-card {
    border       : none;
    border-radius: 10px;
    box-shadow   : 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow     : hidden;
}

.sidebar-header {
    background-color: #7f2e34;
    color           : white;
    padding         : 15px 20px;
    font-weight     : 600;
}

.sidebar-body {
    padding: 20px;
}

.recent-post {
    display       : flex;
    margin-bottom : 15px;
    padding-bottom: 15px;
    border-bottom : 1px solid #ecf0f1;
}

.recent-post:last-child {
    margin-bottom : 0;
    padding-bottom: 0;
    border-bottom : none;
}

.recent-post-img {
    width        : 70px;
    height       : 70px;
    object-fit   : cover;
    border-radius: 5px;
    margin-right : 15px;
}

.recent-post-title {
    font-weight  : 600;
    font-size    : 0.95rem;
    margin-bottom: 5px;
}

.recent-post-date {
    color    : #95a5a6;
    font-size: 0.8rem;
}

.faq-section {
    background: #f9f9f9;
}

.faq-section .section-title h2 {
    color: #222;
}

.accordion-button {
    background-color: #fff;
    color           : #333;
    box-shadow      : none !important;
    border-radius   : 8px;
}

.accordion-button:not(.collapsed) {
    background-color: #7f2e34;
    color           : #fff;
}

.accordion-body {
    background   : #fff;
    border-left  : 3px solid #7f2e34;
    padding      : 1rem 1.25rem;
    border-radius: 0 0 8px 8px;
}

.accordion-body p a {
    color: #7f2e34;
}

.faq-section {
    padding         : 80px 0;
    background-color: #f8f9fa;
}

.section-title h2 {
    color        : #2c3e50;
    font-size    : 2.5rem;
    margin-bottom: 15px;
    position     : relative;
    display      : inline-block;
}

.section-title h2:after {
    content         : '';
    position        : absolute;
    width           : 60px;
    height          : 3px;
    background-color: #e74c3c;
    bottom          : -10px;
    left            : 50%;
    transform       : translateX(-50%);
}

.section-title p {
    color    : #7f8c8d;
    font-size: 1.1rem;
    max-width: 700px;
    margin   : 20px auto 0;
}

.accordion-item {
    border       : none;
    margin-bottom: 15px;
    border-radius: 8px !important;
    overflow     : hidden;
    box-shadow   : 0 2px 15px rgba(0, 0, 0, 0.08);
    transition   : all 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.accordion-button {
    background-color: white;
    color           : #2c3e50;
    font-size       : 1.1rem;
    padding         : 20px 25px;
    box-shadow      : none !important;
}

.accordion-button:not(.collapsed) {
    color           : #e74c3c;
    background-color: white;
}

.accordion-button:focus {
    border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232c3e50'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform       : scale(1.2);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e74c3c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding         : 20px 25px;
    background-color: white;
    color           : #555;
    line-height     : 1.7;
}


@media (max-width: 768px) {
    .section-title h2 {
        font-size: 2rem;
    }

    .accordion-button {
        padding  : 15px 20px;
        font-size: 1rem;
    }

    .contact-cta {
        padding: 30px 20px;
    }
}