* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Gilroy', Arial, sans-serif;
}

h1, h2, h3 {
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 500;
   
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

section {
    background-color: #F1F6F8F2;
}

/* ===== HEADER STYLES ===== */
.hamburger {
    display: none;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 1000;
    
}

.site-header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* ===== LOGO/BRAND SECTION - FIGMA DESIGN ===== */
.logo {
    flex-shrink: 0;
}

.logo-link {
    text-decoration: none;
    display: inline-block;
}

.logo-text {
    text-align: left;
}

.site-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 1px;
}

.site-tagline {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 5px 0 0;
    font-weight: 500;
}

.site-header .logo img {
    max-height: 60px;
    width: auto;
}

/* ===== NAVIGATION STYLES ===== */
.main-nav {
    flex: 1;
}

.primary-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 35px;
    justify-content: flex-end;
}

.primary-menu li {
    margin: 0;
}

.primary-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
    padding: 5px 0;
}

.primary-menu a:hover {
    color: #ff6600;
}

/* ===== HERO SECTION ===== */
.hero-section {
    width: 100%;
    height: 628px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 60px 80px;
    max-width: 600px;
}

.hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 16px;
}

.hero-content p {
    font-size: 16px;
    color: #444;
    margin-bottom: 28px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
    flex-wrap: nowrap;
    padding-left: 38px;
}


 .btn-orange {
    background-color: #E66916;
    font-family: "Gilroy", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    box-shadow: 0px 8px 20px 0px rgba(230, 104.99999999999999, 22, 0.2);
    border-radius: 60px 60px 60px 60px;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    text-align: center;
}


.btn-orange:hover {
    background-color: #d55a0f;
    border-color: #d55a0f;
}

.btn-call {
    border: 2px solid #E8671A;
    color: #444444;
    padding: 7px 14px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    line-height: 32px;
    justify-content: center;
    transition: all 0.3s ease;
}

.call-icon img {
    max-width: 28px;
    width: 100%;
    min-height: 28px;
    vertical-align: middle;
}

.trust-badges {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 580px;
    width: 100%;
    background-color: #ffffff;
    margin-top: 111px;
    padding-top: 9px;
    padding-bottom: 6px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.trust-badges span {
    font-size: 16px;
    color: #444444;
    font-weight: 500;
    line-height: 28px;
}

.site-header {
    background: #fff;
    position: relative;
    z-index: 100;
   padding-top: 10px;
    padding-bottom: 5px;
}

.site-header .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 130px;
}

.header-logo {
    max-width: 133px;
}

.site-header .header-logo img {
    height: 80px;
    width: 100%;
}

.site-header .header-nav ul {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header .header-nav a {
    text-decoration: none;
    color: #444444;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

.site-header .btn-orange {
    background-color: #E66916;
    font-family: "Gilroy", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    box-shadow: 0px 8px 20px 0px rgba(230, 104.99999999999999, 22, 0.2);
    border-radius: 60px 60px 60px 60px;
    padding: 017px 30px 017px 30px;
    text-transform: uppercase;
    text-transform: uppercase;
    text-align:center;
}

.cta-mobile {
    display: none;
}

/* ===== SERVICES SLIDER SECTION ===== */
.services-section {
    background: #F1F6F8F2;
    padding-top: 86px;
    padding-bottom: 80px;
    overflow: hidden;
}

.services-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}

.services-content {
    max-width: 600px;
}

.services-section .section-title {
    font-size: 44px;
    font-weight: 500 !important;
    color: #010101;
    margin: 0 0 14px 0;
    line-height: 56px;
    text-align: left;
}

.services-section .section-subtitle {
    font-size: 20px;
    color: #444444;
    margin: 0;
    line-height: 28px;
    text-align: left;
}

/* Slider Navigation Arrows - TOP RIGHT */
.services-slider-nav {
    display: flex;
    gap: 12px;
    position: absolute;
    top: 20px;
    right: 60px;
    z-index: 10;
}

.services-slider-nav button {
    border: none;
    cursor: pointer;
   
    
}

.services-slider-nav button:hover {
    background: #dfebf7;
     border-radius: 60px;
    
}

.services-slider-nav button:hover svg path {
    stroke: #ffffff;
}

.services-slider-nav svg {
    width: 24px;
    height: 24px;
}

.services-slider-nav svg path {
    stroke: #1a1a1a;
    stroke-width: 2;
    fill: none;
}

/* Slick Slider */
.services-slider {
    margin: 0 -15px;
    padding: 20px 0;
}

.services-slider .slick-slide {
    padding: 0 15px;
}

.services-slider .slick-list {
    margin: 0 -15px;
    overflow: visible;
}

.services-slider .slick-track {
    display: flex;
    align-items: stretch;
}


.services-slider .slick-dots {
    display: none !important;
}

.services-slider .slick-prev,
.services-slider .slick-next {
    display: none !important;
}

/* Service Card */
.service-card {
    background: #F1F6F8F2 !important;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.service-card-content {
    flex-grow: 1;
    padding: 0;
}

.service-card h3 {
    font-size: 20px;
    font-weight: 500;
    color: #010101;
    margin: 18px 0 8px 0;
    line-height: 32px;
}

.service-card p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
}

.slider-prev, .slider-next{
    border:none;
}

/* ===== ABOUT SECTION ===== */
.about-section {
    /* padding: 80px 0; */
    background: #F1F6F8F2;
}

.about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}

