@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #ecf0f5;
}
a {
    outline: 0 !important
}
a {
    text-decoration: none !important;
    transition: all .4s linear
}
a:hover {
    text-decoration: none !important
}
img, object {
    max-width: 100%;
}
.clr {
    clear: both;
}
h1 {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    font-size: 45px !important;
    color: #000 !important;
    font-weight: 800;
    line-height: 55px !important;
    font-family: "Oswald", sans-serif;
}
h2 {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    font-size: 40px !important;
    color: #000 !important;
    font-family: "Oswald", sans-serif;
    line-height: 48px !important;
    font-weight: 600;
}
h3 {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    font-size: 30px;
    color: #000 !important;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}
h4 {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    font-size: 25px !important;
    color: #000 !important;
    font-family: "Oswald", sans-serif;
}
h5 {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    font-size: 20px !important;
    color: #000 !important;
    font-family: "Oswald", sans-serif;
}
h6 {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    font-size: 18px !important;
    color: #000 !important;
    font-family: "Oswald", sans-serif;
}
p {
    font-size: 16px !important;
    line-height: 25px;
    color: #000000;
    font-family: 'Inter', sans-serif;
}

.top-nav {
    padding: 0px 0px 0px 0px;
    background-color: #0b52aa;
    border-radius: 0px 0px 50px 50px;
    color: #ffffff !important;
    font-size: 16px;
}
.middle {
    margin: auto;
    width: 1400px;
    height: auto;
    border: 1px solid red;
}
.hotline-container {
    padding: 0px;
    display: inline-block;
    justify-content: center;
}
.hotline-btn {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #ff0000 0%, #b30000 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.3);
    position: relative;
    overflow: visible;
    /* Main button pulse animation */
    animation: button-glow 2s infinite;
}
/* Icon Box Styling */
.icon-box {
    background: #fff;
    color: #ff0000;
    width: 20px;
    height: 20px;
    padding: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 15px;
    /* Icon blink animation */
    animation: icon-heartbeat 1.5s infinite;
}
/* Text Styling */
.text-box {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.text-box small {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
}
.text-box strong {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* --- ANIMATIONS --- */

/* 1. Button Glow Effect */
@keyframes button-glow {
 0% {
box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
}
 70% {
box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
}
 100% {
box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
}
}

/* 2. Icon Heartbeat (Blink) Effect */
@keyframes icon-heartbeat {
 0% {
transform: scale(1);
}
 10% {
transform: scale(1.3);
}
 20% {
transform: scale(1);
}
 30% {
transform: scale(1.3);
}
 40% {
transform: scale(1);
}
 100% {
transform: scale(1);
}
}
/* Hover par Animation tez ho jaye */
.hotline-btn:hover {
    transform: translateY(0px);
    color: #ffffff !important;
    text-decoration: none;
    background: linear-gradient(135deg, #ff1a1a 0%, #cc0000 100%);
}
.main-nav {
    margin: auto auto 20px auto;
    padding: 10px 10px 10px 10px;
    width: 1400px;
    height: auto;
    border-radius: 0px 0px 3px 3px;
    border: 1px solid #ebebeb;
    background: #FDFDFD;
    background: linear-gradient(180deg, rgba(253, 253, 253, 1) 0%, rgba(234, 234, 234, 1) 100%);
}
/* General Setup */
.custom-navbar {
    background-color: transparent;
    position: relative;
    top: 20px;
}
.nav-main {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-around;
}
.nav-item {
    position: static; /* Mega menu full width k liye */
}
.nav-link {
    display: block;
    padding: 0px 0px;
    text-decoration: none;
    color: #000000; /* Default color black */
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    text-transform: capitalize;
    transition: 0.5s;
}
.nav-link a {
    color: #ed1c24 !important;
    text-decoration: none;
}
/* Active & Click State */
.nav-link:hover {
    color: #ed1c24 !important;
    text-decoration: none;
}
/* Active & Click State */
.nav-link:focus {
    color: #ed1c24 !important;
    text-decoration: none;
}
/* Mega Menu Hidden State */
.megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f8f8f8;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: 0.3s ease;
    z-index: 999;
}
/* Hover Show Mega Menu */
.has-megamenu:hover .megamenu {
    visibility: visible;
    opacity: 1;
}
.megamenu-content {
    display: flex;
    padding: 30px 30px;
    gap: 40px;
}
.menu-column {
    flex: 1;
    border-left: 1px solid #eee;
    padding-left: 20px;
}
.menu-column:first-child {
    border: none;
}
/* Column Header with Blue Line */
.menu-column h3 {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
  padding-bottom: 15px !important;
    color: #000000;
}
.menu-column h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
	background-color: transparent;
	/*background: #003366;*/ /* Dark blue line */
}
/* Sub-links with Red Arrows */
.menu-column ul {
    list-style: none;
    padding: 0;
}
.menu-column ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    line-height: 2.2;
    display: block;
}
.menu-column ul li :hover {
    text-decoration: none;
    color: #ed1c24;
}
.menu-column ul li a::before {
    /* FontAwesome use karein ya ye direct unicode */
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* Styling */
    color: #ed1c24;
    margin-right: 12px;
    font-size: 14px;
    transition: all 0.3s ease; /* Hover effect ke liye */
}
/* Hover par arrow thoda aage move karega */
.menu-column ul li a:hover::before {
    margin-right: 18px;
    color: #000;
}
/* Red Bottom Bar */
.red-bottom-bar {
    height: 10px;
    background: #ed1c24;
    width: 100%;
}
.get-free {
    position: absolute;
}
.top-bar2 {
    padding: 14px 0px 0px 0px;
    text-align: right;
}
.top-nav2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: right;
    align-items: center;
}
.top-nav2 li {
    display: inline-block;
}
.top-nav2 li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 5px 5px 5px;
    transition: color 0.3s ease;
}
/* Hover Effect */
.top-nav li a:hover {
    color: #ccc; /* Your Red Color */
    text-decoration: underline;
}
/* Separator Style */
.separator {
    color: #ffffff;
    font-size: 8px;
    cursor: default;
}
.ticker-container {
    width: 100%;
    overflow: hidden;
    padding: 13px 0;
    border-bottom: 0px solid #333;
}
.ticker-scroll {
    display: flex;
    width: max-content; /* Ye text ki poori lambai khud measure karega */
    animation: continuous-scroll 40s linear infinite; /* Speed yahan se set karein */
}
.news-item {
    color: #fff;
    font-size: 16px;
    font-family: Arial, sans-serif;
    padding-right: 100px; /* News ke darmiyan gap */
    white-space: nowrap;
}

