@import 'common.css';

.MainHeader {
    background: rgba(var(--white-color), 1);
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

header {
    background: rgba(var(--black-color), 0);
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

.navbar {
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 10px 0px;
}

ul.head-social {
    display: flex;
    justify-content: flex-end;
    gap: 26px !important;
    align-items: center;
}

.navbar.header-fixed {
    position: fixed;
    background: rgb(255 255 255 / 78%);
    border: none;
    animation: slideDown 0.35s ease-out;
    backdrop-filter: blur(5px);
    box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}

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

    to {
        transform: translateY(0);
    }
}

.MobileNav {
    display: none;
}

.navbar.DesktopNav .head-top {
    padding: 0px 0px 10px;
}

.navbar.DesktopNav .HeadContainer {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
    position: relative;
}

.NBM-box {
    display: flex;
    gap: 50px;
}

.NBM-box .navbar-nav {
    flex-direction: row;
    align-items: center;
}

.DesktopNav .navbar-brand,
.MobileNav .navbar-brand {
    /* height: 65px; */
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width:150px;
}

.navbar-brand span {
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
}

.topsocial li i {
    font-size: 16px;
}

.cta-form.bannercta {
    overflow: visible;
    height: auto;
}

.bannerbottomsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 13px;
}

.bannerbottomsec h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.navbar-brand img {
    object-fit: contain;
    object-position: center;
}

.head-BrandMenu {
    display: flex;
    gap: 16px;
}

.contactbtn {
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0px 0px;
    /* margin-right: 16px; */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.customenav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.navbar-toggler {
    padding: 8px 10px;
    border: 1px solid rgb(0, 0, 0) !important;
    /* background: rgba(var(--main-color), 1); */
    border-radius: 8px;
}

.navbar-toggler .navbar-toggler-icon {
    background: rgba(var(--black-color), 1);
    width: 1.1em;
    height: 2px;
    position: relative;
    display: block;
}

.navbar-toggler-icon.bar-1 {
    width: 0.6em;
}

.navbar-toggler-icon.bar-2 {
    width: 0.9em;
}

.navbar-toggler-icon.bar-2 {
    margin: 4px 0px;
}

.navbar.DesktopNav .head-top .row {
    align-items: center;
}

.navbar.DesktopNav .head-top .navbar-nav .nav-item .nav-link {
    color: rgba(var(--black-color), 0.6);
    transition: var(--transition-05s);
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 500;
    padding: 0px 3px;
    margin-right: 9px;
    font-size: 12px;
}

.navbar.DesktopNav .head-top .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0px;
}

.navbar.DesktopNav .head-top .HeadTopSocial {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.navbar.DesktopNav .head-top .HeadTxTSocial {
    font-size: 11px;
    font-weight: 500;
}

.navbar.DesktopNav .head-top .head-social,
.MobileNav .navbar .head-social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 30px;
    width: 100%;
}

.MobileNav .navbar .head-social li:first-child {
    margin-right: 13px;
}

.navbar.DesktopNav .head-top .head-social a,
.MobileNav .navbar .head-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(var(--second-color), 0);
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
    font-size: 16px;
}

.mobnav {
    display: none;
}

.left i,
.right i {
    color: black;
    font-size: 30px;
}

.right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.midddlelogo {
    justify-content: center;
    display: flex;
    align-items: center;
}

.bottomcontainer {
    /* background-color: #000; */
    padding: 20px;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.navbar.header-fixed .bottomcontainer {
    background-color: #00000000;
}


.navbar.DesktopNav .head-social a:hover,
.navbar.DesktopNav .head-social a:focus,
.MobileNav .navbar .head-social a:hover,
.MobileNav .navbar .head-social a:focus,
.MobileNav .navbar .head-social a:visited {
    color: rgba(var(--main-color), 1);
}

.navbar.DesktopNav .navbar-nav .nav-item .nav-link.active,
.navbar.DesktopNav .navbar-nav .nav-item .nav-link:hover,
.navbar.DesktopNav .navbar-nav .nav-item .nav-link:focus,
.navbar.DesktopNav .navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: rgba(var(--main-color), 1);
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0px 0px;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0px;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link.active,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:hover,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:focus,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: rgba(var(--main-color), 1);
}

.HeadCForm {
    width: 100%;
}

.HeadCForm .form-control,
.HeadCForm .common-btn {
    padding: 0px;
    min-height: 38px;
}

.HeadCForm .common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.HeadCForm .form-control,
.HeadCForm .form-control:hover,
.HeadCForm .form-control:focus {
    border-color: rgba(var(--main-color), 0);
    /* background: rgba(255, 255, 255, 0.75); */
    color: rgba(var(--black-color), 1);
}

.HeadCForm .form-control::placeholder {
    color: rgba(var(--black-color), 0.8);
    font-size: 13px;
    text-transform: uppercase;

}

.btn.topsearchbtn i {
    font-size: 13px;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: '\f107';
    font-family: var(--font-awesome);
    font-weight: 600;
    border: none;
    vertical-align: middle;
}

.navbar.DesktopNav .navbar-nav .nav-item.dropdown {
    position: static;
}

.navbar.DesktopNav .navbar-nav .nav-item.dropdown:nth-child(1),
.navbar.DesktopNav .navbar-nav .nav-item.dropdown:nth-child(2),
.navbar.DesktopNav .navbar-nav .nav-item.dropdown:nth-child(3) {
    position: relative;
}

.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu {
    max-height: 360px;
    overflow: auto;
}

.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu[aria-labelledby="products"] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 20px;
}


/* width */
.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-track {
    background: rgba(var(--black-color), 0.15);
}

/* Handle */
.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(var(--main-color), 0.8);
}

/* Handle on hover */
.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(var(--main-color), 1);
}

.navbar.DesktopNav .navbar-nav .nav-item .dropdown-menu h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 0px;
    border: 0;
    border-radius: 0px;
    margin: 0 !important;
    transition: var(--transition-05s);
    /* overflow: hidden; */
    box-shadow: -12px 8px 20px -8px rgba(14, 13, 14, 0.08), 12px 8px 20px -8px rgba(14, 13, 14, 0.08);
}

