body {
    scroll-behavior: smooth;
    margin: 0px auto;
    font-family: "Montserrat", sans-serif;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* Scroll TO Top Button CSS */
#button {
    border-radius: 71px;
    background: #B8B8B8;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.20);
    width: 54px;
    height: 54px;
    position: fixed;
    /*bottom: 33px;*/
	bottom: 22px;
    /*right: 30px;*/
	    right: 110px;
    transition: background-color .3s,opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-align: center;
    line-height: 56px;
    color: #FFFFFF;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.top_header_line {
    background-color: #1D1D1D;
}

.announcement {
    display: flex !important;
    justify-content: center;
    gap: 6px;
    align-items: center;
    height: 30px;
}

.announcement-slider.owl-carousel .owl-item img {
    width: auto !important;
    height: 20px;
}

.announcement p {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.announcement p strong,
.announcement p a {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: 0.3s ease-in-out;
}

.announcement p strong:hover {
    color: #D33;
}

.close-icon {
    cursor: pointer;
}

/* .row {
    --bs-gutter-x: 30px;
} */
/* Header Styles */
.main-header {
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 1000;
    padding: 27px 80px;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slideDown 0.3s ease;
   /* background-color: #fff;*/
    padding: 17px 80px;
	background:rgba(255, 255, 255, 0.88);
}

.main-header.sticky .search-container-desktop {
    display: none !important;
}

.main-header img.sticky_logo {
    display: none;
}

.main-header.sticky img.sticky_logo {
    display: block;
}

.main-header.sticky img.brand_logo {
    display: none;
}

.row_header_alignment {
    align-items: end;
}

.main-header.sticky .row_header_alignment {
    align-items: center;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Top Header Row */
.top-header-row {
    padding: 0;
    border-bottom: none;
}

/* Logo Styles */
.logo-section {
    gap: 12px;
}

.logo-section img {
    width: 150px;
}

.logo-hexagon {
    width: 50px;
    height: 50px;
    /* background: #4a4a4a; */
    /* clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.brand-text {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
}

/* Search Styles */
.search-container-desktop {
    flex: 1;
    max-width: 544px;
    margin: 0 auto 27px;
}

.search-input-wrapper {
    position: relative;
    width: 100%;
}

.search-input {
    border: 1px solid #404040;
    border-radius: 30px;
    padding: 5px 35px 5px 18px;
    font-size: 16px;
    background: transparent;
    width: 100%;
}

.search-input:focus {
    border: 1px solid #404040;
    box-shadow: none;
    background: transparent;
}

.search-icon-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: 0.3s ease-in-out;
}

/* Mobile Search Button */
.search-btn-mobile {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    display: none;
}

.search-btn-mobile:hover {
    background: #c82333;
}

/* Custom Toggle Button */
.custom-toggler {
    width: 30px;
    padding: 6px 10px;
    display: none;
    padding-right: 0px;
}

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

.custom-toggler i {
    font-size: 22px;
    color: #333;
}

.custom-toggler i:nth-child(2) {
    display: none;
}

.custom-toggler.open_menu i:nth-child(1) {
    display: none;
}

.custom-toggler.open_menu i:nth-child(2) {
    display: block;
}

/* Header Icons */
.icon-btn {
    background: transparent;
    border: none;
    color: #333;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease-in-out;
}

.icon-btn .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #dc3545;
    color: white;
    font-size: 10px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.dropdown-toggle::after {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border: 0 !important;
}

/* Navigation Styles */
.navbar-nav {
    column-gap: 30px;
}

.navbar-nav li a {
    padding: 0 !important;
}

.navbar-nav .nav-link {
    color: #404040;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    opacity: 0;
    width: 0px;
    height: 1px;
    background: #D33;
    transition: 0.3s ease-in-out;
    bottom: -5px;
    left: 0px;
}

.navbar-nav .nav-link:hover {
    color: #D33;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
    opacity: 1;
}

.navbar-nav .nav-link i {
    display: none;
}

/* Mega Menu Styles */
.mega-dropdown {
    position: static;
}

.mega-menu {
    position: absolute;
    top: 85px;
    left: -38px;
    width: 100%;
    max-width: 900px;
    background: #D33;
    border: 1px solid #B8B8B8;
    border-radius: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    padding: 20px 30px 31px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.3s ease-in-out;
}

.mega-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-tabs {
    background: #D33;
    border-bottom: 1px solid #B8B8B8;
}

.tab-btn {
    background: transparent;
    border: 0px;
    color: white;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    margin-right: 50px;
    margin-bottom: 20px;
    padding: 0px;
}

.mega_menu_grid {
    display: flex;
    gap: 30px;
    padding-top: 30px;
    align-items: center;
}

.mega-menu-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 0 30px;
    color: white;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.mega-menu-item:last-child {
    padding-bottom: 0px;
}

.mega-menu-item i {
    font-size: 18px;
    width: 20px;
}

.mega_menu_icon {
    width: 30px;
    text-align: center;
}

.mega-menu-item span {
    font-size: 16px;
    font-weight: 400;
}

/* Dropdown Menus */

.dropdown-item {
    padding: 8px 16px;
    transition: background-color 0.3s ease;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-header {
    font-weight: 600;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.a.nav-link.expats-partner svg {
    margin-right: 4px;
}

/* Support Dropdown */
.dropdown-menu.support-dropdown {
    background: #dc3545;
    position: absolute;
    left: -80px;
    top: 52px;
    border-radius: 10px;
    padding: 9px 17px 11px 19px;
    /* min-width: 114px; */
    width: max-content;
    min-width: max-content;
    max-width: 100%;
    border: 0px;
}
.dropdown-menu.support-dropdown li{
    width: fit-content;
}

ul.dropdown-menu.dropdown-menu-end.support-dropdown li a {
    padding: 0;
    margin-bottom: 10px;
}

ul.dropdown-menu.dropdown-menu-end.support-dropdown li:last-child a {
    margin-bottom: 0px;
}

.support-dropdown::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #dc3545;
}

.support-dropdown .dropdown-item {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.support-dropdown .dropdown-item:hover {
    background: transparent;
}

/* Cart Dropdown */
.cart-dropdown {
    min-width: 300px;
}

.cart-item-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
}

.dropdown-menu.mega-menu::before {
    content: '';
    position: absolute;
    top: -22px;
    left: 6%;
    transform: translateX(-51%);
    width: 0;
    height: 0;
    border-left: 55px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 28px solid #D33;
    z-index: 99;
}

.header-icons.d-flex {
    gap: 15px;
}

.header-icons button img:nth-child(2) {
    display: none;
}

.header-icons button:hover img:nth-child(2) {
    display: inline-block;
}

.header-icons button:hover img:nth-child(1) {
    display: none;
}

.header-icons a.header_cart_link img:nth-child(2) {
    display: none;
}

.header-icons a.header_cart_link:hover img:nth-child(2) {
    display: inline-block;
}

.header-icons a.header_cart_link:hover img:nth-child(1) {
    display: none;
}

ul.dropdown-menu.dropdown-menu-end.support-dropdown li a img {
    margin-right: 8px;
}

@media (max-width: 1024px) {
    .row_header_alignment {
        align-items: center;
    }

    .custom-toggler {
        display: block;
    }

    .navbar-collapse {
        display: none !important;
    }

    .navbar-collapse.show {
        display: flex !important;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: relative;
        left: 0px;
        top: 15px;
        margin-bottom: 20px;
    }

    .search-input-wrapper {
        display: none;
    }

    nav.navbar.navbar-expand-md.p-0 {
        width: 100%;
        position: absolute;
        top: 109px;
        left: 0;
        background-color: #fff;
    }

    .dropdown.mega-dropdown .nav-link i {
        transition: 0.3s ease-in-out;
    }

    .dropdown.mega-dropdown .mega_nav_link i {
        transform: rotate(180deg);
    }
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
    .logo-hexagon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .brand-text {
        font-size: 14px;
    }

    .navbar-collapse {
        background: white;
        margin-top: 15px;
        border-radius: 0px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }

    .dropdown-menu.mega-menu {
        border-radius: 0px !important;
    }

    .mega-menu {
        position: relative;
        width: 100%;
        box-shadow: none;
        padding: 20px 0px;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        background: #D33;
        border-radius: 0px !important;
        margin-top: 10px;
    }

    .mega-menu.show {
        display: block;
    }

    .mega-dropdown .nav-link {
        cursor: pointer;
    }

    .navbar-nav {
        text-align: left;
    }

    .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .mega-menu .row>div {
        margin-bottom: 0px;
    }

    .mega-menu-item {
        padding: 10px 15px;
    }

    .dropdown-menu.mega-menu .row {
        padding-top: 0px;
    }

    .mega-menu-tabs {
        padding: 0px 15px;
    }
}

@media (max-width: 767.98px) {
    .icon-btn {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .search-btn-mobile {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .header-icons {
        gap: 8px;
    }

    .mega_menu_grid {
        display: inline-block;
        padding-top: 10px;
    }

    .mega_menu_icon {
        width: 20px;
    }

    .mega_menu_icon img {
        width: 20px;
        height: 20px;
    }

    .mega-menu-item span {
        font-size: 14px;
    }
}

/* Main Content Spacing */
.main-content {
    margin-top: 0;
    transition: margin-top 0.3s ease;
}

body.header-sticky .main-content {
    margin-top: 120px;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animation */
.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Header End */

/* Banner Start */
.banner-slider {
    position: relative;
    /* height: 100vh; */
    width: 100%;
   /* background-image: url(../images/banner-img.webp);*/
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    /*margin-top: -149px;*/
    height: 790px;
    /* height: 100%; */
	 height: calc(100vh - 180px); 
}

.banner-slide {
    /* height: 100vh; */
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%); */
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 600px;
    padding: 0px 50px 0px 0px;
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInLeft 1s ease-out 0.5s forwards;
}


.banner-title {
    color: #D33;
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUp 1s ease-out 0.7s forwards;
    font-family: "Montserrat", sans-serif;
}

.banner-title span {
    color: #404040;
}

.banner-subtitle {
    color: #404040;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 31px;
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUp 1s ease-out 0.9s forwards;
}

.banner-btn {
    display: inline-flex;
    width: 216px;
    height: 48px;
    color: #D33;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #D33;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat";
    line-height: normal;
    transition: 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUp 1s ease-out 1.1s forwards;
    padding-left: 17px;
}

.btn-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    position: relative;
    right: -8px;
    top: -1px;
}

.banner-btn span.btn-text.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
	    min-width: 72%;
}

.banner-btn .btn-circle i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    border: 2px solid #D33;
    display: inline-block;
    text-align: center;
    transition: 0.1s ease-in;
}

.banner-btn:hover {
    background: #D33;
    color: #FFF;
}

.banner-btn:hover .btn-circle i.fa-chevron-right {
    color: #fff;
    background-color: #D33;
}

/* Custom Owl Dots - Left Side */
.owl-carousel-banner .owl-dots, .all-banner-slide .owl-dots  {
    position: absolute !important;
    left: 80px !important;
    top: 62% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    z-index: 10;
}

.owl-carousel-banner .owl-dot, .all-banner-slide .owl-dot {
    width: 10px !important;
    height: 10px !important;
    border-radius: 10px !important;
    background: #B8B8B8 !important;
    transition: 0.3s ease-in-out !important;
    cursor: pointer !important;
}

.owl-carousel-banner .owl-dot.active, .all-banner-slide .owl-dot.active {
    background: rgba(221, 51, 51, 1) !important;
    transform: scale(1.2) !important;
    height: 30px !important;
}

.owl-theme .owl-dots .owl-dot span, .all-banner-slide .owl-dot span {
    background: transparent !important;
}

.owl-carousel-banner .owl-dot:hover, .all-banner-slide .owl-dot:hover {
    transform: scale(1.1) !important;
}

/* Hide default navigation */
.owl-carousel-banner .owl-nav {
    display: none !important;
}

/* Animation Keyframes */
@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .owl-carousel-banner .owl-dots {
        left: 20px !important;
    }
}


/* Smooth slide transitions */
.owl-carousel.owl-carousel-banner .owl-item {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.owl-carousel.owl-carousel-banner .owl-item.active {
    opacity: 1;
}

/* Reset animations on slide change */
.owl-carousel.owl-carousel-banner .owl-item:not(.active) .banner-content,
.owl-carousel.owl-carousel-banner .owl-item:not(.active) .banner-title,
.owl-carousel.owl-carousel-banner .owl-item:not(.active) .banner-subtitle,
.owl-carousel.owl-carousel-banner .owl-item:not(.active) .banner-btn {
    opacity: 0;
    transform: translateX(-50px);
}

.owl-carousel.owl-carousel-banner .owl-item.active .banner-content {
    animation: slideInLeft 1s ease-out 0.3s forwards;
}

.owl-carousel.owl-carousel-banner .owl-item.active .banner-title {
    animation: slideInUp 1s ease-out 0.5s forwards;
}

.owl-carousel.owl-carousel-banner .owl-item.active .banner-subtitle {
    animation: slideInUp 1s ease-out 0.7s forwards;
}

.owl-carousel.owl-carousel-banner .owl-item.active .banner-btn {
    animation: slideInUp 1s ease-out 0.9s forwards;
}

div#bannerCarousel {
    padding-top: 322px;
}

/* EVENT FURNITURE START */
.event_furniture_main {
    padding: 127px 0 100px 0;
}

.event_furniture_title {
    text-align: center;
}

.heading_two {
    color: #D33;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.event_fruniture_box {
    text-align: center;
}

.event_furniture_main .container {
    max-width: 1066px;
}

.event_furniture_title h2 {
    padding-bottom: 70px;
}

.event_fruniture_box p {
    max-width: 195px;
    margin: 22px auto 0;
    color: #404040;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

/* New Arrival Image Section Start */
.new_arrival_img_section .container-fluid {
    padding: 0;
}

.new_arrival_img_section .container-fluid .row {
    margin: 0;
    padding: 0;
}

.new_arrival_img_section .container-fluid .row .col-sm-6.col-lg-3 {
    padding: 0;
}

.new_arrival_img_section {
    overflow-x: hidden;
}

.arrival_img {
    position: relative;
    overflow: hidden;
    clip-path: polygon(20% 0, 100% 0, 100% 93%, 79% 100%, 0 100%, 0 7%);
}

.catalogue_main .catalogue_box:nth-child(1) .arrival_img {
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 9%);
    ;
}

.catalogue_main .catalogue_box:nth-child(2) .arrival_img {
    clip-path: polygon(0% 0, 100% 0, 100% 91%, 86% 100%, 0 100%, 0 0%);
}

.arrival_img img {
    transform: scale(1);
    transition: 0.4s ease-in-out;
}

.arrival_img:hover img {
    transform: scale(1.1);
}

.arrival_img img.img_gallery {
    width: 100%;
}

.arrival_title h4 a {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.arrival_title {
    position: absolute;
    top: 30px;
    text-align: center;
    width: 100%;
}

.arrival_title img {
    transition: transform 0.5s ease;
    position: absolute;
    right: 30px;
    top: 15px;
}

.arrival_title:hover img {
    transform: rotate(43deg);
}

.excellent_main {
    text-align: center;
    padding: 100px 0 73px 0;
}

.excellent_btn {
    margin-top: 40px;
}

.excellent_btn .banner-btn {
    width: 176px;
}

.excellent_btn .btn-circle {
    right: -13px;
    top: -2px;
}

.catalogue_main.container.row {
    padding: 0;
    margin: 0;
}

.catalogue_main .container .row .col-md-6 {
    padding: 0;
    margin: 0;
}

.catalogue_main .arrival_img .img_gallery {
    width: 100%;
}

.catalogue_main .container {
    max-width: 1440px;
}

.catalogue_main .arrival_title {
    gap: 165px;
}

/* Brands Logo Section Start */

.brands_title h2 {
    font-weight: 400;
    text-align: center;
    padding-bottom: 52px;
}

.brands_main_section .container-fluid {
    padding: 0 0;
}

.brands_main_section {
    background-color: #F3F3F3;
    padding-top: 378px;
    padding-bottom: 100px;
    margin-top: -230px;
    margin-bottom: 89px
}

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

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

}

.owl_slider_first_section {
    margin-bottom: 52px;
}

/* Footer Start */
.footer_main_section {
    background-color: #ffff;
}

.footer_main_section .container {
    max-width: 1760px;
    margin: 0 auto;
    border-top: 1px solid #D9D9D9;
    padding: 0;
}

.footer_inner_contents {
    padding-top: 50px;
    display: flex;
}

.contact_us_title {
    color: #D33;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact_sub_section {
    display: flex;
    gap: 120px;
    padding: 29px 0 46px 0;

}

.contact_sub_section a {
    transition: 0.3s ease-in-out;
}

.contact_sub_section a:hover {
    color: #D33;
}

.footer_contact1 {
    display: flex;
    align-items: start;
    gap: 15px;
}

.footer_contact1 p {
    max-width: 190px;
    color: #404040;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact_img {
    width: 22px;
}

.footer_contact1 p a {
    color: #404040;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer_mobile_section,
.footer_contact2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.stay_in_know {
    padding: 20px 20px 21px 16px;
    background-color: #D33;
    position: relative;
}

.stay_in_know h3 {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}

.stay_in_know p {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 22px;
}

.stay_in_know::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-bottom: 14px solid #fff;
    z-index: 1;
}

.newsletter-form {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.email-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    padding: 10px 0;
    width: 100%;
    outline: none;
    transition: 0.3s ease-in-out;
    width: 310px;
    max-width: 100%;
}

.email-input-container {
    max-width: 310px;
}

.email-input::placeholder {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.submit_btn_footer {
    width: 113px;
    height: 30px;
    background: transparent;
    color: #fff;
    border: 1.5px solid #fff;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.submit_btn_footer:hover {
    background-color: #fff;
    color: #D33;
}

.submit_btn_footer:hover svg path {
    stroke: #D33;
}

button.submit-btn.submit_btn_footer img {
    margin-left: 10px;
}

.social_media_icons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 87px;
}

.media_icons_footer a img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.media_icons_footer a img:hover {
    transform: scale(1.1);
}


.customer_description {
    display: flex;
    gap: 52px;
}

.description_box_first {
    display: flex;
    gap: 52px;
}

.description_box_second {
    display: flex;
    gap: 52px;
}

.customer_service_title {
    color: #D33;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
}

.description_box a {
    color: #404040;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s ease-in-out;
}

.description_box a:hover {
    color: #D33;
}

.login_details_footer {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.payments_method {
    display: flex;
    padding-top: 72px;
    gap: 93px;
}

.accept_methods h6.customer_service_title,
.accreditations h6 {
    color: #404040;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 15px;
}

.main_logo_brands_section {
    display: flex;
    gap: 11px;
}

.copy_rights_text p {
    color: #404040;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 30px 0;
}

.contact_main_inner_sub_section {
    display: flex;
}

/* Footer End */
/*.whatsapp_chat_icon {
    position: fixed;
    bottom: 33px;
    right: 110px;
    border-radius: 71px;
    background: #D33;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.20);
    z-index: 99;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/


/* Inner Pages Css */

:root {
    --primary-color: #dc3545;
    --secondary-color: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #dee2e6;
}

.newarrivals {
    margin-top: 40px;
    padding-bottom: 95px;
}

.breadceum_main {
    margin-top: 40px;
}

.breadceum_main h1 {
    text-align: center;
    padding: 40px 0px;
    color: #404040;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    border-bottom: 1px solid #D9D9D9;
}

.applieddiv {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.applieddiv button.btn-link {
    color: #404040;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

.filter-sidebar .accordion-body {
    padding: 0px 0 20px 0;
}

.form-check-input:checked {
    background-color: #dd336e;
    border-color: #404040;
}

label.form-check-label {
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.filter-sidebar {
    min-height: 100vh;
}

.filter-title {
    color: #D33;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.filter-sidebar button.accordion-button {
    padding: 20px 0px;
}

.accordion-button:not(.collapsed) {
    padding: 20px 0px 10px !important;
}

.applied-filter-tag {
    background-color: #fff;
    padding: 10px 9px;
    margin: 10px 10px 0px 0;
    display: inline-block;
    background: #F3F3F3;
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.applied-filters {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 25px;
}

.accordion-button:not(.collapsed) {
    color: unset !important;
    background-color: unset !important;
    box-shadow: unset !important;
}

.form-check-input:focus {
    box-shadow: unset !important;
}

.accordion-button::after {

    background-image: unset;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    color: #D33;
    margin: unset;
    width: unset;
}

.accordion-button:not(.collapsed)::after {
    background-image: unset;
}

.accordion-button {
    justify-content: space-between;
}

.applied-filter-tag .btn-close {
    font-size: 0.6rem;
    margin-left: 0.5rem;
}

.color-swatch {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 0.5rem;
    border: 1px solid var(--border-color);
}

label.me-2.text-muted {
    color: #D33 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.price-range-slider {
    margin: 1rem 0;
}

.product-card {
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    background: white;
    height: 100%;
    position: relative;
}

.product-image {
    position: relative;
    width: 100%;
    object-fit: contain;
    height: 250px;
}

.product-badge {
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 2px 8px;
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 3px;
}

.badge-new {
    border-radius: 2px;
    background: #717171;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.badge-bestseller {
    background-color: #ffc107;
    color: #000;
}

.product-info {
    padding: 0;
    padding-bottom: 32px;
}

.product-title {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 70px;
}

.product-code {
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    margin-bottom: 10px;
}

.product-price {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
    margin-bottom: 1rem;
}

.product-actions {
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.addtoquote {
    border-radius: 50px;
    border: 1.5px solid #D33;
    padding: 7px 16px;
    color: #D33;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: transparent;
    width: fit-content;
    transition: 0.3s ease-in-out;
}

.addtoquote:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #FFF;
}

span.rightarrow {
    position: relative;
    left: 6px;
}

.wislist span {
    position: relative;
    left: -7px;
}

button.btn-sm.wislist {
    color: #404040;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    border: none;
    background: transparent;
    transition: 0.3s ease-in-out;
}

button.btn-sm.wislist:hover {
    color: #D33;
}

.wislist:hover {
    background: no-repeat;
}

.productfulldiv {
    padding-left: 40px;
}

.breadcrumb_content {
    max-width: 1120px;
    margin: auto;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 0;
}

ol.breadcrumb li a,
li.breadcrumb-item.active {
    color: #404040;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    color: #404040;
}

.cart-indicator {
    background-color: var(--primary-color);
    color: white;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.sortbyclass {
    margin-bottom: 40px;
}

.productfulldiv .row {
    --bs-gutter-y: 80px;
}

.sort-dropdown {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 0.375rem 0.75rem;
}

/* Container label styling */
label[for="sortBy"] {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    /* red text for "Sort by:" */
}

/* Dropdown styling */
.sort-dropdown {
    appearance: none;
    /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 8px 30px 8px 12px;
    /* space for text + arrow */
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    /* red text for selected option */
    cursor: pointer;
    position: relative;
    outline: none;
}

/* Add a custom down arrow */
.sort-dropdown {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23dc3545' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

/* Dropdown options styling */
.sort-dropdown option {
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Optional: hover/focus styles */
.sort-dropdown:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.3);
}

/* About Us Css */
.about_content {
    max-width: 1120px;
    margin: auto;
}

.about_events_bg {
    background-image: url(../images/about-events-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 30px;
    margin-top: 40px;
    clip-path: polygon(8% 0, 100% 0, 100% 88%, 92% 100%, 0 100%, 0 13%);
}

.about_events_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #404040;
    padding-bottom: 30px;
}
.aboutpage .about_events_text p{
	color: #ffffff;
} 

.about_events_text p:last-child {
    padding-bottom: 0px;
}

.evolution_service {
    margin-top: 45px;
	    margin-bottom: 50px;
}

.evolution_service h3 {
    color: #D33;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
}

.evolution_service p {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.about_events {
    padding-bottom: 100px;
}

.infographic_box {
    max-width: 624px;
    margin: auto;
    margin-top: 55px;
    position: relative;
}

.infographic_box::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 4px;
    height: 100%;
    background: #F3F3F3;
}

.infographic_item {
    position: relative;
    padding-bottom: 50px;
    padding-left: 37px;
}

.infographic_item:last-child {
    padding-bottom: 0px;
}

.infographic_item.infographic_itemactive::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 4px;
    height: 100%;
    background: #DD3333;
    z-index: 1;
}

.infographic_item.infographic_itemactive::before {
    content: '';
    position: absolute;
    left: -14px;
    bottom: -20px;
    width: 30px;
    height: 30px;
    background-image: url(../images/evolution_icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.infographic_item h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    color: #DD3333;
    margin-bottom: 20px;
}

.infographic_item p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #404040;
    padding-bottom: 24px;
}

.infographic_item p:last-child {
    padding-bottom: 0px;
}

/* Vision Mission Values */
.vision_mission_values {
    position: relative;
}

.vision_mission_values_box {
    position: relative;
    margin-top: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 350px;
    padding: 0px 50px;
}

.vision_mission_values_box::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 100px;
    height: 42px;
    background-image: url(../images/corner-vector-bottom.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.vision_mission_values_box::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -3px;
    width: 100px;
    height: 42px;
    background-image: url(../images/corner-vector-top.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.vision_mission_values_text {
    max-width: 595px;
    background: #FFF;
    /* border: 1px solid #D9D9D9; */
    border-left: 4px solid #DD3333;
    position: relative;
    top: -30px;
    padding: 20px 20px 20px 30px;
}

.vision_mission_values_box:nth-child(even) .vision_mission_values_text {
    margin: auto;
    margin-right: 0px;
}

.vision_mission_values_text::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-left: 0px;
    height: 100%;
}

.vision_mission_values_text h2 {
    color: #D33;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.core_value_text {
    padding-top: 20px;
}

.core_value_text:nth-child(2) {
    padding-top: 0px;
}

.vision_mission_values_text h4 {
    color: #D33;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.vision_mission_values_text p {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.vision_mission_values_text p:first-child {
    margin-top: 0px;
}

.director_section {
    padding-top: 100px;
    padding-bottom: 63px;
    position: relative;
}

.director_section::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 70%;
    background: #F3F3F3;
}

.director_box {
    position: relative;
    max-width: 905px;
    margin: auto;
    background: #DD3333;
    padding: 30px;
    z-index: 1;
}

.director_box img {
    position: absolute;
    top: -2px;
    right: 30px;
}

.director_box h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 40px;
}

.director_box h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 20px;
}

.director_box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding-bottom: 24px;
}

.elson_box {
    padding-top: 16px;
    max-width: 350px;
}

.elson_box h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.elson_box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding-bottom: 0px;
}

/* Certificates and Accredition */
.certificates_accredition {
    position: relative;
    padding: 50px 0px 100px;
}

.certificates_box {
    max-width: 1120px;
    margin: auto;
}

.certificates_box .row:first-child {
    padding-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}

.certificates_box .row:last-child {
    margin-top: 36px;
}

.cert-card {
    max-width: 320px;
    margin: auto;
}

.cert-card-image {
    height: 165px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert-card-image img {
    max-width: 100%;
}

.cert-card h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #404040;
}

.cert-card p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #404040;
}

/* Bespoke / Sticker Branding */
.event_furniture {
    position: relative;
    padding: 40px 0px 110px;
}

.event_furniture_content {
    max-width: 1120px;
    margin: auto;
}

.event_furniture_text h3 {
    color: #D33;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.event_furniture_text p {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-top: 20px;
}

.event_furniture_text p:nth-child(2) {
    padding-top: 0px;
}

.event_furniture_text p a {
    color: #D33;
    transition: 0.3s ease-in-out;
}

.event_furniture_text p a:hover {
    color: #404040;
}

.event_furniture_text ul {
    padding-left: 22px;
}

.event_furniture_text ul li {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    list-style: disc;
}

.event_furniture_text p .new_product {
    text-decoration-line: underline;
}

.furniture_text:not(:first-child) {
    margin-top: 50px;
}

.event_furniture_image img {
    width: 100%;
    clip-path: polygon(15% 0, 100% 0, 100% 90%, 85% 100%, 0 100%, 0 10%);
}

.sticker_branding {
    margin-top: 50px;
}

.sticker_branding h3 {
    color: #D33;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.sticker_branding p {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-top: 20px;
}

.sticker_branding p:nth-child(2) {
    padding-top: 0px;
}

.sticker_branding p a {
    color: #D33;
    transition: 0.3s ease-in-out;
}

.sticker_branding p a:hover {
    color: #404040;
}


.sticker_branding ul {
    padding-left: 22px;
    list-style: disc;
}

.sticker_branding ul li {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    list-style: disc;
}

/* Space Planning */
.space_planning {
    position: relative;
    padding: 40px 0px 100px;
}

.space_planning_content {
    max-width: 1120px;
    margin: auto;
}

.space_planningtext p {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.space_planningtext img {
    width: 100%;
    clip-path: polygon(9% 0, 100% 0, 100% 88%, 91% 100%, 0 100%, 0 12%);
    margin: 40px 0px;
}

.space_planning_events:not(:last-child) {
    padding-bottom: 20px;
}

.space_planning_events h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #404040;
}

.space_planning_events p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #404040;
}

