@import url( 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a {
    color: #fdfdfd;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #fee799;
}

#map-plug {
    display: none;
}

#google-reviews {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.review-item {
    border: solid 1px rgba(190, 190, 190, .35);
    margin: 0 auto;
    padding: 1em;
    flex: 1 1 20%;
}
@media (max-width:1200px) {
    .review-item {
        flex: 1 1 40%;
    }
}
@media (max-width:450px) {
    .review-item {
        flex: 1 1 90%;
    }
}

.review-meta,
.review-stars {
    text-align: center;
    font-size: 115%;
}

.review-author {
    text-transform: capitalize;
    font-weight: bold;
}

.review-date {
    opacity: 0.6;
    display: block;
}

.review-text {
    line-height: 1.55;
    text-align: left;
    max-width: 32em;
    margin: auto;
}

/* .review-stars ul {
     display: inline-block;
     list-style: none;
     margin: 0;
     padding: 0;
 } */

/* .review-stars ul li {
     float: left;
     margin-right: 1px;
     line-height: 1;
 } */

.review-stars ul li i {
    color: #E4B248;
    font-size: 1.4em;
    font-style: normal;
}

.review-stars ul li i.inactive {
    color: #c6c6c6;
}
.star:after {
    content: "\2605";
}

.text-primary {
    color: #000000 !important;
}

.page-section h3.section-subheading {
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 2.2rem;
}

/* Header New Start */
/* General Font Settings */
a,
body,
button,
h1,
h2,
h3,
h4,
h5,
p {
    font-family: 'Poppins', sans-serif;
}

/* Header Section */
.masthead {
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/img/header-img-bw-1.jpg") center center/cover no-repeat; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../assets/img/header-img-bw-1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(5, 5, 5);
    text-align: center;
    padding: 0 20px;
}

.masthead h1 {
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.masthead-subheading {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 30px;
    color: #f9f9f9;
}

.phone-link {
    color: #f9f9f9;
    text-decoration: underline;
    font-weight: bold;
}
.phone-link:hover {
    color: #ffc107;
}

.btn-primary {
    background-color: #f18900;
    border-color: #f18900;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    transition: background-color 0.3s ease-in-out, transform 0.3s;
}
.btn-primary:hover {
    background-color: #f18900;
    transform: translateY(-5px);
}

/* Responsive Header */
@media (max-width: 768px) {
    .masthead {
        height: auto;
        padding: 80px 20px;
    }

    .masthead h1 {
        font-size: 2.5rem;
    }

    .masthead-subheading {
        font-size: 1.2rem;
    }

    .btn-primary {
        padding: 17px 25px;
        font-size: 1.1rem;
    }
}

/* Extra large screens (like large desktop monitors) */
@media (min-width: 1200px) {
    .masthead h1 {
        font-size: 4.5rem;
    }

    .masthead-subheading {
        font-size: 1.75rem;
    }

    .btn-primary {
        padding: 20px 36px;
        font-size: 1.2rem;
    }
}
/* Header New End */

/* Pop-up overlay Start */

.popup-form {
    display: none;
    /* Initially hidden */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 768px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

/* About Section New Start */

.card {
    background-color: #fff; /* White background */
    border-radius: 12px; /* Rounded corners */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 2rem; /* Inner padding */
    margin-bottom: 2rem; /* Spacing between sections */
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.team-member img {
    width: 150px; /* Adjust image size */
    height: 150px;
    object-fit: cover; /* Ensure the image doesn't distort */
}

.social-links a {
    margin: 0 0.5rem;
    font-size: 1.25rem; /* Adjust icon size */
}

h2.section-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
}

h5.section-subheading {
    font-size: 1.1rem;
    color: #666;
}

h3 {
    color: #333;
    font-weight: 500;
    margin-bottom: 1rem;
}

.large {
    font-size: 1rem;
    color: #555;
}

.text-muted {
    color: #666;
}


/* About Section New End */

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #101113;
    text-align: left;
    background-color: #fff;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f89b08;
    border-bottom: 2px solid #f89b08;
}

.h2,
h2 {
    font-size: 1.6rem;
    font-family: "Poppins", sans-serif;
}

.close-btn {
    float: right;
    margin: 10px;
    cursor: pointer;
    font-size: 32px;
    font-weight: 500;
}

/* .btn {
    display: inline-block;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding: 1.09rem 1.75rem;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #000;
    background-color: #f89b08;
    border-color: #f89b08;
}

.btn-success {
    color: #000;
    background-color: #f89b08;
    border-color: #f89b08;
} */

.grecaptcha-badge {
    visibility: hidden;
}

/* Master header Old */

#mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #333333;
    box-shadow: 0 8px 6px -6px #505050;
}

#mainNav .navbar-brand img {
    height: 6.0rem;
}

#mainNav.navbar-shrink .navbar-brand img,
#mainNav.navbar-shrink .navbar-brand svg {
    height: 6.0rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.98rem;
    color: #fff;
    letter-spacing: 0.0725em !important;
    font-weight: bold;
    text-align: center;
}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ffc800;
}

#mainNav .navbar-toggler {
    padding: 1.90rem;
    font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.8rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #fed136;
    border: 0;
}

section#contact {
    background-color: #212529;
    /* background-image: url("../assets/img/map-image.png"); */
    background-repeat: no-repeat;
    background-position: center;
}
.btn-light:hover {
    color: #fff;
    background-color: #ffc800;
    border-color: #ffc800;
}

.btn-social {
    height: 3.2rem;
    width: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    /* box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .4); */
    border-color: black;

}

a {
    color: #dd8d02;
    text-decoration: none;
    background-color: transparent;
    line-height: 1rem;
}
a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    color: rgb(221, 149, 16);
    background: rgba(52, 58, 64, 0.7);
    line-height: 45px;
}
.scroll-to-top:focus,
.scroll-to-top:hover {
    color: rgb(255, 183, 0);
}
.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}

