* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

/* top_bar_css_start */
.top-bar {
    background: #f8f8f8;
    padding: 12px 5%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.styled-heading {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #333;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}

.top-bar a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.top-bar a:hover {
    color: #e31837;
}

.top-bar a:hover i {
    color: #e31837;
}

.top-bar a:hover img:hover {
    color: #e31837 !important;
}

.main-nav a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #e31837;
    transition: width 0.3s ease;
}

.main-nav a:hover::after {
    width: 100%;
}

/* top_bar_css_start */


/* navbar_css_start */
.nav-container {
    padding: 15px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo {
    height: 100px;
}

.logo img {
    height: 100%;
}

.main-nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

.main-nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 5px 0;
    position: relative;
    transition: color 0.3s;
    font-weight: 500;
}

.main-nav a:hover {
    color: #e31837;
}

.main-nav a.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e31837;
}

.hamburger {
    display: none;
    cursor: pointer;
    font-size: 24px;
    z-index: 100;
}

/* navbar_css_end */

/* home_page_conctect_css_start */
.top_contact_navbar {
    background-color: #0f202e;
    padding: 12px 0;
    width: 100%;
}

.top_contact_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    padding: 0 1rem;
}

.top_contact_link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.top_contact_link:hover {
    opacity: 0.8;
}