.space_planning_events p a {
    color: #D33;
    transition: 0.3s ease-in-out;
}

.space_planning_events p a:hover {
    color: #404040;
}

/* Terms & Conditions */
.terms_conditions {
    position: relative;
    padding: 50px 0px 100px;
}

.terms_conditions_content {
    max-width: 1120px;
    margin: auto;
}

.terms_toptext p {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.terms_toptext p strong {
    font-weight: 600;
}

.condition_text {
    margin-top: 50px;
}

.condition_text h3 {
    color: #D33;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.condition_text p {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.condition_text ul {
    padding-left: 22px;
}

.condition_text ul li {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    list-style: disc;
}

.condition_text a {
    color: #404040;
}

.condition_text p:not(:nth-child(2)) {
    padding-top: 20px;
}

.condition_text .condition_oderlist span {
    display: block;
}

/* Careers Page Css */
.careers_section {
    position: relative;
    padding: 50px 0px 224px;
}

.careers_content {
    max-width: 1120px;
    margin: auto;
}

.career_team {
    background-image: url(../images/career-team-image.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 30px 105px;
    clip-path: polygon(7% 0, 100% 0, 100% 90%, 93% 100%, 0 100%, 0 10%);
	    height: 470px;
}

.career_teamtext {
    max-width: 570px;
}

.career_teamtext h3 {
    color: #D33;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.career_teamtext p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px;
}

.career_teamtext p a {
    color: #D33;
}

.career_box {
    padding: 30px;
    border: 1px solid #D9D9D9;
    margin-top: 30px;
}

.career_box h3 {
    color: #D33;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.career_box p {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.career_box p a {
    color: #D33;
    transition: 0.3s ease-in-out;
}

.career_box p a:hover {
    color: #404040;
}

.career_box p strong {
    font-weight: 500;
}

.career_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
}

.career_text:first-child {
    border-right: 1px solid #D9D9D9;
    padding-right: 30px;
}

.career_text:last-child {
    padding-left: 30px;
}

.career_text ul {
    padding-left: 22px;
}

.career_text ul li {
    list-style: disc;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
    padding-top: 5px;
}

.career_text ul li strong {
    font-weight: 600;
}

.delivery_section {
    position: relative;
    padding: 50px 0px 100px;
}

.delivery_content {
    max-width: 1120px;
    margin: auto;
}

.order_fees h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #D33;
    margin-bottom: 20px;
}

