/* ------- TOP BAR ------- */
:root {
	--primary-orange: #ff6d00;
	--dark-blue: #0f172a;
	--gray: #64748b;
	--light: #f8fafc;
}
.text-orange {
	color: var(--primary-orange);
}
.top-bar {
	background: #071c2c;
	padding: 5px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.top-bar a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}

.top-bar .social-icons a {
	font-size: 18px;
	margin-left: 10px;
}

/* ------- NAVBAR ------- */
.navbar-brand {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.nav-link {
	color: #000;
	font-weight: 500;
}

.active-menu, .orange {
	color: #ff7a00!important;
}

.nav-link:hover,
.nav-link.active {
	color: #ff7a00;
}

.modal-dialog {
	max-width: 800px!important;
}

.modal-content {
	border-radius: 0;
}

/* ------- HERO SECTION (CAROUSEL) ------- */
.hero-slider {
	position: relative;
	height: 90vh;
	width: 100%;
	overflow: hidden;
}

/* .slide1 { 
	background: url('https://pxhere.com/en/photo/902546') center/cover no-repeat;
}
.slide2 { 
	background: url('https://pxhere.com/en/photo/983891') center/cover no-repeat;
}
.slide3 { 
	background: url('https://pxhere.com/en/photo/1017121') center/cover no-repeat;
} */

.slide1 {
	background: url('../../image/slide-image-1.jpg') center/cover no-repeat;
}
.slide2 {
	background: url('../../image/slide-image-2.jpg') center/cover no-repeat;
}
/* .slide3 {
	background: url('https://images.unsplash.com/photo-1681691423422-bcaa3eaad7e8?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
} */

.hero-bg {
	height: 100%;
	width: 100%;
	position: relative;
}

.overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.45);
}

.hero-content {
	position: relative;
	z-index: 5;
	max-width: 600px;
	padding-top: 160px;
	padding-left: 20px;
	color: #fff;
}

.small-title {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	opacity: 0.85;
	margin-bottom: 15px;
}

.big-title {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 20px;
}

.hero-text {
	font-size: 17px;
	opacity: 0.9;
	margin-bottom: 30px;
}

/* ---------- CAROUSEL ARROWS ----------- */
.carousel-control-prev span i,
.carousel-control-next span i {
	font-size: 55px;
	/* color: #ff7a00; */
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	transition: transform 0.3s ease, color 0.3s ease;
}

.carousel-control-prev:hover span i,
.carousel-control-next:hover span i {
	transform: scale(1.2);
	/* color: #ffc107; */
}

/* ---------- CAROUSEL DOTS ----------- */
#heroCarousel {
	position: relative;
}

#heroCarousel .carousel-indicators {
	flex-direction: column;
	position: absolute;
	right: 30px;
	top: 50%;
	left: auto;
	bottom: auto;
	transform: translateY(-50%);
	gap: 12px;
}

.carousel-indicators [data-bs-target] {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #ff7a00;
	background: transparent;
	opacity: 1;
}

.carousel-indicators .active {
	background: #ff7a00;
}

/* ----------ABOUT SECTION ---------- */

.btn-orange {
	background-color: var(--primary-orange);
	color: white;
}
.btn-orange:hover {
	background-color: #e65100;
	color: white;
}
.btn-orange-outline {
	border:2px solid var(--primary-orange);
	color: var(--dark-blue);
}
.btn-orange-outline:hover {
	background-color: #e65100;
	color: white;
}
.about-section {
	padding: 100px 0;
	background-color: #f8fafc;
}
.about-text h2 {
	font-size: 3rem;
	font-weight: 700;
	color: var(--dark-blue);
}
.about-text p.text-muted {
	font-size: 1.1rem;
	line-height: 1.8;
}
.feature-list i {
	color: var(--primary-orange);
	font-size: 1.2rem;
}
.img-stack {
	position: relative;
}
.img-top {
	position: absolute;
	top: -50px;
	left: 50px;
	width: 280px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	border-radius: 12px;
}
.img-bottom {
	width: 380px;
	box-shadow: 0 15px 35px rgba(0,0,0,0.2);
	border-radius: 12px;
}

/* -------------SERVICE SECTION ------------ */