.top_contact_icon_box {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_contact_text_container {
    display: flex;
    flex-direction: column;
}

.top_contact_title {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

.top_contact_info {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

/* home_page_conctect_css_end */


/* home_page_pest_control_css_start */
.hero {
    position: relative;
    height: 600px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/static/assets/img/home2.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    /* padding: 15px 5%; */
}

.hero-content {
    flex: 1;
    height: 100%;
    margin: auto;
    max-width: 100%;
    padding: 9rem 5rem 0;
    width: 51rem;
}

.hero-content .scroll-down {
    display: flex;
    justify-content: center;
}

.hero-content h3,
.hero-content p {
    margin-bottom: .5em;
}

.service-available {
    color: white;
    background: #e31837;
    padding: 3px 8px;
    font-style: italic;

    border-radius: 15px;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: start;
    max-width: 800px;
}

.hero a.link {
    color: #fff;
}

.hero-contact {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-btn {
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-btn-1 {
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: medium;
    text-transform: uppercase;
}

.secondary-btn {
    background: transparent;
    border: 2px solid #bfdff1;
    color: #bfdff1;
    background-color: transparent;
}

.phone-number {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: white;
}

/* home_page_pest_control_css_end */

/* Pest_Control_Services_css_start */
.festival_offer_section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.festival_offer_heading {
    text-align: center;
    font-size: 32px;
    color: #222;
    margin-bottom: 15px;
    font-weight: 600;
}

.festival_offer_description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 20px;
    color: #444;
    line-height: 1.6;
}

.wasp_description {
    text-align: start;
    width: 100%;
    margin: 0 auto 20px;
    color: #444;
    line-height: 1.6;
}

.festival_offer_highlight {
    color: #0075be;
    font-weight: 600;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 32px;
    text-align: center;
}

.festival_services_list {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    line-height: 1.8;
}

.festival_offer_container {
    display: flex;
    /* background: #fff; */
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    margin-bottom: 30px;
}

.festival_offer_image {
    flex: 1;
    position: relative;
}

.festival_offer_image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 10px;
}

.festival_offer_overlay_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 80%;
}

.festival_overlay_heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.festival_highlight_text {
    color: #c4ff4d;
    font-weight: 600;
}

.festival_offer_content {
    flex: 1;
    padding: 40px;
    background: #0075be;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.festival_discount_badge {
    background: white;
    color: #0075be;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.festival_offer_cta {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.festival_offer_button {
    display: inline-block;
    padding: 12px 30px;
    background: #0075be;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.festival_offer_button:hover {
    background: #0047bb;
    transform: translateY(-2px);
}

/* Pest_Control_Services_css_end */


/* <!-- pestcontrol_animal_css_start --> */
.pestcontrol_main_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.pestcontrol_grid_section {
    margin-bottom: 40px;
}

.pestcontrol_icons_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 10px;
}

.pestcontrol_icon_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    background: white;
    border-radius: 8px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

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

.pestcontrol_pest_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.pestcontrol_pest_icon img {
    height: 100%;
    object-fit: contain;
}

.pestcontrol_pest_name {
    color: #0077b6;
    font-size: 14px;
    font-weight: 500;
}

.pestcontrol_showall_button {
    width: 100%;
    background: #e31837;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.pestcontrol_showall_buttons {
    width: 100%;
    background: #0b1825;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.pestcontrol_showall_button.pestcontrol_dark_button {
    background: #0b1825;
}

.pestcontrol_showall_button:hover {
    opacity: 0.9;
}

.pestcontrol_showall_buttons:hover {
    opacity: 0.9;
}

.pestcontrol_plus_icon {
    font-size: 24px;
}

.pestcontrol_grid_section {
    padding: 20px;
}

.pestcontrol_icons_grid,
.pestcontrol_additional_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.pestcontrol_icons_grid,
.pestcontrol_additional_grids {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.pestcontrol_icon_item {
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.pestcontrol_pest_icon img {
    max-width: 100%;
    height: auto;
}

.pestcontrol_showall_button {
    width: 100%;
    background: #e31837;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.pestcontrol_showall_button:hover {
    opacity: 0.9;
}

.hidden {
    display: none;
}

.pestcontrol_icon_item.hidden {
    opacity: 0;
}

/* <!-- pestcontrol_animal_css_end --> */

/* <!-- contact_us_form_css_start --> */
.contact-section {
    background: #f5f6f7;
    padding: 3rem 2rem;
}

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

.contact-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.required-field {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.required-field::before {
    content: "* ";
    color: #0077b6;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.form-group {
    position: relative;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-control {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: #0077b6;
}

.required-mark {
    color: #0077b6;
    margin-right: 0.2rem;
}

.submit-btn {
    background: #0077b6;
    color: white;
    padding: 0.8rem 2.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background: #005d91;
}

/* <!-- contact_us_form_css_end --> */

/* feauture_css_start */
.feature_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.feature_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
}

/* Unique classes for feature items */
.feature_item_leaders,
.feature_item_bureau,
.feature_item_technicians {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Unique classes for feature icons */
.feature_icon_leaders,
.feature_icon_bureau,
.feature_icon_technicians {
    width: 80px;
    height: 80px;
}

/* Shared styles for icons */
.feature_icon_leaders img,
.feature_icon_bureau img,
.feature_icon_technicians img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

/* Shared styles for text */
.feature_text_leaders,
.feature_text_bureau,
.feature_text_technicians {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 300px;
    margin: 0 auto;
}

/* feauture_css_end */

/* service_css_start */
.services_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

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

.service_card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.service_image {
    width: 100%;
    height: 200px;
    position: relative;
}

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

.service_image_whatsapp {
    padding: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_image_whatsapp img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.service_content {
    padding: 24px;
}

.service_title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.service_description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 24px 0;
}

.service_button {
    display: inline-block;
    padding: 10px 24px;
    border: 2px solid #0077b6;
    color: #0077b6;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

.service_button:hover {
    background: #0066cc;
    color: white;
}

.service_card_red_line {
    height: 4px;
    background: #e31837;
    margin-bottom: 20px;
}

/* service_css_end */

/* slider_css_start */
.expertiseWrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.expertiseHeading {
    text-align: center;
    color: #1a1a1a;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
}

.expertiseText {
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto 20px;
}

.brandHighlight {
    color: #e31837;
}

/* Slider Styles */
.sliderWrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sliderImages {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.sliderImage {
    min-width: 100%;
    height: 400px;
    object-fit: cover;
    background-position: center;
}

.overlayCard {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    padding: 24px;
    border-radius: 8px;
    max-width: 300px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #e31837;

}

.cardTitle {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.cardDesc {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
    line-height: 1.5;
}

.cardLink {
    display: inline-block;
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.cardLink:hover {
    text-decoration: underline;
}

/* Navigation Arrows */
.sliderArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
}

.arrowLeft {
    left: 10px;
}

.arrowRight {
    right: 10px;
}

/* Dots Navigation */
.dotNav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.navDot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
}

.navDot.active {
    background: #e31837;
}

/* slider_css_end */

/* Common_pest_css_start */
.pest-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.pest-heading {
    text-align: center;
    margin-bottom: 20px;
}

.pest-heading p {
    font-size: 1em;
    color: #234;
}

.pest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    /* margin-top: 40px; */
}

.pest-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform-style: preserve-3d;
}

.pest-card:hover {
    transform: translateY(-10px) rotateY(5deg) scale(1.05);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);

}

.pest-card-container {

    perspective: 1200px;
}

.pest-card img {
    transition: transform 0.4s ease;
}

.pest-card:hover img {
    transform: scale(1.2);

}

.pest-card-container:hover {
    perspective: 800px;
}

.pest-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-top: 4px solid #e31837;
    overflow: hidden;
}

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

.pest-content {
    padding: 20px;
}

.pest-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #333;
}

.read-more {
    display: inline-block;
    padding: 8px 20px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.read-more:hover {
    background: #0056b3;
}

/* Common_pest_css_end */

/* Treatment_pests_css_start */

.treatment-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.treatment-header {
    text-align: center;
    margin-bottom: 30px;
}

.treatment-title {
    font-size: 32px;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 15px;
}

.treatment-description {
    font-size: 14px;
    color: #234;
    line-height: 1.6;
}

.contact-info {
    color: #2b6cb0;
    margin: 10px 0;
    font-size: 14px;
}

.contact-info a {
    color: #2b6cb0;
    text-decoration: none;
}

/* services_css_start */
.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.service-item {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-image {
    width: 100%;
    height: 200px;
    position: relative;
    border-top: 4px solid #e31837;

}

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

.service-content {
    padding: 20px;
}

.service-name {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.service-type {
    font-size: 14px;
    color: #718096;
    margin-bottom: 15px;
}

.service-button {
    display: inline-block;
    padding: 8px 20px;
    background: transparent;
    color: #2b6cb0;
    border: 1px solid #2b6cb0;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-button:hover {
    background: #2b6cb0;
    color: white;
}

/* services_css_end */

/* services_ivolution_css_start */
.business-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.business-header {
    text-align: center;
    margin-bottom: 40px;
}

.business-title {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
}

.contact-text {
    font-size: 16px;
    color: #234;
}

.contact-text a {
    color: #2b6cb0;
    text-decoration: none;
}

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

.solution-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.solution-image {
    width: 100%;
    height: 250px;
    position: relative;
    border-top: 4px solid #e31837;

}

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

.solution-content {
    padding: 25px;
}

.solution-title {
    font-size: 22px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 12px;
}

.solution-description {
    font-size: 15px;
    color: #234;
    margin-bottom: 20px;
    line-height: 1.5;
}

.solution-button {
    display: inline-block;
    padding: 8px 24px;
    color: #2b6cb0;
    border: 2px solid #2b6cb0;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.solution-button:hover {
    background: #2b6cb0;
    color: white;
}

/* Treatment_pests_css_end */

/* /advantage_css_start */
.advantage-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background: #f8f9fa;
}

.advantage-header {
    text-align: center;
    margin-bottom: 40px;
}

.advantage-title {
    font-size: 36px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
}

.advantage-description {
    font-size: 16px;
    line-height: 1.6;
    color: #234;
    max-width: 900px;
    margin: 0 auto;
}

/* /advantage_css_end */

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.feature-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.feature-image {
    width: 100%;
    height: 240px;
    position: relative;
    /* border-top: 4px solid #E53E3E; */
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top: 4px solid #e31837;

}

.feature-content {
    padding: 25px;
}

.feature-title {
    font-size: 24px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 12px;
}

.feature-text {
    font-size: 15px;
    color: #234;
    margin-bottom: 20px;
    line-height: 1.5;
}

.feature-button {
    display: inline-block;
    padding: 8px 24px;
    color: #2b6cb0;
    border: 2px solid #2b6cb0;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.feature-button:hover {
    background: #2b6cb0;
    color: white;
}

.branch-button {
    background: transparent;
    border: 2px solid #2b6cb0;
    color: #2b6cb0;
}

/* innovalation_css_end */

/* <!-- branches_css_start --> */
.Tpc-location-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
}

.Tpc-map-section {
    position: relative;
    height: 400px;
    background-image: url("/static/assets/img/Trusted_Pest_Control_map.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center center; */
    width: 100%;
}

.Tpc-map-content {
    position: absolute;
    left: 50px;
    bottom: 50px;
    background: white;
    padding: 2rem;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.Tpc-map-title {
    font-size: 1.8rem;
    color: #002b49;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.Tpc-account-section {
    position: relative;
    height: 400px;
    background-image: url("/static/assets/img/Trusted_Pest_Control_output_map.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.Tpc-account-content {
    position: absolute;
    left: 50px;
    bottom: 50px;
    background: white;
    padding: 2rem;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.Tpc-account-title {
    font-size: 1.8rem;
    color: #002b49;
    margin-bottom: 1rem;
    font-weight: 600;
}

.Tpc-account-desc {
    color: #333;
    margin-bottom: 1.5rem;
}

.Tpc-btn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    border: 2px solid #0077b6;
    color: #0077b6;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: white;
}

.Tpc-btn:hover {
    background: #0077b6;
    color: white;
}

.Tpc-red-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #e31837;
}

/* <!-- branches_css_end --> */

/* footer_css_start */
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

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

.footer-column h3 {
    color: #234;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
}

.footer-column nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column a {
    color: #234;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.footer-column a:hover {
    color: #1a202c;
}

.logo-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logo {
    height: 48px;
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.social-icons {
    display: flex;
    gap: 16px;
}

.social-icons a {
    color: #234;
}

.copyright {
    font-size: 14px;
    color: #234;
    margin-top: 20px;
    font-weight: 600;
}

.copyrights {
    font-size: 14px;
    color: #234;
    margin-top: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.red-divider {
    height: 4px;
    background-color: #e31837;
    margin-top: 50px;
}

.responsive-imgs {
    max-width: 70px;
    height: 70px;
    object-fit: contain;
}

/* footer-css-end */
.alert {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.alert.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* footer_css_end */

/* contect_page_css_start */

/* breadcrumb_css_start */

.breadcrumb {
    padding: 15px 5%;
    background: #f8f8f8;
}

.breadcrumb a {
    color: #0047BB;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb a:hover {
    color: #003d81;
    text-decoration: none;
    font-weight: 500;
    transition: all 1s ease-in-out;
}

.breadcrumb span {
    color: #354a55;
    margin: 0 10px;
}

/* breadcrumb_css_end */


/* contect_use_css_start */
.contact-section {
    padding: 40px 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-title {
    color: #E31837;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.contact-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}

.phone-icon {
    width: 100px;
    height: auto;
}

.contact-info {
    flex: 1;
}

.contact-text {
    font-size: 1.25rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.call-us {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

/* .phone-number {
      display: inline-block;
      color: #0047BB;
      font-size: 1.5rem;
      font-weight: 600;
      text-decoration: none;
      padding: 10px 20px;
      border: 2px solid #0047BB;
      border-radius: 4px;
      transition: all 0.3s ease;
    } */

/* .phone-number:hover {
      background-color: #0047BB;
      color: white;
    } */

.contect-bg {

    background-color:
        #f8f8f8;

}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;/
}

.responsive-img {
    width: 100%;
    height: auto;
    max-width: 185px;
}

/* contect_use_css_end */

/* service_baner_css_start */
.service-banner {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
}

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

.banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: #f8f8f8;
}

.banner-title {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

/* service_baner_css_end */

/* form_css_start */
.form-bg {
    background-color: white;
    padding: 20px 5%;
}

.form-container {
    max-width: 700px;
    margin: 40px auto;
    padding: 0 20px;
}

.form-bg-color {
    background-color: #f9f9f9;

}

.form-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.mail-icon {
    width: 60px;
}

.form-intro {
    flex: 1;
}

.form-intro p {
    color: #333;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 10px;
}

.mandatory-note {
    color: #666;
    font-size: 0.9em;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
}

.required-field::after {
    content: ' *';
    color: #333;
}

.form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
}

.form-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1em;
}

.radio-group {
    margin-top: 10px;
}

.radio-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.radio-option input[type="radio"] {
    margin-right: 10px;
}

.checkbox-group {
    margin-top: 20px;
}

.checkbox-option {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.checkbox-option input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 4px;
}

.privacy-text {
    font-size: 0.9em;
    color: #333;
    margin-top: 20px;
}

.privacy-text a {
    color: #0047BB;
    text-decoration: underline;
}

.submit-button {
    background-color: #0047BB;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 2px;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 auto;
    margin-top: 12px;
    /* display: grid;
          justify-content: center; */
}

.responsive-imgs {
    max-width: 70px;
    height: 70px;
    object-fit: contain;
}

.submit-button:hover {
    background-color: #003399;
}

/* form_css_end */


/* contact_details_css_start*/
.contact-details {
    padding: 50px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.office-title {
    font-size: 2.2rem;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 20px;
}

.address {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact-info {
    margin: 25px 0;
}

.contact-info .tel-label {
    color: #333;
    font-weight: 500;
}

.contact-info .tel-number {
    color: #0047BB;
    text-decoration: none;
    font-weight: 500;
    margin-left: 5px;
    transition: color 0.3s ease;
}

.contact-info .tel-number:hover {
    color: #003399;
}

.directions {
    margin-top: 15px;
}

.directions-label {
    color: #333;
    font-weight: 500;
}

.directions-link {
    color: #0047BB;
    text-decoration: none;
    margin-left: 5px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.directions-link:hover {
    color: #003399;
    text-decoration: underline;
}

/* contact_details_css_end*/


/* contect_page_css_end */

/* About_page_css_start */

/* About_Technical_pest_control_css_start */
.navbar {
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.hero1 {
    position: relative;
    height: 600px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/Trusted_Pest_Control_Team.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.hero1 h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.hero1-contact {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

/* About_Technical_pest_control_css_end */

/* company_intro_css_start */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.company-intro {
    margin-bottom: 3rem;
    line-height: 1.6;
}

.company-intro p {
    margin-bottom: 1rem;
    color: #333;
}

/* company_intro_css_end */

/* brands_css_start */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.feature-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.feature-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    /* border-top: 4px solid #e31837; */
}

.feature-content {
    padding: 1.5rem;
}

.feature-content h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0077b6;
    margin-bottom: 1rem;
}

.feature-content p {
    color: #666;
    margin-bottom: 1.5rem;
}

.read-more {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 2px solid #0077b6;
    color: #0077b6;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.read-more:hover {
    background: #0077b6;
    color: white;
}

/* brands_css_end */


/* About_Technical_pest_control_css_start */

.Tpc-about-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.Tpc-main-title {
    text-align: center;
    font-size: 2rem;
    color: #002b49;
    margin-bottom: 1rem;
    font-weight: 600;
}

.Tpc-main-description {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 3rem;
    line-height: 1.6;
    color: #333;
    font-size: 1rem;
}

.Tpc-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    padding: 2rem 0;
}

.Tpc-feature-box {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.Tpc-feature-box:hover {
    transform: translateY(-5px);
    /* Subtle hover effect */
}

.Tpc-feature-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top: 4px solid #e31837;
}

.Tpc-feature-text {
    padding: 1rem;
    /* Adjusted padding */
}

.Tpc-feature-heading {
    font-size: 1.25rem;
    /* Scalable font size */
    color: #002b49;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.Tpc-feature-desc {
    color: #333;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    /* Scalable font size */
}

.Tpc-read-btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 2px solid #0077b6;
    color: #0077b6;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.Tpc-read-btn:hover {
    background: #0077b6;
    color: white;
}

/* About_Technical_pest_control_css_end */

/* Service_page_css_start */

/* services_and_solutions_css_start */
.hero2 {
    position: relative;
    height: 600px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/Trusted_Pest_Control_solution.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.cockroach_background {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/R COCKROACH 2.webp');
    background-size: cover;
    background-position: center;
}

.wasp_background {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/R WASP.jpg');
    background-size: cover;
    background-position: center;
}

.rat_background {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/R RAT.jpg');
    background-size: cover;
    background-position: center;
}

.pigeon_background {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/R PIGEON 2.png');
    background-size: cover;
    background-position: center;
}

.mice_background {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/R MICE.jpg');
    background-size: cover;
    background-position: center;
}

.squirrel_background {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/SQUIRREL PEST.jpg');
    background-size: cover;
    background-position: center;
}

.bed_bugs_background {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/R bed bug 3.png');
    background-size: cover;
    background-position: center;
}

.mole_background {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/R MOLE.jpg');
    background-size: cover;
    background-position: center;
}

.fly_background {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/R FLY 3.webp');
    background-size: cover;
    background-position: center;
}

.ant_background {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/R ANT.png');
    background-size: cover;
    background-position: center;
}

.hero2 h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    max-width: 800px;
}

.primary-btn {
    background: #0077b6;
    color: white;
    white-space: nowrap;
}

.primary-btn:hover {
    background: #0047bb;
    color: white;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* services_and_solutions_css_end */

/* <!-- control_css_start -->/ */

.feature-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* border-top: 4px solid #e31837; */
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.feature-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.feature-content {
    padding: 2rem;
    text-align: center;
}

.feature-content h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0077b6;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-weight: 600;
    line-height: 1.3;
}

.feature-content p {
    color: #234;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    min-height: 80px;
}

.read-more {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: transparent;
    border: 2px solid #0077b6;
    color: #0077b6;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.read-more:hover {
    background: #0077b6;
    color: white;
    transform: translateY(-2px);
}

/* <!-- control_css_end -->/ */

/* <!-- Protecting_css_start --> */

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

.header {
    text-align: center;
    margin-bottom: 30px;
}

.header h1 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.header p {
    color: #234;
    font-size: 1rem;
    margin-bottom: 18px;
    text-align: center;
    flex: 1;
}

.pest-card-container {
    perspective: 1200px;
}



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

.service-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform-style: preserve-3d;
}

.service-card:hover {
    transform: translateY(-10px) rotateY(5deg) scale(1.05);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
}

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

.service-image {
    height: 200px;
    overflow: hidden;
    border-top: 4px solid #e31837;
}

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

.service-info {
    padding: 15px;
    text-align: center;
}

.service-info h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0077b6;
    margin-bottom: 8px;
    text-align: center;
}

/* <!-- Protecting_css_end --> */

/* <!--process_css_start --> */
.process-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.process-steps {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.step {
    flex: 1;
    padding: 15px 20px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: white;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}

.step:hover {
    background-color: #e31837;
    color: white;
}

.step-1 {
    /* background-color: #e31837; */
    background-color: #f8f8f8;
    color: #333;

    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    z-index: 3;
}

.step-2 {
    background-color: #f8f8f8;
    color: #333;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    margin-left: -20px;
    z-index: 2;
    padding-left: 50px;
}

.step-3 {
    background-color: #f8f8f8;
    color: #333;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    margin-left: -20px;
    z-index: 1;
    padding-left: 50px;
}

/* Active state */
.step.active {
    background-color: #e31837;
    color: white;
}

.content-container {
    display: flex;
    gap: 30px;
    align-items: center;
}

.image-container {
    flex: 1;
    max-width: 50%;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.features-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-item {
    background-color: #f8f8f8;
    padding: 15px 20px;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
}

.feature-title {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* <!--process_css_end --> */

/* <!-- solar_section_css_start --> */
.solar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.solar-header {
    margin-bottom: 2rem;
}

.solar-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0077b6;
}

.solar-subtitle {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #333;
}

.solar-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #333;
}

.solar-features {
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.feature-icon {
    color: #0077b6;
    margin-right: 1rem;
}

.solar-cleaning {
    margin-bottom: 2rem;
}

.cleaning-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #0077b6;
}

.contact-sections {
    margin-top: 2rem;
    font-size: 1.1rem;
    color: #333;
}

.solar-features-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 900px;
    margin: auto;
}

.solar-features {
    flex: 1;
    /* Takes up available space */
}

.solar-image-container {
    flex: 1;
    /* Takes up available space */
    text-align: center;
}

.solar-feature-image {
    width: 100%;
    max-width: 300px;
    /* Adjust size as needed */
    border-radius: 10px;
}

/* <!-- solar_section_css_end --> */


/* <!-- Printing_Graphics_Services_section_css_start --> */
.printing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.printing-header {
    margin-bottom: 2rem;
}

.printing-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0077b6;
}

.printing-subtitle {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #333;
}

.printing-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #333;
}

.printing-features {
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.feature-icon {
    color: #0077b6;
    margin-right: 1rem;
    font-weight: bold;
}

.printing-why-choose-us {
    margin-bottom: 2rem;
}

.contact-section {
    margin-top: 2rem;
    font-size: 1.1rem;
    color: #333;
    font-weight: bold;
}

/* <!-- Printing_Graphics_Services_section_css_end --> */


/* <!-- AC_Services_section_css_start --> */
.ac-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.ac-header {
    margin-bottom: 2rem;
}

.ac-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0077b6;
}

.ac-subtitle {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #333;
}

.ac-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #333;
}

.ac-features {
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.feature-icon {
    color: #0077b6;
    margin-right: 1rem;
    font-weight: bold;
}

.ac-repair {
    margin-bottom: 2rem;
}

.ac-why-choose-us {
    margin-bottom: 2rem;
}

.ac-section-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #0077b6;
}

.ac-contact {
    margin-top: 2rem;
    font-size: 1.1rem;
    color: #333;
}

/* <!-- AC_Services_section_css_end --> */


/* Service_page_css_end */

/* <!--  about-section-css-end --> */

.hero3 {
    position: relative;
    height: 650px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/Pest_controal_bg.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.hero3 h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    max-width: 800px;
}

.whatsapp-button {
    display: inline-block;
    /* background-color:white; */
    border: 1px solid #bfdff1;
    color: #bfdff1;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #bfdff1;
    color: #333;
}

/* home-contect-page-css-start */
/* <!-- Protecting-home-section-start --> */

.pest-card-container {
    perspective: 1200px;
    transition: perspective 0.4s ease-in-out;
}

/* Service card styling */
.service-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease, margin-top 0.4s ease;
    transform-style: preserve-3d;
}

/* Image styling and hover effect */
.service-card:hover .service-image img {
    transform: scale(1.2);
}

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

/* <!-- Protecting-home-section-end --> */

/* <!--  about-section-css-end --> */
.hero4 {
    position: relative;
    height: 600px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/Commercial pest control_bg.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.hero6 {
    position: relative;
    height: 600px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/static/assets/img/residential-pest-control.jpeg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.hero4 h1,
.hero6 h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    max-width: 800px;
}

/* <!-- provide_local_section_start --> */
.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.content-block {
    margin-bottom: 80px;
}

.content-block:last-child {
    margin-bottom: 0;
}

.intro-text {
    max-width: 900px;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #2d3748;
}

.highlight-heading {
    font-size: 28px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 25px;
}

.text-content {
    margin-bottom: 20px;
    color: #234;
    line-height: 1.7;
}

.text-content a {
    color: #2b6cb0;
    text-decoration: none;
}

.text-content a:hover {
    text-decoration: underline;
}

.bullet-list {
    margin: 20px 0;
    padding-left: 20px;
}

.bullet-list li {
    margin-bottom: 12px;
    color: #234;
    line-height: 1.6;
}

/* <!-- provide_local_section_end --> */

.corporate-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.emphasis-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.quote-block {
    text-align: right;
    margin: 2.5rem 0;
}

.quote-text {
    font-style: italic;
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.quote-author {
    font-weight: 600;
    color: #222;
}

.description-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #234;
    margin-bottom: 1.5rem;
}

.objective-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #234;
}

/* <!-- compliance_section_start --> */
.compliance-container_main {
    background-color: #f8f9fa;
}

.compliance-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.section-heading {
    text-align: center;
    color: #333;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.content-block {
    margin-bottom: 2.5rem;
}

.content-text {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.highlight-link {
    color: #0077cc;
    text-decoration: none;
    font-weight: 500;
}

.highlight-link:hover {
    text-decoration: underline;
}

.subsection-heading {
    text-align: center;
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2rem 0 1.5rem;
}

/* <!-- compliance_section_end --> */

/* risk_section_start */
.risk-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
}

.risk-heading {
    text-align: center;
    color: #333;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.risk-content {
    max-width: 900px;
    margin: 0 auto;
}

.risk-paragraph {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.highlight-text {
    color: #0077cc;
    font-weight: 500;
    text-decoration: none;
}

.highlight-text:hover {
    text-decoration: underline;
}

/* risk_section_end */
/* <!-- ipm_section_start --> */
.ipm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
}

.ipm-content {
    max-width: 900px;
    margin: 0 auto;
}

.primary-heading {
    text-align: center;
    color: #333;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.secondary-heading {
    text-align: center;
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2rem 0;
}

.content-paragraph {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* <!-- ipm_section_end --> */

/* cycel_container_section_start */
.cycle-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.diagram-container {
    max-width: 800px;
    margin: 2rem auto;
    background-color: white;
}

.diagram-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.section-title {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin: 2rem 0 1rem;
}

.section-text {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* cycel_container_section_end */

/* Service_commercial_page_css_end */

/* Cookie_policy_page_css_start */
.hero5 {
    position: relative;
    height: 600px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/static/assets/img/Trusted_Pest_Control_Cookie_policy.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.hero5 h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    max-width: 800px;
}

.hero-contact {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

/* Cookie_policy_page_css_end */

/* all_page_down_arrow_tocss_start */
.angle-down-icon {
    display: block;
    color: white;
    animation: bounce 2s infinite;
}

/* Bounce animation for the arrow */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) scale(1);
        /* No scaling at these points */
    }

    40% {
        transform: translateY(-15px) scale(1.1);
        /* Slightly raise and scale */
    }

    60% {
        transform: translateY(-7px) scale(1.05);
        /* Slight scale down */
    }
}

/* Hover effect: makes the arrow fade slightly */
.angle-down-icon:hover {
    opacity: 0.8;
    animation: bounce-hover 0.5s ease forwards;
}

/* Hover animation for a subtle scale effect */
@keyframes bounce-hover {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

/* all_page_down_arrow_tocss_end */

/* comapany_page_css_start */
.editviewdata input {
    border: 1px solid #4d6689;
    border-radius: 10px;
}

.editviewdata input:focus {
    box-shadow: none;
}

.editviewdata .dateselect input {
    width: 100%;
    height: 38px;
    padding: 0 20px;
    color: #6B7280;
}

.editviewdata .showdata .title {
    color: #1f2937;
    font-weight: 600;
    min-width: 120px;
}

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

.recorddata .modal-dialog {
    min-width: 600px;
}

.primary-link {
    color: #007bff;
    text-decoration: none;
}

.primary-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* comapany_page_css_end */

/* accountant_company_page_css_start */
/* .form-input {
        /* transform: scale(1.5); */
/* margin-right: 8px; */
/* } */
*/ .form-label {
    font-size: 18px;
}

#auto-mail-input {
    font-size: 15px;
    margin: 5px 5px 0 0;
}

#auto-mail-label {
    font-size: 15px;
    margin-top: 5px;
}

#submit {
    margin-left: 40px;
}

/* accountant_company_page_css_end */

/* Add this line to your main CSS file or in your base template's <head> section: */
/* <link rel="stylesheet" href="{% static 'assets/css/pest-solutions.css' %}"> */
/* Pest Solutions Section Styles */
.head-title {
    text-transform: uppercase;
    font-size: 32px;
    color: #0077b6;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 32px;
    text-align: center;
}

.pest-solutions-grid {
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 40px; */
    justify-items: center;
}

.pest-solution-card {
    border-top: 4px solid #e31837;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 36px 32px 28px 32px;
    flex: 1 1 420px;
    max-width: 500px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    transition: box-shadow 0.2s;
}

.pest-solution-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
}

.pest-heading-main {
    font-weight: 700;
    color: #1a3c36;
    font-size: 2rem;
}

.pest-heading-accent {
    color: #0077b6;
    font-weight: 700;
    font-size: 2rem;
}

.pest-desc {
    color: #234;
    font-size: 1.08rem;
    margin: 18px 0 22px 0;
    line-height: 1.6;
}

.pest-features-list {
    /* display: flex;
    align-items: center; */
    /* flex-direction: column; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}

.pest-feature-item {
    display: flex;
    align-items: center;
    font-size: 1.08rem;
    color: #1a3c36;
    gap: 12px;
    padding: 5px 0px;
}

.pest-feature-icon {
    background: #eaf6f2;
    color: #0077b6;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.pest-solution-image-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    width: 100%;
}

.pest-solution-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(43, 182, 134, 0.08);
    background: #f7f7f7;
}

.pest-find-btn {
    background: #0077b6;
    color: #fff;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.08rem;
    letter-spacing: 1px;
    transition: background 0.2s;
    border: none;
    display: inline-block;
}

.pest-find-btn:hover {
    background: #0077b6;
    color: #fff;
}

/* Pest Control Main Section Responsive Grid */
.pestcontrol_main_container {
    margin: 60px auto 40px auto;
    max-width: 1200px;
    padding: 0 20px;
}

.pestcontrol-section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #1a3c36;
    margin-bottom: 10px;
}

.pestcontrol-section-desc {
    text-align: center;
    color: #234;
    font-size: 1.1rem;
    margin-bottom: 32px;
}

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

.pestcontrol_card {
    border-top: 4px solid #e31837;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    padding: 28px 18px 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s;
    min-height: 370px;
}

.pestcontrol_card:hover {
    box-shadow: 0 8px 32px rgba(43, 182, 134, 0.13);
}

.pestcontrol_card_img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #f7f7f7;
    box-shadow: 0 2px 12px rgba(43, 182, 134, 0.08);
}

.pestcontrol_card_title,
.pest-content .pestcontrol_card_title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0077b6;
    margin-bottom: 8px;
    text-align: center;
}