.about-content h2 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #010101;
    line-height: 58px;
    font-weight: 500;
}
.about-text {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}
.about-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #444444;
    margin-bottom: 34px;

}
.about-content a{
    border: 2px solid #E8671A;
    color: #444444;
    padding: 7px 11px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    line-height: 32px;
    justify-content: center;
}

.btn-about {
    display: inline-block;
    padding: 15px 30px;
    background: #f97316;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
}

.about-image img {
    width: 100%;
    border-radius: 8px;
}

/* ===== FEATURES SECTION ===== */
.features-section {
    padding: 80px 0;
    background: #F1F6F8F2;
}

.features-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.features-h {
    font-size: 44px;
    line-height: 56px;
    color: #010101;
    margin-bottom: 40px;
}

.combined{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#btn-og{
    margin-bottom: 43px;
    font-family: "Gilroy", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    box-shadow: 0px 8px 20px 0px rgba(230, 104.99999999999999, 22, 0.2);
    border-radius: 60px 60px 60px 60px;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    text-align: center;
}
.features-header h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
}

.btn-features {
    padding: 15px 30px;
    background: #f97316;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.feature-card {
    background: white;
    padding: 22px 22px 22px 23px;
    width: 280px;
    height: 227px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.feature-card img {
    margin-bottom: 20px;
}

.feature-card h3 {
       font-size: 20px;
    line-height: 32px;
    color: #010101;
    margin-bottom: 8px;

}

.feature-card p {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    font-weight: 400;
   width: 236px;
}

/* ===== PROJECTS SECTION ===== */
.projects-section {
    /* padding: 80px 0; */
    background: #F1F6F8F2;
    padding-top: 80px;
}
#button-call-id{
    .btn-call {
    padding: 13px 23px;
    font-weight: 500;
    transition: all 0.3s ease;
    color: #F97D03;
    font-size: 16px;
    line-height: 15px;
    text-transform: uppercase;
}
}
.projects-section .section-header {
    /* text-align: center; */
    margin-bottom: 41px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.projects-section h2 {
    font-size: 44px;
    color: #010101;
    margin-bottom: 14px;
    line-height: 56px;
    font-weight: 500;
}

.projects-section .section-header p {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    max-width: 575px;
    /* margin: 0 auto 41px; */
    font-weight: 400;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.project-card {
    background: #F1F6F8F2;
    overflow: hidden;
    transition: none;
}
.project-card:hover {
    transform: none;
    box-shadow: none;
}

.project-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.project-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: none;
}

.project-card:hover .project-image img {
    transform: none;
}

.project-info {
    padding-top: 18px;
}

.project-info h3 {
    font-size: 20px;
    color: #010101;
    margin-bottom: 11px;
    font-weight: 500;
    line-height: 32px;
}
.projects-grid .project-card:nth-child(3) h3 {
    width: 219px;
}
.projects-grid .project-card:nth-child(2) p {
    width: 272px;
}

.project-location {
    font-size: 14px;
    color: #E8671A;
    font-weight: 600;
    margin-bottom: 10px;
}

.project-info p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    width: 257px;
    font-weight: 400;
}
.no-projects {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 16px;
    grid-column: 1 / -1;
}

/* ===== SERVICE AREA SECTION ===== */
.service-area-section {
    background: #F1F6F8F2;
}

.service-area-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.service-area-content h2 {
    font-size: 44px;
    color: #010101;
    margin-bottom: 20px !important;
    line-height: 58px;
    font-weight: 500;
    width: 540px;
}

.service-area-content p {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    margin-bottom: 34px;
    font-weight: 400;
    width: 560px;
}
.service-area-image{
    max-width: 530px;
}
.service-area-image img {
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display:block;
}

/* ===== WHY US SECTION ===== */
.why-us-section {
    background: #F1F6F8F2;
    padding-top: 80px;
}

.why-us-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.why-us-content h2 {
    font-size: 44px;
    color: #010101;
    margin-bottom: 14px;
    line-height: 58px;
    font-weight: 500;
    width:540px;
}

.why-us-content{
    margin-bottom: 34px;
}
.why-us-content > p {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    margin-bottom: 32px;
    width:560px;
}
.why-us-image{
    max-width: 530px;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.feature-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    flex-shrink: 0;
}

.feature-content h3 {
    font-size: 20px;
    color: #010101;
    margin-bottom: 6px;
    font-weight: 500;
    line-height: 32px;
}

.feature-content p {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    margin: 0;
}

