@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --orange: #ff6a15;
    --dark: #111827;
    --surface: #f8fafc;
    --muted: #6b7280;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    background: var(--surface);
    color: var(--dark);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

button,
.btn {
    transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease, color .28s ease;
}

a {
    text-decoration: none;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    transition: all 0.3s ease;
}

.site-header.fixed {
    background: #e45e12;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
}

.site-header.fixed #navbarNav .navbar-nav {
    background: transparent;
    box-shadow: none;
}

.site-header.fixed .nav-link {
    color: #fff;
}

.collapse.show .navbar-nav {
    box-shadow: none !important;
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.877) !important;
    background: #fff
}

.collapse.show .nav-link {
    color: #000;
}

.site-header.fixed .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.25);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: .04em;
}

.brand-mark {
    width: 12px;
    height: 12px;
    background: var(--orange);
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, .25);
}

.navbar {
    align-items: center;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
    background: transparent;
    padding: 0;
}

#navbarNav .navbar-nav {
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 2vw, 1.3rem);
    background: #fff;
    padding: clamp(0.5rem, 2vw, 0.85rem) clamp(0.75rem, 3vw, 1.5rem);
    border-radius: 50px;
    box-shadow: 0 24px 50px rgba(15, 23, 42, .08);
}

#navbarNav .navbar-nav .nav-item {
    white-space: nowrap;
	    width: 100%;
}

.nav-link {
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-weight: 600;
    color: #1e1e1e;
    font-size: clamp(14px, 2vw, 16px);
    letter-spacing: 0;
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color);
    font-weight: 400;
    color: #ffffff;
    font-size: clamp(14px, 2vw, 16px);
    letter-spacing: 0;
    line-height: normal;
}


.navbar-nav .nav-item {
    position: relative;
}

/* Submenu container */
.navbar-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-radius: 6px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}
.sub-menu li {
    padding: 0.4rem !important;
}
#leadForm p {
    margin-bottom: 0px;
}
.site-header.fixed svg path {
    fill: #fff;
}
/* .navbar-nav .nav-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
} */

