@import url("https://fonts.googleapis.com/css2?family=Ancizar+Serif:ital,wght@0,300..900;1,300..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Heebo:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
	padding-top: 37px;
	font-family: "Lato", sans-serif;
}

/* Navbar Css */
.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Limit navbar width */
.navbar .container {
	max-width: 1200px;
}

/* Hover dropdown */
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

/* Logo size */
.navbar-brand img {
	height: 35px;
	width: 65px;
}

/* Spacing between nav items */
.navbar-nav .nav-item {
	margin: 0 10px;
}

.nav-link {
	font-size: 14px;
	color: #333;
	padding: 8px 12px;
}
.nav-link:hover{
		color: #d32f2f;
}
.dropdown-item:hover {
	color: #d32f2f;
}

/* icon color */
.icon-blue {
	color: #3172d9;
}
.icon-green {
	color: #28a745;
}
.icon-orange {
	color: #ff5722;
}
.icon-purple {
	color: #9c27b0;
}

/* Red estimate button */
.btn-estimate {
	background-color: #e53935;
	color: white;
	font-weight: 500;
	border-radius: 4px;
	padding: 8px 18px;
}

.btn-estimate:hover {
	background-color: #d32f2f;
	color: white;
}

/* Custom red hamburger */
.navbar-toggler {
	border: none;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='red' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Banner css */
/* Outer banner container */
.banner-section {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

/* Carousel inner structure */
.banner-section .carousel,
.banner-section .carousel-inner,
.banner-section .carousel-item {
	height: 100%;
}

/* Banner image styling */
.banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Adjust height only on mobile */
@media (max-width: 767.98px) {
	.banner-section {
		height: 37vh;
	}
}

/* Custom Carousel Indicators */

.banner-section .carousel-indicators [data-bs-target] {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: red;
	opacity: 0.7;
}

.banner-section .carousel-indicators .active {
	opacity: 1;
}
.form-box {
	background-color: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.form-control:focus {
	box-shadow: none;
	border-color: #dc3545;
}

.form-check-input:checked {
	background-color: #dc3545;
	border-color: #dc3545;
}
.form-title {
	font-size: 24px;
	font-family: "lato", sans-serif;
	color: #333;
}

.btn-red {
	background-color: #dc3545;
	color: #fff;
}

.btn-red:hover {
	background-color: #c82333;
}


.banner-title {
	font-family: "nunito", sans-serif;
	font-size: 38px;
	font-weight: bold;
}
.lead {
	font-size: 18px;
	font-family: "nunito", sans-serif;
}

/* Why choose us */
.marquee-container {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 15px 0;
}

.marquee-content {
	display: flex;
	gap: 40px;
	animation: marqueeLeft 25s linear infinite;
}

.marquee-container:hover .marquee-content {
	animation-play-state: paused;
}

.marquee-item {
	flex: 0 0 auto;
	text-align: center;
	min-width: 140px;
}

.marquee-item .description {
	font-size: 15px;
	margin-top: 5px;
	font-family: "Nunito", sans-serif;
}

/* Keyframes for leftward scroll */
@keyframes marqueeLeft {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* Interior design css slider */

.leads {
	font-size: 15px;
	font-family: "lato", sans-serif;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 22px;
	position: relative;
	text-align: left;
}

.kitchen-title {
	font-family: "nunito", sans-serif;
	font-size: 25px;
	font-weight: bold;
}

.kitchen-lead {
	font-size: 18px;
	font-family: "nunito", sans-serif;
}

/* slider bullet pionts css */
.carousel-indicators [data-bs-target] {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 4px;
	margin-top: 20px;
}

@media (max-width: 767.98px) {
	.mobile-img {
		height: 50vh;
		border-radius: 5px;
		width: 100%;
		object-fit: cover;
	}
}

.view-all-btn {
	padding: 8px 20px;
	background-color: #e53935;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s ease;
}

.view-all-btn:hover {
	background-color: #c62828;
	color: #fff;
}
/* About Us Section Css */
.about-banner {
	background: url("images/banner.jpeg") no-repeat center center / cover;
}

/* .banner-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
} */

.description {
	font-family: "nunito", sans-serif;
	font-size: 18px;
	text-align: justify;
}
@media (max-width: 767px) {
	.abt-img {
		height: 30vh;
		border-radius: 0;
		object-fit: cover;
		margin-top: 10px;
	}
	.banner-title {
		font-size: 28px;
	}
	.description {
		font-size: 16px;
	}
}

.z-1 {
	z-index: 2;
}

/* All service Modules css  */
.service-icon {
	text-align: center;
	transition: all 0.3s ease;
}
.service-icon img {
	height: 65px;
	transition: transform 0.3s ease;
}
@media (max-width: 767px) {
	.service-icon img {
		height: 65px;
		transition: transform 0.3s ease;
	}
}

.service-icon:hover img {
	transform: scale(1.1);
}
.service-icon p {
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	color: #333;
}
/* Footer Secton Css */

.services-tabs {
	background-color: #f5f5f5;
	padding: 30px;
}

.services-tabs .nav-link {
	border: none;
	border-bottom: 2px solid transparent;
	color: #333;
	font-weight: 500;
	margin-right: 20px;
}

.services-tabs .nav-link.active {
	border-bottom: 2px solid #000;
	color: #000;
}

.tabs-title {
	font-family: "nunito", sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.tab-links {
	margin-bottom: 20px;
	color: #666;
	font-size: 15px;
	line-height: 1.6;
	max-width: 1300px;
	margin: auto;
	text-align: justify;
	font-family: "nunito", sans-serif;
}

.tab-links a {
	color: #333;
	text-decoration: none;
	margin-right: 15px;
	white-space: nowrap;
}

.tab-links a:hover {
	text-decoration: underline;
}

.services-description {
	color: #666;
	font-size: 15px;
	line-height: 1.6;
	max-width: 1300px;
	margin: auto;
	text-align: justify;
	font-family: "nunito", sans-serif;
}

/* Project Dervices Design Css */
.bedroom-banner {
	background: url("images/1.png") center center/cover no-repeat;
	height: 50vh;
	position: relative;
	color: white;
}

@media (max-width: 768px) {
	.bedroom-banner {
		height: 35vh;
		position: relative;
		color: white;
		margin-top: 37px;
	}
}

/* Meet Your Team Css */
.team-card {
	text-align: center;
	border-radius: 10px;
	background: #fff;
}

.team-card img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.carousel-indicators [data-bs-target] {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #e53935;
}

@media (min-width: 768px) {
	#teamCarousel {
		display: none; /* Hide carousel on desktop */
	}
}

@media (max-width: 767px) {
	#teamGrid {
		display: none; /* Hide grid on mobile */
	}
}

/* video section */
.video-section {
	background: url("images/1.png") center center/cover no-repeat;
	height: 400px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	inset: 0;
}

.play-button {
	z-index: 2;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	width: 70px;
	height: 70px;
	font-size: 30px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease;
}

.play-button:hover {
	background: red;
	color: #fff;
}

.video-modal iframe,
.video-modal video {
	width: 100%;
	height: 400px;
}

@media (max-width: 767px) {
	.video-section {
		height: 300px;
	}

	.video-modal iframe,
	.video-modal video {
		height: 200px;
	}
}

/* We Gave granty */

.feature-icon {
	font-size: 2.5rem;
	color: #e63946;
}

.feature-box {
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.feature-box:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Fixed Call Action */
.fixed-contact-buttons {
	position: fixed;
	right: 10px;
	bottom: 80px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 999;
}

.contact-btn {
	width: 40px;
	height: 40px;
	background-color: #e53935;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transition: background 0.3s ease;
}

.contact-btn:hover {
	background-color: #c62828;
}

.whatsapp-btn {
	background-color: #25d366;
}

.whatsapp-btn:hover {
	background-color: #1ebe5b;
}

/* Hide elements on mobile devices */
@media (max-width: 991px) {
    .mobile-hide {
        display: none;
    }
}

/* Show elements on desktop */
@media (min-width: 992px) {
    .mobile-hide {
        display: block;
    }
    
    .mobile-hide.btn {
        display: inline-block;
    }
}