.order_fees p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
    padding-top: 20px;
}

.order_fees p:nth-child(2) {
    padding-top: 0px;
}

.order_fees p strong {
    font-weight: 600;
}

.order_fees ul {
    padding-left: 22px;
    padding-top: 20px;
}

.order_fees ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
    list-style: disc;
}

.table_box {
    position: relative;
    margin: 50px 0px;
}

.table_content {
    position: relative;
}

.table_box h4 {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #D33;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}

.table_box table {
    width: 100%;
}

.table_box thead {
    background: #F3F3F3;
    height: 124px;
}

.table_box th {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #404040;

}

.table_box th:nth-child(3),
.table_box th:nth-child(4) {
    vertical-align: bottom;
}

.table_box th span {
    color: #D33;
    font-weight: 600;
}

.table_box th:first-child {
    text-align: start;
    font-weight: 400;
}

.table_box tbody tr {
    border-bottom: 1px solid #D9D9D9;
}

.table_box td {
    padding: 30px 20px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
}

.table_box td span {
    font-weight: 600;
}

.table_box td:first-child {
    text-align: start;
}

.furnishing_text:not(:last-child) {
    margin-bottom: 20px;
}

.furnishing_text h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #404040;
}

.furnishing_text p,
.furnishing_text p a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
}