.services-modern {
	padding: 120px 0;
	background: linear-gradient(135deg, #ffffff 0%, #fdf4f0 100%);
}

.section-badge {
	background: rgba(255, 109, 0, 0.12);
	color: var(--primary-orange);
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 20px;
}

.section-heading {
	font-size: 3.5rem;
	font-weight: 800;
	color: var(--dark-blue);
	line-height: 1.1;
}

.service-box {
	background: white;
	padding: 45px 30px;
	border-radius: 20px;
	text-align: center;
	height: 100%;
	transition: all 0.4s ease;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
}

.service-box::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 5px;
	background: var(--primary-orange);
	transform: scaleX(0);
	transition: transform 0.4s ease;
}

.service-box:hover::before {
	transform: scaleX(1);
}

.service-box:hover {
	transform: translateY(-12px);
	box-shadow: 0 25px 50px rgba(255, 109, 0, 0.12);
}

.icon-wrapper {
	width: 90px;
	height: 90px;
	background: var(--dark-blue);
	color: white;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	font-size: 2.4rem;
	transition: 0.4s;
}

.service-box:hover .icon-wrapper {
	background: var(--primary-orange);
	transform: rotate(10deg) scale(1.1);
}

.service-box h4 {
	font-weight: 700;
	font-size: 1.4rem;
	color: var(--dark-blue);
	margin-bottom: 15px;
}

.service-box p {
	color: var(--gray);
	font-size: 0.95rem;
	line-height: 1.7;
}

.read-more {
	color: var(--primary-orange);
	font-weight: 600;
	text-decoration: none;
	font-size: 1.1rem;
	margin-top: 15px;
	display: inline-block;
	opacity: 0;
	transition: 0.4s;
}

.service-box:hover .read-more {
	opacity: 1;
}

.small-text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #777;
    margin-bottom: 15px;
}

/* .main-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
} */

.desc-text {
    color: #707070;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.count {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
}

.count span {
    color: #ff6d00;
}

.count-text {
    color: #555;
    margin-top: -8px;
    font-size: 14px;
}

.service-img {
    max-width: 100%;
    border-radius: 10px;
}

/* -----------RECENT PROJECT -------- */

.gallery-section { padding: 100px 0; }

.gallery-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 30px;
	align-items: start;
}

/* Big Image Left */
.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	transition: all 0.4s ease;
}
.gallery-item:hover {
	transform: translateY(-15px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: transform 0.7s ease;
}
.gallery-item:hover img {
	transform: scale(1.12);
}

/* Overlay Card - Exactly like Shromik */
.gallery-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
	color: white;
	padding: 40px 30px 30px;
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.5s ease;
}
.gallery-item:hover .gallery-overlay {
	transform: translateY(0);
	opacity: 1;
}
.gallery-overlay h5 {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
}
.gallery-overlay p {
	color: #ff6b00;
	font-weight: 500;
	margin: 8px 0 0;
}

/* Special overlay for Painting Work (white card like original) */

.overlay-card {
	position: absolute;
	bottom: 30px;
	left: 30px;
	background: rgba(255,255,255,0.97);
	padding: 20px 28px;
	/* border-radius: 12px; */
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.5s ease;
	backdrop-filter: blur(10px);
}
.gallery-item:hover .overlay-card {
	transform: translateY(0);
	opacity: 1;
}
.overlay-card h5 {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 600;
	color: #222;
}
.overlay-card p {
	margin: 5px 0 0;
	font-size: 0.95rem;
	color: #ff6b00;
	font-weight: 500;
}

@media (max-width: 992px) {
	.gallery-grid { grid-template-columns: 1fr; }
}


/* --------- PROGRESS Section ------- */
.professional {
	/* height: 100vh;
	min-height: 650px; */
	background: linear-gradient(135deg, #ffffff 0%, #fdf4f0 100%);
	display: flex;
	align-items: center;
	position: relative;
	padding: 100px 0;
}
.professional h1 {
	font-size: 4.5rem;
	font-weight: 800;
	line-height: 1.1;
}
.professional .lead {
	font-size: 1.3rem;
	opacity: 0.9;
}
.skill-card {
	background: white;
	padding: 2rem;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	transform: translateY(50px);
}
.skill-item {
	margin-bottom: 1.8rem;
}
.skill-name {
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 1.1rem;
}
.progress {
	height: 10px;
	background: #eee;
	border-radius: 10px;
	overflow: hidden;
}
.progress-bar {
	background: var(--primary-orange);
	border-radius: 10px;
	width: 0;
	transition: width 2s ease-out;
}

.floating-icon {
	position: absolute;
	font-size: 3rem;
	color: rgba(255,107,0,0.15);
	animation: float 6s ease-in-out infinite;
}
@keyframes float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-20px); }
}