.hero-section {
    position: relative;
    min-height: 100vh;
    color: #fff;
    background-image: url('../img/home-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-section .container-fluid {
    position: relative;
    z-index: 1;
}

section.inner-hero-section {
    position: relative;
    color: #fff;
    background-image: url('../img/home-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.inner-hero-section.hero-section-sticky{    padding-bottom: 100px;
    padding-top: 160px !important;}
.hero-title {
    font-family: "Manrope-ExtraBold", Helvetica;
    font-weight: 800;
    color: #ffffff;
    font-size: clamp(24px, 6vw, 72px);
    line-height: clamp(28px, 6.5vw, 72px);
}

.hero-copy {
    font-weight: 400;
    color: #e4e4e7;
    font-size: clamp(14px, 2vw, 20px);
    letter-spacing: 0;
    line-height: 1.5;
}

.hero-btn {
    padding: clamp(12px, 2vw, 16.5px) clamp(20px, 4vw, 32px);
    background-color: #ffffff;
    border-radius: 40px;
    border: none;
    font-weight: 700;
    color: #000000;
    font-size: clamp(14px, 2vw, 18px);
    text-align: center;
    min-width: clamp(150px, 20vw, 330px);
}

.hero-btn:hover,
.btn-style-2:hover {
    border-color: var(--orange);
    background: #F96817;
    color: #fff;
}

.btn-style-2 {
    min-width: clamp(150px, 20vw, 330px);
    padding: clamp(12px, 2vw, 16px) clamp(20px, 4vw, 32px);
    background-color: #ffffff1a;
    border: 1px solid;
    border-color: #ffffff33;
    backdrop-filter: blur(6px) brightness(100%);
    -webkit-backdrop-filter: blur(6px) brightness(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #ffffff;
    font-size: clamp(14px, 2vw, 18px);
    text-align: center;
    line-height: 1.4;
    border-radius: 40px;
}

.quote-panel {
    display: flex;
    width: 100%;
    flex-direction: column;
    max-width: clamp(300px, 80vw, 448px);
    align-items: flex-start;
    gap: clamp(16px, 4vw, 24px);
    padding: clamp(24px, 5vw, 32px) clamp(24px, 5vw, 32px) clamp(32px, 8vw, 48px);
    position: relative;
    background-color: #ffffff;
    border-radius: 16px;
    z-index: 1;
}

.quote-panel h2 {
    font-weight: 700;
    color: #18181b;
    font-size: clamp(16px, 3vw, 20px);
    letter-spacing: 0;
    line-height: 1.4;
}

.quote-panel .form-control,
.quote-panel .form-select {
    padding: clamp(10px, 2vw, 14px) clamp(8px, 2vw, 12px);
    position: relative;
    background-color: #f3f3f3;
    border-radius: 8px;
    overflow: hidden;
}

.quote-panel .form-label {
    margin-bottom: .5rem;
    font-weight: 700;
    color: #000000;
    font-size: clamp(14px, 2vw, 16px);
    text-align: center;
    letter-spacing: 0;
    line-height: 1.4;
}

.btn-orange {
    color: #fff !important;
    border-color: var(--orange);
    padding: clamp(12px, 2vw, 16px);
    background: #F96817;
    border-radius: 40px;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 600;
}

.btn-quote {
    padding:clamp(10px, 2vw, 13px) clamp(16px, 3vw, 10px);
    position: relative;
    background-color: #ffffff;
    border-radius: 40px;
    font-weight: 600;
    color: #1e1e1e;
    font-size: clamp(14px, 2vw, 16px);
}

.btn-quote:hover,
.btn-orange:hover {
    background: #e55b10;
    border-color: #e55b10;
}

.hero-highlights {
    gap: clamp(0.5rem, 2vw, 1rem);
}

.highlight-label {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #ffffffe6;
    font-size: clamp(12px, 2vw, 14px);
    letter-spacing: 0;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: clamp(6px, 1vw, 10px);
}

.pricing-banner {
    background: linear-gradient(135deg, #A33E00 0%, #F96817 100%);
    border-radius: 16px;
    padding: clamp(24px, 5vw, 48px);
}

.pricing-banner h2 {
    font-size: clamp(20px, 4vw, 36px);
}

.pricing-banner p {
    font-size: clamp(14px, 2vw, 16px);
}

.request-a-quote {
    background: #1A1C1C;
    border-radius: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: clamp(6px, 1vw, 8px) clamp(16px, 3vw, 20px);
}

.eyebrow {
    font-size: clamp(14px, 2vw, 16px);
    color: #191817;
    font-weight: bold;
}

.section-title {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.05;
    margin-bottom: 0;
    font-weight: bold;
}

.service-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.service-list li {
    margin-bottom: 1rem;
    color: #1B1B1B;
    display: flex;
    gap: 10px;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 500;
}

.services-overview p {
    color: #5F5E5E;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 400;
}

.overview-card {
    position: relative;
}

.overview-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: clamp(300px, 50vh, 380px);
}

.overview-badge {
    position: absolute;
    bottom: clamp(1rem, 3vw, 1.5rem);
    left: clamp(1rem, 3vw, 1.5rem);
    background: rgba(17, 24, 39, .95);
    color: #fff;
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1rem, 3vw, 1.25rem);
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, .18);
}

.overview-badge .badge-title {
    display: block;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
}

.info-card,
.product-card,
.estimate-panel,
.blog-card,
.our-service-card {
    transition: transform .3s ease, box-shadow .3s ease;
}

.service-card:hover,
.info-card:hover,
.product-card:hover,
.our-service-card:hover {
    border: 1px solid #F96817;
}

.our-service-card {
    overflow: hidden;
    background: #F6F4F0;
    padding: clamp(12px, 2vw, 15px);
    border-radius: 25px;
    border: 1px solid #EDE8DE;
    height: 100%;
}

.card-image {
    position: relative;
    overflow: hidden;
    min-height: clamp(200px, 30vh, 240px);
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.our-service-card:hover .card-image img {
    transform: scale(1.05);
}

.service-action {
    position: absolute;
    top: clamp(4px, 1vw, 6px);
    right: clamp(3px, 1vw, 5px);
    width: clamp(36px, 8vw, 46px);
    height: clamp(36px, 8vw, 46px);
    border-radius: 50%;
    background: #191919;
    color: var(--orange);
    border: 1px solid rgba(229, 91, 16, .2);
    display: grid;
    place-items: center;
    box-shadow: 0 14px 28px rgba(17, 24, 39, .16);
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
    cursor: pointer;
    z-index: 2;
    transform: rotate(45deg);
}

button.service-action img {
    width: auto;
    height: auto;
}

.our-service-card:hover .service-action {
    background: #F96817;
    transform: rotate(0deg);
    box-shadow: 0 18px 34px rgba(17, 24, 39, .22);
}

.card-content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: clamp(18px, 3vw, 24px);
    line-height: 1.3;
    color: #161512;
}

.card-content p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.4;
    color: #3C3C3C;
}