/* Loop Animation Logic */
@keyframes continuous-scroll {
 0% {
 transform: translateX(0);
}
 100% {
        /* Kyunke humne text double kiya hai, 
           isliye -50% par loop perfect reset hoga */
        transform: translateX(-50%);
}
}
/* Mouse hover par pause */
.ticker-container:hover .ticker-scroll {
    animation-play-state: paused;
}
/* Sirf is Dot ko design aur blink kiya gaya hai */
.blinking-dot {
    width: 10px;
    height: 10px;
    background-color: #ff0000; /* Red Color */
    border-radius: 50%;
    display: inline-block;
    /* Animation apply karna */
    animation: pure-blink 0.8s infinite;
    /* Halka sa glow taaki red color uthay */
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.8);
}

/* Blink Animation Logic */
@keyframes pure-blink {
 0% {
 opacity: 1;
 transform: scale(1);
}
 50% {
 opacity: 0.1; /* Bilkul halka ho jaye */
 transform: scale(0.9);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}
.quote-today {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #f1f1f2;
}
/* Grid Layout */
.logo-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1400px;
}
/* Flip Card Styling */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 150px;
    perspective: 1000px; /* 3D effect ke liye */
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border: 1px solid #eee;
}
/* Mouse Hover Par Flip */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
/* Front Side (Logo) */
.flip-card-front img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}
/* Back Side (Text) */
.flip-card-back {
    background-color: #f1f1f1;
    color: #333;
    transform: rotateY(180deg);
    flex-direction: column;
    padding: 5px;
}
.flip-card-back h3 {
    margin: 0;
    color: #000;
    font-size: 18px;
}
.flip-card-back p {
    font-size: 14px;
    color: #000;
}
.floating-box {
    width: 306px;
    height: auto;
    margin: 50px auto auto auto;
    border-radius: 10px;
    /* Animation Assignment */
    animation: floatUpDown 3s ease-in-out infinite alternate;
}