@media (max-width: 768px) {
	.professional h1 { font-size: 3rem; }
	.skill-card { margin-top: 3rem; }
}

/* ---------- VIDEO SECTION ---------- */

.video-section {
	position: relative;
	height: 400px;
	min-height: 400px;
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
	url('../../image/video-img.jpg') center/cover no-repeat;
	display: flex;
	align-items: center;
}

/* ========== PLAY BUTTON WITH PULSE + RIPPLE ANIMATION ========== */
.play-btn {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 15px 35px rgba(0,0,0,0.4);
	transition: all 0.4s;
	z-index: 10;
}

/* Pulse ring animation */
.play-btn::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 4px solid #ff6b35;
	border-radius: 50%;
	animation: pulseRing 2s infinite;
	opacity: 0;
}

/* Ripple waves */
.play-btn::after {
	content: '';
	position: absolute;
	width: 120%;
	height: 120%;
	background: rgba(255, 107, 53, 0.25);
	border-radius: 50%;
	animation: ripple 2s infinite;
	opacity: 0;
}

/* Triangle Play Icon */
.play-btn i {
	width: 0;
	height: 0;
	border-left: 26px solid #ff6b35;
	border-top: 18px transparent solid;
	border-bottom: 18px transparent solid;
	margin-left: 8px;
	transition: all 0.3s;
}

/* Hover effect */
.play-btn:hover {
	transform: translate(-50%, -50%) scale(1.15);
	box-shadow: 0 20px 45px rgba(0,0,0,0.5);
}
.play-btn:hover i {
	/* border-left-color: #fff; */
	transform: scale(1.2);
}

@keyframes pulseRing {
	0%   { transform: scale(0.9); opacity: 0; }
	50%  { opacity: 0.6; }
	100% { transform: scale(1.6); opacity: 0; }
}

@keyframes ripple {
	0%   { transform: scale(0.8); opacity: 0; }
	30%  { opacity: 0.4; }
	100% { transform: scale(2.2); opacity: 0; }
}