.pestcontrol_card_desc {
    color: #234;
    font-size: 1rem;
    margin-bottom: 18px;
    text-align: center;
    flex: 1;
}

.pestcontrol_card_btn {
    background: #0077b6;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: background 0.2s;
    border: none;
    display: inline-block;
}

.pestcontrol_card_btn:hover {
    background: #0077b6;
    color: #fff;
}

/* Feature Priority Section - Unique Responsive Styles (feature-priority.css) */
.feature-priority-section {
    margin: 60px auto 40px auto;
    max-width: 1100px;
    padding: 0 20px;
}

.feature-priority-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
}

.feature-priority-card {
    background: linear-gradient(135deg, #eaf6f2 0%, #fff 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(43, 182, 134, 0.07);
    padding: 36px 24px 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
    border: 1.5px solid #e3e3e3;
    position: relative;
}

.feature-priority-card:hover {
    box-shadow: 0 8px 32px rgba(43, 182, 134, 0.13);
    transform: translateY(-6px) scale(1.03);
    border-color: #0077b6;
}

.feature-priority-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(43, 182, 134, 0.08);
}

.feature-priority-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
}

.feature-priority-heading {
    font-size: 1.18rem;
    font-weight: 600;
    color: #0077b6;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 0.5px;
}

.feature-priority-desc {
    color: #234;
    font-size: 1.04rem;
    text-align: center;
    margin-bottom: 0;
}

