/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Codept Solutions
 Author URI:   https://codeptsolutions.com
 Template:     generatepress
 Version:      0.1
*/


body {
	overflow-x: hidden;
}
.mt20 {
	margin-top: 20px
}
.mt30 {
	margin-top: 30px
}
.mt80 {
	margin-top: 80px
}
.mb80 {
	margin-bottom: 80px
}

.py50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.max-w-800 {
	max-width: 800px;
}
.max-w-1200 {
	max-width: 1200px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.px-15 {
	padding-left: 15px;
	padding-right: 15px
}

.hero-banner {
    min-height: calc(85vh - 120px) !important;
    height: calc(85vh - 120px) !important;
}
.hero-banner .wp-block-cover__inner-container {
	max-width: 768px;
}

.cs-counter {
    text-align: center;
}
.cs-counter .counter-number {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}
.cs-counter .counter-title {
    font-weight: 500;
}

.cs-info-box {
    text-align: center;
    margin: 0 auto;
	max-width: 200px;
}
.cs-info-box .info-box-icon img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}


.site-footer .footer-widgets-container{
    padding: 50px 20px 20px;
}
.site-footer .site.footer-widgets, footer.site-info{
    background-color: var(--accent);
    color: var(--base-3);
    font-size: 14px;
}
.site-footer .menu li {
    margin-bottom: 10px;
}
.site-footer .menu li > a,.site-footer .cs-contact-item a, .site-footer .inside-site-info a{
    color: var(--base-3);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid transparent;
}
.site-footer .menu li > a:hover{
    padding-left: 5px;
}
.site-footer .cs-contact-item a:hover,  .site-footer .inside-site-info a:hover{
    border-bottom: 1px solid var(--base-3);
}
.site-footer .widget-title {
    font-size: 24px;
    color: var(--base-3);
    font-weight: 700;
}
.site-footer .cs-contact-item {
    display: flex;
    gap: 10px;
}
.site-footer .cs-contact-item + .cs-contact-item {
    margin-top: 10px;
}
.site-footer .cs-contact-icon {
    width: 20px;
}
.site-footer .inside-site-info{
    border-top: 1px solid var(--contrast-2);
}
.images-compare-before img, 
.images-compare-after img {
    height: 100%;
}
.images-compare-separator {
    width: 2px;
}
.images-compare-separator:before {
    content: "Before";
    background: #fff;
    display: inline-block;
    width: 55px;
    border-radius: 6px;
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 13px;
    text-align: center;
    padding: 1px 0;
    font-weight: 500;
}
.images-compare-separator:after {
    content: "After";
    background: #fff;
    display: inline-block;
    width: 55px;
    border-radius: 6px;
    position: absolute;
    top: 4px;
    left: 6px;
    font-size: 13px;
    text-align: center;
    padding: 1px 0;
    font-weight: 500;
}

.cc-gallery-wrapper {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
}
.cc-gallery {
    width: 1082px;
    height: 772px;
    padding: 2px;
    background: #eee;
    perspective: 700px;
    border-radius: 5px;
	margin: 0 auto;
    overflow: hidden;
}
.cc-placeholder,
.cc-part {
    width: 150px;
    height: 150px;
    margin: 2px;
    float: left;
    border-radius: 5px;
}
.cc-placeholder {
    background: lightslategrey;
}
.cc-part {
    position: relative;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    transition: all .3s ease-in-out;
}
.cc-part-front,
.cc-part-back {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 5px;
    backface-visibility: hidden;
    cursor: pointer;
}
.cc-part-front {
    background-size: cover;
    background-position: center;
    transition: all .2s ease;
}
.cc-part-front:after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: .3;
    transition: all .2s ease;
}
.cc-part:hover .cc-part-front {
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    transform: scale(.96);
}
.cc-part:hover .cc-part-front:after {
    opacity: 0;
}
.cc-part-back {
    transform: rotateY(180deg);
}
.cc-part-back-inner {
    width: 1078px;
    height: 770px;
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
}
.show-front {
    transform: none;
}

.qlwapp__container .qlwapp__button--button {
	border-radius: 50%;
    padding: 10px;
    height: 50px;
    width: 50px;
}


.banner {
    max-width: 1180px;
    margin: 0 auto 60px;
    background: linear-gradient(180deg, #1f3022, #16241a);
    border: 1px solid rgba(201, 168, 106, 0.25);
    border-radius: 12px;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
} 
.banner-left {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1 1 320px;
	min-width: 0;
}
.gift-icon {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	color: #c9a86a;
}
.banner-text h3 {
	margin: 0 0 4px 0;
	color: #f5f1e8;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.3px;
	white-space: nowrap;
}
.banner-text p {
	margin: 0;
	color: #cfd1c9;
	font-size: 0.9rem;
	font-weight: 400;
}
.banner-right {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-shrink: 0;
}
.arrow-icon {
	width: 46px;
	height: 24px;
	color: #e9d9b0;
	display: block;
}
.cta-btn {
	display: inline-block;
    background: linear-gradient(180deg, #d9bd85, #c9a664);
    color: #1c2b1f;
    border: none;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(201, 168, 106, 0.35);
}
.cta-btn:focus-visible {
	outline: 2px solid #e9d9b0;
	outline-offset: 2px;
}

@media screen and (max-width: 1500px) {
	.cs-counters {
		flex-wrap: wrap !important;
	}
	.cs-counters .cs-counter-item {
		width: calc(33.33% - 32px) !important;
		flex: 0 0 calc((100% - 64px) / 3) !important;
	}
}

@media screen and (max-width: 768px) {
    .inside-footer-widgets{
        flex-wrap: wrap;
        flex-direction: unset;
    }
    .inside-footer-widgets>div{
        flex: 50%
    }
    .site-footer .widget-title {
        margin-bottom: 10px;
    }
    .site-footer .inside-footer-widgets>div:not(:last-child){
        margin-bottom: 30px;
    }
	
	.cs-counters .cs-counter-item {
		width: calc(50% - 32px) !important;
		flex: 0 0 calc((100% - 64px) / 2) !important;
        max-width: calc(50% - 32px) !important;
	}
	
	.banner {
      padding: 20px;
      justify-content: center;
      text-align: center;
    }
    .banner-left {
      justify-content: center;
      flex: 1 1 100%;
    }
    .banner-right {
      flex: 1 1 100%;
      justify-content: center;
    }
    .arrow-icon {
      display: none;
    }
}

@media screen and (max-width: 480px) {
	.cs-counters .cs-counter-item {
		width: 100% !important;
		flex: 0 0 1 !important;
        max-width: 100% !important;
	}
	
	.banner-left {
      flex-direction: column;
      gap: 10px;
    }
    .banner-text h3 {
      white-space: normal;
      font-size: 1rem;
    }
    .banner-text p {
      font-size: 0.85rem;
    }
    .cta-btn {
      width: 100%;
      padding: 14px 0;
      box-sizing: border-box;
    }
}