.why-us-image img {
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* ===== PROCESS SECTION ===== */
.process-section {
    padding-top: 80px;
    background: #F1F6F8F2;
}

.process-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.process-header a{
    padding: 18px 30px 18px 30px;
}

.process-header h2 {
    font-size: 44px;
    color: #010101;
    font-weight: 500;
    line-height: 56px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.process-card {
    background: #fff;
    padding: 27px 22px;
    /* text-align: center; */
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 280px;
    height: 259px;
}

.process-icon {
    margin-bottom: 24px;
}
.process-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.process-number {
    font-size: 70px;
    font-weight: 800;
    color: #C2D2D969;
    opacity: 4.1;
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 1;
}

.process-card h3 {
    font-size: 20px;
    color: #010101;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 32px;
}

.process-card p {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    margin: 0;
}

/* ===== TESTIMONIALS SECTION ===== */
/* .testimonials-section {
    padding-top: 80px;
    background-color: #F1F6F8F2;
}

.testimonials-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-section h2 {
    font-size: 44px;
    color: #010101;
    margin-bottom: 14px;
    line-height: 56px;
    font-weight: 500;
}

.testimonials-section .section-header p {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    max-width: 575px;
    margin: 0 auto;
}

.testimonials-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: #F1F6F8F2;
    border-radius: 12px;
    padding: 30px;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-image {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.testimonial-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.testimonial-content {
    text-align: left;
}

.star-rating {
    color: #FFA500;
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    gap: 5px;
}

.star {
    display: inline-block;
}

.testimonial-content h4 {
    font-size: 20px;
    color: #010101;
    margin-bottom: 10px;
    font-weight: 500;
    font-style: italic;
}

.testimonial-content p {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    margin-bottom: 10px;
}

.testimonial-content .client-name {
    font-weight: 600;
    color: #E8671A;
    font-size: 14px;
    margin-top: 15px;
} */
 /* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
    padding-top: 80px;
    background: #F1F6F8F2;
}

.testimonials-section .section-header {
    margin-bottom: 50px;
}

.testimonials-section h2 {
    font-size: 44px;
    color: #010101;
    margin-bottom: 14px;
    line-height: 56px;
    font-weight: 500;
}

.testimonials-section .section-header p {
    font-size: 20px;
    color: #444444;
    line-height: 28px;
    max-width: 700px;
}

/* ===== TESTIMONIALS SLIDER NAVIGATION ===== */

/* Button Base Styles */
.testimonials-slider-nav button {
    border: none;
    cursor: pointer;
    /* width: 50px; */
    /* height: 50px; */
    /* background: #ffffff; */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}

/* Hover State */
.testimonials-slider-nav button:hover {
    background: #dfebf7;
    border-radius: 60px;
}

/* SVG Arrow Styles (if using SVG) */
.testimonials-slider-nav button:hover svg path {
    stroke: #ffffff;
}

.testimonials-slider-nav svg {
    width: 24px;
    height: 24px;
}

.testimonials-slider-nav svg path {
    stroke: #1a1a1a;
    stroke-width: 2;
    fill: none;
}



.testimonials-slider-nav img {
    max-width: 71px;
    /* height: 24px; */
    transition: filter 0.3s ease;
}

/* Positioning - Match Services Section */
.testimonials-section .section-header {
    position: relative;
    padding-right: 60px; /* Space for buttons */
}

.testimonials-slider-nav {
    display: flex;
    gap: 12px;
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 10;
}



/* ===== FLEXBOX SLIDER ===== */
.testimonials-slider {
    display: flex;
    gap: 56px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px 5px 20px;
    scrollbar-width: none; 
    margin: 0;
}
.testimonials-slider::-webkit-scrollar {
    display: none; /* - hide scrollbar */
}

.testimonial-card {
    flex: 0 0 562px; 
    height: 300px;
    background: #F1F6F8;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    scroll-snap-align: start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card,
.testimonial-card.slick-slide,
.testimonial-card.slick-current,
.testimonial-card.slick-active {

    height: 300px !important;
    flex: 0 0 575px !important;
    margin: 0 28px !important
}

/* ===== TESTIMONIAL IMAGE - LEFT SIDE ===== */
.testimonial-image {
    width: 41%;
    height: auto;
    flex-shrink: 0;
    overflow: hidden;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== TESTIMONIAL CONTENT - RIGHT SIDE ===== */
.testimonial-content {
    flex: 1;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    overflow: hidden;
}

/* Testimonial Content */
.testimonial-content {
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.star-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 18px;
}
/* Testimonial Title (Italic) */
.testimonial-content h4 {
    font-size: 20px;
    color: #010101;
    margin-bottom: 8px;
    font-weight: 400;
    font-style: italic;
    line-height: 32px;
    flex-shrink: 0;
}

/* Testimonial Text */
.testimonial-content p {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    /* margin-bottom: 0px; */
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 400;
} 
/* Client Name */
.testimonial-content .client-name {
    font-weight: 600;
    color: #444444;
    font-size: 16px;
    line-height: 32px;
    /* margin-top: auto; */
    /* flex-shrink: 0; */
}

    .slick-initialized .slick-slide {
    display: flex !important;
}

/* ===== LOCATIONS SECTION ===== */
.locations-section {
    background: #F1F6F8F2;
    padding-top: 60px;
    padding-bottom: 79px;
}

.locations-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21px;
}
.locations-header a{
    padding: 18px 32px 18px 32px;
}

.locations-header h2 {
    font-size: 44px;
    color: #010101;
    font-weight: 500;
    line-height: 56px;
}

/* Figma-style tabs bar */
.location-tabs-bar {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: -1px;
    position: relative;
    z-index: 2;
}

.location-tab-btn {
    appearance: none;
    border: 0;
    background: transparent;
    color: #010101;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 18px;
    cursor: pointer;
    white-space: nowrap;
}

.location-tab-btn.active {
    background: #010101;
    color: #ffffff;
}

.location-tab-btn:focus-visible {
    outline: 2px solid #E8671A;
    outline-offset: -2px;
}

.map-container {
    width: 100%;
    height: 450px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

@media (max-width: 992px) {
    .map-container {
        height: 360px;
    }

    .location-tabs-bar {
        display: flex;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .location-tabs-bar::-webkit-scrollbar {
        display: none;
    }
    .location-tab-btn {
        flex: 0 0 auto;
        padding: 12px 16px;
    }
}

@media (max-width: 576px) {
    .map-container {
        height: 300px;
    }

    .location-tab-btn {
        font-size: 16px;
        padding: 12px 14px;
    }
}

/* ===== CTA SECTION ===== */

.cta-section {
    background-image: var(--cta-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

/* Left side - Black background with content */
.cta-content {
    position: relative;
    z-index: 1;
    background: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 750px;
    width: 100%;
    padding: 110px 91px 129px 130px;
}

.cta-content h2 {
    font-size: 44px;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 56px;
    font-weight: 500;
    max-width: 483px;
}

.cta-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 28px;
    margin-bottom: 27px;
    max-width: 448px;
}

/* Buttons container */
.cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    align-items: center;
}

/* Orange button */

.cta-section .btn-orange {
    background: #E8671A;
    border: 2px solid #E8671A;
    color: #fff;
    padding: 18px 23px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    white-space: nowrap;
    line-height: 15px;
}

.cta-section .btn-orange:hover {
    background: #d55a0f;
    border-color: #d55a0f;
}

/* White button */
.cta-section .btn-white {
    background: #fff;
    color: #444444;
    border: 1px solid #F97D03;
    padding: 11px 23px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    white-space: nowrap;
    line-height: 32px;
    text-align: center;
}

/* Phone icon in button */
.cta-section .btn-white img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}


/* ===== FOOTER SECTION ===== */

.site-footer {
    background: #ffffff;
    color: #444444;
    border-top: 1px solid #e0e0e0;
    padding-top: 71px;
    padding-bottom: 51px;
}

.site-footer .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top {
    display: grid;
    grid-template-columns: 2.4fr 1fr 1fr 1fr 1.5fr;
    gap: 51px;
    /* margin-bottom: 50px; */
    /* padding-bottom: 40px; */
    /* border-bottom: 1px solid #e9e9e9; */
    position: relative;
}
.footer-col {
    display: flex;
    flex-direction: column;
    position: relative;
}


/* Logo Column */
.footer-logo-col .footer-logo {
    max-width: 150px;
    height: auto;
   margin-bottom: 41px;
}

/* Social Media Links - Circle Icons */
.social-media-links {
    display: flex;
    gap: 12px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    /* border: 1px solid #444444; */
    /* border-radius: 50%; */
    transition: all 0.3s ease;
    /* background: transparent; */
}


.social-link img {
    width: 36px;
    height: 36px;
    filter: none;
}


/* Menu Columns */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 20px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu a {
    color: #010101;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    transition: color 0.3s ease;
}


/* Contact Info Column */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #010101;
    line-height: 15px;
}

.footer-contact li:last-child {
    margin-bottom: 0;
}

.footer-contact li img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    /* Orange color for icons */
    filter: none;
}

.footer-contact a {
    color: #010101;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 140px;
    flex-wrap: wrap;
    position: absolute;
    right: 371px;
    margin-top: -22px;
}


.footer-bottom-left p, .footer-bottom-right p {
    font-size: 15px;
    color: #010101;
    line-height: 15px;
    font-weight: 400;
   
}
.footer-bottom-left {
    margin-right: 195px;
}
 .footer-bottom-right {
    margin-right: -195px;
 }


/* ===== RESPONSIVE DESIGN ===== */

/* ===== RESPONSIVE STYLES ===== */

@media(max-width:1250px){
    .process-grid {
    gap: 30px;
}
.features-grid {
    gap: 11px;
}
.process-card {
    width: auto;
    height: auto;
}
}

@media (max-width: 1200px) {
    .site-header .header-container {
        margin-left: 40px;
        margin-right: 40px;
    }
      .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.feature-card {
    width: auto;
    height: auto;
}
    .site-header .header-nav ul {
        gap: 20px;
    }

    .header-logo {
        max-width: 110px;
    }

    .site-header .header-logo img {
        height: 70px;
    }

    .hero-content-box {
        margin-left: 60px;
        /* padding: 0px 30px; */
        /* display: block !important; */
        /* padding-bottom: 12px; */
        padding-top: 47px;
        margin-top: -25px;
    }

    .hero-content-box h1 {
        font-size: 40px;
        line-height: 52px;
    }

    .services-section .container {
        padding: 0 30px;
    }

    .services-section .section-title {
        font-size: 36px;
        line-height: 48px;
    }

    .footer-top {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-logo-col {
        grid-column: 1 / -1;
    }

    .projects-grid,
    .process-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .testimonials-slider {
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .testimonials-slider-nav {
        position: relative;
        top: auto;
        right: auto;
        margin: 20px auto 0;
        justify-content: center;
    }
    
    .testimonials-section .section-header {
        padding-right: 0;
        text-align: center;
    }

    /* Tablet/mobile header menu */
    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        position: sticky;
        right: 20px;
        z-index: 2000;
    }

    .hamburger span {
        width: 25px;
        height: 3px;
        background: #333;
    }

    .header-nav {
        display: none;
        flex-direction: column;
        background: #fff;
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 18px 20px 22px;
        z-index: 1999;
        max-height: calc(100vh - 92px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid #eee;
    }

    .header-nav.active {
        display: flex;
    }

    .header-nav ul {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .header-nav a {
        font-size: 16px;
        line-height: 28px;
    }

    .header-cta {
        display: none;
    }

    .mobile-cta {
        display: inline-block;
        margin-top: 15px;
    }

    body.nav-open {
        overflow: hidden;
    }

    /* Global responsive tightening (tablet) */
    .container,
    .services-section .container,
    .site-footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    img, svg, iframe { max-width: 100%; }

    .service-area-content h2,
    .service-area-content p,
    .why-us-content h2,
    .why-us-content > p,
    .project-info p,
    .projects-section .section-header p {
        width: auto !important;
        max-width: 100%;
    }

    .features-grid,
    .projects-grid,
    .process-grid,
    .footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-card,
    .process-card {
        width: auto;
        height: auto;
    }

    .feature-card p { width: auto; }

    .service-card img { height: 260px; }
    .project-image { height: 220px; }
}
@media (max-width: 992px) {
    html, body {
        overflow-x: hidden;
    }
  .why-us-image {
    max-width: 530px;
    margin: 0 auto;
}
    .service-area-image {
    max-width: 530px;
    margin: 0 auto;
}
    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        right: 20px;
        z-index: 2000;
    }

    .hamburger span {
        width: 25px;
        height: 3px;
        background: #333;
    }

    .header-nav {
        display: none;
        flex-direction: column;
        background: #fff;
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 18px 20px 22px;
        z-index: 1999;
        max-height: calc(100vh - 92px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid #eee;
    }

    .header-nav.active {
        display: flex;
    }

    .header-nav ul {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .header-nav a {
        font-size: 16px;
        line-height: 28px;
    }

    .header-cta {
        display: none;
    }

    .mobile-cta {
        display: inline-block;
        margin-top: 15px;
    }

    .site-header .header-container {
        margin-left: 20px;
        margin-right: 20px;
    }

    .hero-section {
        background-position: center;
        padding: 60px 0;
    }

    .hero-content-box {
        margin: 0 auto;
        padding: 60px 25px;
        text-align: center;
    }

    /* style.css adds large padding on tablet; reduce it for responsiveness */
    .hero-content-box h1 {
        /* padding: 180px 0px 0px; */
        text-align: left;
        max-width: none;
    }

    .hero-content-box p {
        padding-left: 0 !important;
        padding-right: 30px;
        text-align: left;
    }

    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .trust-badges {
        justify-content: space-evenly;
        align-items: center;
        gap: 15px;
    }
    .combined {
        flex-direction: column;
    }
    .services-section {
        padding-bottom: 50px;
    }
      .service-card h3 {
    margin: 18px 0px 8px 13px;
}
.service-card p {
    margin-left: 13px;
}
    .services-slider-nav {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 20px;
    }
    

    .services-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-card img {
        height: 240px;
        padding-left: 17px;
        padding-right: 17px;
    }
    .project-image {
        height: 210px;
    }

    .service-area-grid,
    .why-us-grid {
        grid-template-columns: 1fr;
    }

    .location-tabs {
        grid-template-columns: 1fr;
    }

    .projects-grid,
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-top {
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }

    .footer-logo-col {
        align-items: center;
    }

    .social-media-links {
        justify-content: center;
    }

    body.nav-open {
        overflow: hidden;
    }

    /* Remove fixed widths that cause horizontal scroll on mobile */
    .service-area-content h2,
    .service-area-content p,
    .why-us-content h2,
    .why-us-content > p,
    .projects-section .section-header p,
    .projects-grid .project-card:nth-child(3) h3,
    .projects-grid .project-card:nth-child(2) p,
    .project-info p {
        width: auto !important;
        max-width: 100%;
    }
    .projects-section .section-header{
        flex-direction:column;
    }
    .btn-call {
    border: 1px solid #E8671A;
    padding: 7px 21px;
    margin-top: 30px;
}

    .feature-card,
    .process-card {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .feature-card p {
        width: auto;
        max-width: 100%;
    }

    /* Footer overflow fixes */
    .site-footer .container {
        margin-left: 0 !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-bottom {
        position: static !important;
        right: auto !important;
        width: 100%;
        justify-content: center;
    }

    .footer-bottom-left p,
    .footer-bottom-right p {
        margin: 0 !important;
    }

    /* Testimonials slick overrides: make cards fit small screens */
    .testimonials-slider {
        gap: 28px;
    }

    .testimonial-card,
    .testimonial-card.slick-slide,
    .testimonial-card.slick-current,
    .testimonial-card.slick-active {
        flex: 0 0 88vw !important;
        margin: 0 14px !important;
    }

    /* cta mobile  */
 .cta-mobile {
        display: block;
        background: #000;
    }
    

    .cta-content{
        display:none;
    }

    .cta-wrapper {
        display: flex;
        flex-direction: column;
    }

    /* IMAGE TOP */
        .cta-image img {
        width: 50%;
        /* height: 260px; */
        object-fit: cover;
        display: block;
        margin: 0 auto;
        padding-top: 50px;
    }

    /* CONTENT BELOW */
    .cta-content-mobile {
        background: #000;
        color: #fff;
        padding: 40px 30px;
        text-align: left;
    }

        .cta-content-mobile h2 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 12px;
        max-width: 440px;
        margin: 0 auto;
    }

    .cta-content-mobile p {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 30px;
        max-width: 451px;
        margin: 0 auto;
    }
        .cta-buttons {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .cta-section .btn-orange {
    padding: 13px 23px;
    }
    .cta-section .btn-white {
    padding: 5px 23px;
    }
}


@media (max-width: 768px) {
    .site-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .site-header .header-logo img {
        height: 60px;
    }

    .hero-section {
        height: auto;
        padding: 70px 0;
    }

    .hero-content {
        padding: 40px 20px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-buttons {
        flex-wrap: wrap;
        padding-left: 0;
    }

       .hero-content-box h1 {
        padding-top: 70px;
    }

    .hero-content-box p {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn-orange,
    .btn-call {
        width: 50%;
        justify-content: center;
        font-size: 14px;
    }

    .hero-content-box h1 {
        padding: 0 30px 0px;
    }

    .trust-badges {
        margin-top: 62px;
        padding-left: 0;
        padding-right: 0;
    }

    .about-wrapper {
        grid-template-columns: 1fr;
        gap: 55px;
    }
      .features-section {
    padding: 70px 0;
}
#btn-og {
    margin-bottom: 50px;
    font-family: "Gilroy", Sans-serif;
}
.service-area-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-area-content h2 {
    font-size: 37px;
    color: #010101;
    margin-bottom: 20px !important;
    line-height: 47px;
    font-weight: 500;
    /* width: 540px; */
    text-align: center;
}
    .service-area-content p {
        /* max-width: 540px; */
        margin: 0 auto;
        padding-bottom: 50px;
        text-align: center;
    }
.features-h {
    font-size: 37px;
    line-height: 57px;
    color: #010101;
    margin-bottom: 40px;
}
.service-area-grid {
    gap: 53px;
}
.why-us-section {
    background: #F1F6F8F2;
    padding-top: 70px;
}
.why-us-content h2 {
    font-size: 37px;
    color: #010101;
    margin-bottom: 14px;
    line-height: 47px;
    font-weight: 500;
    width: 540px;
}
.why-us-grid {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 40px;
    align-items: center;
}
.process-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: column;
}
.process-header h2 {
    font-size: 44px;
    color: #010101;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 40px;
}
.locations-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21px;
    flex-direction: column;
}
.locations-header h2 {
    font-size: 44px;
    color: #010101;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 40px;
}
.locations-section {
    background: #F1F6F8F2;
    padding-top: 70px;
    padding-bottom: 70px;
}
.process-section {
    padding-top: 70px;
    background: #F1F6F8F2;
}
.projects-section h2 {
    font-size: 37px;
    color: #010101;
    margin-bottom: 14px;
    line-height: 47px;
    font-weight: 500;

   .features-grid {
        grid-template-columns: 1fr;
        max-width: 414px;
        margin: 0 auto;
    }
    .feature-card, .process-card {
        /* width: auto; */
        /* max-width: 100%; */
        height: auto;
        max-width: 414px;
    }
     .services-slider .slick-slide {
   /* max-width: 357px
   */
     padding: 0 !important;
} 

    .features-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .services-section {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .services-section .container {
        padding: 0 20px;
    }


    .services-section .section-subtitle {
        font-size: 18px;
    }

    .service-card img {
        height: 240px;
    }

    .project-image {
        height: 200px;
    }

    /* Keep hamburger/menu aligned on smaller tablets */
    .hamburger { 
         right: 16px; 
        }
    .header-nav 
    {
         top: 64px;
         }

    .service-card h3 {
        font-size: 18px;
    }

    .process-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

       .projects-grid, .process-grid {
        grid-template-columns: 1fr;
        max-width: 414px;
        margin: 0 auto;
    }
    .image-content img {
    max-width: 720px;
    display: none;
}

    .testimonials-slider {
        flex-direction: column;
        overflow-x: visible;
        scroll-snap-type: none;
    }

    .testimonial-card,
    .testimonial-card.slick-slide,
    .testimonial-card.slick-current,
    .testimonial-card.slick-active {
        flex: 0 0 92vw !important;
        margin: 0 10px !important;
    }

    .locations-header {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        margin-bottom: 40px;
    }
        .hero-content-box h1 {
        font-size: 37px;
        line-height: 47px;
    }
    .about-content h2 {
    font-size: 37px;
    line-height: 47px;
}
.about-content p {
    margin-bottom: 18px;
}

    .cta-content {
        text-align: center;
    }
    .cta-section .btn-orange {
        padding: 13px 23px;
        max-width: fit-content;
        margin: 0 auto;
    }
    .cta-section .btn-white {
        padding: 5px 23px;
        max-width: fit-content;
        margin: 0 auto;
    }

    .cta-buttons {
        justify-content: center;
    }
    .cta-mobile {
    display: block;
}

        .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        margin-top: 42px;
    }

    .footer-contact li {
        justify-content: center;
    }
    .projects-section .section-header {
    /* text-align: center; */
   
    flex-direction: column;
}
.sec-combined{
    margin-bottom: 48px;
}

    .cta-image img {
        height: 280px;
    }

    .cta-content-mobile {
        padding: 40px 25px;
    }

    .cta-content-mobile h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .process-section{
        padding-top: 70px;
    }
        .process-header {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    .locations-section {
    background: #F1F6F8F2;
    padding-top: 70px;
    padding-bottom: 70px;
}
}
}

@media (max-width: 576px) {
    .hero-content-box {
        /* padding: 40px 20px; */
        max-width: 483px;
    }
    .hamburger {
        right: 16px;
    }
    

       .hero-content-box h1 {
        font-size: 27px;
        line-height: 38px;
        padding: 0;
    }

    .hero-content-box p {
        font-size: 16px;
        padding-left: 0;
    }

    .trust-badges {
        gap: 10px;
    }
    .hero-section {
        height: auto;
        padding: 38px 0;
    }

    .badge {
        font-size: 16px;
    }
    .sec-combined{
    margin-bottom: 35px;
}

 .btn-orange, .btn-call {
        width: 81%;
        text-align: center;
    }

     .services-section .section-title {
        font-size: 27px;
        line-height: 38px;
    }
    .services-slider-nav button {
        width: 67px;
        height: 40px;
    }
    .testimonial-content p {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    /* margin-bottom: 0px; */
    flex-grow: 1;
    /* overflow: hidden; */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 400;
}

  .services-header {
        margin-bottom: -28px;
    }
    .projects-grid, .process-grid {
        grid-template-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px;
    }

    .cta-section {
    padding-top: 0;
    background-color: #F1F6F8F2;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.testimonials-section {
    padding-top: 55px;
    background: #F1F6F8F2;
}
   .service-area-grid {
        display: flex;
      flex-direction: column-reverse;
        gap: 25px;
        align-items: center;
       
    }
.projects-section {
    /* padding: 80px 0; */
    background: #F1F6F8F2;
    padding-top: 50px;
}
    .btn-orange, .btn-call {
        width: 100%;
        text-align: center;
    }
   
    /* Reduce visual congestion on phones */
    .services-section { padding-top: 48px; padding-bottom: 32px; }
        .features-section {
        /* padding: 17px 0; */
        padding-top: 50px;
    }

    .locations-section { padding: 52px 0; }
    .process-section { padding-top: 52px; }
    .why-us-section { padding-top: 52px; }
    .why-us-grid {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 24px;
    align-items: center;
}
    .process-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .testimonial-content {
        padding: 25px 70px;
        display: flex;
        margin-top: -24px;
    }

.testimonials-section .section-header {
    margin-bottom: -40px;
}
    .testimonials-slider-nav {
        position: relative;
        top: 619px;
    }
    .process-header {
        gap: 27px;
    }
        .service-card img {
        min-height: 350px;
        max-width: 350px;
        margin:0 auto;
    }
           .service-card h3 {
        font-size: 21px;
        /* padding-left: 123px; */
    }

        .service-card p {
        font-size: 16px;
        /* padding-left: 123px; */
        /* padding-right: 102px !important; */
    }
    .about-content a {
    padding: 9px 20px;
    }

    .about-content p:nth-of-type(2){
        margin-bottom: 30px;
    }
.about-content h2 {
        font-size: 27px;
        line-height: 38px;
        margin-bottom: 10px;
    }
    .about-content p {
    margin-bottom: 10px;
}
    .about-wrapper {
        gap: 26px;
        display: flex;
        flex-direction: column-reverse;
    }
    .project-image {
         height: 180px;
         }

    .features-h,
    .projects-section h2,
    .testimonials-section h2,
    .locations-header h2,
    .process-header h2,
    .why-us-content h2,
    .service-area-content h2,
    .cta-content h2 {
        font-size: 27px;
        line-height: 38px;    
    }
    .projects-section h2 {
    text-align: center !important;
}
.projects-section .section-header p {
    text-align: center;
}
    .service-area-content p{
        margin-bottom: 0;
    }
    .slick-initialized .slick-slide {
    display: flex !important;
    flex-direction: column;
}
    .process-header h2 {
        margin-bottom: 23px;
    }
    .testimonials-section .section-header p {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    max-width: 700px;
}
   .testimonial-card, .testimonial-card.slick-slide, .testimonial-card.slick-current, .testimonial-card.slick-active {
    height: auto !important;
    flex: 0 0 575px !important;
    margin: 0 28px !important;
}
.testimonial-image {
    width: 70%;
    margin: 0 auto;
}

    .footer-top {
        grid-template-columns: 1fr;
    }
    .cta-buttons {
        justify-content: center;
        flex-direction: column;
    }
    .footer-top {
    
    gap: 29px;
    /* margin-bottom: 50px; */
    /* padding-bottom: 40px; */
    /* border-bottom: 1px solid #e9e9e9; */
}
.site-footer {
    padding-top: 55px;
   
}
   .locations-section {
        padding: 52px 0;
    }
    /* .locations-header h2{
        margin-bottom: 24px;
    } */
    .locations-header {
        margin-bottom: 37px;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
        .location-tabs-bar {
        display: flex;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* margin-bottom: 23px; */
    }
    .feature-item {
    display: flex;
    align-items: flex-start;
    /* gap: 20px; */
    flex-direction: column;
}
.feature-icon img {
    height: auto;
    max-width: 57px;
}
}
@media(max-width:537px){
        .service-card h3 {
        font-size: 21px;
    
    }
        .service-card p {
        font-size: 16px;
       
    }
}

@media (max-width: 340px) {
    .site-header .header-logo img {
        height: 40px;
    }

    .hamburger span {
        width: 20px;
        height: 2px;
    }

    .hero-content h1 {
        font-size: 22px;
    }

    .btn-orange {
        font-size: 16px;
        padding: 10px;
    }

    .btn-call {
        font-size: 16px;
    }

    .hero-content-box h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .btn-orange {
        font-size: 16px;
        padding: 10px;
    }

    .btn-call {
        font-size: 16px;
    }

    .hero-section {
        height: auto;
        padding: 80px 0;
        max-width: 327px;
        margin: 0 auto;
    }

    .trust-badges {
        margin-top: 47px;
        padding-left: 0;
        padding-right: 0;
    }

}

@media(max-width:365px){
            .btn-orange, .btn-call {
        width: 100%;
    }
        .service-area-grid {
        display: grid;
        grid-template-rows: 1fr 1fr;
        gap: 0px !important;
        align-items: center;
        /* justify-content: space-between; */
    }
       .projects-section {
        /* padding: 80px 0; */
        background: #F1F6F8F2;
        padding-top: 0px !important;
    }
       
     
    }
    @media(max-width:440px){
          .btn-orange, .btn-call {
        width: 100%;
        text-align: center;
        /* max-width: 339px; */
        
    }
    .footer-top {
    display: grid;
    /* grid-template-columns: 2.4fr 1fr 1fr 1fr 1.5fr; */
    gap: 21px;
    /* margin-bottom: 50px; */
    /* padding-bottom: 40px; */
    /* border-bottom: 1px solid #e9e9e9; */
}
.site-footer {
    background: #ffffff;
    color: #444444;
    border-top: 1px solid #e0e0e0;
    padding-top: 45px;
    padding-bottom: 30px;
}
    }

/* ===============================
   Footer responsive overrides only
   (Desktop footer remains unchanged)
================================== */
@media (max-width: 1200px) {
    .site-footer .container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .footer-top {
        grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr !important;
        gap: 28px !important;
        margin-bottom: 30px !important;
        padding-bottom: 24px !important;
    }

    .footer-bottom {
        justify-content: space-between !important;
        gap: 12px !important;
        margin-top: 0 !important;
    }

    .footer-bottom-left p,
    .footer-bottom-right p {
        margin: 0 !important;
    }
}

@media (max-width: 1024px) {
    .footer-top {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 24px !important;
    }

    .footer-logo-col {
        grid-column: 1 / -1 !important;
        align-items: flex-start !important;
    }

    .social-media-links {
        justify-content: flex-start !important;
    }
}

@media (max-width: 992px) {
    .site-footer {
        padding-top: 48px !important;
        padding-bottom: 24px !important;
    }

    .site-footer .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 22px !important;
        margin-bottom: 24px !important;
        padding-bottom: 20px !important;
    }

    .footer-logo-col {
        grid-column: 1 / -1 !important;
        align-items: center !important;
    }

    .social-media-links {
        justify-content: center !important;
    }

    .footer-bottom {
        text-align: center !important;
        justify-content: center !important;
        gap: 128px !important;
    }

    .footer-bottom-left p,
    .footer-bottom-right p {
        margin: 0 !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .footer-bottom-right,.footer-bottom-left {
    margin: 0 !important;
    
}
}

@media (max-width: 768px) {
    .footer-top {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        margin-bottom: 18px !important;
        padding-bottom: 16px !important;
        text-align: left !important;
    }

    .footer-logo-col {
        align-items: flex-start !important;
    }

    .social-media-links {
        justify-content: flex-start !important;
    }

    .footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        gap: 6px !important;
    }

    .footer-menu a,
    .footer-contact li,
    .footer-contact a {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .footer-contact {
    list-style: none;
    /* padding: 0; */
    /* margin: 0; */
    margin-right: auto;
}
.footer-contact li {
    display: block;
}
      .cta-image img {
        height: 260px;
    }

    .cta-content-mobile {
        padding: 40px 30px;
    }

    .cta-content-mobile h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 14px;
    }

    .cta-buttons a {
        width: fit-content;
    }
}

@media (max-width: 576px) {
    .site-footer {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }
.services-slider-nav {
        position: relative;
        right: auto;
        top:512px;
        /* margin-top: 20px; */
        margin: 0 auto;
    }
    .about-section {
    /* padding: 80px 0; */
    background: #F1F6F8F2;
    padding-top: 70px;
}
    .site-footer .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .footer-logo-col .footer-logo {
        max-width: 130px !important;
        margin-bottom: 20px !important;
    }

    .social-link,
    .social-link img {
        width: 32px !important;
        height: 32px !important;
    }
     .cta-image img {
        height: 230px;
    }

    .cta-content-mobile {
        padding: 30px 20px;
    }

    .cta-content-mobile h2 {
        font-size: 24px;
        line-height: 34px;
        max-width: 275px;
    }

    .cta-content-mobile p {
        font-size: 15px;
        line-height: 24px;
        max-width: 275px;
    }

       .btn-orange, .btn-white {
        width: fit-content;
        font-size: 14px;
    }
       .btn-orange{
         width: fit-content;
        text-align: center;
        margin-top: 0 !important;
       }
      .btn-call {
        width: fit-content;
        text-align: center;
        margin-top: 3px;
    }
        .combined {
        flex-direction: column;
        margin-top: 0;
    }
    .features-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .services-section .section-subtitle {
    font-size: 16px !important;
    
}
    
}

@media (max-width: 440px) {
    .footer-top {
        gap: 14px !important;
    }

    .footer-bottom-left p,
    .footer-bottom-right p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
     .service-card h3 {
        font-size: 21px;
    }
       
    }


/* CTA responsive fixes (keep desktop as-is) */
@media (max-width: 768px) {
    .cta-section .wrapper {
        flex-direction: column;
    }
    .cta-section .image-content {
        min-height: 320px;
    }
    .cta-section .image-content img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        max-width: none !important;
    }
}

@media (max-width: 576px) {
    .cta-section .image-content {
        min-height: 260px;
    }
}
@media (max-width: 340px) {

    .cta-image img {
        height: 200px;
    }

    .cta-content-mobile {
        padding: 24px 16px;
    }

    .cta-content-mobile h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .cta-content-mobile p {
        font-size: 14px;
        line-height: 22px;
    }

    .btn-orange,
    .btn-white {
        font-size: 13px;
        padding: 12px;
    }
   
}
@media screen and (min-width: 340px) and (max-width: 444px) {
      .testimonial-content {
        padding: 25px 25px !important;
        display: flex;
        margin-top: -24px;
    }
    .testimonials-slider-nav {
        position: relative;
        top: 522px;
    }
    .locations-header {
        margin-bottom: 37px;
        flex-direction: column;
        text-align: center;
        gap: 0px;
    }
}