.commercial-content-grid {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 40px;
    align-items: start;
    margin: 40px 0 0 0;
}

.commercial-content-img-wrap {
    padding: 18px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commercial-content-img {
    width: 100%;
    max-width: 380px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(43, 182, 134, 0.10);
    object-fit: cover;
}

.commercial-content-blocks {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.commercial-content-blocks .content-block {
    /* background: #f7faf9; */
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 0;
    box-shadow: 0 2px 8px rgba(43, 182, 134, 0.04);
}

.commercial-content-blocks .content-text {
    color: #234;
    font-size: 1.08rem;
    line-height: 1.7;
    margin: 0;
}

.commercial-solution-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(43, 182, 134, 0.08);
    background: #f7f7f7;
}

.commercial-desc {
    color: #0075be;
    font-size: x-large;
    margin: 18px 0 22px 0;
    line-height: 1.6;
}

@media (max-width: 425px) {
    .hero-content {
        padding: 4rem 2rem 0;
    }

}

@media screen and (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .styled-heading {
        font-size: 16px;
        line-height: 23px;
    }

    .solar-container {
        padding: 1rem;
    }

    .solar-title {
        font-size: 1.5rem;
    }

    .solar-subtitle,
    .cleaning-title {
        font-size: 1.2rem;
    }

    .feature-item,
    .choose-item {
        font-size: 1rem;
    }

    .angle-down-icon {
        width: 50px;
        height: 50px;
    }

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

    .hero {
        height: 105vh !important;
    }

    .contact-form {
        grid-template-columns: repeat(1, 1fr);
    }

    .treatment-title {
        font-size: 28px;
    }

    .treatment-description {
        font-size: 13px;
    }

    .pest-grid {
        grid-template-columns: 1fr !important;
    }

    .pest-heading h1 {
        font-size: 28px;
    }

    .container {
        padding: 10px;
    }

    .header h1 {
        font-size: 20px;
    }

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

    .solution-image {
        height: 200px;
    }

    .solution-title {
        font-size: 20px;
    }

    .feature-content h2 {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
        margin-top: 2.5rem !important;
    }

    .highlight-heading {
        font-size: 22px;
    }

    .content-block {
        margin-bottom: 50px;
    }

    .contact-section {
        padding: 30px 20px;
    }

    .office-title {
        font-size: 1.5rem;
    }

    .contact-info,
    .directions {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }

    .tel-number,
    .directions-link {
        margin-left: 0;
    }

    .contact-title {
        font-size: 1.75rem;
    }

    .service-banner {
        height: 200px;
    }

    .responsive-img {
        width: 120px;
        height: 120px;
        max-width: 185px;
        margin: 0 auto;
    }

    .festival_offer_heading {
        font-size: 23px !important;
    }

    .festival_offer_highlight {
        font-size: 22px !important;

    }

    .form-container {
        padding: 0 15px;
        margin: 20px auto;
        background-color: white;
    }

    .form-input,
    .form-select {
        padding: 8px;
    }

    .hero h1 {
        font-size: 2rem !important;
    }

    .hero1 h1 {
        font-size: 2rem;
    }

    .hero2 h1 {
        font-size: 2rem;
    }

    .hero3 h1 {
        font-size: 2rem;
    }

    .hero4 h1,
    .hero6 h1 {
        font-size: 2rem;
    }

    .navbar {
        padding: 1rem;
    }

    .nav-links {
        gap: 1rem;
    }

    .step-1 {
        padding-left: 0px;
    }

    .step-2 {
        padding-left: 0px;
    }

    .step-3 {
        padding-left: 0px;
    }

    .container {
        padding: 1rem;
    }

    .feature-card img {
        height: 200px;
    }

    .feature-content {
        padding: 1.25rem;
    }

    .read-more {
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
    }

    .social-icons {
        gap: 12px !important;
    }

    .whatsapp-button {
        margin-top: 5px !important;
    }

    .hero {
        height: 170vh;
    }

    .risk-container {
        padding: 1rem;
    }

    .ipm-container {
        padding: 1rem;
    }

    .primary-heading {
        font-size: 1.5rem;
    }

    .secondary-heading {
        font-size: 1.2rem;
    }

    .content-paragraph {
        font-size: 0.95rem;
    }

    .risk-paragraph {
        font-size: 0.95rem;
    }

    .feature-content h2 {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }

    .top_contact_wrapper {
        padding: 0 0.5rem;
        padding-left: 22px !important;
    }

    .festival_offer_section {
        padding: 20px 15px;
        list-style-type: none !important;
    }

    .pestcontrol_main_container {
        padding: 15px;
    }

    .services_container {
        padding: 20px 15px;
    }

    .service_content {
        padding: 20px;
    }

    .service_title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .service_description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .service_button {
        font-size: 14px;
        padding: 8px 20px;
    }

    .pestcontrol_pest_name {
        font-size: 12px;
    }

    .pestcontrol_showall_button {
        padding: 12px;
        font-size: 14px;
    }

    .festival_offer_heading {
        font-size: 24px;
    }

    .festival_overlay_heading {
        font-size: 20px;
    }

    .festival_offer_image {
        height: 250px;
    }

    .festival_discount_badge {
        width: 100px;
        height: 100px;
    }

    .top_contact_icon_box {
        width: 20px;
        height: 20px;
    }

    .hero h1 {
        font-size: 2rem;
        margin-top: 20px;
    }

    .hero1 h1 {
        font-size: 2rem;
        margin-top: 20px;
    }

    .hero2 h1 {
        font-size: 2rem;
        margin-top: 20px;
    }

    .hero3 h1 {
        font-size: 2rem;
        /* margin-top: 20px; */
        margin-bottom: 0px;
    }

    .hero4 h1,
    .hero6 h1 {
        font-size: 2rem;
        margin-top: 20px;
    }

    .feature_container {
        padding: 30px 15px;
    }

    .feature_text_leaders,
    .feature_text_bureau,
    .feature_text_technicians {
        font-size: 14px;
    }

    .social-icons {
        gap: 11px !important;
    }

    .feature-content h2 {
        margin-top: 2.5rem !important;
    }

    .feature-grid {
        grid-template-columns: 1fr !important;
    }

    .advantage-title {
        font-size: 28px;
    }

    .feature-image {
        height: 200px;
    }

    .service-grid {
        grid-template-columns: 1fr !important;
    }

    .solutions-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 600px) {
    .pest-solutions-section {
        padding: 0 6px;
    }

    .pest-solution-card {
        padding: 22px 10px 18px 10px;
    }

    .pest-heading-main,
    .pest-heading-accent {
        font-size: 1.3rem;
    }

    .pest-solution-img {
        width: 80px;
        height: 80px;
    }

    .pest-find-btn {
        padding: 10px 18px;
        font-size: 1rem;
    }
}

@media (max-width: 700px) {
    .pestcontrol_grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 22px !important;
    }

    .pestcontrol_card {
        min-height: 0;
        padding: 18px 8px 14px 8px;
    }

    .pestcontrol-section-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .head-title {
        font-size: 24px;
    }

    .pest-heading-main,
    .pest-heading-accent {
        font-size: 1.5rem;
    }


    .pest-desc,
    .pest-feature-item,
    .pestcontrol_card_desc,
    .pestcontrol-section-desc,
    .feature-priority-desc,
    .pest-heading p {
        font-size: 0.95rem;
        padding: 2px 0;
    }

    .top_contact_wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding-left: 40px;
    }

    .styled-heading {
        font-size: 18px;
        line-height: 23px;
    }

    .angle-down-icon {
        width: 60px;
        height: 60px;
    }

    .solar-container {
        padding: 1.5rem;
    }

    .solar-title {
        font-size: 1.8rem;
    }

    .solar-subtitle,
    .cleaning-title {
        font-size: 1.3rem;
    }

    .advantage-description {
        font-size: 15px;
        padding: 0 20px;
    }

    .business-title {
        font-size: 28px;
    }

    .contact-text {
        font-size: 14px;
    }

    .services_grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

    .expertiseWrap {
        padding: 30px 15px;
    }

    .cardTitle {
        margin-top: 20px;
    }

    .expertiseHeading {
        font-size: 19px;
    }

    .overlayCard {
        position: static;
        max-width: 100%;
        z-index: 1;
    }

    .service_image {
        height: 180px;
    }

    .festival_offer_heading {
        font-size: 28px;
    }

    .pestcontrol_icons_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .pestcontrol_pest_icon {
        width: 50px;
        height: 50px;
    }

    .festival_overlay_heading {
        font-size: 24px;
    }

    .festival_offer_content {
        padding: 30px 20px;
    }

    .top_contact_link {
        width: 100%;
    }

    .top_contact_title {
        font-size: 12px;
    }

    .top_contact_info {
        font-size: 14px;
    }

    .top-bar {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        justify-items: center;
    }

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

    .contact-details {
        padding: 30px 15px;
    }

    .office-title {
        font-size: 1.8rem;
    }

    .address {
        font-size: 1rem;
        padding: 0 15px;
    }

    .hamburger {
        display: block;
    }

    .main-nav {
        display: none;
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background: white;
        flex-direction: column;
        padding: 80px 20px;
        gap: 20px;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease-in-out;
    }

    .main-nav.show {
        display: flex;
        right: 0;
    }

    .nav-overlay.show {
        display: block;
    }

    .logo {
        height: 40px;
    }

    .contact-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-title {
        font-size: 2rem;
    }

    .phone-icon {
        width: 80px;
    }

    .contact-text {
        font-size: 1.1rem;
    }

    .phone-number {
        font-size: 1.25rem;
    }

    .service-banner {
        height: 250px;
    }

    .banner-title {
        font-size: 1.5rem;
    }

    .form-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mail-icon {
        width: 50px;
    }

    .process-steps {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .step {
        clip-path: none;
        margin-left: 0;
        margin-bottom: 2px;
        text-align: center;
    }

    .content-container {
        flex-direction: column;
    }

    .image-container {
        max-width: 100%;
    }

    .feature-item {
        font-size: 14px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-content p {
        min-height: auto;
    }

    .feature_grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }

    .feature_item_leaders,
    .feature_item_bureau,
    .feature_item_technicians {
        padding: 15px;
    }

    .feature_icon_leaders,
    .feature_icon_bureau,
    .feature_icon_technicians {
        width: 60px;
        height: 60px;
    }

    .hamburger {
        display: block;

    }

    .nav-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: rgba(0, 0, 0, 0.5); */
        z-index: 90;
    }


    .Tpc-main-title {
        font-size: 1.75rem;
    }

    .Tpc-main-description {
        font-size: 0.9rem;
    }

    .Tpc-feature-img {
        height: 150px;
    }

    .hero h1 {
        font-size: 2.5rem;
        padding: 0 1rem;
    }

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

    .contact-btn {
        padding: 0.8rem 1.5rem;
    }

    .phone-number {
        font-size: 1.2rem;
    }

    .feature-image {
        height: 200px;
    }

    .feature-content h2 {
        font-size: 1.25rem;
    }

    .contact-form {
        grid-template-columns: 1fr;
    }

    .contact-section {
        padding: 2rem 1rem;
    }

    .contact-title {
        font-size: 1.75rem;
    }

    .Tpc-about-wrapper {
        padding: 2rem 1rem;
    }

    .Tpc-main-title {
        font-size: 2rem;
    }

    .Tpc-features-grid {
        grid-template-columns: 1fr;
        padding: 2rem 1rem;
    }

    .Tpc-feature-img {
        height: 200px;
    }

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

    .Tpc-map-content,
    .Tpc-account-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding: 1.5rem;
    }

    .Tpc-map-title,
    .Tpc-account-title {
        font-size: 1.5rem;
    }

    .intro-text {
        font-size: 15px;
    }

    .risk-container {
        padding: 1.5rem;
    }

    .ipm-container {
        padding: 1.5rem;
    }

    .cycle-container {
        padding: 1rem;
    }

    .section-title {
        font-size: 1.3rem;
    }

    .section-text {
        font-size: 1rem;
    }

    .primary-heading {
        font-size: 1.75rem;
    }

    .secondary-heading {
        font-size: 1.25rem;
    }

    .content-paragraph {
        font-size: 1rem;
    }

    .risk-heading {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .risk-paragraph {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

    .corporate-container {
        padding: 1rem;
    }

    .compliance-container {
        padding: 1rem;
    }

    .section-heading {
        font-size: 1.5rem;
    }

    .subsection-heading {
        font-size: 1.25rem;
    }

    .content-text {
        font-size: 0.95rem;
    }

    .emphasis-text {
        font-size: 1rem;
    }

    .quote-text {
        font-size: 1.1rem;
    }

    .quote-author {
        font-size: 0.9rem;
    }

    .description-text,
    .objective-text {
        font-size: 0.95rem;
    }

    .video-container {
        height: 400px;
    }

    .video-logo {
        font-size: 36px;
    }

    .video-tagline {
        font-size: 24px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .text-content {
        font-size: 15px;
    }

    .pestcontrol_icons_grid,
    .pestcontrol_additional_grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .pestcontrol_icons_grid,
    .pestcontrol_additional_grids {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .pestcontrol_showall_button {
        width: 100%;
        padding: 15px;
    }

    .pest-solutions-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .pest-features-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 992px) {
    .pestcontrol_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
    }

    .pest-solutions-grid {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }

    .pest-solution-card {
        max-width: 100%;
        width: 100%;
    }

    .feature-priority-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .feature-priority-card {
        padding: 28px 12px 20px 12px;
    }

    .services-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .services_grid {
        gap: 20px;
    }

    .solar-title {
        font-size: 1.7rem;
    }

    .solar-subtitle,
    .cleaning-title {
        font-size: 1.5rem;
    }

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

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

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

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

    .pestcontrol_additional_grid {
        grid-template-columns: repeat(3, 1fr);

    }

    .advantage-title {
        font-size: 32px;
    }

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

    .service_title {
        font-size: 20px;
    }

    .container {
        padding: 1.5rem;
    }

    .feature-card img {
        height: 250px;
    }

    .feature-content {
        padding: 1.5rem;
    }

    .feature-content h2 {
        font-size: 1.5rem;
    }

    .festival_offer_container {
        flex-direction: column;
    }

    .festival_offer_image,
    .festival_offer_content {
        width: 100%;
    }

    .festival_offer_image {
        height: 300px;
    }

    .feature_grid {
        gap: 20px;
    }

    .feature_text_leaders,
    .feature_text_bureau,
    .feature_text_technicians {
        font-size: 16px;
        max-width: 250px;
    }


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

    .content-block {
        margin-bottom: 60px;
    }

    .highlight-heading {
        font-size: 24px;
    }

    .step-1 {
        padding-left: 0px;
    }

    .step-2 {
        padding-left: 0px;
    }

    .step-3 {
        padding-left: 0px;
    }

    .hero {
        height: 150vh;
    }

    .commercial-content-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .commercial-solution-img {
        width: 100% !important;
        height: 300px !important;
    }

    .commercial-content-img-wrap {
        padding: 0;
    }
    .commercial-content-img {
        max-width: 100%;
        margin-bottom: 12px;
    }
}

@media (max-width: 1024px) {
    .pest-features-list {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

    .pest-solution-img {
        width: 100%;
        height: 100%;
    }

    .main-nav {
        gap: 20px;
    }

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

    .hero {
        height: 100vh;
    }
}

@media (max-width: 1100px) {
    .pestcontrol_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
}