/*
Theme Name: Ask4u2u
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.4
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: 
Text Domain: Blank Theme
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
:root {
    --theme-deafult: #b47258;
}


body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
    width: 100%;
}

section {
    padding: 70px 0px 70px 0px;
}

a:active,
a:hover {
    outline-width: 0;
}

body {
    line-height: 1.6;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #fff;
}

/* header */
.top-header {
    background-color: #bc7a60;
    height: 50px;
    display: flex;
    align-items: center;
}

/* RESET */
.top-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* LEFT */
.header-contact ul {
    display: flex;
    align-items: center;
}

.header-contact li {
    color: #fff;
    font-size: 14px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.header-contact li i {
    color: #fff;
    margin-right: 8px;
    font-size: 14px;
}

.header-contact li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

/* RIGHT */
.header-dropdown {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-dropdown li {
    color: #fff;
    font-size: 14px;
    margin-left: 22px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

.header-dropdown li i {
    color: #fff;
    margin-right: 7px;
    font-size: 14px;
}

/* ICON SMOOTHNESS */
.header-dropdown li,
.header-contact li {
    line-height: 1;
}

/* HEADER BASE */
.main-header {
    background: #ffffff;
    padding: 20px 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT */
.header-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-toggle {
    font-size: 22px;
    cursor: pointer;
    color: #b47258;
}

.logo img {
    height: 70px;
}

/* CENTER MENU */
.main-nav ul {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 20px;
}

.main-nav ul li {
    position: relative;
}

.main-nav ul li a {
    text-decoration: none;
    color: #b47258;
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* RIGHT ICONS */
.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
}

.header-right i {
    cursor: pointer;
}

.cart {
    position: relative;
}

.cart span {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #b47258;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 50%;
}

/* MEGA MENU */
.has-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu {
    position: absolute;
    left: -350px;
    top: 45px;
    width: 900px;
    background: #b47258;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 99;
}

/* MEGA COLUMNS */
.mega-col h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
}

.mega-col h4::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.mega-col a {
    display: block;
    color: #fff !important;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
}





.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9998;
    display: none;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transition: left 0.35s ease;
    overflow-y: auto;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-menu-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.back-btn {
    font-size: 16px;
    cursor: pointer;
}

.back-btn i {
    color: #bc7a60;
    margin-right: 8px;
}

.mobile-menu-list {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.mobile-menu-list li {
    padding: 14px 0;
    font-size: 14px;
    color: #bc7a60;
    letter-spacing: 1px;
}

.mobile-menu-list .title {
    font-weight: 600;
    margin-top: 20px;
}

/* TITLE (MAIN CATEGORY) */
.mobile-menu-list .title {
    padding-left: 0;
    font-weight: 600;
}

/* SUB ITEMS */
.mobile-menu-list li:not(.title) {
    padding-left: 18px;
    /* adjust 12–24px if needed */
}

/* Overlay above slider */
.header-search-overlay {
    position: absolute;
    /* appear over header/slider */
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    /* adjust height to match header/slider */
    background: rgba(255, 255, 255, 0.95);
    /* semi-transparent like image */
    display: none;
    /* hidden by default */
    z-index: 9999;
    padding: 10px 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Active state */
.header-search-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Close button */
.header-search-overlay .close-search {
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
    color: #333;
}

/* Search box inside overlay */
.header-search-box {
    display: flex;
    width: 100%;
    max-width: 800px;
}

.header-search-box input {
    flex: 1;
    padding: 6px 7px;
    font-size: 18px;
    border: 1px solid #ccc;
    outline: none;
}

.header-search-box button {
    background: #b47258;
    border: none;
    padding: 6px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

.settings-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.settings-icon i {
    font-size: 24px;
    color: #555;
    transition: color 0.3s, transform 0.3s;
}

/* Hover effect */
/* .settings-dropdown:hover .settings-icon i {
    color: #007bff;
    transform: rotate(20deg);
} */

/* Dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    top: 36px;
    /* below the icon */
    right: 0;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 999;
    padding: 10px 0;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(-10px);
}

/* Show dropdown when active */
.settings-dropdown.active .dropdown-content {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Dropdown items */
.dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
}

.dropdown-item label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

/* =========================
   RESPONSIVE (SAFE)
   LEFT SIDE UNTOUCHED
========================= */

@media (max-width: 991px) {

    /* hide desktop menu */
    .main-nav {
        display: none;
    }

    /* keep right icons visible */
    .header-right {
        gap: 14px;
    }

}

/* Mobile */
@media (max-width: 575px) {

    /* hide top header on mobile */
    .top-header {
        display: none;
    }

    /* shrink right icons spacing only */
    .header-right {
        gap: 12px;
        font-size: 16px;
    }
}



/* slider */
/* =====================
   Bootstrap Home Slider
===================== */
/* =====================
   SLIDER RESPONSIVE FIX
   (NO DESKTOP CHANGE)
===================== */

/* Tablets & below */
@media (max-width: 991px) {

    #homeSlider .home {
        height: 55vh;
        /* padding-left: 30px; */ /* override desktop 120px */
        /* padding-right: 30px; */
    }

    #homeSlider .slider-contain {
        max-width: 100%;
    }

    #homeSlider h1 {
        font-size: 36px;
        margin-right: 0;
        text-align: left !important;
    }

    #homeSlider span {
        font-size: 14px;
        letter-spacing: 0.25em;
    }

    .btn {
        margin-left: 0 !important;
    }
}

/* Mobile */
@media (max-width: 575px) {

    #homeSlider .home {
        height: 45vh;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
        align-items: center;
    }

    #homeSlider .slider-contain {
        text-align: left;
    }

    #homeSlider h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    #homeSlider span {
        font-size: 12px;
        letter-spacing: 0.15em;
    }

    .btn-solid {
        margin-left: 0;
        margin-top: 15px;
        padding: 10px 20px;
        font-size: 13px;
    }

    /* Hide arrows on very small screens */
    #homeSlider .carousel-control-prev,
    #homeSlider .carousel-control-next {
        display: none;
    }
}