.btn-primary {
    color: #000;
    background-color: #dd8d02;
    border-color: #dd8d02;
    border-radius: 0;
}
.btn-primary:hover {
    color: #000;
    /* background-color: #fed136;
    border-color: #fed136; */
}

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
    font-size: 1.5rem;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    margin-bottom: 0;
    text-rendering: optimizeLegibility;
}

.portfolio-modal .modal-content h2 {
    font-size: 2.2rem;
    line-height: 3rem;
}


/* Footer New Start */
.footer-modern {
    background-color: #333;
    color: #f7f7f7;
    padding: 40px 0;
    font-family: "Poppins", Arial, sans-serif;
}

.footer-modern h3 {
    color: #f7a515;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-modern a {
    color: #f7f7f7;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-modern a:hover {
    color: #f7a515;
}

.footer-modern i {
    color: #ffffff;
    margin-right: 8px;
}

.footer-modern address,
.footer-modern p,
.footer-modern ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-modern .social a {
    font-size: 18px;
    margin-right: 15px;
    color: #f7f7f7;
    transition: color 0.3s ease;
}

.footer-modern .social a:hover {
    color: #f7a515;
}

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

.footer-modern .item {
    margin-bottom: 30px;
}

.footer-modern .social p {
    margin-top: 15px;
    color: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-modern .item {
        text-align: center;
    }
    .footer-modern .social {
        text-align: center;
        margin-bottom: 20px;
    }
}
/* Footer New End */

.ml-2,
.mx-2 {
    margin-left: 0.3rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.3rem !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.flex-row {
    display: flex;
    justify-content: center;
}

.masthead-title {
    font-size: 4rem;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 2px !important;
    visibility: hidden !important;
    box-shadow: gray 0 0 5px;
    border-radius: 2px;
    height: 60px;
    display: block;

}
.grecaptcha-badge:hover {
    width: 256px !important;
}

.page-section {
    padding: 4.1rem 0;
}

.wp-gr .wp-google-badge_left-fixed {
    position: fixed !important;
    left: 30px !important;
    bottom: 30px !important;
    max-width: none !important;
    z-index: 2147482999 !important;
}

.wp-gr .wp-google-border {
    width: 100% !important;
    height: 6px !important;
    background: #4fce6a !important;
    border-radius: 2px 2px 0 0 !important;
}

.wp-gr .wp-google-badge-btn {
    position: relative !important;
    padding: 10px !important;
    background: #fff !important;
    transition: all 0.2s ease-in-out !important;
    border-radius: 0.125rem !important;
}

.wp-gr .wp-google-badge * {
    cursor: pointer !important;
}

#mainNav .navbar-toggler {
    color: #fff;
    background-color: #333;
}

.bark-widget {

    margin: auto;
}
@media (min-width:768px) {
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.pb-5,
.py-5 {
    padding-bottom: 2rem !important;
}

.pt-5,
.py-5 {
    padding-top: 2rem !important;
}

.fa-stack {
    height: 1rem;
}

.material-icons.tsyellow {
    color: #FEC810;
}

.bark-review {
    line-height: 3rem;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.material-icons {
    vertical-align: middle !important;
    line-height: 0 !important;
    position: relative !important;
    top: -1px;
}

.material-icons.tsyellow {
    color: #FEC810;
}

.team-member img {
    width: 14rem;
    height: 14rem;
    /* border: .5rem solid rgba(0, 0, 0, .1) */
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    /* background: rgba(247, 165, 21, .8) */
    background: #333333a6;

}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    font-size: 1.25rem;
    color: #000;
}

.timeline > li .timeline-image {
    background-color: #fee799;
    color: #000;
}

.announce-banner {
    margin-top: 50px;
    color: #4cccff;
}

.row {
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;

}

/* Services New General Section Styles */
.page-section {
    padding: 60px 0;
    background-color: #f9f9f9;
    font-family: 'Poppins', sans-serif;
}

/* Section Title */
.section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.section-subheading {
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 1.1rem !important;
}

/* Service Item Container */
.service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    /* Space between the cards */
}

/* Service Item */
.service-item {
    flex: 1 1 calc(33.333% - 20px);
    /* Three items per row with gap */
    max-width: calc(33.333% - 20px);
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 40px 20px; /* Increase padding to add more vertical space */
    min-height: 400px; /* Ensure a minimum height for vertical size */
    transition: transform 0.3s ease-in-out;
}

/* Hover Effect */
.service-item:hover {
    transform: translateY(-10px);
}

/* Service Image */
.service-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}

/* Service Item Title */
.service-item h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

/* Service Item Text */
.service-item p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive Styles */
@media (min-width: 992px) {
    .service-container {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        padding: 50px 30px; /* Add even more padding for larger screens */
        min-height: 450px;  /* Increase min-height on larger screens */
    }

    .service-item {
        flex: 1 1 calc(33.333% - 30px);
        /* Three items per row on desktop */
        max-width: calc(33.333% - 30px);
        text-align: center;
        /* Center-align content for desktop */
    }

    .service-item img {
        margin-bottom: 20px;
    }

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

    .section-subheading {
        font-size: 1.3rem;
    }
}
@media (max-width: 991px) {
    .service-container {
        display: block;
        padding: 30px 20px; /* Slightly reduce padding for smaller screens */
        min-height: 350px;  /* Ensure cards aren't too tall on small screens */
        /* Stack items vertically on mobile */
    }

    .service-item {
        max-width: 100%;
        /* Full width on mobile */
        margin-bottom: 30px;
        /* Space between items */
    }

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

    .section-subheading {
        font-size: 1.1rem;
    }
}