.furnishing_text ul {
    padding-left: 22px;
}

.furnishing_text ul li,
.furnishing_text ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
    list-style: disc;
}

/* Payment Methods */
.payment_methods {
    position: relative;
    padding: 50px 0px 100px;
}

.payment_content {
    max-width: 1120px;
    margin: auto;
}

.modepayment_left {
    padding-right: 60px;
}

.modepayment_left h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #D33;
    margin-bottom: 20px;
}

.modepayment_left p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
    padding-top: 10px;
}

.modepayment_left p span {
    color: #D33;
    font-weight: 600;
}

.modepayment_left p strong {
    font-weight: 600;
}

.mode_of_payment h3 {
    background: #F3F3F3;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #D33;
    text-align: center;
    padding: 5px 10px;
}

.payment_grid ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 0px;
    align-items: center;
}

.payment_grid ul li {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
    padding: 0px 15px;
    border-right: 1px solid #D9D9D9;
}

.payment_grid ul li span {
    color: #D33;
}

.payment_grid ul li:last-child {
    border: unset;
}

.cheque_payments {
    padding-top: 70px;
    display: flex;
    align-items: center;
    gap: 80px;
}

.cheque_payments_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
    padding-bottom: 20px;
}

.cheque_payments_text p strong {
    font-weight: 600;
}

