body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}
/* Center the container and give it some margin */
.new-pml-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Style for each item */
.new-pml-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    
}

/* Styling the icon */
.new-pml-icon {
    font-size: 40px; /* Increased size of the icon */
    color: #6f6f6f; /* Color of the icon */
}
.fa-tag{
    
    transform: rotate(90deg); /* Rotates the icon by 45 degrees */

}
/* Styling the text */
.new-pml-text p ,.new-pml-text {
    margin: 0px 0;
    padding: 0px;
    font-size: 16px; /* Increased font size */
    font-weight: bold; /* Make the text bold */
    color: #6f6f6f; /* Color of the text */
}

/* Special styling for the availability text */
.new-pml-availability {
    font-size: 12px;
    font-weight: normal; /* Keeping the availability text normal weight */
    color: #6f6f6f; /* Same color as the icon and text */
}

/* Optional responsive layout for smaller screens */
@media (max-width: 768px) {
    .new-pml-container {
        flex-direction: column;
    }

    .new-pml-item {
        width: 100%;
        margin-bottom: 10px;
    }
}
.phone_img {
    width: 70px;
    height: 56px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.container {
    margin: 0 auto;
}


li h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

p {
    font-size: 15px;
}


/* Hero Section */
.hero {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
    /* height: 78vh; */
}

.f-20 {
    font-size: 16px !important;
}
/* Hide mobile footer by default on desktop */
.mobfooter-wrapper {
    display: none;
}
.cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    text-align: center;
}

.cta h3 {
    font-size: 2rem;
}

.cta p {
    font-size: 20px;
}

.cta p,
h3,
h2 {
    margin: 10px 0px;
}

.tap-call {
    display: block;
    border-style: none;
    border-radius: 35px;
    width: 316px;
    background: #f15a46;
    text-decoration: none;
    text-shadow: none;
    color: #fff;
    border-width: 1px;
    border-color: #f15a46;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 50px;
    padding: 20px;
}



.ul2 li , .ul3 li {
    list-style-type: none;

}

.stars {
    background: url("longscreenshot.webp");
    background-position: -205px -64px;
    width: 162px;
    height: 30px;
    background-repeat: no-repeat;
}

.check2::before {
    font-family: 'Material Symbols Outlined';
    content: "verified";
    color: #f15a46;
    display: inline-block;
    position: absolute;
    left: -30px;
    font-size: 20px;
    top: -5px;

}
.mobile::before {
    font-family: 'Material Symbols Outlined';
    content: "phone_in_talk";
    color: #f15a46;
    display: inline-block;
    position: absolute;
    left: -30px;
    font-size: 20px;
    top: -5px;
}
.event::before {
    font-family: 'Material Symbols Outlined';
    content: "event";
    display: inline-block;
    color: #f15a46;
    position: absolute;
    left: -30px;
    font-size: 20px;
    top: -5px;
}
.plumbing::before {
    font-family: 'Material Symbols Outlined';
    content: "bolt";
    color: #f15a46;
    display: inline-block;
    position: absolute;
    left: -30px;
    font-size: 20px;
    top: -5px;
}


.logo-section {
    display: flex;
    margin-left:8%;
    align-items: center;
    z-index: -1000;

}

.logo-section h1 {
    font-size: 1.5rem;
}
.mobile-navbar-logo img{
    width: 20%;
}
.logo-section img {
    width: 4%;
    margin-top: 10px;
    height: auto;
    margin-right: 10px;
}

.main-heading {
    font-size: 2.75rem;
    color: #10141a;
    margin-bottom: 10px;
}

.location-text {
    font-size: 24px;
    font-weight: 500;
    color: #10141a;
    margin: 0;
}