.btn-quote { background: #ff6b35; color: #fff; padding: 12px 32px; border-radius: 50px; font-weight: 600; }
.btn-quote:hover { background: #e55a2b; transform: translateY(-3px); }

/* ---------- TESTIMONIALS SECTION ---------- */

.testimonial-section {
	background-color: #f9f9f9;
	padding: 100px 0;
}
.section-subtitle {
	font-size: 0.9rem;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.section-title {
	font-size: 2.8rem;
	font-weight: 700;
	color: #222;
}


.quote-mark {
	position: relative;
	font-size: 120px;
	color: #ff6f0f;
	font-family: Georgia, serif;
	line-height: 1;
	margin-bottom: -50px;
	margin-top: -30px;
	opacity: 0.15;
	pointer-events: none;
}
.testimonial-card {
	background: #fff;
	border-radius: 12px;
	padding: 40px 25px 30px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.testimonial-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.quote-text {
	font-size: 1.1rem;
	color: #555;
	line-height: 1.8;
	margin: 20px 0 25px;
	font-style: italic;
}

.client-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #fff;
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
	margin: 0 auto 15px;
}

.client-img img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #fff;
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
	margin: 0 auto 15px;
}
.client-name {
	font-weight: 600;
	color: #222;
	margin-bottom: 5px;
}
.client-title {
	color: #888;
	font-size: 0.95rem;
}

/* Carousel dots */
.carousel-indicators {
	bottom: -50px;
}
.carousel-indicators [data-bs-target] {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
.carousel-indicators .active {
	background-color: #ff6f0f;
}

/* Team Section - New Design */

.team-section {
	padding: 140px 0 100px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.team-section::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	pointer-events: none;
}

.subtitle {
	color: var(--primary);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.main-title {
	font-size: 52px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 24px;
	background: linear-gradient(90deg, #fff, #ff9a6c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.description {
	color: #94a3b8;
	font-size: 18px;
	max-width: 700px;
	margin: 0 auto 70px;
	line-height: 1.7;
}

/* Team Cards - Modern Glassmorphism Style */

.team-card {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.4s ease;
	height: 100%;
}
.team-card:hover {
	transform: translateY(-20px);
	box-shadow: 0 25px 60px rgba(255, 107, 53, 0.25);
	border-color: var(--primary);
}
.team-card img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	transition: transform 0.5s;
}
.team-card:hover img {
	transform: scale(1.1);
}
.card-body {
	padding: 28px;
	text-align: left;
}
.member-name {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #fff;
}
.member-role {
	color: var(--primary-orange);
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 16px;
}
.member-bio {
	color: #94a3b8;
	font-size: 15px;
	line-height: 1.6;
}

.see-more-btn {
	background: transparent;
	color: var(--primary-orange);
	border: 2px solid var(--primary-orange);
	padding: 16px 45px;
	/* border-radius: 50px; */
	font-weight: 600;
	margin-top: 60px;
	transition: all 0.4s;
	text-decoration: none;
}
.see-more-btn:hover {
	background: var(--primary-orange);
	color: white;
	transform: translateY(-5px);
}

@media (max-width: 768px) {
	.main-title { font-size: 40px; }
	.team-card img { height: 280px; }
}

/*--------------- Blog Card ----------*/
.blog-section {
	padding: 140px 0px;
}
.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.blog-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-content {
    padding: 20px;
}

.blog-content .cat {
    font-size: 13px;
    color: #ff7b00;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-content .title {
    margin-top: 8px;
    font-weight: 700;
    font-size: 20px;
}

.blog-content .meta {
    font-size: 13px;
    opacity: 0.7;
    margin-top: 10px;
}

.blog-section .carousel-control-icon i {
    font-size: 45px;
    /* color: #ff7b00; */
}

.blog-section .carousel-control-next {
	right: -30px;
}

.blog-section .carousel-control-prev {
	left: -30px;
}

.blog-section .carousel-control-next,
.blog-section .carousel-control-prev {
    width: 60px;
    opacity: 1;
    color: white;
}


/*--------- Footer Styles --------*/

.footer-section {
    background: #0d1b24;
    color: #c7d2da;
}

.footer-logo {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.footer-text {
    margin-top: 10px;
}

.footer-title {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-links,
.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-social li {
    margin-bottom: 10px;
}

.footer-links a,
.footer-social a,
.footer-link {
    text-decoration: none;
    color: #c7d2da;
    transition: 0.3s;
}

.footer-links a:hover,
.footer-social a:hover,
.footer-link:hover {
    color: #ff8a00;
}

.footer-line {
    border-color: #33444e;
    margin-top: 25px;
    margin-bottom: 20px;
}

.footer-small-link {
    color: #c7d2da;
    text-decoration: none;
}

.footer-small-link:hover {
    color: #ff8a00;
}

.back-to-top {
    background: #ff8a00;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.back-to-top:hover {
    background: #e67700;
}

/* ===== contact SECTION ===== */
.contact-section {
    height: 280px;
    background: url('../../image/slide-image-1.jpg') no-repeat bottom;
    background-size: cover;
    position: relative;
}

/* Overlay */
.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); /* black overlay */
    z-index: 1;
}

/* Content above overlay */
.contact-section > * {
    position: relative;
    z-index: 2;
}

.contact-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
}

.contact-section h1 {
    position: relative;
    z-index: 2;
}

.contact-arrow {
    font-size: 20px;
    margin-top: 10px;
    animation: bounce 1.3s infinite;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

/* ---- CONTACT BOX ---- */

.contact-area {
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    height: 200px;
}

.contact-box:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.bg-orange {
    background: #ff6d00;
    color: #fff;
}

/* Contact Form BG */
.contact-form {
    background: #f5f3e9;
}

/* Contact Right Side Title */
.contact-form h2 {
    color: #0e2a47;
}

/* Button Styling */
.btn-warning {
    background: #ff8400 !important;
    border: none;
    font-size: 17px;
}

/* Left Image Full Height */
.contact-img {
    height: 100%;
    object-fit: cover;
}

/* Scroll Up Button */
.scroll-up-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    border: 2px solid #ff8400;
    cursor: pointer;
    transition: 0.3s;
}

.scroll-up-btn:hover {
    background: #ff8400;
    color: #fff;
}

/* Comment Box */
.comment-box {
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #0f172a;
    position: relative;
}

.reply-btn {
    background: #0f172a;
    color: #fff;
    padding: 4px 18px;
    margin-top: 10px;
}

.reply-btn:hover {
    background: #ff6d00;
}

/* Date Style */
.date, .date-sm {
    font-size: 14px;
    color: #6c757d;
    text-decoration: none;
}

/* Form */
.form-field {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.form-field:focus {
    box-shadow: none;
    border-bottom: 1px solid #000;
}

/* Sidebar Posts */
.sidebar-post img {
    object-fit: cover;
}


/* ---------- RESPONSIVE ---------- */

@media (max-width: 992px) {
	.top-bar {
		display: none;
	}
	.img-top {
		position: static;
		margin: 20px auto;
		width: 300px;
	}
	.img-bottom {
		width: 320px;
		margin: 0 auto;
	}
	.about-text h2 {
		font-size: 2.3rem;
	}
	#heroCarousel .carousel-indicators {
		top: 22%;
	}
}

@media (max-width: 992px) {
	.hero-content {
		padding-top: 120px;
		max-width: 500px;
	}
	.main-title {
		font-size: 45px;
	}
}

@media (max-width: 768px) {
	.hero-content {
		padding-top: 80px;
		max-width: 90%;
	}
	.main-title {
		font-size: 30px;
	}
	.hero-text {
		font-size: 15px;
	}
	.carousel-control-prev span i,
	.carousel-control-next span i {
		font-size: 35px;
	}
}

@media (max-width: 768px) {
	.section-heading { font-size: 2.6rem; }
	.service-box { margin-bottom: 30px; }
}

/* ------- service details start here ----------*/

.service-details-section {
  background: #ffffff;
}

.service-details-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.service-details-text {
  color: #555;
  line-height: 1.7;
}

.service-details-box {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 25px;
}

/* .service-details-list li {
  background: #fff;
  padding: 14px 18px;
  margin-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.service-details-list li:hover {
  background: #ff6d00;
  color: #fff;
}

.service-details-list li.active {
  background: #ff6d00;
  color: #fff!important;
} */

.service-img-box {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-img-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-img-box:hover img {
    transform: scale(1.08);
}

.custom-input {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 14px 18px;
    box-shadow: none;
}

.custom-input:focus {
    border-color: #0d6efd;
    box-shadow: none;
}

.contact-btn {
    width: 100%;
    border-radius: 30px;
    padding: 12px;
    font-weight: 600;
    background-color: var(--primary-orange);
    color: #fff;
}
.contact-btn:hover{
	background-color: #e65100;
}
.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: #555;
    font-size: 14px;
}

.contact-info i {
    color: var(--primary-orange);
    font-size: 18px;
    margin-top: 2px;
}

/* .service-details-box {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
}
 */
.service-details-list li {
    margin-bottom: 8px;
}

.service-details-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-radius: 10px;
    text-decoration: none;
    background-color: #fff;
    color: #222;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-details-list li a:hover {
    background: var(--primary-orange);
    color: #fff;
}

.service-details-list li a.active {
    background: var(--primary-orange);
    color: #fff!important;
}

.service-details-list .arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.service-details-list li a:hover .arrow {
    transform: translateX(6px);
}


/* ------Gallary Section ---------- */

.gallary-section {
    background: #fff;
}

.filter-btn {
    border: none;
    background: none;
    font-weight: 500;
    margin: 0 2px;
    padding-bottom: 5px;
    position: relative;
}

.filter-btn.active::after {
    content: "";
    width: 75%;
    height: 2px;
    background: var(--primary-orange);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.gallary-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallary-box img {
    transition: transform 0.4s ease;
    border-radius: 10px;
    height:400px;
}

.gallary-box:hover img {
    transform: scale(1.05);
}

.gallary-title {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