.view-all-link {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: clamp(6px, 1vw, 10px);
}

.view-all-link:hover {
    color: var(--orange);
}

.service-image {
    position: relative;
    overflow: hidden;
    min-height: clamp(200px, 30vh, 260px);
    display: grid;
    place-items: center;
    padding: clamp(1.5rem, 3vw, 2rem);
    background: #f3f3f3;
    transition: all .35s ease;
}

.image-wrap {
    width: clamp(160px, 40vw, 220px);
    height: clamp(160px, 40vw, 220px);
    transition: all .35s ease;
}

.service-card:hover .image-wrap {
    width: clamp(200px, 50vw, 100%);
    height: clamp(200px, 50vw, 260px);
    border-radius: 0;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.08);
}

.service-badge {
    position: absolute;
    top: clamp(0.75rem, 2vw, 1rem);
    right: clamp(0.75rem, 2vw, 1rem);
    width: clamp(36px, 8vw, 48px);
    height: clamp(36px, 8vw, 48px);
    border-radius: 50%;
    background: rgba(255, 255, 255, .95);
    display: grid;
    place-items: center;
    color: var(--dark);
    font-size: clamp(0.9rem, 2vw, 1.15rem);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .12);
}

.info-card i {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
}

.info-card h3 {
    font-size: clamp(0.9rem, 2vw, 1.05rem);
}

.estimate-section {
    position: relative;
    background: #303030;
    padding: clamp(40px, 8vw, 60px);
    border-radius: 25px;
    overflow: hidden;
    color: #fff;
}

.estimate-section::after {
    content: '';
    width: clamp(200px, 40vw, 316.02px);
    height: clamp(80px, 20vw, 120%);
    position: absolute;
    top: -12px;
    right: 0;
    bottom: 0;
    background: #F96817;
    transform: matrix(2, 0, 0.25, 0.97, 0, 0);
    z-index: 0;
}

.estimate-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(12px, 2vw, 16px) clamp(16px, 3vw, 24px);
    gap: clamp(2px, 0.5vw, 3.5px);
    background: #27272A;
    border: 1px solid #3F3F46;
    border-radius: 12px;
}

.estimate-card p {
    color: #fff;
    font-size: clamp(12px, 2vw, 14px);
}

.transparent-pricing p {
    font-style: normal;
    font-weight: 400;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.5;
    display: flex;
    align-items: center;
    color: #A1A1AA;
}