/* Defining the movement */
@keyframes floatUpDown {
 from {
 transform: translateY(0px); /* Starting position */
}
 to {
 transform: translateY(-50px); /* Moves 50px upwards */
}
}
.floating-box1 {
    width: 306px;
    height: auto;
    margin: 90px auto auto auto;
    border-radius: 10px;
    /* Animation: 2 seconds, smooth, kabhi nahi rukegi, aur reverse hogi */
    animation: floatUp 3s ease-in-out infinite alternate;
}

/* Upar ki taraf movement */
@keyframes floatUp {
 from {
 transform: translateY(-50px); /* Neeche se start hoga */
}
 to {
 transform: translateY(0px);   /* Upar finish hoga */
}
}
.ab-icon-left {
    width: 20%;
    height: auto;
    float: left;
    border: 0px solid red;
}
.ab-icon-right {
    width: 78%;
    height: auto;
    float: left;
    border: 0px solid red;
}
/* --- Main Grid Layout --- */
.hvac-services-grid {
    display: grid;
    /* Create an 8-column grid for flexibility (original has 4 per row, so this fits) */
    grid-template-columns: repeat(4, 1fr);
    /* No gaps between cards to replicate the original perfectly */
    gap: 0;
    width: 100%;
    max-width: 1600px; /* Optional: limits max width for ultra-wide screens */
    margin: 0 auto;
}
/* Base Card Styling */
.card {
    position: relative;
    overflow: hidden;
    height: auto;
    aspect-ratio: 1.1 / 1; /* Approximate aspect ratio of original blocks */
}
/* --- Image Card Specifics --- */
.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers the block without distorting */
    display: block;
}
/* --- Text Card Specifics & Context Colors --- */
.card-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.3s ease; /* Transition for hover effect */
}
.service-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}
.card-text h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
    color: #111; /* Default title color */
}
.card-text p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #000; /* Default paragraph color */
}
/* Text Card Variant: Light Grey Background (Furnace, Heat Pump, Tankless) */
.card-text-light {
    background-color: #e8e6e9;
}
/* Text Card Variant: Medium Blue Background (Boiler) */
.card-text-blue {
    background-color: #ee1c27;
}
.card-text-blue h2, .card-text-blue p {
    color: white;
}
.card-text-blue h2 {
    color: white !important;
} /* Hard override for title color */
/* Text Card Variant: Dark Blue Background (AC Repair) */
.card-text-dark {
    background-color: #0b52aa;
}
.card-text-dark h2, .card-text-dark p {
    color: white;
}
.card-text-dark h2 {
    color: white !important;
} /* Hard override for title color */
/* --- Mouse Hover Effects (Only on Text Cards) --- */
.card-text:hover {
    transform: scale(1.03); /* Subtle zoom in */
    box-shadow: 0 10px 20px rgba(0,0,0,0.2); /* Soft shadow */
    z-index: 10; /* Ensures hovered card is on top of neighbors */
}
/* Optional: Slight color shift on hover for light cards */
.card-text-light:hover {
    background-color: #eeeeee;
}

/* Slight opacity decrease on hover for blue cards, if desired (commented out by default) */
/* .card-text-blue:hover, .card-text-dark:hover {
    opacity: 0.95;
} */