.cheque_payments_text p a {
    color: #D33;
    transition: 0.3s ease-in-out;
}

.cheque_payments_text p a:hover {
    color: #404040;
}

.cheque_payments_text p:last-child {
    padding-bottom: 0px;
}

/* Legal & Privacy Policy */
.privacy_policy {
    position: relative;
    padding: 50px 0px 100px;
}

.privacy_policy_content {
    max-width: 1120px;
    margin: auto;
}

.policy_text:not(:last-child) {
    margin-bottom: 50px;
}

.policy_text h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #D33;
    margin-bottom: 20px;
}

.policy_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
}

.faq_text:not(:first-child) {
    margin-top: 50px;
}

.faq_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
}

.faq_text p:first-child {
    font-weight: 600;
}

.faq_text p span {
    font-weight: 600;
    color: #D33;
}

.faq_text p a {
    color: #D33;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

.faq_text p a:hover {
    color: #404040;
}

/* Downloads */
.download_section {
    position: relative;
    padding: 50px 0px 100px;
}

.downloads_conetnt {
    max-width: 1120px;
    margin: auto;
}

.download_toptext p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #404040;
    padding-top: 20px;
}

.download_toptext p:first-child {
    padding-top: 0px;
}

.download_toptext {
    margin-bottom: 100px;
}