.estimate-price {
    display: block;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.estimate-panel {
    position: relative;
    z-index: 1;
}

.transparent-pricing h2 {
    font-style: normal;
    font-weight: 900;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    line-height: 1.2;
    color: #ffff;
}

.transparent-pricing h2 span {
    color: #F96817;
    display: inline-block;
}

.product-card img {
    min-height: clamp(180px, 25vh, 220px);
    object-fit: cover;
}

.faq-section .accordion-button {
    background: #F3F3F3;
    border: none;
    font-size: clamp(14px, 2vw, 18px);
    color: #1B1B1B;
    font-weight: 600;
}

.faq-section .accordion-button::after {
    filter: invert(0.5);
}

.faq-section .accordion-item {
    border: none;
    border-radius: 12px !important;
    overflow: hidden;
}

.faq-section .eyebrow {
    color: #F96817;
}

.accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-body {
    color: var(--muted);
    background: #F3F3F3;
}

.gallery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.6fr);
    grid-auto-rows: minmax(220px, auto);
    gap: 1rem;
}

.gallery-thumb {
    border: none;
    padding: 0;
    overflow: hidden;
    border-radius: 15px;
    display: block;
    position: relative;
    min-height: 220px;
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    display: block;
}

.gallery-thumb:hover img {
    transform: scale(1.08);
}

.gallery-thumb--featured {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    min-height: 100%;
}
.sub-menu a {
    color: #000;
	transition: transform .2s ease, box-shadow .2s ease;
}
.sub-menu a:hover {
    color: #f96817;
}
a.nav-link {
    transition: transform .2s ease, box-shadow .2s ease;
}
a.nav-link:hover {
   color: #f96817;
}
.inner-hero-section h1.hero-title + span a, .thecontent a {
    color: #f96817;
}
@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-thumb--featured {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding: 0;
    }
}
@media (max-width: 1340.99px) {
	 

    .mobile-action-btns {
       display: none !important;
    }
}
@media (max-width: 767px) {
	section.inner-hero-section { 
    padding-bottom: 40px;
    padding-top: 90px !important;
}
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .mobile-action-btns {
       display: none !important;
    }
}

.map-graphic {
    min-height: clamp(300px, 40vh, 420px);
    background: #fff1e7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-image {
    width: 100%;
}

.service-area-copy h2 {
    font-style: normal;
    font-weight: 600;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.2;
    color: #FFFFFF;
}

.map-text {
    max-width: 320px;
}

.service-area-panel {
    background: #050505;
    border: 1px solid #CFCFCF;
}

.service-area-copy p {
    max-width: clamp(300px, 80vw, 560px);
}

.service-area-list li {
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 0.85rem);
    margin-bottom: clamp(0.75rem, 2vw, 1rem);
    font-style: normal;
    font-weight: 700;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.4;
    color: #FFFFFF;
}