#homeSlider {
    position: relative;
}

/* Slide background */
#homeSlider .home {
    height: 75vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

/* Slider content */
#homeSlider .slider-contain {
    width: 100%;
    /* text-align: center !important; */
}

#homeSlider span {
    font-weight: 700;
    letter-spacing: 0.4em;
    color: #777;
    margin-bottom: 0;
    font-size: 18px;
    margin-left: 20px;
}

#homeSlider h1 {
    margin-top: 10px;
    font-weight: 700;
    color: #222;
    font-size: 60px;
    text-align: center;
    margin-right: 30px;
}

/* Button */
/*=====================
	  1.1.Button CSS start
  ==========================*/
button {
    cursor: pointer;
}

.btn {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center !important;
    margin-left: 155px;
}

.btn:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-solid {
    padding: 8px 13px;
    color: #ffffff;
    letter-spacing: 0.05em;
    border: 2px solid var(--theme-deafult);
    background-image: linear-gradient(30deg, var(--theme-deafult) 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    margin-top: 20px;
    text-align: center !important;
    align-items: center;
    align-self: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    margin-right: 13px;
}

.btn-solid:hover {
    background-position: 100%;
    color: #000000;
    background-color: #b47258;
}

.btn-solid.black-btn {
    background-image: linear-gradient(30deg, #222222 50%, transparent 50%);
    border: 2px solid #222222;
}

.btn-solid:focus {
    color: #ffffff;
}

.btn-solid.btn-gradient {
    background: var(--theme-deafult);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient1)), color-stop(99%, var(--gradient2)));
    background: linear-gradient(180deg, var(--gradient1) 0%, var(--gradient2) 99%);
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    background-size: 300% 100%;
    border: none;
}

.btn-solid.btn-gradient:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient2)), color-stop(99%, var(--gradient1)));
    background: linear-gradient(-180deg, var(--gradient2) 0%, var(--gradient1) 99%);
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    color: white;
}

.btn-solid.btn-green {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient1)), to(var(--gradient2)));
    background-image: linear-gradient(to right, var(--gradient1), var(--gradient2));
    border: none;
    background-color: var(--theme-deafult);
}

.btn-solid.btn-green:hover {
    background-color: var(--theme-deafult);
    background-image: none;
    color: white;
}

.btn-solid.btn-sm {
    padding: 9px 16px;
}

.btn-solid.btn-xs {
    padding: 5px 8px;
    text-transform: capitalize;
}

.btn-outline {
    display: inline-block;
    padding: 13px 29px;
    letter-spacing: 0.05em;
    border: 2px solid var(--theme-deafult);
    position: relative;
    color: #000000;
}

.btn-outline:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--theme-deafult);
    z-index: -2;
}

.btn-outline:hover, .btn-outline:focus {
    color: #ffffff !important;
}

.btn-outline:hover i, .btn-outline:focus i {
    color: #ffffff !important;
}

.btn-outline:hover:before, .btn-outline:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.btn-outline.btn-sm {
    padding: 9px 16px;
    font-size: 12px;
}

button.btn.btn-solid:active, button.btn.btn-outline:active {
    background-image: linear-gradient(30deg, var(--theme-deafult) 50%, transparent 50%);
    color: #ffffff;
    background: var(--theme-deafult);
}

.btn-classic:hover {
    background-color: var(--theme-deafult);
}

.btn-theme {
    background-color: var(--theme-deafult);
    color: #ffffff;
}

.btn-white {
    background-color: white;
    color: var(--theme-deafult);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 29px;
}

.btn-white:hover {
    color: #000000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-custom {
    padding: 6px 30px !important;
    border: none;
}

/* =====================
   Font Awesome Arrows
===================== */

#homeSlider .carousel-control-prev,
#homeSlider .carousel-control-next {
    width: 60px;
    opacity: 0;
    transition: all 0.4s ease;
}

#homeSlider:hover .carousel-control-prev,
#homeSlider:hover .carousel-control-next {
    opacity: 1;
}

#homeSlider .carousel-control-prev i,
#homeSlider .carousel-control-next i {
    font-size: 18px;
    color: #ffffff;
    background: #212529;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

#homeSlider .carousel-control-prev i:hover,
#homeSlider .carousel-control-next i:hover {
    background: #000000;
}

/* Arrow positioning */
#homeSlider .carousel-control-prev {
    left: 15px;
}

#homeSlider .carousel-control-next {
    right: 15px;
}

/* =====================
   Responsive
===================== */

@media (max-width: 991px) {
    #homeSlider .home {
        height: 60vh;
    }

    #homeSlider span {
        letter-spacing: 0.2em;
    }

    #homeSlider h1 {
        font-size: 28px;
    }
}

/* =====================
   Slider Text Styling
===================== */

.slider-contain {
    max-width: 475px;
}

/* Small top text */
.slider-subtitle {
    font-size: 14px;
    letter-spacing: 0.45em;
    color: #777;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
}

/* Main heading */
.slider-title {
    font-size: 64px;
    font-weight: 800;
    /* letter-spacing: 0.08em; */
    color: #222;
    text-transform: uppercase;
    /* margin-bottom: 30px; */
}