.download_toptext p a {
    color: #D33;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
    word-break: break-all;
}

.download_toptext p a:hover {
    color: #404040;
}

.downloads_conetnt .row {
    --bs-gutter-y: 100px;
}

.download_box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.download_box .download_icon {
    width: 100%;
    height: 74px;
    margin-bottom: 30px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.download_box p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #404040;
    margin-bottom: 30px;
}

.download_box a {
    border-radius: 50px;
    border: 1.5px solid #D33;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #D33;
    padding: 5px 15px;
    transition: 0.3s ease-in-out;
}

.download_box a i {
    margin-left: 5px;
}

.download_box a:hover {
    background: #D33;
    color: #FFF;
}

.insights_lab {
    position: relative;
    padding: 50px 0px 100px;
}

.insights_content {
    max-width: 1120px;
    margin: auto;
}

.insights_serch {
    max-width: 545px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.insights_serch input {
    width: 100%;
    border: 0px;
    outline: none;
    border-bottom: 1px solid #404040;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #404040;
    padding: 6px 35px 5px 10px;
}

.insights_serch button {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 5px;
    margin: auto;
    background: transparent;
    border: 0px;
    color: #404040;
}

.insights_content .row {
    --bs-gutter-y: 50px;
    --bs-gutter-x: 30px;
}

.insights_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.insights-image {
    height: 282px;
}

.insights-image img {
    width: 100%;
    margin-bottom: 19px;
}

.insights_box span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #FFF;
    border-radius: 2px;
    background: #717171;
    padding: 0px 6px;
    display: inline-block;
}