.navbar .navbar-nav .nav-item .dropdown-menu li a,
.dropdown-menu .dropdown-submenu a {
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid rgba(var(--black-color), 0.175);
    padding: 10px 15px;
    padding: 8px 10px;
    color: rgba(var(--black-color), 0.6);
    transition: var(--transition-05s);
    background: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar .navbar-nav .nav-item .dropdown-menu li a:active,
.navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.dropdown-menu li .dropdown-submenu a:hover,
.dropdown-menu li .dropdown-submenu a:active,
.dropdown-menu li .dropdown-submenu a:focus,
.dropdown-menu li .dropdown-submenu a.active {
    color: rgba(var(--white-color), 1);
    background-color: rgba(var(--main-color), 1);
    border-color: rgba(var(--main-color), 1);
}

.navbar .navbar-nav .nav-item .dropdown-menu ul>li:last-child a {
    border-bottom: none;
}

.HeadBM-Box .common-btn {
    padding: 10px 30px;
}

.topsearchbtn {
    border-radius: 0;
    border: none;
    /* background: rgba(255, 255, 255, 0.75); */
    border-bottom: 1px solid rgb(0 0 0);
}

.topsearchbtn:hover,
.topsearchbtn:focus {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgb(0 0 0);
    /* background: rgba(255, 255, 255, 0.75); */
    outline: 0;
    color: #000;
}

.HeadCForm .input-group input.form-control {
    border-radius: 0;
    margin-left: 0;
    /* background: rgba(255, 255, 255, 0.75); */
    outline: 0;
    border-bottom: 1px solid rgb(0 0 0);
    color: #000;
}

.HeadCForm .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.DesktopNav .container {
    justify-content: center;
}

.navbar.header-fixed .HeadContainer .navbar-nav .nav-item .nav-link {
    color: black;
}

.navbar.header-fixed .head-top .head-social a,
.MobileNav .navbar .head-social a {
    color: rgba(var(--black-color), 1);
}


/* search modal open */
.search-modal .input-box {
    box-shadow: none;
}

.search-modal .input-box {
    border-radius: 0;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #ffffff;
    font-weight: 300;
    width: 100%;
    display: inline-block;
    padding: 15px;
    font-size: 1.5625rem;
}

.search-modal .input-box:focus {
    color: #ffffff !important;
}

.modal.csmodal {
    --bs-modal-bg: rgba(255, 255, 255, 0);
    background-color: #6f727cba !important;
    outline: none;
    border: 0;
    --bs-modal-width: 60%;
}

.search-modal input::placeholder {
    color: #ffff;
}

.modal.csmodal .modal-header {
    border-bottom: 0px solid rgba(255, 255, 255, 0);
}

.modal.csmodal .modal-content {
    border: 0;
}

.btn-close.searchmodalbt {
    background-image: url(../images/btclose.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

/* bannersection */
figcaption.imgcaption {
    font-size: 20px;
    background: none;
    color: black;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    background: none;
    margin-bottom: 5px;
}

.banner-section .container {
    padding-left: 0px;
    padding-right: 0px;
}

.banner-section {
    --banner-hvh: auto;
    --banner-hhp: 100%;
    min-height: var(--banner-hvh);
    height: var(--banner-hhp);
    margin-top: 156px;
}

.banner-section>* {
    min-height: var(--banner-hvh);
    height: var(--banner-hhp);
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-slider {
    height: auto;
    background: rgba(var(--black-color), 0) no-repeat top center / cover;
}

.bannerrightimg {
    object-position: center;
    height: calc(100% - 0%);
    margin-left: 12px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.bannerrightimg.secondimg {
    height: 526px;
}

.bannerrightimg img {
    object-fit: contain;
}

.bannerrightimg.multiimagesec {
    display: flex;
    align-items: center;
    height: 250px;
    margin-right: 126px;
    gap: 13px;
    width: auto;
}


.bannersecond {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: end;
}

/* .banner-slider>*:first-child,
.banner-slider>*:first-child>*,
.banner-slider>*:first-child>*>*,
.banner-slider>*:first-child>*>*>*,
.banner-slider>*:first-child>*>*>*>* {
    min-height: var(--banner-hvh);
    height: var(--banner-hhp);
} */
.news-slider.owl-carousel .owl-nav,
.newarrivals-slider.owl-carousel .owl-nav,
.artwork-slider.owl-carousel .owl-nav,
.relatedart-slider.owl-carousel .owl-nav,
.newarrivals-slider.owl-carousel .owl-nav {
    position: absolute;
    width: max-content !important;
    right: 29px !important;
    top: -13% !important;
}

.newarrivals-slider.owl-carousel .owl-nav,
.news-slider.owl-carousel,
.artwork-slider.owl-carousel,
.relatedart-slider.owl-carousel,
.newarrivals-slider.owl-carousel {
    display: flex !important;
    gap: 6px !important;
}

.newarrivals-slider.owl-carousel .owl-nav button.owl-next,
.news-slider.owl-carousel .owl-nav button.owl-next,
.artwork-slider.owl-carousel .owl-nav button.owl-next,
.relatedart-slider.owl-carousel .owl-nav button.owl-next,
.newarrivals-slider.owl-carousel .owl-nav button.owl-next {
    right: -30px !important;
}

.newarrivals-slider.owl-carousel .owl-nav button.owl-prev,
.news-slider.owl-carousel .owl-nav button.owl-prev,
.artwork-slider.owl-carousel .owl-nav button.owl-prev,
.relatedart-slider.owl-carousel .owl-nav button.owl-prev,
.newarrivals-slider.owl-carousel .owl-nav button.owl-prev {
    left: -38px !important;
}

.news-slider.news-slider2.owl-carousel .owl-nav {
    top: -9% !important;
}

.bannertextbox {
    padding: 30px 85px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bannertextbox p {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 30px;
    text-transform: uppercase;
}

.banner-inner-slider {
    /* background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    /* padding-bottom: 60px; */
    /* overflow: visible; */
    display: flex;
    background: #f9f9f9;
    align-items: center;
    width: 100%;
    background-position: top;
    justify-content: center;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% auto;
    z-index: 0;
    height: calc(70vw /(1320 / 644));
}

.banner-slider-bg {
    height: var(--banner-hhp);
    position: absolute;
    inset: 0;
    width: 100%;
}

.banner-slider-bg img {
    object-fit: cover;
    height: 545px;
    width: auto !important;
    margin: 0 auto;
}

/*----------Zoom Slide-Start----------*/
/* 
.banner-slider .owl-item {
	transition: var(--transition-05s);
}
.banner-slider .owl-item.active .banner-slider-bg img {
	transition: var(--transition-05s);
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}
	to {
		-webkit-transform: scale(1.5, 1.5);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}
	to {
		transform: scale(1.5, 1.5);
	}
} */
.banner-slider-bg::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0px;
    background: rgba(var(--black-color), 0.5);
    z-index: 1;
    display: none;
    /* opacity: 0.9; */
}

.banner-slider.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: max-content;
    position: absolute;
    bottom: 20px;
    gap: 6px;
}

.banner-slider.owl-carousel .owl-dots.disabled {
    display: none;
}

.banner-slider.owl-carousel .owl-dots .owl-dot {
    --banner-ehw-dot: 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--banner-ehw-dot);
    height: var(--banner-ehw-dot);
    background: rgba(var(--main-color), 0);
    border: 1px solid rgba(var(--white-color), 0);
    border-radius: 50%;
    transition: var(--transition-05s);
}

.banner-slider.owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    width: calc(var(--banner-ehw-dot) - 14px);
    height: calc(var(--banner-ehw-dot) - 14px);
    background: rgba(var(--white-color), 1);
    border-radius: 50%;
    transition: var(--transition-05s);
}

.banner-slider.owl-carousel .owl-dots .owl-dot.active {
    border-color: rgba(var(--white-color), 1);
}

.banner-box {
    text-align: left;
}

.banner-title,
.banner-box h1 {
    font-weight: 300;
    font-size: 28px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    color: rgb(0, 0, 0);
}


.banner-section.inner-pages .banner-title,
.banner-section.inner-pages .banner-box h1 {
    margin-bottom: 0px;
}


.banner-slider.owl-carousel .owl-nav button.owl-prev,
.banner-slider.owl-carousel .owl-nav button.owl-next {
    --ehw-bd: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--ehw-bd);
    height: var(--ehw-bd);
    border: 1px solid rgba(var(--white-color), 0);
    color: rgba(var(--white-color), 0.9);
    font-size: 18px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    --elr-bd: 0%;
}

.banner-slider.owl-carousel .owl-nav button.owl-prev {
    left: var(--elr-bd);
}

.banner-slider.owl-carousel .owl-nav button.owl-next {
    right: var(--elr-bd);
}


.artmodal .form-wrap {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.artmodal .form-group {
    margin-bottom: 25px;
}

.artmodal .form-group>label {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.artmodal .form-control:hover {
    background: #ecf0f4;
    color: #000;
}

.artmodal .custom-control-label {
    color: #000;
    font-size: 16px;
}

.artmodal .cta-form {
    height: auto;
    /* background: #ecf0f4; */
    border-color: transparent;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cta-form .row {
    gap: 24px 0px;
}

.cta-form .row>* {
    padding: 0px 8px;
}

.cta-form .form-box:last-child {
    margin-bottom: 0px;
}

.cta-form .form-control,
.cta-form .form-control:hover,
.cta-form.form-control:focus {
    position: relative;
    background: rgba(var(--white-color), 1);
    color: #343434;
    border: none !important;
    border-radius: 0px;
    border-bottom: 1px solid rgba(var(--black-color), 0.3) !important;
    outline: none;
}

.cta-form .form-control,
.cta-form .form-select {
    padding: 10px 5px;
    font-size: 14px;
    min-height: 40px;
    border: none;
    font-weight: 300;
}

.cta-form .form-box>[for='AttachFiles'] {
    width: 100%;
}

.cta-form .form-box>[for='AttachFiles'] span {
    position: absolute;
    z-index: 1;
    background: #b3b3b3;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0px;
    cursor: pointer;
    letter-spacing: 1px;
    color: black;

}

.cta-form textarea.form-control {
    resize: none;
}

.description-content.enqparacontent p{
        font-size: 14px;
    }


/* newarrivals section */

.newarrivals-slider .artist-list-img {
    height: 350px;
    width: auto !important;
}

.newarrivals-slider .artist-list-img img {
    object-fit: contain;
    object-position: left;

}


/* artist section */
.relatedart-slider .artist-list-img {
    height: 350px;
    width: auto !important;
}

#deskart .artist-list-img {
    height: auto;
}

.artistsec .artist-list-img {
    height: 350px;
    width: auto !important;
}

.artist-list-box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.artist-list-img {
    width: 100%;
    height: auto;
}

.artisttit {
    font-size: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
    color: black;
    display: block;
    margin-bottom: 10px;
}

.artist-list-text,
.artist-list-box>*:last-child {
    width: 100%;
    /* padding: 10px; */
    text-align: left;
}

.artist-list-title,
.artist-list-text>*:first-child,
.artist-list-box>*:last-child>*:first-child {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #343434;
}

.artist-list-text button{
    width: 100%;
    /* background: #c9b50a; */
    background: #000000;
    color: white;
    border: none;
    padding: 10px 0px 10px 0px;
}
.artist-list-text button {
  transition: color 0.3s ease; /* smooth transition effect */
}
.artist-list-text button:hover{
     opacity: 80%;
}

.whitbackbtn {
    border: 1px solid #c9b50a;
}

/* search gallery section */
.common-section.gallery-section {
    background: #222222;
    padding: 50px 0px;
}

.gallery-titleBox h2.common-title {
    color: rgba(var(--white-color), 1);
}

.gallery-section .HeadCForm .input-group input.form-control {
    border-radius: 0;
    margin-left: 0;
    background: rgb(255 255 255 / 0%);
    outline: 0;
    border-bottom: 1px solid rgb(255 255 255);
}

.gallery-section .HeadCForm .form-control::placeholder {
    color: rgba(var(--white-color), 1);
    font-size: 13px;
    text-transform: uppercase;

}

.gallery-section .HeadCForm .form-control,
.HeadCForm .form-control:hover,
.gallery-section .HeadCForm .form-control:focus {
    color: rgba(var(--white-color), 1);
}


.searchformsec .form-select {
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    border-bottom: 1px solid white !important;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-image: url(../images/whitedrop.png);
    background-size: 10px 10px;

}

.searchformsec .form-select option {
    color: black;
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px;
}

.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #ffffff;
    font-size: 14px;
    box-shadow: none;
    letter-spacing: 2px;
    border: none;
    margin: 0px 0 10px 0;
}

.pricesec {
    margin-top: 10px;
}

.price-range-slider .range-bar {
    border: none;
    background: #ffffff;
    height: 1px;
    width: 100%;
    margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #0e4aff;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 9px;
    background: #fff;
    border: 2px solid #ffffff;
    height: 10px;
    width: 10px;
    top: -5px;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #0e4aff;
}

.searchtn:hover {
    background-color: transparent !important;
    border: 1px solid white !important;
}

/*--- /.price-range-slider ---*/



/* BEST FROM THE GALLERY section */
.category a h4 {
    font-size: 23px;
    font-weight: 600;
    color: #343434;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (max-width:768px){
   .category a h4 {
    font-size: 16px;
   } 
}

.galleryimgsec {
    display: flex;
    align-items: center;
    gap: 10px;
}

.artgallery-main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: rgba(var(--white-color), 0.4);
    border: 1px solid rgba(var(--black-color), 0);
}

.artgallery-inn {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0px solid rgba(var(--white-color), 1);
    position: relative;
}

.artgallery-text {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: self-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background: rgba(var(--black-color), 0.9);
    padding: 10px;
    transition: var(--transition-05s);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}

.artgallery-main:hover .artgallery-text {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.artgallery-text h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: left;
}

.artgallery-text a {
    color: #ffffff;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 10px;
    border: none;
    /* background: yellow; */
    border-radius: 10px;
    /* border: 1px solid white; */
    background: #00000089;
}

.artgallery-text .common-para {
    color: #c0bebe;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 15px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.artgallery-text .common-para .related-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;   /* ✅ limits text to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;         /* ✅ hides extra text */
  text-overflow: ellipsis;  /* ✅ adds "..." at the end */
}


.artwork-slider.owl-carousel .owl-nav button.owl-prev,
.artwork-slider.owl-carousel .owl-nav button.owl-next {
    background: rgba(var(--black-color), 01);
    color: rgba(var(--white-color), 1);
    border-radius: 0px;
    position: absolute;
    width: calc(var(--ehw-owl-btn) * 1.5);
    height: calc(var(--ehw-owl-btn) * 1.5);
    top: 45%;
    font-size: 16px;
    border: 1px solid #343434;
}

.artwork-slider.owl-carousel .owl-nav button.owl-prev.disabled,
.artwork-slider.owl-carousel .owl-nav button.owl-next.disabled {
    background: rgba(var(--black-color), 0.2);
}

/* 
.artwork-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.artwork-slider.owl-carousel .owl-nav button.owl-next {
    right: 0px;
} */

.relatedart-slider.owl-carousel .owl-nav button.owl-prev,
.relatedart-slider.owl-carousel .owl-nav button.owl-next {
    background: rgba(var(--black-color), 01);
    color: rgba(var(--white-color), 1);
    border-radius: 0px;
    position: absolute;
    width: calc(var(--ehw-owl-btn) * 1.5);
    height: calc(var(--ehw-owl-btn) * 1.5);
    top: 45%;
    font-size: 16px;
    border: 1px solid #343434;
}

.relatedart-slider.owl-carousel .owl-nav button.owl-prev.disabled,
.relatedart-slider.owl-carousel .owl-nav button.owl-next.disabled {
    background: rgba(var(--black-color), 0.2);
}

/* .relatedart-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.relatedart-slider.owl-carousel .owl-nav button.owl-next {
    right: 0px;
} */

.newarrivals-slider.owl-carousel .owl-nav button.owl-prev,
.newarrivals-slider.owl-carousel .owl-nav button.owl-next {
    background: rgba(var(--black-color), 01);
    color: rgba(var(--white-color), 1);
    border-radius: 0px;
    position: absolute;
    width: calc(var(--ehw-owl-btn) * 1.5);
    height: calc(var(--ehw-owl-btn) * 1.5);
    top: 45%;
    font-size: 16px;
    border: 1px solid #343434;
}

.newarrivals-slider.owl-carousel .owl-nav button.owl-prev.disabled,
.newarrivals-slider.owl-carousel .owl-nav button.owl-next.disabled {
    background: rgba(var(--black-color), 0.2);
}

/* .newarrivals-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.newarrivals-slider.owl-carousel .owl-nav button.owl-next {
    right: 0px;
} */

/* bottom artgallerysection */

a.maincardbtn {
    text-decoration: underline;
    font-size: 13px;
    font-weight: 300;
}

.btgallery-section {
    background-color: #f4f2f1;
    color: #000000;
}

.maincard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.maincard .maincard-icon {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.maincard {
    text-align: center;
}

.anticon {
    display: inline-block;
    line-height: inherit;
}

.maincardheading {
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.main-paragraph {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    line-height: 150%;
}

.anticon i {
    font-size: 44px;
    color: #000;
}



/* news section */

.news-section {
    background-color: #e0d8d4;
}

.news-box {
    background: #fff;
}

.news-img {
    width: 100%;
    height: 250px;
}

.news-text {
    padding: 10px 20px;
    text-align: left;
}

.news-title {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #7c7876;
    display: block;
    text-transform: uppercase;
}

.news-price {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-bottom: 15px;
    height: max-content;
    line-height: 25px;
    overflow: hidden;
    color: #343434;
}

.news-list {
    /* color: #7F7E81; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-size: 14px;
    color: #7c7876;
    gap:20px;
}

/* .news-list li::after {
    content: '/';
    display: inline-block;
    margin: 0px 8px;
} */

.news-list li:last-child:after {
    content: '';
}

.news-slider.owl-carousel .owl-nav button.owl-prev,
.news-slider.owl-carousel .owl-nav button.owl-next {
    background: rgba(var(--white-color), 01);
    color: rgba(var(--black-color), 1);
    border-radius: 0px;
    position: absolute;
    width: calc(var(--ehw-owl-btn) * 1.5);
    height: calc(var(--ehw-owl-btn) * 1.5);
    top: 45%;
    font-size: 16px;
    border: 1px solid #c9b50a;
    transition: all 0.3s ease; /* smooth transition */
}

.news-slider.owl-carousel .owl-nav button.owl-prev:hover,
.news-slider.owl-carousel .owl-nav button.owl-next:hover{
   background-color: #c9b50a;
   color: #fff; 
}


.news-slider.owl-carousel .owl-nav button.owl-prev.disabled,
.news-slider.owl-carousel .owl-nav button.owl-next.disabled {
    background: rgba(var(--black-color), 0.2);
}

/* .news-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.news-slider.owl-carousel .owl-nav button.owl-next {
    right: 0px;
} */


/* footer section */

.footer-section {
    background-color: #f4f2f1;
    padding: 20px 0px;
}

.cta-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: 56px;
    gap: 13px;
    /* margin-bottom: 2rem; */

}

.cta-form .form-control {
    padding: 9px 5px;
    /* border: none; */
    border-radius: 0px;
    font-size: 13px;
    background: #f9f9f900;
    color: #000000;
    border-bottom: 1px solid #c9b50a !important;
    border: 1px solid #ffffff00;
}

.cta-form .form-control::placeholder {
    color: rgba(var(--black-color), 0.8);
    font-size: 13px;
    text-transform: capitalize;

}

.select-box,
.form-control,
.select-box:hover,
.form-control:hover,
.select-box:focus,
.form-control:focus {
    position: relative;
    background: #ffffff00;
    color: #000;
}

.cta-btn {
    white-space: nowrap;
    border: 1px solid #c9b50a;
    border-radius: 0px;
    background: rgba(var(--white-color), 2);
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
    padding: 9px 25px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    width: 26%;
}

.cta-btn:hover,
.cta-btn:first-child:active,
.cta-btn:active,
.cta-btn:focus,
:not(.btn-check)+.cta-btn:active,
.cta-btn:focus-visible {
    background: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
    border: 1px solid #c9b50a;
}

ul.foot-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.social-list {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: flex-end;
}

.footer-box p {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 150%;
    text-transform: none;
    color: #343434;
    width: 75%;
    margin-bottom: 2rem;
}

.foot-list a {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 150%;
    text-transform: none;
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase;
}

.copy-text {
    white-space: nowrap;
    text-align: left;
    font-weight: 300;
    color: #343434;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    position: static;
    float: left;
    clear: none;
    letter-spacing: 0.5px;
}


/* inner listingart section */
.innerbanner-section {
    margin-top: 160px;
    padding: 50px 0px 25px;
    background-color: #e3ddadd6;
}

@media (max-width:991px){
    .innerbanner-section {
    margin-top: 70px;
    padding: 30px 0px 0px;
    }
}

.innercolsec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.innercolsec h1 {
    color: #000;
}

.innerbanner-section .breadcrumb {
    display: flex;
    padding: 0.75rem 1.25rem 0rem 1.25rem;
}

.innerbanner-section .breadcrumb-links {
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

.innerbanner-section .breadcrumb-links>li:nth-child(n + 4) {
    display: none;
}

.innerbanner-section .breadcrumb-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.innerbanner-section .breadcrumb-link {
    color: #000000;
}

.innerbanner-section .breadcrumb-box:hover>*:not(.breadcrumb-icon) {
    color: #000000;
}

.innerbanner-section .breadcrumb-icon,
.innerbanner-section .breadcrumb-icon-home {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: #000000;
}

.innerbanner-section .breadcrumb-links li:first-child .breadcrumb-text {
    /* display: none; */
}

.innerbanner-section .breadcrumb-text {
    margin-left: 1rem;
    font-size: 14px;
    line-height: 1.25rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
}

@media (min-width: 640px) {
    .innerbanner-section .breadcrumb-links>li:nth-child(n + 4) {
        display: block;
    }

    .innerbanner-section .breadcrumb-links li:first-child .breadcrumb-text {
        display: block;
    }
}

span.ty {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    letter-spacing: 2px;
}

.checksec {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.checksec li {
    /* display: flex; */
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.checksec li label {
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.checksec .form-check-input {
    margin-top: 3px;
}

.checksec .form-check-input:checked {
    background-color: #c9b50a;
    border-color: #c9b50a;
}

.checksec .form-check-input:focus {
    border-color: #c9b50a;
    outline: 0;
    box-shadow: none;
}

.typecheck.pricesec .price-range-slider .range-value input {
    color: #000;
}

.typecheck.pricesec .price-range-slider .range-bar {
    background: #a1a1a1;
    width: auto;
}

.typecheck.pricesec .price-range-slider .range-bar .ui-slider-handle {
    background: #ffffff;
    border: 2px solid #000000;
}

.typecheck.pricesec .price-range-slider .range-bar .ui-slider-range {
    background: #000000;
}

.typecheck.pricesec .price-range-slider .range-bar .ui-slider-handle+span {
    background: #ffffff;
}

.typecheck.pricesec .price-range-slider {
    padding-left: 15px;
}

.img-card {
    width: auto;
    position: relative;
    border-radius: 5px;
    text-align: left;
    border: 1px solid rgba(49, 48, 48, 0.267);
}

.img-card .card-image img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.img-card .card-image {
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    height: auto;
}

.img-card .card-link {
    padding: 10px 15px 10px;
}

.img-card .card-link a {
    border: 1px solid #00000066;
    padding: 5px;
    border-radius: 3px;
    color: black;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 6px;
}

.img-card .card-link a:hover {
    background-color: black;
    color: #ffff;
}

.img-card.iCard-style1 .card-text {
    color: #343434;
}

.img-card .card-text {
    padding: 15px 15px 15px;
    line-height: 1.5;
}

.card-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.card-text p {
    margin-bottom: 0;
}

.cardcon {
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

@media (max-width:768px){
    .cardcon {
       font-size: 14px;
    }
    
}
.cardcon:hover{
    color: #c9b50a;
}

.card-text ul li {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 18px;
}

.card-text span {
    font-size: 12px;
    font-weight: 400;
    display: inline;
}

/* Add CSS for jQuery UI Slider */
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal {
    height: 1.2em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    border-radius: 50%;
    /* Make the handle circular */
    background-color: #ddd;
    /* Handle background */
    border: 1px solid #aaa;
    /* Handle border */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    background-color: #007bff;
    /* Background color for selected range */
    border: none;
}


/* Vendor prefixes for better Safari support */
@supports (-webkit-appearance: none) {
    .ui-slider .ui-slider-handle {
        background-color: #ddd;
        /* Safari-friendly handle background */
    }

    .ui-slider-range {
        background-color: #007bff;
        /* Safari-friendly range background */
    }
}

#MOBILE {
    display: none;
}

/* art detailspage */
.img_producto_container {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    cursor: zoom-in !important;
    text-align: right;
    align-items: center;
    justify-content: center;
    display: flex;
}

.img_producto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.5s ease-out;
    cursor: zoom-in !important;
}

.artname {
    /* width: 300px; */
    font-size: 23px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.artauthor {
    font-size: 17px;
    color: #343434;
    text-transform: capitalize;
    font-weight: 300;
}

.authorname {
    font-size: 17px;
    font-weight: 300;
    margin-left: 6px;
    text-decoration: underline;
}

.customspan {
    color: #343434;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .5px;
}

.artoption-frame {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;

}

.artquet {
    border-color: #7c7876;
}

.artquet {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    border: 1px solid #000000;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
}

.artquet {
    position: relative;
}

.artprice {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.artquet>i {
    display: block;
    width: 15px;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

.ratings {
    display: flex;
    padding-left: 0;
    align-items: center;
    justify-content: flex-start;
}

.ratings li {
    display: inline-block;
    margin-right: 10px;
}

.ratings li i {
    color: #ffc107;
    position: relative;
    top: 2px;
}

.part {
    font-size: 23px;
    font-weight: 300;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;

}

.cartdetailssec {
    background: #f4f2f1;
    display: inline-block;
    padding: 15px;
}

.cartdetailssec ul li {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px;

}

.description-tab {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.description-tab li {
    display: inline-block;
    margin-right: 45px;
}

.description-tab li:last-child {
    margin-right: 0;
}

.description-tab li button {
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    border: unset;
    padding: 0;
    background-color: unset;
    color: var(--headingColor);
    transition: var(--transition-05s);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.description-tab li button:hover {
    color: #000;
}

.smallinnerbanner {
    border-top: 1px solid #00000024;
    margin-top: 165px;
    padding: 15px 0px 0px;
    background-color: #f4f2f100;
}

.description-tab li button::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #000;
    bottom: -11px;
    left: 0;
    transition: var(--transition-05s);
    transform: scaleX(0);
}

.description-tab li button.active {
    color: var(--headingColor);
    font-weight: 500;
}

.description-tab li button.active::before {
    transform: scaleX(1);
}

.description-content p {
    font-size: 18px;
    color: #343434;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 300;
}

.additional-information {
    margin-bottom: 25px;
}

.additional-information .info-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.additional-information .info-content .list {
    padding-left: 0;
    margin-bottom: 25px;
}

.additional-information .info-content .list li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}

.additional-information .info-content .list li::before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    background-color: var(--headingColor);
    border-radius: 100%;
    left: 0;
    top: 7px;
}

.additional-information .info-content .info-list {
    padding-left: 0;
    margin-bottom: 0;
    /* border: 1px solid #dfdfdf; */
}

.additional-information .info-content .info-list li {
    padding: 15px;
    /* border-bottom: 1px solid #dfdfdf; */
    list-style-type: none;
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    gap: 15px;
}

.additional-information .info-content .info-list li:last-child {
    border-bottom: unset;
}

.additional-information .info-content .info-list li span {
    font-size: 14px;
    font-weight: 500;
    color: var(--headingColor);
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.additional-information .info-content .info-list li a {
    color: #343434;
    transition: var(--transition-05s);
    position: relative;
    margin-right: 4px;
    text-decoration: underline;
}

.additional-information .info-content .info-list li a:last-child {
    margin-right: 0;
}

.additional-information .info-content .info-list li a:last-child::before {
    display: none;
}

.additional-information .info-content .info-list li a:hover {
    color: #0040ff;
}

.additional-information .additional-information-image {
    margin-left: 80px;
}

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

.review-content .review-top-content {
    background-color: #c9b50a2b;
    padding: 40px 50px;
    margin-bottom: 70px;
}

.review-content .review-top-content .average-rating h5 {
    font-size: 14px;
    margin-bottom: 8px;
}

.review-content .review-top-content .average-rating .rating i {
    font-size: 13px;
    margin-right: 2px;
    color: #c9b50a;
}

.review-content .review-top-content .average-rating .rating span {
    position: relative;
    top: 1px;
    margin-left: 4px;
}

.review-content .review-top-content .rating-bar-content .var-list {
    padding-left: 0;
    margin-bottom: 0;
}

.review-content .review-top-content .rating-bar-content .var-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.review-content .review-top-content .rating-bar-content .var-list li i {
    color: #c9b50a;
    margin-right: 10px;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-poing {
    display: inline-block;
    color: var(--headingColor);
    margin-right: 10px;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-number {
    background-color: var(--whiteColor);
    padding: 3px 7px;
    color: var(--headingColor);
    margin-left: 15px;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar {
    width: 380px;
    display: inline-block;
    background-color: var(--whiteColor);
    height: 5px;
    position: relative;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100px;
    background-color: #c9b50a;
    left: 0;
    top: 0;
}

.rating span {
    font-size: 18px;
    cursor: pointer;
    font-weight: 300;
}

.rating.newrating span {
    font-size: 25px;
    cursor: pointer;
}

.rating.newrating .highlight {
    color: gold;
}

.common-section.relatedartsec {
    padding-top: 0;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar.five::before {
    width: 100%;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar.four::before {
    width: 80%;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar.three::before {
    width: 60%;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar.two::before {
    width: 40%;
}

.review-content .review-top-content .rating-bar-content .var-list li .rating-bar.one::before {
    width: 20%;
}

.review-content .review-top-content .write-btn {
    text-align: end;
}

.review-content .all-review-content {
    margin-bottom: 50px;
}

.review-content .all-review-content h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.review-content .all-review-content .single-review {
    position: relative;
    /* padding-left: 120px; */
    margin-bottom: 40px;
}

.review-content .all-review-content .single-review .client-img {
    position: absolute;
    left: 0;
    top: 0;
}

.review-content .all-review-content .single-review .client-img img {
    height: 75px;
    width: 75px;
    border-radius: 100%;
}

.review-content .all-review-content .single-review .content .rating {
    margin-bottom: 8px;
}

.review-content .all-review-content .single-review .content .rating i {
    font-size: 12px;
    color: #ffc107;
    margin-right: 3px;
}

.review-content .all-review-content .single-review .content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.review-content .all-review-content .single-review .content .report {
    position: absolute;
    right: 0;
    top: 0;
    color: #343434;
    transition: var(--transition-05s);
}

.review-content .all-review-content .single-review .content .report:hover {
    color: #0040ff;
}

.review-content .review-form h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.review-content .review-form .form-group {
    margin-bottom: 25px;
}

.review-content .review-form .form-group label {
    font-size: 14px;
    color: var(--headingColor);
    margin-bottom: 5px;
}

.review-form .form-control {
    border-radius: 0;
}





/* *********************************************** */
.inputCount-box .count-btn {
    border: none;
}

.inputCount-box {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.enqul li {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #8b8b8b; */
}

.enqpara {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #383838;
    line-height: 18px;
    text-transform: uppercase;
}

.enqpara span {
    display: block;
}

h3.artistnamenew {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0000009e;
    margin-bottom: 4px;
}

a.btn.common-btn.whitbackbtn.enqbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 5px 10px;
}

a.btn.common-btn.whitbackbtn.enqbtn i {
    color: rgba(var(--black-color), 1);
    font-size: 16px;
    transition: var(--transition-05s);
}

a.btn.common-btn.whitbackbtn.enqbtn:hover i.bi-question-diamond,
a.btn.common-btn.whitbackbtn.enqbtn:first-child:active i.bi-question-diamond,
a.btn.common-btn.whitbackbtn.enqbtn:active i.bi-question-diamond,
a.btn.common-btn.whitbackbtn.enqbtn:focus i.bi-question-diamond,
:not(.btn-check)+a.btn.common-btn.whitbackbtn.enqbtn:active i.bi-question-diamond,
a.btn.common-btn.whitbackbtn.enqbtn:focus-visible i.bi-question-diamond,
a.btn.common-btn.whitbackbtn.enqbtn:focus:not(:focus-visible) i.bi-question-diamond {
    color: rgba(var(--white-color), 1);
}

span.pariceenq {
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: 8px;
}

.mycanvas {
    width: 530px !important;
}

.mainboxenq {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chekoutselect.countrycode {
    padding: .375rem;
    font-size: 1rem;
    height: 38px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.5;
    position: relative;
    background: rgba(var(--white-color), 1);
    color: rgba(var(--black-color), 0.8);
    border: 1px solid rgba(var(--black-color), 0.5);
    border-radius: 0px;
    margin-bottom: 0;
}

.chekoutselect.countrycode option {
    color: rgba(var(--black-color), 0.8);
}

.enqimagedetails {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #7f7f7f;
}

.mycanvas .offcanvas-title {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.checksec {
    margin-bottom: 15px;
}

.enqimgpara {
    font-size: 14px;
    color: black;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.enqimgpara span {
    display: block;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0px;

}

.enqimagedetails img {
    width: auto;
    height: 80px;
    object-fit: contain;
}

.InputField-box>.input-group .form-control {
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.inputCount-box input[type=number] {
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.inputCount-box input.form-control {
    --erl-borcol: rgba(var(--black-color), 0.5);
    max-width: 40px;
    text-align: center;
    padding: 7px;
    min-height: 23px;
    border-right: 1px solid rgb(0 0 0 / 28%) !important;
    border-left: 1px solid rgb(0 0 0 / 28%) !important;
    padding-right: 6px !important;
    border: none;
    border-radius: 0;
}

.inputCount-box input.form-control:hover {
    --erl-borcol: rgba(var(--black-color), 0.5);
    max-width: 40px;
    text-align: center;
    padding: 7px;
    min-height: 23px;
    border-right: 1px solid rgb(0 0 0 / 28%) !important;
    border-left: 1px solid rgb(0 0 0 / 28%) !important;
    padding-right: 6px !important;
    border: none;
    border-radius: 0;
}

.inputCount-box i {
    font-size: 12px;
}

.topbasket {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    /* height: 26px; */
}

h3.part.basketpart {
    font-size: 15px;
}

.parabasket p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
}

.rightsideartdetails .artauthor {
    font-size: 14px;
}

a.authorname.basketauthorname {
    font-size: 14px;
    margin-left: 7px;
}

.trashbasket i {
    font-size: 20px;
    cursor: pointer;
}

.Qty {
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 15px;
}

.imgbasket {
    width: 456px;
}

.basket {
    height: max-content;
    padding: 30px 30px;
    background: #c9b50a0f;
    border: 1px solid #c9b50a;
}

.subtotal,
.Shipping {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subtotal h3,
.Shipping h3 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.totalsc {
    border-bottom: 1px solid black;
}

.Qty span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.cartsection {
    padding: 60px 0px 80px;
}

.topbasket .artname {
    width: 300px;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width:768px){
    .topbasket .artname {
       font-size: 14px; 
    }
}

.basketdetails {
    display: flex;
    /* justify-content: space-around; */
    align-items: self-start;
    gap: 50px;
}

.imgbasket img {
    width: 150px;
    height: 132px;
    object-fit: contain;
    object-position: top;

}


/* checkout page */

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: #c9b50a0f;
    border: 1px solid #c9b50a;
    border-radius: 0px;
    /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    /* margin: 0 10%; */
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input,
#msform textarea {
    padding: 9px 0px;
    border-bottom: 1px solid #8b8b8b !important;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    /* box-sizing: border-box; */
    /* font-family: montserrat; */
    color: #343434;
    font-size: 12px;
    border: none;
    background: none;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #8b8b8b !important;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
    border: none;
    outline: none;
    box-shadow: none;
}

.topbasketsec {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2rem;
    border-bottom: 1px solid #8b8b8b;
}

.checkoutqty {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

/*buttons*/
#msform .action-button,
#msform .action-button:focus {
    cursor: pointer;
    margin: 10px 0px;
    --boco-btn: rgba(var(--black-color), 1);
    --bg-btn: rgba(var(--white-color), 1);
    --common-btn-color: rgba(var(--black-color), 1);
    --common-btn-transition: var(--transition-05s);
    transition: var(--common-btn-transition);
    background: var(--bg-btn);
    color: var(--common-btn-color);
    position: relative;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #c9b50a;
    border-bottom: 1px solid #c9b50a !important;
}

#msform .action-button:hover {
    --boco-btn: rgba(var(--main-color), 1);
    --bg-btn: rgba(var(--main-color), 1);
    --common-btn-color: rgba(var(--white-color), 1);
    background: var(--bg-btn);
    border-color: var(--boco-btn);
    color: var(--common-btn-color);
    font-weight: 400;
}

#msform .action-button-previous,
#msform .action-button-previous:focus {
    cursor: pointer;
    margin: 10px 0px;
    --boco-btn: rgba(var(--black-color), 1);
    --bg-btn: rgba(var(--white-color), 1);
    --common-btn-color: rgba(var(--black-color), 1);
    --common-btn-transition: var(--transition-05s);
    transition: var(--common-btn-transition);
    background: var(--bg-btn);
    color: var(--common-btn-color);
    position: relative;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #c9b50a;
    border-bottom: 1px solid #c9b50a !important;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    --boco-btn: rgba(var(--main-color), 1);
    --bg-btn: rgba(var(--main-color), 1);
    --common-btn-color: rgba(var(--white-color), 1);
    background: var(--bg-btn);
    border-color: var(--boco-btn);
    color: var(--common-btn-color);
    font-weight: 400;
}



.twobutton {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
}

.chekoutselect {
    padding: 9px 0px;
    width: 100%;
    border: none;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #343434ad;
    font-weight: 400;
    border-bottom: 1px solid #8b8b8b;
}

/*headings*/
.fs-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    letter-spacing: 3px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1rem;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #000000;
    background: #f4f2f1;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #8b8b8b;
    position: absolute;
    left: -50%;
    top: 12px;
    z-index: -1;
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #c9b50a;
    color: white;
}

.checkbasket .topbasket .artname {
    width: 100%;
    font-size: 16px;
    line-height: 17px;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: max-content;
    margin-bottom: 12px;
}

.checkbasket .artauthor {
    margin-top: 13px !important;
}

.pay label {
    display: flex;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #343434;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: -7px;
}

/* news page  */
.news-box {
    height: 100%;
    display: block;
    overflow: hidden;
    border: 1px solid #c9b50a;
    background: #f4f2f1;
}

.news-img {
    width: 100%;
    height: 280px;
    margin-bottom: 15px;
}

.news-text {
    padding: 12px;
    padding-top: 0px;
}

.news-date,
.news-text span {
    display: inline-block;
    color: rgba(var(--black-color), 0.5);
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.news-title,
.news-text h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 23px;
    margin-bottom: 2px;
    color: rgba(var(--black-color), 1);
    letter-spacing: 1px;
    transition: var(--transition-05s);
}

.news-text h3:hover{
    color: #c9b50a;
}

.news-title a,
.news-text h3 a {
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
    text-decoration: none;
    font-weight: 500;
}
.news-title a,
.news-text h3 a:hover {
    color: rgba(var(--main-color), 1);
}

.newspara {
    font-size: 14px;
    color: #343434;
    letter-spacing: 1px;
    line-height: 18px;
    font-weight: 300;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* defaultpage */
.common-box.bannertiltle {
    display: flex;
    justify-content: space-between;

}

.bannertiltle .news-date {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.twoimgsec {
    gap: 20px;
}

.Building-img-box {
    height: 570px;
    width: 100%;
}

.Building-img-box img {
    object-fit: cover;
}

.cta-form-box .form-box {
    margin-bottom: 15px;
}

.cta-form-box .form-control,
.cta-form-box .form-control:hover,
.cta-form-box .form-control:focus {
    position: relative;
    background: rgba(var(--white-color), 1);
    color: rgba(var(--black-color), 0.8);
    border: 1px solid rgba(var(--black-color), 0.5);
    border-radius: 0px;
}


.workcard {
    padding: 40px 30px;
    background: white;
    /* border-radius: 50% 20% / 10% 40%; */
    /* border-radius: 30px; */
    /* border-radius: 50px 15% / 10px 25%; */
    position: relative;
    z-index: 1;
}

.workcard::after {
    content: attr(data-name);
    position: absolute;
    color: #ffffff;
    -webkit-text-stroke: 1px #00000066;
    font-size: 51px;
    top: 21px;
    left: auto;
    right: 23px;
    z-index: -1;
}

.workcard .maincardheading {
    font-weight: 400;
    font-size: 23px;
    line-height: 140%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.firstbasket {
    height: 530px;
    overflow-y: scroll;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.upload label {
    width: 100%;
}

.firstbasket::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari, and Opera */
}


.upload input[type="file"] {
    display: none;
}

/* Style the custom file upload label */
.custom-file-upload {
    display: inline-block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    color: rgb(125 133 140);
    cursor: pointer;
    border-radius: 0px;
    border: 1px solid rgba(var(--black-color), 0.5);
}



/* Style for the text displaying the file name */
#file-name {
    margin-top: 5px;
    color: rgb(125 133 140);
}

/* responsive css */


@media (max-width: 1399px) {
    ul.head-social {
        gap: 10px;
    }

    .navbar.DesktopNav .HeadContainer {
        margin-left: 72px;
    }
}

@media (max-width: 1199px) {
    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
        margin-right: 9px;
        font-size: 12px;
        letter-spacing: 0px;
    }

    .navbar.DesktopNav .HeadContainer {
        margin-left: 24px;
    }
}

@media (max-width: 991px) {
    .mobnav {
        display: block;
        color: white;
    }

    .artisttit {
        font-size: 24px;
    }


    #msform input[type="button"],
    #msform input[type="submit"] {
        width: 100% !important;
    }

    .alllistbasket .basketdetails {
        gap: 16px !important;
        flex-direction: column;
    }

    .checkbasket .topbasketsec {
        margin-bottom: 0;
    }

    .checkinput {
        gap: 2px !important;
    }

    .mobnav .container {
        overflow: hidden;
    }

    .mobnavlist li .nav-link {
        color: rgb(0, 0, 0);
    }

    .DesktopNav {
        display: none;
    }

    .navbar-brand img {
        height: 60px;
        width: 209px;
        object-position: left;
        object-fit: contain;
        margin-right: 0px;
    }

    .banner-title,
    .banner-box h1 {
        font-weight: 300;
        font-size: 24px;
        line-height: 34px;
    }

    .banner-section {
        --banner-hvh: auto;
    }

    .banner-section {
        margin-top: 99px;
    }
}

@media (max-width: 768px) {
    #progressbar li {
        letter-spacing: 0px;
    }

    .newrow {
        gap: 5px 0px !important;
        margin-bottom: 30px !important;
    }

    .innerbanner-section .breadcrumb-links {
        display: flex;
        column-gap: 6px;
        align-items: center;
    }

    .innerbanner-section {
        margin-top: 75px;
    }

    .banner-title,
    .banner-box h1 {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }

    .bannertiltle .news-date {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .twoimgsec {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .twoimgsec .artist-list-img {
        width: 100% !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .left i,
    .right i {
        color: black;
        font-size: 24px;
    }

    .checkcartsec .row {
        gap: 20px 0px;
    }

    /* #msform{
        height: inherit !important;
    } */
    .checkinput input {
        margin-bottom: -7px !important;
    }
}

#mobart {
    display: none;
}

.common-box.bannertiltle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .checkcartsec .row {
        flex-direction: column-reverse;
    }

    .banner-slider {
        height: auto;
    }

    .bannertextbox p {
        font-size: 13px;
        color: #000;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 18px;
        text-transform: uppercase;
    }

    .banner-inner-slider {
        height: calc(60vw /(1320 / 644));
    }


    .bannertextbox {
        padding: 30px
    }

    #msform {
        text-align: center;
        position: relative;
        margin-top: 30px;
        margin-bottom: 63px;
    }
}

@media (max-width: 768px) {
    .common-box.bannertiltle {
        margin-top: 1rem !important;
        margin-bottom: -0rem !important;
    }

    #DESKTOP,
    #deskart {
        display: none;
    }

    #MOBILE,
    #mobart {
        display: block;
    }
}

@media (max-width: 580px) {
    #msform fieldset {
        padding: 20px 20px;
    }

    .banner-inner-slider {
        height: calc(100vw /(1320 / 705));
    }

    .innercolsec h1 {
        font-size: 21px;
        line-height: 23px;
        text-align: center;
    }

    .innerbanner-section .breadcrumb-text {
        margin-left: -1px;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .basketdetails {
        display: flex;
        /* justify-content: space-around; */
        align-items: self-start;
        gap: 16px;
        flex-direction: column;
    }

    .newbtnclass {
        margin-bottom: -7px !important;
    }

    .workcard .maincardheading {
        font-weight: 400;
        font-size: 17px;
        line-height: 114%;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 13px;
        width: 238px;
    }

    .topbasket {
        height: auto;
    }

    .cartsection {
        padding: 10px 0px 30px;
    }

    .left i,
    .right i {
        color: black;
        font-size: 20px;
    }

    .navbar-brand img {
        height: 60px;
        width: 215px;
        object-position: left;
        object-fit: contain;
        margin-right: 0px;
    }

    .DesktopNav .navbar-brand,
    .MobileNav .navbar-brand {
        height: auto;
    }

    .artist-list-img {
        width: 100%;
        height: 100%;
    }

    ul.foot-list {
        display: flex;
        align-items: flex-start;
        gap: 0px;
        flex-direction: column;
    }

    .cta-form {
        gap: 0px;
        /* margin-bottom: 2rem; */
    }

    .cta-btn {
        width: 40%;
    }

    .footer-section {
        background-color: #f4f2f1;
        padding: 30px 0px 10px;
    }

    ul.social-list {
        justify-content: start;
    }

    .copy-text {
        white-space: wrap;
    }

    .mobnav .container {
        overflow: hidden;
    }
}

@media (max-width: 350px) {
    .moblogo {
        width: 165px;
        margin-right: 0;
    }

    .navbar-toggler {
        padding: 7px 7px;
    }

    .left i,
    .right i {
        color: black;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .description-tab {
        justify-content: center;
    }

    .description-tab li {
        margin-right: 12px;
    }

    .description-tab li button::before {
        display: none;
    }

    .review-content {
        margin-bottom: 10px;
    }

    .review-content .review-form h3 {
        font-size: 18px;
    }

    .review-content .review-top-content {
        padding: 30px 15px;
        margin-bottom: 50px;
    }

    .review-content .review-top-content .average-rating {
        margin-bottom: 20px;
    }

    .review-content .review-top-content .write-btn {
        text-align: start;
        margin-top: 20px;
    }

    .review-content .all-review-content .single-review {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .review-content .all-review-content .single-review .client-img {
        position: unset;
        margin-bottom: 15px;
    }

    .review-content .all-review-content .single-review .client-img img {
        height: 60px;
        width: 60px;
    }

    .additional-information .additional-information-image {
        margin-left: 0;
        margin-top: 30px;
    }

    .report {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .review-content .review-top-content {
        padding: 30px;
        margin-bottom: 50px;
    }

    .review-content .review-top-content .default-btn {
        padding: 12px 15px;
    }

    .additional-information .additional-information-image {
        margin-left: 0;
    }

    .report {
        display: none;
    }
}




.services-carousel.owl-carousel {
  position: relative;
}

/* Navigation container */
.services-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: -60px; /* move above carousel */
  right: 0;
  display: flex;
  gap: 8px;
}

/* Arrow buttons */
.services-carousel.owl-carousel .owl-nav button.owl-prev,
.services-carousel.owl-carousel .owl-nav button.owl-next {
  background: #fff;
  color: #000;
  border: 1px solid #c9b50a;
  border-radius: 0; /* square shape */
  width: 30px;
  height: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Hover effect */
.services-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.services-carousel.owl-carousel .owl-nav button.owl-next:hover {
  background: #c9b50a;
  color: #fff;
}

/* Hide dots */
.services-carousel.owl-carousel .owl-dots {
  display: none !important;
}

    

    .services-carousel .item {
      margin: 0 10px;
    }

    .service-card {
      border: none;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      color: #000; 
      transition: all 0.3s ease;
      background-color: transparent;
    }

    .service-card img {
      width: 100%;
      height: 350px;
      border-radius: 0;
      object-fit: cover;
    }

    .service-card:hover {
      transform: translateY(-5px);
      color: #c9b50a;
    }

    .service-card h5,
.service-card ul li,
.service-card p {
  color: inherit;
  transition: color 0.3s ease;
}
    .service-card .card-body {
      padding: 0px;
    }

    .service-card p {
      font-size: 15px;
      margin-bottom: 0;
    }


    @media (max-width:768px){
      .service-card p {
      font-size: 12px;
      margin-bottom: 0;
      line-height: 130%;
    }   

    
    }

    .discovery-price{
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap; 
        margin-top: 10px;
        margin-bottom: 10px; 
        }

        @media (max-width:768px){
         .discovery-price{
        font-size: 14px;
         margin-top: 4px;
        margin-bottom: 4px;
     }
        }

  
    .services-carousel .owl-dots {
      display: none !important;
    }


    .services-paragraph {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 23px;
    margin-bottom: 2px;
    color: rgba(var(--black-color), 1);
    letter-spacing: 1px;
}

.img-fluid-new{
    width: 100%;
    height: 300px;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
}

.contact-heading{
    font-size: 5rem;
}

@media(max-width:768px){
    .contact-heading{
    font-size: 2rem;
}
}

/* Full-screen overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Popup box */
.popup-content {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  position: relative;
  /* text-align: center; */
}



/* Input styles */
.popup-content .form-group {
  margin-bottom: 10px
}

/* Active overlay */
.popup-overlay.active {
  display: flex;
}

/* Smooth fade between forms */
.login-form,
.signup-form {
  transition: opacity 0.4s ease;
}


.featured-carousel .item {
  /* background: #fff; */
  /* border: 1px solid #e0e0e0; */
  /* border-radius: 4px; */
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .featured-carousel .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} */

.product-card img {
  max-height: 230px;
  object-fit: contain;
}

.add-btn {
  background: #c9b50a;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 10px;
  /* width: 100%; */
  transition: all 0.3s;
}

.add-btn:hover {
  background: #333;
  color: #fff;
}

/* Arrows Top Right */
.custom-nav {
  display: flex;
  gap: 10px;
}

.custom-nav button {
  border: none;
  background: #FFFFFF;
  border: 1px solid #c9b50a;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 0;
  cursor: pointer;
  transition: 0.5s;
}

.custom-nav button:hover{
 color:#fff;
 background-color: #c9b50a;
}

.featured-carousel h6 {
   display: -webkit-box;
   font-size: 16px;
  -webkit-line-clamp: 2;     /* ✅ show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;       /* important! not pre-line */
  max-width: 100%;
  height: 40px; 
  transition: color 0.3s ease;          /* Keep within container width */
}

.featured-carousel h6:hover{
   color: #c9b50a;
}

@media (max-width:768px){
    .featured-carousel h6{
       font-size: 14px;
    }
}



.price-cart-row {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 10px;
  width: 100%;
}

.price-cart-row .price {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

/* Quantity box */
.qty-box {
  /* display: flex; */
  display: inline-block; 
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 6px;
  max-width: 70px;
}

.qty-box .qty-btn {
  /* background: #fff; */
  border: none;
  width: 18px;
  height: 18px;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
  margin-top: 0px;
}

/* .qty-box .qty-btn:hover {
  background: #f3f3f3;
} */

.qty-box .qty-input {
  width: 20px;
  text-align: center;
  border: none;
  font-size: 12px;
  font-weight: 400;
  background: transparent;
  color: #fff;
}

/* Add to Cart Button */
.addcart-btn {
  background: #c9b50a !important;
  border: none !important;
  padding: 3px 6px !important;
  border-radius: 6px !important;
  color: #fff !important;
  cursor: pointer !important;
  transition: 0.3s !important;
  margin-top: 0px !important;
}

.addcart-btn:hover {
  background: #ffc107 !important;
}

.view-all-btn-Insights {
  text-align: center;           /* center horizontally */
  margin-top: 30px;             /* add space above */
}

.view-all-btn-Insights a {
  background-color: transparent;       /* black background */
  color: #000;  
  border: 1px solid #c9b50a;                /* white text */
  text-decoration: none;        /* remove underline */
  padding: 6px 25px;           /* button padding */         /* rounded corners */
  font-weight: 400;
  display: inline-block;        /* ensures padding applies properly */
  transition: all 0.3s ease;    /* smooth hover transition */
}

.view-all-btn-Insights a:hover {
  background-color: #c9b50a;       /* lighter black on hover */
  color: #fff;                  /* keep white text */
}



.two-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;        /* show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.cart-icon {
  position: relative;
  display: inline-block;
}

.cart-icon i {
  font-size: 22px; /* adjust icon size as needed */
  color: #000;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: red;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;       /* ✅ prevents vertical misalignment */
  text-align: center;   /* ✅ ensures perfect centering */
  box-sizing: border-box;
}


.product-action {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 10px 15px;
}

.featured-price {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

@media (max-width:768px){
    .featured-price{
       font-size: 13px; 
    }
}

/* Quantity box */


/* Add button */
.featured-add-btn {
  background-color: #c9b50a;  /* your brand color */
  color: #fff;
  font-weight: 400;
  border: none;
  padding: 6px 14px;
  border-radius: 0px;
  transition: 0.3s;
  font-size: 16px;
}

@media (max-width:768px){
   .featured-add-btn {
     font-size: 13px;
   } 
}

.featured-add-btn:hover {
  background-color: #ffc107;
  color: white;
}

.services-section{
    background: #bfc5a67a;
}


.rental-catalog h6{
   display: -webkit-box;
  -webkit-line-clamp: 2;     /* ✅ show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;       /* important! not pre-line */
  max-width: 100%;
  height: 40px; 
  transition: color 0.3s ease; 
}

.rental-catalog h6:hover{
color: #c9b50a;
}
.rental-catalog img{
    max-height: 230px;
    object-fit: contain;
}

.custom-pagination{
    margin-top: 50px;
}
.custom-pagination .page-link {
min-width: 34px;
height: 34px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
margin: 0 4px;
color: #212529;
background: #ffffff;
border: 1px solid rgba(0,0,0,0.08);
transition: background-color 150ms ease, color 150ms ease, transform 100ms ease;
box-shadow: 0 1px 2px rgba(16,24,40,0.04);
}


/* Hover state */
.custom-pagination .page-link:hover {
background: #c9b50a; /* bootstrap primary */
color: #fff;
transform: translateY(-1px);
text-decoration: none;
}


/* Active page */
.custom-pagination .page-item.active .page-link {
background: #c9b50a;
color: #fff;
border-color: #c9b50a;
pointer-events: none;
transform: none;
}


/* Disabled (for the ellipsis or disabled prev/next) */
.custom-pagination .page-item.disabled .page-link {
background: transparent;
color: rgba(33,37,41,0.5);
pointer-events: none;
transform: none;
border: 0;
}


/* Smaller screens: make items slightly smaller and wrap if needed */
@media (max-width: 480px) {
.custom-pagination .page-link { min-width: 36px; height: 36px; margin: 0 2px; }
}



 .filtersec {
  position: fixed;
  top: 400px;
  z-index: 10;
  /* background: #fff; */
  overflow-y: auto;
  max-height: calc(100vh - 320px);
  /* padding: 20px; */
  /* border: 1px solid #eee; */
  /* border-radius: 8px; */
  transition: top 0.4s ease; /* 👈 smooth scroll movement */
}

/* Hide subcategories initially */
.subcategory {
  display: none;
  overflow: hidden;
}

/* Smooth expand/collapse effect */
.subcategory.opening, .subcategory.closing {
  transition: all 0.3s ease;
}

/* Toggle icon style */
.toggle-subcat {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  user-select: none;
  transition: transform 0.3s ease;
}

/* Rotate icon when open */
.toggle-subcat.open {
  transform: rotate(180deg);
}

/* Mobile fix */
@media (max-width: 767px) {
  .filtersec {
    position: relative;
    top: 0;
    max-height: none;
  }
}


/* .category-header input[type="checkbox"],
.subcategory input[type="checkbox"] {
  display: none;
} */

.search-bar {
  max-width: 450px;
   /* centers the search bar */
}

.search-bar .form-control {
  border-radius: 0;
  box-shadow: none;
}

.search-bar .search-btn {
  background-color: #c9b50a; /* your primary color */
  border: none;
  border-radius: 0;
  color: #fff;
  transition: background-color 0.3s ease;
}

.search-bar .search-btn:hover {
  background-color: #ffc107; /* slightly darker gold */
  color: #fff;
}


.navbar-nav .btn-appointment {
  background-color: #c9b50a; /* primary gold color */
  color: #fff !important;
  padding: 6px 16px !important;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.5s ease;
}

.navbar-nav .btn-appointment:hover {
  background-color: #ffc107; /* slightly darker on hover */
  color: #fff !important;
  text-decoration: none;
}



.story-image-wrapper {
    position: relative;
}

.story-image-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    right: 30px;
    background: #c9b50a99;
    color: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(213, 209, 140, 0.05);
}

.experience-badge h3 {
    font-size: 3rem;
    font-weight: 800;
}

.experience-badge p {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-item h3 {
    font-size: 2.5rem;
}

.text-primary{
   color: #c9b50a !important; 
}

.values-section{
    background-color: #ffc10726;
}

.value-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #ffc107;
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffc107 0%, #c9b50a 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.value-card:hover .value-icon {
    transform: scale(1.1) rotate(5deg);
}

.team-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.team-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.1);
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(204, 180, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons a {
    width: 45px;
    height: 45px;
    background: white;
    color: #c9b50a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: #ffc107;
    color: white;
    transform: translateY(-3px);
}

.team-info {
    padding: 1.5rem;
    text-align: center;
}

.testimonials-section{
    background: #ff07070a;
}
.testimonial-card {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.stars {
    color: #ffc107;
    font-size: 1.2rem;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ffc107 0%, #c9b50a 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 1rem;
}

.cta-card {
    background: linear-gradient(135deg, #c9b50a 0%, #ffc107 100%);
    padding: 4rem 2rem;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 102, 204, 0.3);
}

.btn-light {
    background: white;
    color: #c9b50a;
    border: none;
    /* font-weight: 600; */
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn-light:hover {
    background: #f8f9fa;
    color: #ffc107;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-outline-light {
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background: white;
    color: #ffc107;
    transform: translateY(-2px);
}



@media (max-width: 991px) {
    .hero-section {
        height: 50vh;
        min-height: 350px;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .experience-badge {
        right: 15px;
        padding: 1.5rem;
    }

    .experience-badge h3 {
        font-size: 2.5rem;
    }

    .story-image-wrapper img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        height: 40vh;
        min-height: 300px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .experience-badge {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 2rem;
    }

    .stat-item h3 {
        font-size: 2rem;
    }

    .value-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }

    .team-image {
        height: 250px;
    }

    .cta-card {
        padding: 3rem 1.5rem;
    }

    .cta-card h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 575px) {
    .hero-content h1 {
        font-size: 1.75rem;
    }

    .display-5 {
        font-size: 1.75rem;
    }

    .lead {
        font-size: 1rem;
    }

    .value-card,
    .testimonial-card {
        padding: 2rem 1.5rem;
    }
}



.term-section {
    margin-bottom: 3rem;
    line-height: 1.8;
}

.term-section:last-child {
    margin-bottom: 0;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #333;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #c9b50a 0%, #a89409 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.term-section p {
    color: #666;
    margin-bottom: 1rem;
}

.terms-list {
    padding-left: 2rem;
    margin-bottom: 1rem;
    color: #666;
    list-style: disc;
}

.terms-list li {
    margin-bottom: 0.75rem;
    line-height: 1.8;
}

.terms-list strong {
    color: #333;
    font-weight: 600;
}

.terms-box {
    background: linear-gradient(135deg, rgba(201, 181, 10, 0.05) 0%, rgba(201, 181, 10, 0.03) 100%);
    border-left: 4px solid #c9b50a;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.terms-box:hover {
    box-shadow: 0 5px 15px rgba(201, 181, 10, 0.15);
    transform: translateX(5px);
}

.terms-box h5 {
    color: #333;
}

.terms-box p {
    color: #666;
    margin-bottom: 0;
}

.contact-box {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    margin-top: 1.5rem;
}

.contact-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item i {
    width: 50px;
    height: 50px;
    background: #c9b50a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.contact-item h6 {
    color: #333;
    margin-bottom: 0.5rem;
}

.contact-item p {
    color: #666;
    margin-bottom: 0;
}

.cta-box {
    background: linear-gradient(135deg, #c9b50a 0%, #a89409 100%);
    color: white;
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(201, 181, 10, 0.3);
}

.cta-box h3 {
    color: white;
}

.btn-primary {
    background: #c9b50a;
    border-color: #c9b50a;
    color: white;
    font-weight: 600;
    padding: 0.75rem 2.5rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #a89409;
    border-color: #a89409;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(201, 181, 10, 0.3);
}

.btn-outline-primary {
    color: #c9b50a;
    border-color: #c9b50a;
    font-weight: 600;
    padding: 0.75rem 2.5rem;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: #c9b50a;
    border-color: #c9b50a;
    color: white;
    transform: translateY(-2px);
}

.cta-box .btn-outline-light {
    border-color: white;
    color: white;
    font-weight: 600;
}

.cta-box .btn-outline-light:hover {
    background: white;
    border-color: white;
    color: #c9b50a;
}



/* Responsive Breakpoints */
@media (max-width: 991px) {
   

    .toc-section {
        position: static;
    }

    .toc-card {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
 
    .terms-card {
        padding: 1.5rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-number {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }

    .terms-box {
        padding: 1rem;
    }

    .toc-link {
        font-size: 0.9rem;
        padding: 0.5rem 0;
        padding-left: 0.75rem;
    }

    .contact-item {
        gap: 1rem;
    }

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

    .cta-box {
        padding: 2rem 1.5rem;
    }

    .btn-primary,
    .btn-outline-primary {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }

    .btn-primary + .btn-outline-primary {
        margin-left: 0.5rem;
    }
}

@media (max-width: 575px) {
  
    .terms-card {
        padding: 1rem;
    }

    .section-title {
        font-size: 1.25rem;
        gap: 0.75rem;
    }

    .section-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .terms-list {
        padding-left: 1.5rem;
        font-size: 0.95rem;
    }

    .toc-card {
        padding: 1rem;
    }

    .toc-card h5 {
        font-size: 1rem;
    }

    .toc-link {
        font-size: 0.85rem;
        padding: 0.5rem 0;
    }

    .contact-box {
        padding: 1rem;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
    }

    .contact-item i {
        margin: 0 auto;
    }

    .cta-box {
        padding: 1.5rem 1rem;
    }

    .cta-box h3 {
        font-size: 1.5rem;
    }

    .btn-primary,
    .btn-outline-primary {
        display: inline-block;
        margin: 0.5rem 0.25rem;
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }

    .btn-lg {
        padding: 0.6rem 1rem !important;
        font-size: 0.85rem !important;
    }
}


 .custom-dropdown {
            position: relative;
            width: 100%;
        }

        /* Header */
        .dd-header {
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.5);
            padding: .375rem .75rem;
            display: flex;
            justify-content: space-between;
            cursor: pointer;
            border-radius: 0px;
            color: rgba(0, 0, 0, 0.5);   
        }

    

       

        .arrow {
            transition: 0.3s;
        }

        /* Dropdown list */
        .dropdown-body {
            list-style: none;
            padding: 0;
            margin: 0;
            border: 0;
            border-top: 0;
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.4s ease;
            background: #fff;
            color: rgba(0, 0, 0, 0.5);
        }
        /* When dropdown is open = show border */
.custom-dropdown.open .dropdown-body {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 0;
}
.dropdown-body li {
    cursor: pointer;
}


        .custom-dropdown.open .dropdown-body {
            max-height: 300px;
        }

        .custom-dropdown.open .arrow {
            transform: rotate(180deg);
        }

        .dropdown-body li {
            padding: 10px 12px;
            border-bottom: 1px solid #eee;
            transition: background 0.3s ease, color 0.3s ease;
        }

        .dropdown-body li:last-child {
            border-bottom: none;
        }

        .dropdown-body li:hover {
            background: #c9b50a;
            color: #fff;
        }


    .discover-our-service-section{
        margin-right: 70px;
    }    

    .serch-bar{
       gap: 40px 0px;
    }

    @media (max-width:567px){
        .serch-bar{
       gap: 0px 0px;
    } 
    }