.phone-section {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

h5 {
    font-size: 23px;
    margin-bottom: 0px;

}

.inline {
    font-size: 20px;
    font-size: 500;
}

.p-20 {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.bold{
    font-weight: bold;
}

.ul2 , .ul3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.phone_bg {
    background: url("longscreenshot.webp");
    background-position: -205px 0px;
    width: 70px;
    height: 56px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.hero-content h2,
p,
a,
h3 {
    padding: 5px 0px;
}

.hero-content h3 {
    font-size: 24px;
    margin: 0;
    color: #10141a;

}

.phone-number {
    background-color: #f15a46;
    color:white ;
    font-size: 1.5rem;
    border-radius: 5px;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
}


.trust-section {
    margin-top: 20px;
}

.cs {
    color: #f15a46;
}

.same-style {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 3rem;
}

.trust-score {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
}

.location-text-dynamic {
    margin-top: 1.5rem;
}


/* Services Icons Section */
.services-icons {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.service-icon {
    text-align: center;
}

.service-icon img {

    margin-bottom: 10px;
}

/* Main Content Section */
.main-content {
    display: flex;
    position: relative;
    max-width: 900px;
    gap: 40px;
    margin: 0 auto;
    justify-content: center;
    padding: 40px 0;
}


.sidebar {
    display: flex;
    flex-direction: column;
    background-color: rgb(243, 244, 246);
    padding: 2rem;
    top: 20px; /* Adjust this value to control distance from top of viewport */
    height: fit-content;
    position: sticky;
    border-radius: 10px;
    height: 100%;
}

.profile-section {
    text-align: center;
}

.profile-image {

    border-radius: 50%;
    margin: 0 auto 20px;
}

.content-area {
    flex: 1;
}

.content-area p {
    color: #10141a;
    font-size: 17px;
    margin-top: 18px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0.3px;
}

.services-list {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.services-column {
    flex: 1;
}

#footer-logo {
    margin-left: 0px;
}

.service-item {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    font-weight: 600;
}

.check-icon {
    color: #f15a46;
    margin-right: 10px;
}

.check2 , .check3 {
    position: relative;

}

/* Services Grid Section */
.services-grid {
    text-align: center;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    margin: 0 auto;
}

.services-grid h3 {
    font-size: 2rem;
}

.services-grid h2 {
    color: #f15a46;
    background-color: #f9e6e4;
    padding: .5rem .5rem;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    font-size: 14px;
}
#footer-flex{
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.services-row {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    padding: 10px;
}

.service-card {
    flex: 0 0 30%;
    text-align: center;
    padding: 20px;
}

/* Footer */
.footer {
    background-color: #f8f8f8;
    padding: 40px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.max-w {
    max-width: 1000px;
    margin: 0 auto;

}

.footer-left {
    flex: 0 0 300px;
}

.footer-right {
    flex: 1;
    margin-left: 40px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;

}

.footer-links a {
    text-decoration: none;
    color: black;
}

.disclaimer {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}

.mobile-container {
    display: none;
}
/* Mobile Footer Styles */
.mobfooter-container {
    display: none;
}
#footer-text{
font-weight: bold;}

@media (max-width:768px) {
    .footer-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #footer-text{
        font-size: 14px;
        font-weight: bold;
    }
    .mobfooter-wrapper {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        padding: 8px;
        box-sizing: border-box;
        transition: transform 0.3s ease-in-out;
        transform: translateY(100%);
    }

    .mobfooter-wrapper.show {
        display: block;
        transform: translateY(0);
    }

    .mobfooter-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
.side-img img{
    width: 100%;
}
    .mobfooter-cta {
        display: block;
        background-color: #f15a46;
        color: white;
        text-align: center;
        padding: 8px 12px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.2;
    }

    .mobfooter-features {
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        gap: 4px;
    }

    .mobfooter-feature {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
        min-width: 0;
        padding: 0 2px;
    }

    .mobfooter-icon {
        font-size: 14px;
        margin-bottom: 2px;
        color: #f15a46;
    }

    .mobfooter-text {
        font-size: 10px;
        color: #333;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        line-height: 1.2;
    }

    .main-content,
    .services-grid {
        padding: 40px 20px;
    }

    .max-w {
        padding: 0px 20px;
    }

    .footer-right {
        display: none;
    }

    .services-row {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 10px;
        padding: 10px;
    }

    .side-img {
width: 100%;    }

    .sidebar {
        display: none;
    }

    .mobile-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
    }

    .desknav {
        display: none;
    }

    /* Navbar */
    .mobile-navbar {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #ddd;
    }

    .mobile-navbar-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .mobile-navbar-logo svg {
        width: 40px;
        height: 40px;
    }

    .mobile-navbar-text {
        font-size: 1.4rem;
        font-weight: bold;
    }

    /* Live Location Section */
    .mobile-section {
        padding: 4rem 20px;
        background-color: black;
        color: white;
        text-align: center;
    }

    #gas-line {
        display: none;
    }

    .mobile-section-location {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .mobile-section-title {
        font-size: 24px;
        font-weight: bold;
    }

    .mobile-section-subtitle {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .mobile-section-contact {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .mobile-section-call {
        display: inline-block;
        background-color: rgb(234, 51, 35);
        color: white;
        padding: 10px 15px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 16px;
    }

    .tap-call {
        width: 280px;
        padding: 15px;
    }

    .inline {
        font-size: 1.4rem;
    }
    .same-style{
        text-align: center;
    }

    .mobile-section-trusted {
        margin-top: 20px;
    }

    .mobile-section-trusted-icon {
        margin-bottom: 5px;
    }

    /* Four Items */
    .mobile-section-items {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 3rem;
    }

    .mobile-section-item {
        display: flex;
        align-items: center;
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
        color: white;
        padding: 10px;
        border-radius: 5px;
    }

    .mobile-section-item-icon {
        margin-right: 10px;
        background-color: white;
        padding: 0px 10px;
        color: black;
    }

    /* Image Section */
    .mobile-section-image {
        position: relative;
        display: flex;
        margin-top: -50px;
        align-items: center;
        justify-content: center;
    }

    .mobile-section-image img {
        width: 100%;
        max-width: 270px;
        object-fit: cover;
    }
}
@media (min-width:770px) and (max-width:1000px) {
    .hero{
     display: flex;
     justify-content: space-around;
     align-items: center;
     padding-bottom: 2rem;
     padding: 0px 30px;
     border-bottom: 1px solid #eee;
 }
 .main-heading {
     font-size: 1.9rem;
     color: #10141a;
     margin-bottom: 10px;
 }
 .phone-number {
     background-color: #f15a46;
     color: white;
     font-size: 1rem;
     border-radius: 5px;
     padding: 10px 15px;
     text-decoration: none;
     font-weight: bold;
 }
 .hero-image img{
     width: 100%;
 }
 .hero-content h3 {
     font-size: 18px;
     margin: 0;
     color: #10141a;
 }
 .location-text {
     font-size: 18px;
     font-weight: 500;
     color: #10141a;
     margin: 0;
 }
 }