.service-area-list li .bi {
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.call-box {
    background: #ffffff;
    color: #111827;
    box-shadow: 0 30px 50px rgba(15, 23, 42, .08);
}

.call-box-label {
    display: block;
    margin-bottom: clamp(0.5rem, 1vw, 0.75rem);
    opacity: .95;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1;
    color: #F96817;
}

.call-box-number {
    font-size: clamp(1.2rem, 3vw, 1.75rem);
    font-weight: 700;
}

.blog-card img {
    min-height: clamp(310px, 25vh, 220px);
    object-fit: cover;
}
.blog-card a {
    color: #000;
}
.footer-links li {
    margin-bottom: clamp(0.5rem, 1vw, 0.75rem);
}

.footer-links a {
    transition: color .25s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-section {
    border-top: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    background: #090909;
    padding: clamp(60px, 10vw, 100px) 0;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
}

.footer-logo {
    max-width: clamp(120px, 20vw, 140px);
    width: 100%;
}

.footer-heading {
    text-transform: uppercase;
    margin-bottom: clamp(0.75rem, 2vw, 1rem);
    font-style: normal;
    font-weight: 700;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.5;
    color: #FFFFFF;
}

.footer-copy {
    color: #ffffff;
    font-size: clamp(14px, 2vw, 16px);
}

.footer-links a {
    font-style: normal;
    font-weight: 400;
    font-size: clamp(14px, 2vw, 15px);
    line-height: 1.4;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
}

.call-number {
    font-style: normal;
    font-weight: 700;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.4;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer-call-btn {
    position: fixed;
    right: clamp(1rem, 3vw, 1.5rem);
    bottom: clamp(1rem, 3vw, 1.5rem);
    width: clamp(48px, 8vw, 56px);
    height: clamp(48px, 8vw, 56px);
    border-radius: 50%;
    background: #f96817;
    color: #fff;
    box-shadow: 0 20px 30px rgba(249, 104, 23, .2);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index:9;
}

.footer-call-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 32px rgba(249, 104, 23, .28);
}

/* CARD */
.service-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: clamp(16px, 3vw, 20px);
    min-height: clamp(500px, 50vh, 500px);
    border: 1px solid #eee;
    text-align: left;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* HOVER LIFT */
.service-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* PRICE */
.price {
    background: #fff;
    padding: 0;
    border-radius: 20px;
    margin-bottom: clamp(6px, 1vw, 10px);
    font-style: normal;
    font-weight: 600;
    font-size: clamp(18px, 3vw, 24px);
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    display: inline-block;
    padding: clamp(6px, 1vw, 8px) clamp(24px, 5vw, 38px);
    background: #FFFFFF;
    border-radius: 16px 0px;
}

/* NORMAL IMAGE */
.circle-img {
    width: clamp(180px, 40vw, 220px);
    height: clamp(180px, 40vw, 220px);
    border-radius: 50%;
    overflow: hidden;
    margin: clamp(12px, 2vw, 15px) auto;
    transition: all 0.4s ease;
}

.circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* HOVER IMAGE */
.circle-img-hover {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.circle-img-hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.circle-img-hover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

/* CONTENT */
.service-card-content {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.service-card-content h4 {
    font-style: normal;
    font-weight: 700;
    font-size: clamp(18px, 3vw, 18px);
    line-height: 1.4;
    text-transform: capitalize;
}

.service-card-content span {
    font-weight: 400;
    font-size: clamp(12px, 2vw, 14px);
    line-height: 1.2;
    color: #808080;
}

.service-card-content p {
    font-style: normal;
    font-weight: 500;
    font-size: clamp(14px, 2vw, 15px);
    line-height: 1.4;
    color: #5F5E5E;
    margin-top: clamp(16px, 3vw, 20px);
}

/* HOVER EFFECT */
.service-card:hover .circle-img-hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.service-card:hover .circle-img {
    opacity: 0;
    transform: scale(0.8);
}

.service-card:hover .service-card-content {
    color: #fff;
}

.service-card:hover .service-card-content p {
    color: #fff;
}

/* NAV */
.custom-nav {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative;
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    margin: 0 5px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px;
    color: #fff;
}

.blog-card span {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #F96817;
    display: inline-block;
    margin-top: 14px;
}

.blog-card h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1A1C1C;
}

.blog-card img {
    border-radius: 25px;
}
.social-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    justify-content: space-around;
    width: max-content;
}
.navbar-expand-md .navbar-nav .nav-link {
    
    padding: 0;
}
.social-icon img {
    height: 30px;
}
@media (max-width: 1599px) {
    #navbarNav .navbar-nav {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #fff;
        padding: clamp(0.5rem, 2vw, 0.85rem) clamp(0.75rem, 3vw, .5rem);
        border-radius: 50px;
        box-shadow: 0 24px 50px rgba(15, 23, 42, .08);
    }
	.nav-link { 
    font-size: clamp(14px, 2vw, 14px); 
}
	span.brand-text img {
    width: 160px;
}
}
/* Responsive Media Queries */
@media (max-width: 1299px) {
    #navbarNav .navbar-nav {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #fff;
        padding: clamp(0.5rem, 2vw, 0.85rem) clamp(0.75rem, 3vw, 1.5rem);
        border-radius: 50px;
        box-shadow: 0 24px 50px rgba(15, 23, 42, .08);
    }
}