/* --- Responsive (Mobile) Adjustment --- */
@media (max-width: 900px) {
.hvac-services-grid {
    /* On smaller screens, stack them in 2 columns */
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 600px) {
.hvac-services-grid {
    /* On very small screens, stack them in 1 column */
    grid-template-columns: 1fr;
}
}
:root {
 --primary-blue: #004a99;
 --accent-red: #e31b23;
 --bg-light: #f4f4f4;
 --text-dark: #333;
}
.product-tabs-wrapper {
    max-width: 1400px;
    margin: auto;
}
/* Tab Navigation */
.tabs-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.tab-btn {
    background: none;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    /* Default color black rakha hai */
    color: #000;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}
/* Sirf Active Tab Blue Hogi */
.tab-btn.active {
    color: var(--primary-blue);
}
.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 25%;
    width: 50%;
    height: 4px;
    background-color: var(--accent-red);
}
/* Layout Grid */
.grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}
.featured-card, .small-card {
    background: var(--bg-light);
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    /* Transition for hover effect */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* Product Box Hover Animation */
.featured-card:hover, .small-card:hover {
    transform: translateY(-5px); /* Box thoda upar uthega */
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); /* Halka shadow aayega */
    background: #fff; /* Hover par background thoda white ho jayega clean look ke liye */
}
.side-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.small-card {
    padding: 10px;
}
.small-card img {
    width: 150px;
    margin-bottom: 15px;
}
.featured-card img {
    width: 300px;
    margin-bottom: 15px;
}
/* Tab Animation */
.tab-content {
    display: none;
    animation: fadeIn 0.6s ease;
}
.active-content {
    display: block;
}
 @keyframes fadeIn {
 from {
opacity: 0;
transform: translateY(10px);
}
 to {
opacity: 1;
transform: translateY(0);
}
}
.banner-grid-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 15px;
    padding: 0px;
    max-width: 100%;
    margin: auto;
}
.banner-item {
    position: relative;
    background-size: cover;
    /* background-position: center;*/
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    border: 2px solid #0b52aa;
    background-position: inherit;
}
/* Hover Animation: Zoom & Glow */
.banner-item:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    z-index: 10;
    border-color: #e31b23;
}
/* Click Animation: Shrink Effect */
.banner-item:active {
    transform: scale(0.98);
    transition: 0.1s;
}
.banner-overlay {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}
/* Specific Layout Adjustments */
.side-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.large-vertical {
    min-height: 500px;
}
.square-main {
    min-height: 500px;
}
.small-banner {
    flex: 1;
}
/* Button Animation */
.banner-btn {
    background: #e31b23;
    color: white;
    border: none;
    padding: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}
.banner-btn:hover {
    background: #c1151b;
    letter-spacing: 1px;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 800px;
}
/* Main Product Box */
.product-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px;
    text-align: center;
    text-decoration: none; /* Link underline hatane ke liye */
    color: #000000;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