/* Button */
.btn-gifting {
    background: #b46b4c;
    color: #fff;
    padding: 14px 36px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-gifting:hover {
    background: #9e5a3e;
    color: #fff;
}

/* =====================
   Position like image
===================== */

#homeSlider .home {
    /* padding-left: 120px; */
}

/* =====================
   Responsive
===================== */

@media (max-width: 991px) {
    #homeSlider .home {
        /* padding-left: 30px; */
    }

    .slider-title {
        font-size: 40px;
        letter-spacing: 0.05em;
    }

    .slider-subtitle {
        letter-spacing: 0.25em;
    }
}


/* logo section */
/*=====================
  1.3 Brand logo CSS
=====================*/

/* Remove focus outline */
.logo-block a:focus,
.logo-block img:focus {
    outline: none;
}

/* Brand title */
.cate_title01 {
    text-align: center;
    background: #fff;
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    cursor: pointer;
}

/* Section title */
.title-inner1 {
    padding-bottom: 15px;
    position: relative;
    font-size: 36px;
    color: #bc7a60;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

/* Center button wrapper */
.bt_center001 {
    width: 120px;
    margin: auto;
}

/* Logo block */
.logo-block {
    margin: 10px;
    margin-top: 0;
    text-align: center;
}

/* Logo image */
.logo-block img {
    transition: 0.5s ease;
    margin: 0 auto;
    filter: grayscale(100%);
    opacity: 0.7;
}

/* Hover effect */
.logo-block:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* =====================
   View More Button
===================== */

.button-3 {
    width: 120px;
    height: 45px;
    border: 2px solid #b47258;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: auto;
}

.button-3 a {
    font-size: 14px;
    color: #b47258;
    text-decoration: none;
    line-height: 44px;
    transition: all 0.5s ease;
    z-index: 2;
    position: relative;
    font-weight: 600;
    display: block;
}

/* Button hover layer */
.eff-3 {
    width: 120px;
    height: 45px;
    bottom: -45px;
    background: #b47258;
    position: absolute;
    transition: all 0.5s ease;
    z-index: 1;
    left: 0;
}

/* Hover animation */
.button-3:hover .eff-3 {
    bottom: 0;
}

.button-3:hover a {
    color: #fff;
}


/* Title */
.brand-title {
    /* color: #b47258; */
    /* font-weight: 700; */
    /* letter-spacing: 0.12em; */
    /* font-size: 36px; */
    font-size: 36px;
    color: #bc7a60;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

/* Brand item */
.brand-item {
    /* text-decoration: none; */
    /* color: #444; */
    margin-top: -18px;
    z-index: 999;
    text-align: center;
    position: relative;
}

.brand-item img {
    max-height: 120px;
    transition: 0.3s ease;
}

.brand-item:hover img {
    transform: scale(1.05);
}

/* Brand name badge */
.brand-name {
    /* display: inline-block; */
    /* background: #fff; */
    /* padding: 6px 20px; */
    /* font-weight: 600; */
    /* font-size: 16px; */
    text-align: center;
    background: white;
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    cursor: pointer;
    margin-top: -18px;
    z-index: 999;
    text-align: center;
    position: relative;
}

.view_all {
    margin-top: 25px;
}

/* =====================
   SHOP BY BRAND – RESPONSIVE
   (NO DESKTOP CHANGE)
===================== */

/* Tablet */
@media (max-width: 991px) {

    .brand-title {
        font-size: 30px;
    }

    .brand-item img {
        max-height: 90px;
    }

    .brand-name {
        font-size: 14px;
        padding: 5px 16px;
        margin-top: -12px;
    }

    .brand-item {
        margin-top: 0;
    }
}

/* Mobile */
@media (max-width: 575px) {

    .brand-title {
        font-size: 24px;
        letter-spacing: 0.04em;
    }

    .brand-item img {
        max-height: 70px;
    }

    .brand-name {
        font-size: 13px;
        padding: 4px 14px;
        margin-top: 6px; /* remove overlap on mobile */
    }

    .brand-item {
        margin-top: 0;
    }

    .shop-by-brand {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .view_all {
        margin-top: 20px;
    }
}


/* Category title */
/* Title */
.category-title {
    color: #b47258;
    font-weight: 700;
    letter-spacing: 0.12em;
    font-size: 32px;
}

/* Category Item */
.category-item {
    text-decoration: none;
    color: #444;
    display: inline-block;
}

.category-item img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 50%;
    /* margin-bottom: 12px; */
    transition: 0.3s ease;
}

.category-item:hover img {
    transform: scale(1.05);
}

/* Text */
.category-item span {
    font-weight: 600;
    margin: 0;
    margin-top: -20px;
    z-index: 999;
    text-align: center;
    position: relative;
    /* display: inline-block; */
    /* background: #fff; */
    /* padding: 6px 20px; */
    /* font-weight: 600; */
    /* font-size: 16px; */
    text-align: center;
    background: white;
    /* display: inline-block; */
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    cursor: pointer;
    margin-top: -25px;
    z-index: 999;
    text-align: center;
    position: relative;
}

/* Button */
.btn-outline-category {
    border: 2px solid #b47258;
    color: #b47258;
}

.btn-outline-category:hover {
    background: #b47258;
    color: #fff;
}

/* =====================
   SHOP BY CATEGORY – RESPONSIVE
   (NO DESKTOP CHANGE)
===================== */

/* Tablet */
@media (max-width: 991px) {

    .category-item img {
        width: 130px;
        height: 130px;
    }

    .category-item h6 {
        font-size: 14px;
        padding: 5px 16px;
        margin-top: -18px;
    }
}

/* Mobile */
@media (max-width: 575px) {

    .category-item img {
        width: 100px;
        height: 100px;
    }

    .category-item h6 {
        font-size: 13px;
        padding: 4px 14px;
        margin-top: 8px; /* remove overlap on mobile */
    }

    .shop-by-category {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .view_all {
        margin-top: 20px;
    }
}



/* banner */
.full-banner .banner-contain h2 {
    font-size: 100px;
    font-weight: 700;
    color: var(--theme-deafult);
    text-transform: uppercase;
    margin-top: -15px;
}

.full-banner .banner-contain h3 {
    font-size: 60px;
    color: #bc7a60;
    text-transform: uppercase;
    font-weight: 700;
}


.full-banner .banner-contain span {
    font-size: 24px;
    color: #bc7a60;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding-top: 10px;
    margin-bottom: -5px;
    line-height: 1.3;
}

.bt_center001 {
    width: 120px;
    margin: auto;
}

.full-banner.parallax {
    background-attachment: fixed;
}

.full-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center;
}

/* =====================
   FULL BANNER RESPONSIVE
===================== */

/* Tablet */
@media (max-width: 991px) {

    .full-banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .full-banner .banner-contain h2 {
        font-size: 70px;
    }

    .full-banner .banner-contain h3 {
        font-size: 40px;
    }

    .full-banner .banner-contain span {
        font-size: 18px;
        letter-spacing: 0.25em;
    }
}

/* Mobile */
@media (max-width: 575px) {

    .full-banner {
        padding-top: 50px;
        padding-bottom: 50px;
        background-attachment: scroll; /* FIX parallax on mobile */
    }

    .full-banner .banner-contain h2 {
        font-size: 48px;
        margin-top: 0;
    }

    .full-banner .banner-contain h3 {
        font-size: 26px;
        line-height: 1.2;
    }

    .full-banner .banner-contain span {
        font-size: 14px;
        letter-spacing: 0.15em;
        margin-bottom: 10px;
    }

    .bt_center001 {
        width: auto;
        margin-top: 20px;
    }
}


/* country section */
.country-title {
    color: #c07c59;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Card */
.country-card {
    text-decoration: none;
    display: inline-block;
}

/* Circle Image */
.country-img {
    width: 220px;
    height: 220px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 18px 25px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.country-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
}

/* Name */
.country-name {
    text-align: center;
    background: white;
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    cursor: pointer;

}

/* Hover */
.country-card:hover .country-img {
    transform: translateY(-6px);
    transition: 0.3s ease;
}
/* =====================
   SHOP BY COUNTRY – RESPONSIVE
===================== */

/* Tablet */
@media (max-width: 991px) {

    .country-img {
        width: 180px;
        height: 180px;
    }

    .country-name {
        font-size: 15px;
        padding: 6px 18px;
    }
}

/* Mobile */
@media (max-width: 575px) {

    .country-img {
        width: 140px;
        height: 140px;
        margin-bottom: 10px;
    }

    .country-name {
        font-size: 14px;
        padding: 5px 16px;
    }

    .shop-country {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/* blog detials */
/* .blog-slider-section {
  padding: 60px 0;
} */

.sub-title {
    color: #c27c59;
    font-size: 16px;
    letter-spacing: 1px;
}

.main-title {
    font-size: 36px;
    color: #c27c59;
    margin-top: 5px;
}

/* Slider */
.slider-container {
    position: relative;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-slide {
    flex: 0 0 auto;
    padding: 15px;
}

.blog-card {
    text-align: center;
    padding: 20px;
}

.blog-card .date {
    display: block;
    color: #c27c59;
    margin-bottom: 10px;
}

.blog-card a {
    color: #222222;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-top: 10px;
    margin-bottom: -5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none !important;
}

.blog-card a:hover {
    color: var(--theme-deafult);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

/* Buttons */
.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.slider-button-prev {
    left: 0;
}

.slider-button-next {
    right: 0;
}


.slider-button-prev {
    left: 0px;
    z-index: 1000000 !important;
}


.instagram-slider {
    background: #fff;
}

.instagram-slider h2 {
    font-weight: 700;
    letter-spacing: 2px;
}

.insta-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.insta-prev,
.insta-next {
    width: 50px;
    background: rgba(0, 0, 0, 0.6);
}

.insta-img .overlay {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--theme-deafult);
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(3) rotate(90deg);
    transform: scale(3) rotate(90deg);
}

.insta-img .overlay i {
    font-size: 60px;
    color: #ffffff;
}

.insta-img:hover .overlay {
    opacity: 0.5;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.insta-img {
    position: relative;
    background-color: var(--theme-deafult);
    overflow: hidden;
}

.title-borderless {
    margin-bottom: 30px;
    text-align: center;
    margin-top: -5px;
    font-size: 36px;
    color: #bc7a60;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

/* =====================
   INSTAGRAM SLIDER – RESPONSIVE
===================== */

/* Large tablets */
@media (max-width: 1199px) {
    .insta-img img {
        height: 220px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    section{
        padding: 35px 0px 35px 0px;
    }

    .title-inner1,h2{
        font-size: 24px !important;
        padding-bottom: 0px !important;
    }

    #homeSlider span {
    font-weight: 700;
    /* letter-spacing: 0.4em; */
    color: #777;
    margin-bottom: 0;
    font-size: 14px;
    
}

    .blog-card a{
        font-size: 16px;
    }

    .insta-img img {
        height: 200px;
    }

    .insta-img .overlay i {
        font-size: 40px;
    }

    .insta-prev,
    .insta-next {
        width: 40px;
    }
}

/* Mobile */
@media (max-width: 575px) {

    /* Stack images better */
    #instaCarousel .row {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .insta-img {
        min-width: 70%;
    }

    .insta-img img {
        height: 180px;
    }

    .insta-img .overlay i {
        font-size: 32px;
    }

    /* Hide arrows on mobile (swipe friendly) */
    .insta-prev,
    .insta-next {
        display: none;
    }

    .title-borderless {
        font-size: 26px;
    }
}


/* /footer */
/* =========================
   FOOTER – RESPONSIVE FIX
========================= */

/* Tablets */
@media (max-width: 991px) {

    .footer-theme .partition-f > div {
        margin-bottom: 30px;
    }

    .footer-social {
        margin-top: 25px;
    }

    .service-block {
        justify-content: flex-start;
    }

    .service-block + .service-block {
        border-left: none;
    }
}

/* Mobile */
@media (max-width: 767px) {

    /* Footer columns stack clean */
    .footer-theme .partition-f {
        text-align: center;
    }

    .footer-theme .footer-logo h2 {
        font-size: 28px;
    }

    .footer-theme .sub-title span {
        margin-bottom: 15px;
    }

    /* Social icons center */
    .footer-social {
        justify-content: center;
    }

    .footer-social li {
        padding-right: 18px !important;
    }

    /* Contact list alignment */
    .footer-theme .sub-title .contact-list li {
        padding-left: 0;
    }

    .footer-theme .sub-title .contact-list i {
        position: relative;
        top: 0;
        left: 0;
        margin-right: 8px;
    }

    /* Service section stack */
    .service-block {
        flex-direction: column;
        text-align: center;
    }

    .service-block svg {
        margin-right: 0;
        margin-bottom: 10px;
    }

    /* Sub footer */
    .sub-footer .row {
        text-align: center;
    }

    .sub-footer .payment-card-bottom {
        justify-content: center;
        margin-top: 10px;
    }
}

/* Extra small devices */
@media (max-width: 480px) {

    .footer-theme p {
        font-size: 14px;
        line-height: 26px;
    }

    .footer-theme .sub-title li {
        font-size: 13px;
    }

    .sub-footer p {
        font-size: 13px;
    }
}

/*=====================
	  21.footer CSS start
  ==========================*/
footer {
    position: relative;
}

footer .footer-theme .footer-mobile-title {
    display: none;
}

footer .darken-layout p {
    color: #938d8c;
}

footer .darken-layout .sub-title .footer-title.active .according-menu {
    font: normal normal normal 14px/1 FontAwesome;
}

footer .darken-layout .sub-title .footer-title.active .according-menu.before {
    content: "\f068";
}

footer .darken-layout .sub-title span {
    color: #ffffff;
}

footer .darken-layout .sub-title li a {
    color: #938d8c;
}

footer .darken-layout .sub-title .contact-list i {
    color: #938d8c;
}

footer .darken-layout .sub-title .contact-list li {
    color: #938d8c;
}

footer .darken-layout .footer-social i {
    color: #938d8c;
}

footer p {
    line-height: 32px;
    letter-spacing: 0.03em;
    margin-bottom: 0;
}

footer.footer-black .light-layout {
    background-color: #23292c;
}

footer.footer-black .upside {
    background-color: transparent;
}

footer.footer-black .upside .small-section {
    background-color: rgba(255, 255, 255, 0.92);
    padding: 20px 30px;
    margin-bottom: -45px;
    z-index: 1;
    position: relative;
    background-image: url("assets/images/metro.jpg");
    background-blend-mode: overlay;
}

footer.footer-black .upside .small-section .center-thing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

footer.footer-black .upside .small-section .center-thing .subscribe span {
    margin-bottom: 0;
    color: black;
}

footer.footer-black .upside .small-section .center-thing .black-btn {
    background-image: linear-gradient(30deg, #23292c 50%, transparent 50%);
    border: 2px solid #23292c;
}

footer.footer-black .below-section {
    padding-top: 115px;
}

footer.footer-black .sub-footer {
    background-color: #191e21;
}

footer.footer-black .footer-theme .sub-title span {
    color: #ffffff;
}

.footer-theme .sub-title span {
    color: #bc7a60;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    /* text-transform: capitalize; */
    /* font-weight: 400; */
    letter-spacing: 0.03em;
    line-height: 1;
}

footer.footer-black .subscribe span,
footer.footer-black .subscribe p {
    color: #000000;
}

footer.footer-black .footer-social i {
    color: #777777;
}

footer.footer-black.footer-light .subscribe {
    border-right: 1px solid rgba(0, 0, 0, 0.8);
}

footer.footer-classic .upper-footer {
    background-color: var(--theme-deafult);
}

footer.footer-classic .upper-footer .small-section {
    padding: 35px 0;
}

footer.footer-classic.footer-light .subscribe {
    border-right: none;
}

footer.footer-classic.footer-light .subscribe span {
    color: #ffffff;
}

footer.footer-classic.footer-light .subscribe p {
    color: #ffffff;
}

footer.footer-classic .sub-footer {
    background-color: #494949;
}

footer.footer-classic .sub-footer p {
    color: #ffffff;
    padding: 10px 0;
}

footer.footer_digital .white-bg {
    background-color: white;
}

footer.footer-christmas .light-layout {
    background: transparent;
}

footer.footer-christmas .sub-footer {
    background-color: transparent;
}

footer.footer-christmas p {
    color: white;
}

footer.footer-christmas .subscribe {
    text-align: left;
}

footer.footer-christmas .subscribe span {
    color: #ffffff;
}

footer.footer-christmas .footer-theme .sub-title span {
    color: #ffffff;
}

footer.footer-christmas .footer-theme .sub-title li {
    color: #ffffff;
}

footer.footer-christmas .footer-theme .sub-title li a {
    color: #ffffff;
    text-decoration: none !important;
}

ul.shop_icon i {
    color: #bc7a60;
    font-size: 15px;
    margin-right: 14px;
}

.contact-list li i {
    color: #bc7a60;
}

a {
    text-decoration: none !important;
}

footer.footer-christmas .footer-theme .sub-title li:hover a:before {
    width: 100%;
    height: 2px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

footer.footer-christmas .footer-theme .sub-title .contact-list li a:hover {
    color: var(--theme-deafult);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer.footer-christmas .footer-theme .sub-title .contact-list li:hover {
    color: #999999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer.footer-christmas .footer-social i,
footer.footer-christmas .social-white i {
    color: #ffffff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

footer.footer-christmas .footer-social i:hover,
footer.footer-christmas .social-white i:hover {
    color: var(--theme-deafult) !important;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.footer-light .subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #dddddd;
    text-align: left;
}

.footer-light .subscribe p {
    line-height: 1;
}

.footer-light .subscribe span {
    margin-bottom: 10px;
}

.footer-light .subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.subscribe {
    text-align: center;
}

.subscribe span {
    color: #bc7a60;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.subscribe span i {
    color: var(--theme-deafult);
    padding-right: 5px;
    font-size: 23px;
}

.subscribe-form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.subscribe-form .form-group {
    margin-bottom: 0;
}

.subscribe-form .form-control {
    padding: 13px;
    width: 345px;
    border-radius: 0;
    border: 1px solid #eeeeee;
}

.subscribe-form .form-control.name-cls {
    width: 265px;
}

.subscribe-form.classic-form .form-control {
    border-radius: 0;
    border: none;
    background-color: #f5f2f2;
    margin-left: 15px;
}

.subscribe-form.classic-form .btn-solid,
.subscribe-form.classic-form .btn-outline {
    margin-bottom: 0 !important;
}

.footer-social,
.social-white {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-social li,
.social-white li {
    display: inline-block;
    padding-right: 45px;
}

.footer-social i,
.social-white i {
    font-size: 20px;
    color: #bc7a60;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.footer-social i:hover,
.social-white i:hover {
    color: var(--theme-deafult) !important;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.social-white li {
    padding-left: 22px;
    padding-right: 22px;
}

.footer-theme .footer-logo {
    margin-bottom: 18px;
}

/* 
.footer-theme .sub-title span {
    color: #bc7a60;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
} */

.footer-theme .sub-title li {
    position: relative;
    display: inherit;
    padding-top: 13px;
    text-transform: capitalize;
    font-size: 14px;
    color: #777777;
}

.footer-theme .sub-title li a {
    position: relative;
    color: #777777;
}

.footer-theme .sub-title li a:before {
    position: absolute;
    top: 20px;
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--theme-deafult);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.footer-theme .sub-title li:hover a:before {
    width: 100%;
    height: 2px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.footer-theme .sub-title .contact-list i {
    position: absolute;
    left: 0;
    top: 21px;
}

.footer-theme .sub-title .contact-list li {
    position: relative;
    padding-left: 25px;
    line-height: 25px;
}

.footer-theme .sub-title .contact-list li a:hover {
    color: var(--theme-deafult);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer-theme .sub-title .contact-list li:hover {
    color: #999999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a {
    color: #222;
    text-decoration: none;
}

.light-layout {
    background-color: #f9f9f9;
}

.footer-theme .sub-title .contact-list li:hover a:before {
    display: none;
}

.footer-theme .sub-title .contact-list li:last-child {
    margin-bottom: -5px;
}

.sub-footer {
    background-color: #ffffff;
}

.sub-footer.dark-subfooter {
    background-color: #2e2726;
}

.sub-footer.dark-subfooter p {
    color: #938d8c;
}

.sub-footer.darker-subfooter {
    background-color: #25221e;
}

.sub-footer.darker-subfooter p {
    color: #7f786d;
}

.sub-footer.black-subfooter {
    background-color: #222222;
}

.sub-footer.black-subfooter p {
    color: #777777;
}

.sub-footer p {
    color: #777777;
    margin-bottom: 0;
    padding: 20px 0;
}

.sub-footer .payment-card-bottom {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sub-footer .payment-card-bottom li {
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
}

.footer-theme2 {
    text-align: center;
}

.footer-theme2 .footer-mobile-title {
    display: none !important;
}

.footer-theme2 .contact-details li a {
    color: #7f786d;
}

.footer-theme2 .contact-details li a:hover {
    color: var(--theme-deafult);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer-theme2.footer-border {
    border: 20px solid #f1f5f4;
}

.footer-theme2 .footer-logo {
    margin-bottom: 18px;
}

.footer-theme2 p {
    line-height: 32px;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    color: #7f786d;
}

.footer-theme2 span {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 25px;
}

.footer-theme2 .contact-details li {
    display: block;
    color: #7f786d;
    padding: 0 50px;
    line-height: 2.2;
}

.footer-theme2 .contact-details li:last-child {
    margin-bottom: -8px;
}

.footer-theme2 .subscribe-block {
    border-left: 1px solid #38352f;
    border-right: 1px solid #38352f;
    padding: 10px 110px;
}

.footer-theme2 .subscribe-block h2 {
    color: #ffffff;
    margin-bottom: 30px;
}

.footer-theme2 .subscribe-block .btn-solid,
.footer-theme2 .subscribe-block .btn-outline {
    margin-top: 10px;
}

.footer-theme2 .subscribe-block .form-group {
    margin-bottom: 0;
}

.footer-theme2 .subscribe-block .form-control {
    text-align: center;
    letter-spacing: 5px;
    font-size: 12px;
    padding: 15px 0;
    border-radius: 0;
}

.footer-theme2 .footer-link.link-white span,
.footer-theme2 .footer-link-b.link-white span {
    color: #222222;
}

.footer-theme2 .footer-link.link-white a,
.footer-theme2 .footer-link-b.link-white a {
    color: #777777;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.footer-theme2 .footer-link.link-white a:hover,
.footer-theme2 .footer-link-b.link-white a:hover {
    color: #2d2a25;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.footer-theme2 .footer-link span,
.footer-theme2 .footer-link-b span {
    padding-bottom: 20px;
}

.footer-theme2 .footer-link li,
.footer-theme2 .footer-link-b li {
    padding-right: 15px;
    padding-left: 15px;
    text-transform: capitalize;
}

.footer-theme2 .footer-link a,
.footer-theme2 .footer-link-b a {
    color: #7f786d;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.footer-theme2 .footer-link a:hover,
.footer-theme2 .footer-link-b a:hover {
    color: #f5f2f2;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.footer-theme2 .footer-link-b span {
    margin-top: 50px;
}

.footer-theme2.section-light h2,
.footer-theme2.section-light span {
    color: #222222;
}

.footer-theme2.section-light .footer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.footer-theme2.section-light .footer-block span {
    padding-bottom: 25px;
}

.footer-theme2.section-light .footer-block .contact-details li a {
    color: #7f786d;
}

.footer-theme2.section-light .footer-block .contact-details li a:hover {
    color: var(--theme-deafult);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer-theme2.section-light .footer-block .subscribe-white {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 85px 65px;
    border-left: 20px solid #f1f5f4;
    border-right: 20px solid #f1f5f4;
}

.footer-theme2.section-light .footer-block .subscribe-white:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-deafult);
    opacity: 0.4;
    z-index: -1;
}

.footer-theme2.section-light .footer-block .subscribe-white .form-group {
    margin-bottom: 0;
}

.footer-theme2.section-light .footer-block .subscribe-white .form-control {
    border: none;
    border-radius: 0;
}

.footer-theme2.section-light .footer-block .subscribe-white h2 {
    margin-bottom: 30px;
    margin-top: -5px;
}

.footer-theme2.section-light .footer-block .subscribe-white .btn-solid,
.footer-theme2.section-light .footer-block .subscribe-white .btn-outline {
    margin-top: 10px;
}

.footer-theme2.section-light .footer-block .subscribe-white .form-control {
    text-align: center;
    letter-spacing: 5px;
    font-size: 12px;
    padding: 15px 0;
}

.border-section {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.service-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-block .media {
    padding-top: 23px;
    padding-bottom: 23px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}

.service-block svg {
    margin-right: 12px;
    width: 60px;
    height: 60px;
}

.service-block svg path {
    fill: var(--theme-deafult);
}

.service-block span {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.service-block p {
    text-transform: capitalize;
    margin-bottom: 0;
}

.service-block+.service-block {
    border-left: 1px solid #dddddd;
}

.service-block:hover svg {
    -webkit-animation: pulse 1000ms ease-in-out;
    animation: pulse 1000ms ease-in-out;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-block:hover span {
    color: var(--theme-deafult);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-block1 {
    text-align: center;
}

.service-block1 svg {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
}

.service-block1 svg path {
    fill: var(--theme-deafult);
}

.service-block1 span {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.service-block1 p {
    letter-spacing: 0.03em;
    margin-bottom: -3px;
    line-height: 1.5;
}

.service-block1:hover svg {
    -webkit-animation: pulse 1000ms ease-in-out;
    animation: pulse 1000ms ease-in-out;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-block1:hover span {
    color: var(--theme-deafult);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.media-body {
    flex: 1;
}

.small-section {
    padding-top: 35px;
    padding-bottom: 35px;
}

/* .breadcrumb */
.breadcrumb-section {
    background-color: #f8f8f8;
    padding: 30px 0;
}

.breadcrumb-section .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb-section .page-title h2 {
    font-size: 16px;
    margin-bottom: 0;
}

.breadcrumb-section .breadcrumb {
    background-color: transparent;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 14px;
    color: #555555;
    font-weight: 600;
    margin: 0;
    padding-right: 0;
}

.breadcrumb-section .breadcrumb a {
    color: #555555;
    font-weight: 600;
}

h2 {
    font-size: 36px;
    color: #bc7a60;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

/* =====================
   Breadcrumb Responsive
===================== */

/* Tablet */
@media (max-width: 991px) {
    .breadcrumb-section {
        padding: 20px 0;
    }

    .breadcrumb-section .page-title h2 {
        font-size: 14px;
    }

    .breadcrumb-section .breadcrumb {
        font-size: 12px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .breadcrumb-section .row {
        flex-direction: column;
        text-align: center;
    }

    .breadcrumb-section .page-title {
        justify-content: center;
        margin-bottom: 10px;
    }

    .breadcrumb-section .page-title h2 {
        font-size: 14px;
    }

    .breadcrumb-section .breadcrumb {
        justify-content: center;
        font-size: 12px;
    }

    .breadcrumb-section .breadcrumb li {
        display: inline-block;
    }
}

/* Very Small Devices */
@media (max-width: 480px) {

    .breadcrumb-section {
        padding: 15px 0;
    }

    .breadcrumb-section .page-title h2 {
        font-size: 13px;
    }

    .breadcrumb-section .breadcrumb {
        font-size: 11px;
    }
}

/* testimonial */
.testimonial {
    background: #efeeee;
    
}

/* .testimonial-row {
    background: #fff;
} */

.testimonial-box {
    padding: 40px;
}

.testimonial-box.border-start {
    border-left: 1px solid #ddd;
}

.testimonial .media {
    display: flex;
    align-items: center;
}

.testimonial .media img {
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 5px;
    width: 130px;
    height: 130px;
}

.testimonial .media h5 {
    font-weight: 700;
    color: #c46a43;
    margin-top: 10px;
}

.testimonial .media h6 {
    color: #777;
    font-size: 14px;
}

.testimonial .media-body {
    padding-left: 30px;
}

.testimonial .media-body p {
    line-height: 2;
    letter-spacing: 0.03em;
}

/* Common Button Style */
.testi-prev,
.testi-next {
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    width: 45px;
    height: 45px;
    background-color: #fff;
    color: #c46a43;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 26px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

/* Left Button */
.testi-prev {
    left: -60px;
}

/* Right Button */
.testi-next {
    right: -60px;
}

/* Hover Effect */
.testi-prev:hover,
.testi-next:hover {
    background-color: #000000 !important;
    color: #fff !important; 
    border-color: #c46a43 !important;
}

/* Hide Default Bootstrap Icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .testi-prev {
        left: 10px;
    }
    .testi-next {
        right: 10px;
    }
}

/* =====================
   Testimonial Responsive
===================== */

/* Tablet */
@media (max-width: 991px) {

    .testimonial-box {
        padding: 25px;
    }

    .testimonial .media {
        align-items: flex-start;
    }

    .testimonial .media-body {
        padding-left: 20px;
    }

    .testi-prev {
        left: 10px;
    }

    .testi-next {
        right: 10px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .contact-info H2{
        font-size: 24px !important;
    }

    .testimonial-row {
        flex-direction: column;
    }

    .testimonial-box {
        padding: 25px 20px;
        text-align: center;
    }

    /* Remove border on mobile */
    .testimonial-box.border-start {
        border-left: none;
        border-top: 1px solid #ddd;
        margin-top: 20px;
    }

    .testimonial .media {
        flex-direction: column;
        text-align: center;
    }

    .testimonial .media-body {
        padding-left: 0;
        padding-top: 15px;
    }

    .testimonial .media img {
        width: 110px;
        height: 110px;
    }

    .testimonial .media-body p {
        line-height: 1.8;
        font-size: 14px;
    }

    /* Arrows inside slider */
    .testi-prev,
    .testi-next {
        top: auto;
        bottom: -55px;
        transform: none;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 38px;
    }

    .testi-prev {
        left: 38%;
        transform: translateX(-50%);
    }

    .testi-next {
        right: 40%;
        transform: translateX(50%);
    }

    .service-block span{
        font-size: 20PX;
    }
}

/* Extra Small */
@media (max-width: 480px) {

    .testimonial .media img {
        width: 95px;
        height: 95px;
    }

    .testimonial .media h5 {
        font-size: 16px;
    }

    .testimonial .media h6 {
        font-size: 13px;
    }
}


/* team */
.team-img {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.team h4 {
    color: #c46a45;
    font-weight: 600;
    font-size: 18px;
}

.team h2 {
    color: #000000;
    font-weight: 600;
}

/* /contact us page */
/* .contact-icon i {
    font-size: 22px;
    color: #c46a45;
}

.contact-right h6 {
    font-weight: 600;
} */

.map iframe {
    width: 100%;
    height: 100%;
    /* min-height: 420px; */
}

/* Contact layout */
/* .contact-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
} */

.contact-item {
    display: flex;
    align-items: flex-start;
}

.section-b-space {
    padding-bottom: 70px;
}

/* Left icon + title */
.contact-left {
    width: 140px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    padding-right: 20px;
}

.contact-left i {
    font-size: 22px;
    color: #c46a45;
    display: block;
    margin-bottom: 8px;
}

.contact-left span {
    font-size: 14px;
    font-weight: 600;
    color: #c46a45;
    letter-spacing: 1px;
}

/* Right text */
.contact-right-text {
    padding-left: 25px;
}

.contact-right-text p {
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height: 1.8;
    font-size: 14px;
}

form label {
    font-weight: 600;
    color: #000;
}

/* ========================= */
/* 📱 Responsive Only */
/* ========================= */

@media (max-width: 991px) {
    .contact-left {
        width: 120px;
        padding-right: 15px;
    }

    .contact-right{
        margin-top: 20px;
    }
}

@media (max-width: 767px) {

    .service-block svg{
        height: 45px;
        width: 45px;

    }
    .section-b-space{
        padding-bottom: 35px;
    }
    .contact-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-left {
        width: 100%;
        border-right: none;
        padding-right: 0;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
        text-align: left;
    }

    .contact-right-text {
        padding-left: 0;
    }

        .contact-list {
    display: flex !important;
   flex-direction: row !important;
    gap: 10px !important;
}

.contact-left span{
    font-size: 12px;
}
}

@media (max-width: 480px) {
    .contact-left i {
    font-size: 17px;
    color: #c46a45;
    display: block;
    /* margin-bottom: 8px; */
}
    .contact-right-text p {
        font-size: 13px;
        line-height: 1.6;
    }

    .contact-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}
}