@media (max-width: 1199px) {

    .hero-title {
        font-size: clamp(24px, 5vw, 60px);
    }

    .hero-copy {
        font-size: clamp(14px, 2vw, 18px);
    }

    .section-title {
        font-size: clamp(2rem, 4vw, 2.5rem);
    }

    .service-area-copy h2 {
        font-size: clamp(1.5rem, 3vw, 2.5rem);
    }


}

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-thumb--featured {
        grid-column: span 2;
        grid-row: span 1;
    }



    .map-graphic {
        min-height: clamp(250px, 35vh, 320px);
    }

    .hero-btn,
    .btn-style-2 {
        min-width: clamp(200px, 25vw, 280px);
    }

    .quote-panel {
        max-width: clamp(280px, 70vw, 100%);
    }

    .pricing-banner {
        padding: clamp(24px, 4vw, 32px);
    }

    .estimate-section {
        padding: clamp(32px, 6vw, 40px);
    }

    .service-list {
        grid-template-columns: 1fr;
    }
 
    .our-services-section .d-flex {
        flex-direction: column;
        text-align: center;
        justify-content: center !important;
        align-items: center !important;
    }

    .view-all-link {
        justify-content: center;
    }
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.thecontent img {
    width: 100%;
    border-radius: 25px;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 20px !important;
    display: inline-block;
}
@media (max-width: 767px) {
	.thecontent img { 
    max-height: 200px;
    
}
    .footer-section .row.gy-5 {
        --bs-gutter-y: 1rem;
    }

    .hero-section {
        padding-top: clamp(60px, 10vw, 80px);
    }

    .hero-highlights {
        flex-direction: column;
        align-items: flex-start;
    }

    .highlight-label {
        font-size: clamp(12px, 2vw, 14px);
    }

    .hero-btn,
    .btn-style-2 {
        min-width: clamp(180px, 30vw, 250px);
        padding: clamp(10px, 2vw, 12px) clamp(16px, 3vw, 24px);
        font-size: clamp(14px, 2vw, 16px);
    }

    .hero-title {
        font-size: clamp(24px, 8vw, 48px);
    }

    .section-title {
        font-size: clamp(1.8rem, 6vw, 2.2rem);
    }

    .pricing-banner h2 {
        font-size: clamp(20px, 5vw, 28px);
    }

    .transparent-pricing h2 {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .service-area-copy h2 {
        font-size: clamp(1.2rem, 4vw, 2rem);
        line-height: 1.2;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-thumb--featured {
        grid-column: span 1;
        grid-row: span 1;
    }

    .footer-section {
        padding: clamp(40px, 8vw, 60px) 0;
    }

    .footer-bottom {
        flex-direction: column;
        gap: clamp(0.75rem, 2vw, 1rem);
    }

    .service-card {
        min-height: clamp(320px, 45vh, 380px);
    }

    .navbar-text {
        font-size: 16px;
        white-space: nowrap;
    }

    .btn-quote {
        font-size: 15px;
        padding: 3vw;
        background: #e45e12;
        color: #fff;
    }

    .navbar-collapse {
        background: #fff;
        border-radius: 8px;
        padding: 12px;
        margin-top: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .navbar-collapse .navbar-nav {
        flex-direction: column;
        background: transparent;
        padding: 0 !important;
        box-shadow: none;
        border-radius: 0;
        gap: 0 !important;
        width: 100%;
        align-items: self-start !important;
    }

    .navbar-collapse .nav-link {
        color: #1e1e1e;
        padding: 10px 8px;
    }

    .navbar-collapse .nav-link:hover {
        background: #f3f3f3;
        border-radius: 4px;
    }

    .navbar-collapse .navbar-text {
        color: #666;
        padding: 10px 8px;
        display: block;
    }

    .navbar-collapse .btn-quote {
        margin-top: 8px;
        width: 100%;
        display: block;
    }

}

@media (max-width: 575px) {
    .navbar-brand .brand-text {
        width: 200px;
    }

    .hero-section {
        min-height: 90vh;
    }

    .hero-btn,
    .btn-style-2 {
        min-width: clamp(160px, 35vw, 200px);
        padding: clamp(8px, 2vw, 10px) clamp(12px, 3vw, 20px);
        font-size: clamp(12px, 2vw, 14px);
    }

    .quote-panel {
        padding: clamp(20px, 4vw, 24px);
    }

    .pricing-banner {
        padding: clamp(20px, 4vw, 24px);
    }

    .estimate-section {
        padding: clamp(24px, 5vw, 32px);
    }

    .estimate-section::after {
        display: none;
    }

    .service-area-panel {
        flex-direction: column;
    }

    .service-area-copy {
        order: 2;
        text-align: center;
    }

    .map-graphic {
        order: 1;
        min-height: clamp(200px, 30vh, 250px);
    }

    .blog-section .row {
        --bs-gutter-x: clamp(0.5rem, 2vw, 1rem);
    }

    .our-service-card {
        padding: clamp(10px, 2vw, 12px);
    }

    .card-content h3 {
        font-size: clamp(16px, 3vw, 20px);
    }

    .hero-btn,
    .btn-style-2 {
        min-width: clamp(180px, 30vw, 250px);
        padding: clamp(10px, 2vw, 12px) clamp(16px, 3vw, 24px);
        font-size: clamp(14px, 2vw, 16px);
    }

    .hero-title {
        font-size: clamp(24px, 8vw, 48px);
        line-height: 1;
    }

    .section-title {
        font-size: clamp(1.8rem, 6vw, 2.2rem);
    }

    .pricing-banner h2 {
        font-size: clamp(20px, 5vw, 28px);
    }

    .transparent-pricing h2 {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .service-area-copy h2 {
        font-size: clamp(1.2rem, 4vw, 2rem);
        line-height: 1.2;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-thumb--featured {
        grid-column: span 1;
        grid-row: span 1;
    }

    .footer-section {
        padding: clamp(40px, 8vw, 60px) 0;
    }

    .footer-bottom {
        flex-direction: column;
        gap: clamp(0.75rem, 2vw, 1rem);
    }

    .service-card {
        min-height: clamp(320px, 45vh, 380px);
    }
}

@media (max-width: 575px) {
    .hero-section {
        min-height: 90vh;
    }

    .hero-btn,
    .btn-style-2 {
        min-width: clamp(160px, 35vw, 200px);
        padding: clamp(8px, 2vw, 10px) clamp(12px, 3vw, 20px);
        font-size: clamp(16px, 2vw, 14px);
    }

    .quote-panel {
        padding: clamp(20px, 4vw, 24px);
        min-width: 100%;
        margin: 40px 0px;
    }

    .pricing-banner {
        padding: clamp(20px, 4vw, 24px);
    }

    .estimate-section {
        padding: clamp(24px, 5vw, 32px);
    }

    .estimate-section::after {
        display: none;
    }

    .service-area-panel {
        flex-direction: column;
    }

    .service-area-copy {
        order: 2;
        text-align: center;
    }

    .map-graphic {
        order: 1;
        min-height: clamp(200px, 30vh, 250px);
    }

    .blog-section .row {
        --bs-gutter-x: clamp(0.5rem, 2vw, 1rem);
    }

    .our-service-card {
        padding: clamp(10px, 2vw, 12px);
    }

    .card-content h3 {
        font-size: clamp(16px, 3vw, 20px);
    }
}
 

/* ✅ Hover ONLY desktop ke liye */
@media (min-width: 992px) {
  .navbar-nav .nav-item:hover > .sub-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
  }
}


/* ✅ Mobile toggle ke liye */
.navbar-nav .nav-item.active > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
	min-width: 100%;
}
 