/* Hover Effect: Card jumps up and shadow becomes deep */
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
    border-color: #ed1c24;
}
/* Click (Active) Effect: Chota hone wala effect */
.product-card:active {
    transform: scale(0.97);
}
.product-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}
/* Image Zoom on hover */
.product-card:hover img {
    transform: scale(1.08);
}
.product-title {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    display: block;
    color: #000;
    margin-bottom: 10px;
}
/* Naya Blue Strip effect jo neeche se aayega */
.product-card::after {
    content: "VIEW PRODUCT";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    background: #ed1c24;
    color: white;
    padding: 8px 0;
    font-size: 12px;
    font-weight: bold;
    transition: bottom 0.3s ease;
}
.product-card:hover::after {
    bottom: 0;
}
.hero-banner {
    position: relative;
    width: 100%;
    height: 124.5vh;
    background-color: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
}
/* 1. AUTO ZOOM ANIMATION (Breathing Effect) */
.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/banner-midsw.jpg'); /* Aapki image */
    background-size: cover;
    background-position: center;
    z-index: 1;
    animation: kenBurns 15s infinite alternate ease-in-out;
}
 @keyframes kenBurns {
 0% {
transform: scale(1);
}
 100% {
transform: scale(1.50);
}
}
/* 2. FLOATING TEXT ANIMATION */
.text-wrap {
    position: relative;
    z-index: 10;
    margin-left: 8%;
    max-width: 700px;
    animation: floating 4s infinite ease-in-out;
}
 @keyframes floating {
 0%, 100% {
transform: translateY(0);
}
 50% {
transform: translateY(-15px);
}
}
.title {
    font-size: 5rem;
    line-height: 0.9;
    color: #fff !important;
    opacity: 0;
    transform: translateY(30px);
    animation: revealText 1s forwards 0.5s;
    text-shadow: -1px 2px 2px rgba(0,0,0,0.6);
}
.red-text {
    color: #e31e24;
    display: block;
}
.btn {
    display: inline-block;
    margin-top: 30px;
    padding: 18px 45px;
    background: #e31e24;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    opacity: 0;
    animation: fadeIn 1s forwards 1.2s;
    box-shadow: 0 10px 20px rgba(227, 30, 36, 0.3);
}
.btn:hover {
    color: #fff !important;
    text-decoration: none;
    background: #0b52aa;
}
 @keyframes revealText {
to {
opacity: 1;
transform: translateY(0);
}
}
 @keyframes fadeIn {
to {
opacity: 1;
}
}
.hvac-container {
    max-width: 1000px;
    margin: 50px auto;
    text-align: center;
}
.hvac-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns like screenshot */
    gap: 15px;
    margin-bottom: 55px;
}
/* Default Box Style */
.hvac-item {
    display: block;
    padding: 12px 12px;
    background: #ffffff;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border: 1px solid #e1e1e1;
    text-align: left;
    padding-left: 25px; /* Arrow ke liye jagah */
}
/* Red Arrow pseudo-element */
.hvac-item::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 10px;
    color: #d00000;
    font-weight: bold;
    font-size: 16px;
    transition: color 0.3s;
}
/* HOVER EFFECT: Blue RGB Gradient */
.hvac-item:hover, .hvac-item.active {
    background: linear-gradient(to right, #1a347a, #345db5); /* Exact Blue Gradient */
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-3px); /* Halki si movement */
}
/* Hover par arrow white ho jayega */
.hvac-item:hover::before, .hvac-item.active::before {
    color: #ffffff;
}
/* Main Bottom Button */
.all-services-btn {
    display: inline-block;
    padding: 12px 35px;
    background: linear-gradient(to bottom, #ed1c24, #a5060c);
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.all-services-btn:hover {
    filter: brightness(1.2);
    color: white !important;
    background: linear-gradient(to bottom, #345db5, #1a347a);
}

/* Mobile Responsive */
@media (max-width: 768px) {
.hvac-grid {
    grid-template-columns: repeat(2, 1fr);
}
}
/* Container to hold the scene and add text */
.scene-container {
    position: relative;
    width: 90vw; /* 90% of viewport width */
    max-width: 660px;
    height: 90vh;
    max-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* The animated object */
.projected-building {
    width: 100%;
    height: 100%;
    background-image: url('../image/banner-imghs.webp'); /* <--- AAPKI IMAGE FILE KA PATH */
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    box-shadow: 0 0 50px rgba(18, 55, 112, 0.5); /* Blue projector glow */
    /* The Core Animation */
    animation: projectorShift 10s ease-in-out infinite alternate;
}

        /* The Animation Keyframes */
        @keyframes projectorShift {
 0% {
                /* Original perspective and scale */
                transform: scale(1) rotateX(0deg) rotateY(0deg) translateZ(0px);
 filter: brightness(1) contrast(1);
}
 15% {
                /* Subtle zoom with slight upward tilt, showing more detail */
                transform: scale(1.03) rotateX(-1deg) rotateY(0deg) translateZ(10px);
 filter: brightness(1.1) contrast(1.05);
}
 50% {
                /* Significant corner shift, simulating perspective change */
                transform: scale(0.98) rotateX(2deg) rotateY(-3deg) translateZ(-15px);
 filter: brightness(0.95) contrast(0.98);
}
 85% {
                /* Another shift, more to the left and back */
                transform: scale(1.01) rotateX(-1deg) rotateY(2.5deg) translateZ(8px);
 filter: brightness(1.08) contrast(1.02);
}
 100% {
                /* Return to original, but with a slight variation */
                transform: scale(1) rotateX(0deg) rotateY(0deg) translateZ(0px);
 filter: brightness(1) contrast(1);
}
}
/* Optional Text Overlay */
.overlay-text {
    position: absolute;
    bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 14px;
    text-shadow: 0 0 5px #000;
}
.testimonial-section {
    background-color: transparent;
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.slider-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.testimonial-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth movement */
}
.testimonial-card {
    background: #ffffff;
    min-width: calc(49% - 20px); /* 3 cards on desktop */
    margin: 0 15px;
    padding: 40px 25px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    box-sizing: border-box;
}
.img-box {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ccc;
}
.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-controls {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.nav-btn {
    background: #fff;
    border: 1px solid #ddd;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
}
.nav-btn:hover {
    background: #1e3a8a;
    color: white;
}
.bullets-container {
    margin-top: 20px;
}
.bullet {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.bullet.active {
    background-color: #1e3a8a;
    width: 25px;
    border-radius: 10px;
}

@media (max-width: 768px) {
.testimonial-card {
    min-width: calc(100% - 30px);
}
}


.main-footer {
    background-color: #2c54a5; /* Exact Blue color */
    color: white;
    position: relative;
    margin-top: 50px;
}

/* Red Bar Styling */
.red-contact-wrap {
    position: absolute;
    top: -65px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.red-contact-bar {
    background: #e30613; /* Exact Red color */
    width: 90%;
    max-width: 850px;
    height: 130px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.contact-box { text-align: center; color: white; }
.c-icon { font-size: 40px; display: block; margin-bottom: 5px; }
.c-info a { color: white; text-decoration: none; font-size: 24px; font-weight: bold; }

.v-divider { width: 1px; height: 70px; background: rgba(255,255,255,0.4); }

/* Footer Content */
.footer-body { padding-top: 100px; padding-bottom: 0px; }
.footer-container { max-width: 1300px; margin: 0 auto; padding: 0 20px; }

.f-grid {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr;
    gap: 50px;
}

.f-col h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.sub-links { display: flex; gap: 30px; }
.sub-links ul { list-style: none; padding: 0; margin: 0; }

.sub-links li { margin-bottom: 12px; position: relative; padding-left: 20px; }
.sub-links li::before {
  content: '\f105';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: #e30613;
    font-weight: bold;
	top: 2px;
}

.sub-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 14.5px;
    transition: 0.3s;
}

/* Mouse Over Red Effect */
.sub-links li a:hover {
    color: #BFBFBF;
}

.addr-row { display: flex; gap: 10px; margin-bottom: 20px; font-size: 14px; line-height: 1.5; }
.pin { color: #e30613; font-size: 18px; }

/* Bottom Bar */
.footer-bottom {
    margin-top: 50px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-strip {
    background-color: #2c54a5; /* Blue background from image_850000.png */
    padding: 20px 0;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-container-bottom {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; /* Left and Right gap */
    align-items: center;
    padding: 0 20px;
}

.social-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-wrapper h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.icon-list {
    display: flex;
    gap: 10px;
}

/* Red Circular Icons */
.icon-circle {
    width: 32px;
    height: 32px;
    background-color: #e30613; /* Icon Red Color */
    color: white !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s ease;
}

.icon-circle:hover {
    transform: scale(1.1);
    background-color: #ff0000;
}

.copyright-wrapper p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .footer-container-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .social-wrapper {
        flex-direction: column;
    }
}

.form-container {
    background: #eeeeee;
    padding: 30px 30px 30px 30px !important;
    width: 100%;
    max-width: 700px;
	max-height: 1000px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
    animation: fadeInUp 0.9s ease-out; /* Entry Animation */
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Title Styling */
.form-title {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000;
}

.red-text {
    color: #d31e1e;
}

/* Input Rows */
.input-group {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

input, textarea, select {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
}

/* Focus Effect */
input:focus, textarea:focus, select:focus {
    border-color: #1e428a;
    box-shadow: 0 0 8px rgba(30, 66, 138, 0.2);
    transform: scale(1.01);
}

/* Select Arrow Styling */
.select-wrapper {
    width: 100%;
    position: relative;
}

/* Textarea height */
textarea {
    resize: none;
    margin-bottom: 25px;
}

/* Submit Button */
.submit-btn {
    background: linear-gradient(to bottom, #3b5da8, #1e428a);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    width: 100%;
    max-width: 400px;
	margin-bottom: 17px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    background: linear-gradient(to bottom, #ed1c24, #a8060c);
}

.submit-btn:active {
    transform: translateY(0);
}