@import 'https://fonts.googleapis.com/css?family=Lora:400,400i,700|Raleway:300,600,700,900';
@import 'https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css';
/*Global Settings*/
body{
	font-family: 'Lora', serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	color: #424242;

	margin-bottom: 35px;
	margin-top: 0;
}
h1{
	font-size: 45px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 21px;
}
p{
	font-size: 16px;
	font-style: italic;
	color: #818181;
}
a{
	transition: all 0.3s ease-in-out;
}
section{
	text-align: center;
}
.blockquote p{
	font-size: 32px;
	line-height: 45px;
	padding-left: 30px;
	border-left: 3px solid #424242;
	color: #424242;
}

.title{
	position: relative;
	margin-bottom: 100px;
}
.title:after{
	content: '';
	height: 5px;
	width: 40px;
	background-color: #d2ab66;
	position: absolute;
	top: 81px;
	left: calc(50% - 20px);
}



/*Bootstrap*/
.navbar-vira{
	background-image: none;
	background-color: transparent;
	margin-bottom: 0;
	border-radius: 0;
	border-color: transparent;
	transition: all 0.3s ease-in-out;
}
.form-control option{
	color: #424242;
}
.form-control{
	border-radius: 0;
	padding: 25px;
    font-size: 18px;
    font-style: italic;
    background-color: transparent;
    color: #424242;
    margin-bottom: 30px;
	border-color: #d2ab66;
}
.form-control:focus{
	border-color: #d2ab66;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(81, 194, 185, 0.6);
}
.form-control::-webkit-input-placeholder {
    color: #fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;  
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;  
}
.form-control:-ms-input-placeholder {  
    color: #fff;  
}

.element .form-control::-webkit-input-placeholder {
    color: #424242;
}
.element .form-control:-moz-placeholder { /* Firefox 18- */
    color: #424242;  
}
.element .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #424242;  
}
.element .form-control:-ms-input-placeholder {  
    color: #424242;  
}




/*Helper class*/
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mr60{
	margin-right: 60px;
}
.bg-img{
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.bg-img div{
	z-index: 1;
	position: relative;
}
.bg-img:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
}
.section{
	padding: 100px 0;
}

/*Vira Card*/
.vira-card{
	text-align: center;
	/*margin-bottom: 45px;*/
}
.vira-card .vira-card-header{
	margin-bottom: 45px;
}
.vira-card .vira-card-header .card-icon{
	border: 1px solid #d2ab66;
	border-radius: 100%;
	display: inline-block;
	height: 120px;
	width: 120px;
	line-height: 120px;
	position: relative;
}
.vira-card .vira-card-header .card-icon .fa{
	margin-top: 45px;
	font-size: 30px;
}
.vira-card .vira-card-header .card-icon:after{
	content: '';
	height: 100px;
	width: 100px;
	background-color: #d2ab66;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
}
.vira-card .vira-card-header .card-icon span{
	color: #fff;
	font-size: 45px;
	position: relative;
	z-index: 1;
}
.vira-card .vira-card-content h3{
	position: relative;
	margin-bottom: 60px
}
.vira-card .vira-card-content h3:after{
	content: '';
	height: 1px;
	width: 44px;
	background-color: #d2ab66;
	position: absolute;
	top: 52px;
	left: calc(50% - 22px);
}
.vira-card .vira-card-content p{
	font-size: 15px;
}
.vira-card .vira-card-content .social-icons{
	margin-top: 30px;
}