.insights_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50%;
    gap: 20px;
}

.insights_text h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #404040;
}

.insights_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
}

.insights_text a {
    width: 120px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #D33;
    border-radius: 50px;
    border: 1.5px solid #D33;
    padding: 5px 10px;
    transition: 0.3s ease-in-out;
}

.insights_text a i {
    margin-left: 5px;
}

.insights_text a:hover {
    background: #D33;
    color: #FFF;
}


.wrong_furniture_vendor {
    position: relative;
    padding: 24px 0px 100px;
}

.furniture_vendor_contnet {
    max-width: 1120px;
    margin: auto;
}

.rental_choice_date span {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #D33;
}

.rental_choice_date {
    margin-bottom: 53px;
}

.rental_choice_tag span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #FFF;
    border-radius: 2px;
    border: 1px solid #717171;
    background: #717171;
    display: block;
    width: fit-content;
    padding: 0px 6px;
    height: 20px;
    margin-bottom: 10px;
}

.rental_choice_tag a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #404040;
    margin-top: 30px;
    display: inline-block;
}

.rental_choice_tag a img {
    margin-left: 5px;
}

.rental_choice_box img {
    width: 100%;
}

.rental_choice_text {
    margin-top: 50px;
}

.rental_choice_text h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #D33;
}

.rental_choice_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
    margin-top: 20px;
}

.rental_choice_text p strong {
    font-weight: 600;
}

.rental_choice_text ul {
    padding-left: 22px;
}

.rental_choice_text ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #404040;
    list-style: disc;
}

.rental_choice_btn {
    margin-top: 100px;
}

.rental_choice_btn a {
    display: inline-block;
    border-radius: 50px;
    border: 1.5px solid #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: normal;
    color: #404040;
    padding: 5px 15px;
    transition: 0.3s ease-in-out;
}

.rental_choice_btn a:last-child {
    border: 1.5px solid #D33;
    color: #D33;
    /*margin-left: 20px;*/
}

.rental_choice_btn a:hover {
    border: 1.5px solid #D33;
    color: #FFF;
    background: #D33;
}

/* Gallery Page CSS */

.page-gallery .addtoany_content{
    display: none;
}
.comanpage.gallery {
    padding: 50px 0 100px 0;
}
#sb_instagram #sbi_images{
    padding: 0;
}
#sb_instagram #sbi_load{
    margin-top: 25px;
}
div#sb_instagram {
    padding: 0 !important;
}