h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-family: var(--accent-font);
	font-weight: 400;
	line-height: 1.2em;
	color: var(--primary-color);
	 font-family: 'Playfair Display', serif;
}

 .navbar-brand {
    padding: 0;
    margin: 0;
    width: 120px;
}
.navbar {
    padding: 5px 0;
    align-items: center;
}
 .section-title h1 {
    font-size: 48px;
    text-transform: capitalize;
}
.hero {
  
    padding: 200px 0 140px;
    min-height: 100vh;
    align-content: center;
}
.hero-content .section-title p {
    border-top: 1px solid var(--dark-divider-color);
    margin-top: 15px;
    padding-top: 15px;
}
section.our-services {
  
    padding: 80px 0;
    background: background:#f5f5f5;
    background: #f5f5f5;
}
section.our-services {
  
    padding: 80px 0;
    background: background:#f5f5f5;
    background: #f7f4ef;
}
.service-item {
   
    border-radius: 6px;
    height: auto;
    margin-bottom: 30px;
    padding: 20px 10px;
    overflow: hidden;
}
.service-header {
  
    margin-bottom: 20px;
    z-index: 1;
}
 .about-images::before{
        display: none;
    }
    .about-image img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: unset;
    object-fit: cover;
    border-radius: 10px;
}
  .about-benefit-item .icon-box::before{
        display: none;
    }
    .footer-links ul li a:hover {
    color: #fff;
}
.why-choose-us,   .what-we-do {
    
    padding: 80px 0;
}
.why-choose-us{
    background: #f7f4ef;
}
.why-choose-item .icon-box {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.why-choose-item .icon-box {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.why-choose-image figure {
    display: block;
    border-radius: 20px;
    height: 100%;
}
.why-choose-item {
    
    padding: 25px 15px;
    overflow: hidden;
    border-radius: 10px;
}
.why-choose-image figure, .why-choose-image figure img {
    display: block;
    border-radius: 10px;
    height: 100%;
}
.section-title h1 span, .section-title h2 span {
    color: #a6977e;
}


.cta-box  .btn-default.btn-highlighted {
    width: 85%;
    background: #a6977e;
    /* padding: 10px; */
    display: block;
    text-align: center;
}

.our-faqs,   .our-pricing, .how-it-work {
    padding: 80px 0;
 
    background: #f7f4ef;
}
.page-team {
    padding: 80px 0;
}
.pricing-item.highlighted-box {
    background: #a6977e;
    border: none;
}
.pricing-content h3 {
  
    padding: 10px 15px;
}

.our-testimonials {
    padding:80px 0;
}
.our-blog {
  
    padding: 80px 0;
}
.post-item {
   
    border-radius: 10px;
    padding:0;
   
}
.post-featured-image a {
  
    border-radius: 10px;
  
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.post-item-body {
    padding: 20px;
}
.post-featured-image {
    margin-bottom: 0;
}
.readmore-btn:after {
   
    background-color: #a6977e;
   
}
.faq-accordion .accordion-item {
  
    margin-bottom: 15px;
}
 .pricing-content h2 {
    font-size: 40px;
    font-weight: 700;
}
.pricing-content {
    padding: 30px 15px;
    border-bottom: 1px solid var(--divider-color);
}
.pricing-content h3 {
    padding: 7px 15px;
    line-height: 24px;
    display: block;
}
.pricing-title {
 
    margin-bottom: 20px;
}

.video-testimonials-slider-wrapper {
	position: relative;
	margin-top: 40px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.video-testimonials-slider {
	position: relative;
	padding: 0 50px;
	overflow: visible;
}

.video-testimonials-slider .swiper-wrapper {
	padding-bottom: 20px;
}

.video-testimonials-slider .swiper-slide {
	height: auto;
	display: flex;
}

.video-testimonial-item {
	position: relative;
	background: var(--white-color);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	display: flex;
	flex-direction: column;
}

.video-testimonial-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(61, 73, 58, 0.15);
}

.video-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* 16:9 Aspect Ratio */
	overflow: hidden;
	border-radius: 20px 20px 0 0;
	background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 20px 20px 0 0;
	transition: all 0.4s ease-in-out;
}

.video-testimonial-item:hover .video-wrapper iframe {
	transform: scale(1.05);
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(61, 73, 58, 0.9) 0%, rgba(174, 161, 126, 0.8) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	backdrop-filter: blur(5px);
	z-index: 1;
	pointer-events: none;
}

.video-testimonial-item:hover .video-overlay {
	opacity: 1;
}

.video-overlay i {
	font-size: 60px;
	color: var(--white-color);
	animation: pulseIcon 2s ease-in-out infinite;
	filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

@keyframes pulseIcon {

	0%,
	100% {
		transform: scale(1);
		opacity: 0.9;
	}

	50% {
		transform: scale(1.1);
		opacity: 1;
	}
}

.video-info {
	padding: 20px;
	background: var(--white-color);
	border-radius: 0 0 20px 20px;
	position: relative;
	flex-grow: 1;
}

.video-info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, var(--divider-color) 50%, transparent 100%);
}

.video-info h4 {
	font-family: var(--accent-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4em;
	color: var(--primary-color);
	margin-bottom: 8px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.video-testimonial-item:hover .video-info h4 {
	color: var(--accent-color);
}

.video-info p {
	font-size: 14px;
	line-height: 1.6em;
	color: var(--text-color);
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.video-info p::before {
	content: '\f04b';
	font-family: 'FontAwesome';
	font-size: 10px;
	color: var(--accent-secondary-color);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(174, 161, 126, 0.1);
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.video-testimonial-item:hover .video-info p::before {
	background: var(--accent-secondary-color);
	color: var(--white-color);
	transform: rotate(360deg);
}

/* Slider Navigation Arrows */
.video-slider-button-prev,
.video-slider-button-next {
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.video-slider-button-prev {
	left: 0;
}

.video-slider-button-next {
	right: 0;
}

.video-slider-button-prev:hover,
.video-slider-button-next:hover {
	background: var(--accent-secondary-color);
	box-shadow: 0 6px 20px rgba(174, 161, 126, 0.4);
	transform: translateY(-50%) scale(1.1);
}

.video-slider-button-prev i,
.video-slider-button-next i {
	color: var(--white-color);
	font-size: 20px;
}

.video-slider-button-prev.swiper-button-disabled,
.video-slider-button-next.swiper-button-disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

/* Slider Pagination */
.video-slider-pagination {
	text-align: center;
	margin-top: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.video-slider-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: var(--accent-color);
	opacity: 0.3;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.video-slider-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--accent-secondary-color);
	width: 30px;
	border-radius: 6px;
}

/* YouTube Channel Button */
.youtube-channel-button {
	text-align: center;
	margin-top: 40px;
}

.youtube-channel-button .btn-default {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	padding: 18px 50px 18px 50px;
	background: #FF0000;
	position: relative;
	overflow: hidden;
}

.youtube-channel-button .btn-default::before {
	display: none;
}

.youtube-channel-button .btn-default::after {
	background: #CC0000;
}

.youtube-channel-button .btn-default:hover {
	background: transparent;
}

.youtube-channel-button .btn-default i {
	font-size: 24px;
	transition: all 0.3s ease-in-out;
}

.youtube-channel-button .btn-default:hover i {
	transform: scale(1.2) rotate(5deg);
}

/* Loading animation for iframes */
.video-wrapper::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-top-color: var(--white-color);
	border-radius: 50%;
	animation: spin 1s linear infinite;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	pointer-events: none;
}

@keyframes spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.video-wrapper:empty::after {
	opacity: 1;
}

  .footer-main {
    position: relative;
    background: url(../images/footer-bg.svg), var(--accent-color);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding: 40px 0 0 0;
}
.footer-logo {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
.footer-social-links {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
.footer-header.d-block {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

 .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid var(--dark-divider-color);
    margin-top: 20px;
    padding: 15px 0;
    display: block;
}



  /*New css code written on 10fab 2026*/