/*Button*/
.vira-btn{
	border-color: #d2ab66;
	font-style: italic;
	color: #d2ab66;
	border-radius: 0;
	letter-spacing: 3px;
	padding: 15px 80px;
	margin-bottom: 30px;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
.vira-btn:hover{
	background-color: #d2ab66;
	color: #fff;
}
.solid{
	background-color: #d2ab66;
	color: #fff;
}
.solid:hover{
	background-color: #fff;
	color: #d2ab66;
}
.small-btn{
	padding: 10px 130px;
}



/*Element page*/
.element .navigation-bar{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.element .navigation-bar a{
	color: #424242;
}
.element .dark-bar{
	background-color: #fff;
}
.element .menu:after{
	color: #424242;
}
.element .title:after{
	left: 0;
	top: 60px;
}
.headings p{
	margin-bottom: 80px;
}
.social-icons ul{
	text-align: center;
	padding-left: 0;
	display: inline-block;
}
.social-icons ul a li{
	display: inline-block;
	list-style-type: none;
    border: 2px solid #d2ab66;
    margin-right: 10px;
    background-color: #d2ab66;
    color: #fff;
	font-size: 18px;
    line-height: 32px;
    width: 36px;
}
.social-icons ul a li:last-child{
	margin-right: 0;
}
.social-icons ul a:hover li{
	color: #d2ab66;
	background-color: #fff;
}








/*Navigation*/
#menu-item{
	transition: all 0.3s ease-in-out;
}
.menu-item{
	background-color: #1a1a1a;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
.menu-item ul{
	padding-left: 0;
	margin-bottom: 0;
}
.menu-item ul a li{
	padding: 15px 0;
	list-style-type: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu-item ul a:hover li{
	color: #d2ab66;
	text-decoration: none;
}
.hide-menu{
	margin-top: -377px;
}
.show-menu{
	margin-top: 0;
}
.dark-bar{
	background-color: #424242;
	background-image: none;
}
.navigation-bar{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 15px 0;
	font-size: 30px;
}
.navigation-bar a{
	color: #fff;
}
.menu{
	position: relative;
	display: inline-block;
}

.menu:after{
	position: absolute;
	left: -65px;
	top: 10px;
	color: #fff;
	font-size: 16px;
}
.m:after{
	content: 'MENU';
}
.c:after{
	content: 'CLOSE';
}


/*Home page*/
/* Update the existing .header class */
.header {
    /* Removed background-image: url(../images/1.jpg); */
    height: 100vh;
    position: relative;
    min-height: 659px;
    overflow: hidden; /* Important to keep video inside header */
    background-color: #000; /* Fallback color */
}

/* Add this new class for the video element */
.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0; /* Sits behind the overlay and content */
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* Update .bg-img:after to ensure the dark overlay sits ON TOP of the video */
.bg-img:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 1; /* Sits above video, below text */
}

/* Ensure the navbar and content containers sit above the overlay */
.navbar-vira, 
.header .container {
    position: relative;
    z-index: 2;
}

.intro-box{
	height: 100vh;
	display: table;
	text-align: center;
	width: 100%;
}
.intro{
	display: table-cell;
	vertical-align: middle;
}
.header h1{
	margin: 0;
}
.header h1, .header p{
	color: #fff;
	letter-spacing: 2px;
}
.header p{
	font-size: 32px;
	padding-top: 0;
	padding-bottom: 40px;
}
.header .vira-btn{
	border-color: #fff;
	color: #fff;
}
.header .vira-btn:hover{
	background-color: #fff;
	color: #424242;
}

.about{
	background-color: #f8f8f8;
}
.about img{
	margin: 30px auto;
	display: block;
}
.about span{
	font-family: 'Raleway';
	font-weight: 600;
}

.expert{
	background-color: #f8f8f8;
}
.expert p{
	line-height: 200%;
}
.expert .bg-img {
    background-image: url(../images/2.jpg);
    background-position: center; /* Changed from 85% to center for better mobile framing */
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px; /* Gives the image height when columns stack on mobile */
    height: 100%;
}

/* Add this Media Query at the bottom of your CSS or inside your mobile section */
@media (max-width: 767px) {
    .expert .bg-img {
        min-height: 300px; /* Adjusted height for smaller phone screens */
        background-position: center;
    }
    
    .expert .section {
        padding-top: 50px; /* Adds space after the image when stacked */
        padding-bottom: 50px;
    }
}
.expert .bg-img:after{
	display: none;
}
.expert .section{
	padding-left: 30px;
	padding-right: 30px;
}


.vira-quote {
    background-image: url(../images/3.png);
    padding: 200px 0;
    color: #fff;
    font-style: italic;
    
    /* Fix for cropping */
    background-size: cover;      /* Scales the image to cover the entire section */
    background-position: center;  /* Centers the image so the most important part is visible */
    background-repeat: no-repeat; /* Prevents the image from tiling if the section is large */
}
.vira-quote p{
	font-size: 32px;
	color: #fff;
}
.vira-quote .quote{
	margin-bottom: 40px;
}
.vira-quote .author{
	font-size: 21px;
	margin-bottom: 40px;
}
.watch{
	background-image: url(../images/7.jpg);
	font-style: italic;
	font-size: 32px;
	color: #fff;
	padding: 150px 0;
}
.watch a{
	border: 2px solid #fff;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 70px;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	padding: 0;
	font-size: 21px;
	color: #fff;
}
.watch a:hover, .watch a:active, .watch a:focus{
	background-color: #fff;
	color: #424242;
}

/* --- Desktop Settings --- */
.subscribe {
    background-image: url(../images/contact.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: fixed; /* Keep the parallax effect for desktop */
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- Mobile "Force Fix" (Devices under 768px) --- */
@media (max-width: 767px) {
    .subscribe {
        /* 1. Disable fixed attachment (This is usually what causes the zoom bug) */
        background-attachment: scroll !important;
        
        /* 2. Change 'cover' to 'contain' if it's an infographic/text image */
        /* Use 'cover' if you want it to fill the background without white gaps */
        background-size: contain !important; 
        
        /* 3. Manually set the height so it doesn't vanish */
        min-height: 300px !important; 
        height: auto !important;
        
        /* 4. Reset aspect ratio if it's stretching the container */
        aspect-ratio: auto !important;
        
        /* 5. Disable the falling animation which might be resetting positions */
        animation: none !important;
        
        padding: 40px 0 !important;
    }
}



.contact .vira-card{
	background-color: #f8f8f8;
	padding: 35px 0;
	transition: all 0.3s ease-in-out;
	margin-bottom: 45px;
}
/*.contact .vira-card:hover{
	box-shadow: 0px 4px 2px rgba(17, 17, 17, 0.3);
}*/
.contact .vira-card .vira-card-header{
	margin-bottom: 15px;
	font-size: 21px;
	color: #d2ab66;
}
.contact .vira-card .vira-card-content h3{
	letter-spacing: 2px;
	margin-bottom: 45px;
}
.contact .vira-card .vira-card-content h3:after{
	top: 40px;
}
.contact .vira-card .vira-card-content p{
	font-size: 18px;
}
.footer{
	background-color: #d2ab66;
	text-align: center;
	padding: 10px 0;
}
.footer span{
	color: #fff;
}
.footer p{
	font-size: 12px;
	color: #fff;
	margin-bottom: 0;
}
.footer a{
	color: #fff;
}




/*animations*/
.vira-card .vira-card-header .card-icon:after{
	transition: all 0.3s ease-in-out;
}
.vira-card:hover .vira-card-header .card-icon:after{
	height: 120px;
	width: 120px;
	top: -1px;
	left: -1px;
}
.owl-theme .owl-dots .owl-dot span{
	background-color: #d2ab66;
	margin: 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color: #d2ab66;
	height: 14px;
	width: 14px;
	margin: 3px;
}




@media (max-width: 767px){
	.vira-card{
		margin-bottom: 60px;
	}
}



/* Styling for the anchor container */
.navbar-brand.p-0 {
    display: flex;
    align-items: center;
    padding: 0 !important; /* Ensures no extra padding interferes with logo size */
}

/* Base styling for the logo image */
.custom-logo {
    height: auto; /* Maintains the aspect ratio */
    width: auto;
    max-height: 45px; /* Default height for desktop/web */
    transition: all 0.3s ease-in-out; /* Smooth resizing when switching devices */
}

/* Mobile Responsiveness (Devices smaller than 768px) */
@media (max-width: 767px) {
    .custom-logo {
        max-height: 40px; /* Smaller height for mobile phones */
    }
}

/* Tablet/Small Screens (Between 768px and 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .custom-logo {
        max-height: 50px; 
    }
}










/* Container for the service card */
.service-card {
    position: relative;
    height: 450px; /* Adjust height as needed */
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end; /* Keeps the title at the bottom initially */
    transition: all 0.5s ease;
}

/* The dark overlay that will appear on hover */
.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Light tint by default */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

/* The text wrapper */
.service-content {
    z-index: 2;
    text-align: center;
    width: 100%;
}

.service-content h3 {
    color: #fff !important; /* Keep heading white */
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

/* The description hidden by default */
.service-content .description {
    color: #fff !important;
    font-size: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    margin-bottom: 0;
}

/* HOVER STATES */

.service-card:hover .service-overlay {
    background: rgba(210, 171, 102, 0.85); /* Your theme gold color #d2ab66 with opacity */
}

.service-card:hover .description {
    opacity: 1;
    transform: translateY(0); /* Slides text up into view */
}

.service-card:hover h3 {
    transform: translateY(-10px); /* Slightly lifts the heading */
}

.service-card:hover {
    transform: scale(1.02); /* Subtle zoom effect */
}



/* Featured Service Section */
.featured-service-section {
    background-color: #fcfcfc;
    overflow: hidden;
    padding: 80px 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

/* Image Styling with Floating Badge */
.featured-image-wrapper {
    position: relative;
    padding: 20px;
}

.featured-image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
}

.decoration-badge {
    position: absolute;
    bottom: 50px;
    right: -10px;
    background: #d2ab66; /* Your theme gold */
    color: #fff;
    padding: 15px 30px;
    transform: rotate(-5deg);
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}

/* Content Box Styling */
.featured-content-box {
    padding: 60px;
}

.category-tag {
    color: #d2ab66;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 15px;
}

.featured-title {
    font-size: 48px !important;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
    text-align: left; /* Overriding your global center align */
}

.featured-desc {
    font-size: 18px !important;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
    text-align: left;
    max-width: 500px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .featured-content-box {
        padding: 40px 20px;
        text-align: center;
    }
    .featured-title, .featured-desc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .decoration-badge {
        right: 20px;
        bottom: 30px;
    }
}


/* Container for the buttons */
.fixed-actions {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px; /* Space between buttons */
    z-index: 9999;
}

/* Base style for all action buttons */
.action-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.action-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

/* Specific Colors */
.call-btn { background-color: #d2ab66; } /* Dark grey to match your headers */
.whatsapp-btn { background-color: #25D366; } /* WhatsApp Green */
.top-btn { background-color: #d2ab66; } /* Your Theme Gold */

/* Smooth scroll handling for the button visibility */
#scrollTopBtn {
    opacity: 0;
    visibility: hidden;
}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
}


/* Keeps the contact links looking like the original text */
.vira-card-content a {
    color: inherit;
    text-decoration: none;
}

.vira-card-content a:hover {
    color: #d2ab66; /* Changes to your theme gold on hover */
    text-decoration: underline;
}

/* Ensures the icons also use theme colors when linked */
.vira-card-header a {
    color: inherit;
}


/* --- Centering the Local Image Icon --- */

/* --- ULTIMATE ALIGNMENT FIX --- */

.vira-card-header .card-icon {
    position: relative !important;
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto !important;
    display: block !important; /* Resetting flex to use absolute centering */
}

.local-icon {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important; /* This is the secret to perfect centering */
    width: 55px !important; /* Adjust size to your liking */
    height: auto !important;
    z-index: 10 !important;
    display: block !important;
}

/* Ensure the theme's gold circle doesn't shift */
.vira-card-header .card-icon:after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    z-index: 1 !important;
}


.subscribe {
    /* Your existing image code */
    background-image: url(../images/contact.png); 
    
    /* Crucial for the effect */
    background-attachment: fixed; /* Keeps image pinned while section moves */
    background-position: center top; /* Starts at the top */
    background-repeat: no-repeat;
    background-size: cover;
    
    /* Ensure section has height to see the movement */
    min-height: 600px; 
    width: 100%;
    overflow: hidden;
    
    /* Smooth transition */
    transition: background-position 0.1s ease-out;
}


@keyframes fallDown {
    0% {
        background-position: center -100px;
        opacity: 0;
    }
    100% {
        background-position: center 0px;
        opacity: 1;
    }
}

.subscribe {
    background-image: url(../images/contact.png);
    background-size: cover;
    background-position: center;
    animation: fallDown 1.5s ease-out forwards;
}

/* On-Site Maintenance Section */
.maintenance-section {
    background-color: #ffffff;
}


.maintenance-box {
    background: #fff;
    border: 4px solid #d2ab66;
    border-radius: 0px 0px 50px 0px;
    padding: 0;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    text-align: center;
}



.maintenance-img {
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 50px 0px;
}

.maintenance-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.maintenance-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(210, 171, 102, 0.9); /* Theme Gold */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.maintenance-overlay i {
    color: #fff;
    font-size: 40px;
}

.maintenance-info {
    padding: 25px 15px;
}

.maintenance-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #424242;
}

.maintenance-info h3:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #d2ab66;
    margin: 10px auto 0;
}

.maintenance-info p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Hover Effects */
.maintenance-box:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    border-color: #d2ab66;
}

.maintenance-box:hover .maintenance-img img {
    transform: scale(1.1);
}

.maintenance-box:hover .maintenance-overlay {
    opacity: 1;
}


/* Hierarchy-Specific Styling */
.main-feature {
    height: 100%; /* Stretches to match the sub-services grid */
    border-width: 6px !important; /* Thicker border for the main heading */
}

.main-feature .maintenance-img img {
    height: 400px; /* Taller image for the main feature */
}

.main-feature h3.main-heading {
    font-size: 24px;
    color: #d2ab66; /* Using theme gold for the main title */
}

.sub-card {
    border-width: 2px !important; /* Thinner border for sub-headings */
}

.sub-card .maintenance-img img {
    height: 150px; /* Smaller images for secondary services */
}

.sub-card .maintenance-info {
    padding: 15px 10px;
}

.sub-card .maintenance-info h3 {
    font-size: 16px;
}

/* Ensure equal height boxes on desktop */
@media (min-width: 992px) {
    .maintenance-box.main-feature {
        min-height: 580px;
    }
}



/* Split-Feature Design Styles */
.display-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-service-focus {
    text-align: left;
    padding-right: 30px;
}

.feature-img-container {
    position: relative;
    margin-bottom: 25px;
}

.feature-img-container img {
    border-radius: 0 50px 0 50px;
    box-shadow: 20px 20px 0px rgba(210, 171, 102, 0.1);
}

.feature-label {
    position: absolute;
    bottom: -15px;
    right: 20px;
    background: #d2ab66;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.sub-service-item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    margin-bottom: 15px;
    padding: 15px;
    border-left: 4px solid #d2ab66;
    transition: 0.3s;
}

.sub-service-item:hover {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transform: translateX(10px);
}

.item-thumb {
    flex: 0 0 80px;
    height: 80px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-desc h4 {
    margin-bottom: 5px;
    font-size: 16px;
    text-align: left;
}

.item-desc p {
    margin: 0;
    font-size: 13px;
    text-align: left;
}



/* --- New "Special Section" Styling --- */

.maintenance-section-focus {
    /* 1. LAYER THE BACKGROUNDS (Image, then Gold Gradient) */
    background-image: 
        linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(210,171,102,0.85) 100%), /* Gold gradient to right */
        url('../images/pump-section-bg.png'); /* Subdued industrial image */
        
    /* 2. CRITICAL FOR LAYERING */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Parallax effect for desktop */
    
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

/* Ensure global title stays golden, but with a background */
.light-title:after {
    left: 50% !important; /* Forces it back to center for this section */
    transform: translateX(-50%);
}

.light-title h2 {
    color: #fff !important; /* Title text color */
}

/* Base style for light-text class */
.light-text h3 {
    color: #fff !important;
}

.light-text p {
    color: #f2f2f2 !important; /* Slightly off-white for description */
    font-size: 16px;
    font-style: italic;
    opacity: 1; /* Override any fade class */
    text-align: left; /* Alignment of left side text */
}

/* Adjustments for right side sub-services */
.sub-services-list .item-light {
    background: rgba(255,255,255,0.05) !important; /* Very subtle light card */
    border-left-color: #fff !important; /* White accent bar */
    color: #fff !important;
}

.sub-services-list .item-light:hover {
    background: rgba(255,255,255,0.15) !important;
    transform: translateX(10px);
}

.item-light .item-desc h4 {
    color: #fff !important;
}

.item-light .item-desc p {
    color: #f2f2f2 !important;
}

/* General Layout Fixes */
.display-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-service-focus {
    text-align: left;
    padding-right: 30px;
}

.feature-img-container {
    position: relative;
    margin-bottom: 25px;
}

.feature-img-container img {
    border-radius: 0 50px 0 50px;
    box-shadow: 20px 20px 0px rgba(210, 171, 102, 0.1);
}

.feature-label {
    position: absolute;
    bottom: -15px;
    right: 20px;
    background: #d2ab66;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.item-thumb {
    flex: 0 0 80px;
    height: 80px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Specific Alignment for descriptions */
.sub-services-list .sub-service-item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    margin-bottom: 15px;
    padding: 15px;
    border-left: 4px solid #d2ab66;
    transition: 0.3s;
}

.item-desc h4 {
    margin-bottom: 5px;
    font-size: 16px;
    text-align: left;
}

.item-desc p {
    margin: 0;
    font-size: 13px;
    text-align: left;
    font-style: normal; /* Removes global italic setting */
}

@media (max-width: 991px) {
    .maintenance-section-focus {
        background-attachment: scroll !important; /* Parallax off on mobile */
        padding: 50px 0;
    }
    .main-service-focus {
        text-align: center;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .light-text p {
        text-align: center;
    }
    .light-title:after {
        left: 50% !important;
    }
}


#expert-slider .item {
    text-align: center;
    padding: 20px;
}



/* Water Pipeline Section Styles */
.pipeline-section {
    background-color: #fcfcfc;
    overflow: hidden;
    padding: 120px 0;
}

.pipeline-content-box {
    text-align: left;
    padding-right: 40px;
    position: relative;
    z-index: 2;
}

.service-tag {
    color: #d2ab66;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

.pipeline-title {
    font-size: 42px !important;
    line-height: 1.1;
    margin-bottom: 30px;
    text-align: left;
}

.pipeline-title span {
    color: #d2ab66;
}

.pipeline-text p {
    font-size: 17px !important;
    line-height: 1.8;
    font-style: normal;
    color: #555;
    margin-bottom: 25px;
    text-align: left;
}

.pipeline-features {
    list-style: none;
    padding: 0;
}

.pipeline-features li {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px;
    color: #424242;
    display: flex;
    align-items: center;
}

.pipeline-features li i {
    color: #d2ab66;
    font-size: 20px;
    margin-right: 12px;
}

/* Image Card with Floating Badge */
.pipeline-image-card {
    position: relative;
    padding-left: 20px;
}

.pipeline-image-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 0 80px 0 80px;
    box-shadow: 30px 30px 0px rgba(210, 171, 102, 0.1);
    transition: transform 0.5s ease;
}

.pipeline-experience-badge {
    position: absolute;
    top: 40px;
    left: -20px;
    background: #424242;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
}

.pipeline-experience-badge strong {
    display: block;
    font-size: 22px;
    color: #d2ab66;
    letter-spacing: 2px;
}

.pipeline-experience-badge span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .pipeline-content-box {
        padding-right: 0;
        text-align: center;
        margin-bottom: 60px;
    }
    .pipeline-title, .pipeline-text p {
        text-align: center;
    }
    .pipeline-features li {
        justify-content: center;
    }
    .pipeline-image-card {
        padding-left: 0;
    }
    .pipeline-experience-badge {
        left: 20px;
    }
}



.services-prism-section {
    padding: 100px 0;
    background: #ffffff;
}

.prism-wrapper {
    display: flex;
    width: 100%;
    height: 600px;
    gap: 15px;
    padding: 20px;
}

.prism-card {
    position: relative;
    flex: 0.7; /* Smaller default width */
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    display: flex;
    align-items: flex-end;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Persistent Active State and Hover State */
.prism-card.active,
.prism-card:hover {
    flex: 5; 
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

/* Background Image Zoom on Active */
.prism-card.active {
    background-size: 110%;
}

.prism-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
    transition: all 0.5s ease;
    z-index: 1;
}

.prism-card.active .prism-overlay,
.prism-card:hover .prism-overlay {
    background: linear-gradient(to top, rgba(210, 171, 102, 0.8) 0%, rgba(0,0,0,0.4) 100%);
}

.prism-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon-box {
    min-width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    border: 1px solid rgba(255,255,255,0.3);
}

.icon-box i {
    font-size: 28px;
    color: #fff;
}

.text-area {
    overflow: hidden;
}

.prism-content h3 {
    color: #fff !important;
    font-size: 22px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.prism-content p {
    color: #fff !important;
    font-size: 15px;
    font-style: normal;
    margin: 0;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s ease 0.2s; /* Delayed fade in */
    white-space: nowrap;
}

/* Show Text only when Active */
.prism-card.active .prism-content p,
.prism-card:hover .prism-content p {
    opacity: 1;
    transform: translateX(0);
}

.prism-card.active .icon-box,
.prism-card:hover .icon-box {
    background: #fff;
    transform: scale(1.1);
}

.prism-card.active .icon-box i,
.prism-card:hover .icon-box i {
    color: #d2ab66;
}

/* Responsive */
@media (max-width: 991px) {
    .prism-wrapper { flex-direction: column; height: auto; }
    .prism-card { flex: none; width: 100%; height: 150px; margin-bottom: 10px; }
    .prism-card.active { height: 280px; }
}