:root {
    --theme-color: #c8a94e!important;
    --theme-color2: #F0A538;
    --theme-color3: #209E2E;
    --title-color: #0C0A0A;
    --title-dark: #0C0A0A;
    --body-color: #555555;
    --smoke-color: #FFEEDB;
    --smoke-color2: #F2F3F5;
    --smoke-color3: #FFF5EB;
    --black-color: #000000;
    --black-color2: #171717;
    --gray-color: #333333;
    --th-border-color: #B3B3B3;
    --th-border-color2: #D4D4D4;
    --white-color: #ffffff;
    --smoke-color4: #F5F7F9;
    --black-color3: #1A1A1A;
    --black-color4: #23343E;
    --gray-color2: #E5E4E9;
    --gray-color3: #F3F5F6;
    --gray-color4: #EEF4EE;
    --gray-color5: #E4DFD8;
    --gray-color6: #968D81;
    --gray-color7: #ECE5DB;
    --light-color: #A4B5BA;
    --light-color2: #FBF5EC;
    --yellow-color: #E2B93B;
    --success-color: #27AE60;
    --error-color: #EB5757;
    --title-font: "Poppins", sans-serif;
    --body-font: "Poppins", sans-serif !important;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1296px;
    --container-gutters: 24px;
    --section-space: 60px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --th-body-background: #ffffff;
}
.btn_ek {
    display: inline-flex!important;
}
.accordion-card.style2 .accordion-button {
    font-size: 36px;
    font-weight: 700;
}
.property-card7.style2 .property-card-thumb img {
    height: 200px;
    width: auto;
}
.property-card7 .property-card-thumb {
    overflow: hidden;
    border-radius: 0;
}
.product-big-img {
    border-radius: 0px;
}

.about-contact-grid .about-contact-icon {
    background: #c8a94e!important;
}
.main-menu a {
    font-weight: 600;
    font-size: 16px;
}
.hero-style12 .hero-title {
    font-size: 77px;
}
.service-card.style7{
    margin-bottom: 20px;
}
.service-card.style7:hover .service-card-icon {
    opacity: 1;
    z-index: 999;
}
.service-card.style7:hover{
    cursor: pointer;
}
.service-card.style7 .service-card-icon img{
    max-height: 100px;
}
[data-opacity="5"]:before {
    opacity: 0.8;
}
/* .hero-scroll-down12 .scroll-down:after{
    background-color: #f2f3f5;
} */
.counter-card .box-number {
    margin-top: -12px;
}
body, html {
    /* overflow-x: hidden;
    overflow-y: hidden; */
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.container_tiko, 
.th-container2,
.footer-container {
    /* max-width: 100% !important; */
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.th-btn.style4 {
    background: linear-gradient(120deg, #F5D485 0%, #E6B94D 25%, #C99B2A 50%, #E6B94D 75%, #F5D485 100%);
    /* color: #000; */
    border: none;
    transition: all 0.3s ease;
    text-shadow: 0 1px 1px rgba(255,255,255,0.2);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.th-btn.style4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #F5D485 0%, #E6B94D 25%, #C99B2A 50%, #E6B94D 75%, #F5D485 100%);
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    filter: brightness(1.2);
}

.th-btn.style4:hover {
    /* color: #000; */
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(201, 155, 42, 0.4);
}

.th-btn.style4:hover:before {
    opacity: 1;
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 10px;
    padding-top: 10px;
}

.why-img-box2 {
    max-height: 800px;
}
.footer-widget .widget_title{
    margin: 0 0 30px 0;
}
.th-menu-wrapper .mobile-logo{
    text-align: left;
    padding-left: 30px;
}
.breadcumb-wrapper {
    background-color: var(--gray-color);
    padding: 44px 0;
}
.breadcumb-menu {
    margin: 10px 0 -0.5em 0;
} 


.main-menu ul.sub-menu li a::before {
    content: ""!important;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 16px;
    height: 16px;
    background-image: url('favicon.png')!important;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    opacity: 0;
    transition: .3s ease-in-out;
}


.main-menu>ul>li {
    margin: 0 10px;
}

@media only screen and (min-width: 1300px) {
    .th-container2 {
        --main-container: 1200px;
    }
}



@media (max-width: 575px) {
    .counter-card {
        flex: auto;
    }
}
@media (max-width: 767px) {
    .hero-style12 .hero-title {
        font-size: 40px;
    }
	.about-contact-grid .about-contact-details-title {
    font-size: 18px;
	}
	.about-contact-grid {
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
    }
	.org-box {
    min-width: 120px;
	}
}
