/********** Template CSS **********/
:root {
    --primary: #004aad;
    --light: #EFF5FF;
    --dark: #002f47;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

h1, h2, h3, h4, h5, h6 {
    color: #066437;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.page-header {
    background: url(../img/header-page.jpg) top center no-repeat;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: left;
    padding: 0 15px;
    z-index: 2;
}

/* Slideshow Images */
.hero-slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background Slideshow */
.hero-slideshow {
    position: absolute;
    width: 100%;
    height: 100vh !important; 
    top: 0;
    left: 0;
    z-index: -1; 
    display: flex;
}

/* Slideshow Images */
.hero-slideshow img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover; 
    object-position: center center; 
    opacity: 0;
    transition: opacity 1s ease-in-out;
}


@media (max-width: 768px) {
    .hero-section {
        height: 100vh !important; 
    }

    .hero-slideshow img {
        width: 100vw !important; 
        height: 100vh !important; 
        object-fit: cover !important; 
        object-position: center !important;
    }
}



.hero-slideshow img.active {
    opacity: 1;
}

/* Hero Text */
.hero-text h1 {
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 42px;
}

.hero-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #ddd;
}

.hero-text h1 {
    color: #fff !important; 
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 42px;
}


/* CTA Buttons */
.cta-buttons .btn {
    padding: 14px 30px;
    font-size: 18px;
    margin-right: 10px;
}

.btn-primary {
    background-color: #004aad;
    border: none;
    transition: 0.3s;
}

.btn-primary:hover {
    background-color: #023A85;
}

.btn-outline-light {
    border: 2px solid #fff;
    color: #fff;
    transition: 0.3s;
}

.btn-outline-light:hover {
    background-color: #fff;
    color: #28a745;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        text-align: center;
    }

    .hero-text h1 {
        font-size: 34px;
    }

    .cta-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}


@media (min-width: 1024px) { 
    .hero-section {
        height: 80vh !important; 
    }
}


@media (max-width: 768px) {
    .hero-section {
        height: 100vh !important; 
    }
}





/*** Service ***/
.service-item {
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    background: #f8f9fa;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.service-item .icon-container {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    margin: 0 auto 20px;
    transition: 0.3s;
}

.service-item:hover .icon-container {
    background: #185d0c;
    transform: scale(1.1);
}

.service-item .icon-container i {
    font-size: 32px;
    color: #185d0c;
    transition: 0.3s;
}

.service-item:hover .icon-container i {
    color: #ffffff;
}

.service-item h4,
.service-item p {
    color: #ffffff; 
}


.service-item:hover h4 {
    color: #ffffff;
}

.service-item:hover p {
    color: #ffffff;
}

/*** Read More Button ***/
.service-item .btn {
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 20px;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 600;
    color: #004aad;
    border: 2px solid #004aad;
    text-decoration: none;
    position: relative;
}

.service-item:hover .btn {
    background: #ffffff;
    color: #004aad;
    border-color: #004aad;
    box-shadow: 0 4px 10px rgba(24, 93, 12, 0.3);
    transform: translateY(-2px);
}


.service-item .btn span {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.service-item:hover .btn span {
    transform: translateX(5px);
}


.service-item .btn::after {
    content: " →";
    font-size: 14px;
    opacity: 1;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

.service-item:hover .btn::after {
    transform: translateX(5px);
}

/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Gallery Section ***/
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.gallery-item img {
    width: 100%;
    height: 400px; 
    object-fit: cover; 
    transition: transform 0.3s ease-in-out;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery-item .gallery-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery-item:hover .gallery-text {
    opacity: 1;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.team-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.team-item img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transition: transform 0.5s ease-in-out;
}

.team-item:hover img {
    transform: scale(1.08);
}

.team-text {
    position: relative;
    padding: 25px;
    text-align: center;
    background: #f4f4f4;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    transition: background 0.4s ease-in-out;
}

.team-item:hover .team-text {
    background: var(--primary);
}

.team-item h5 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    transition: color 0.3s ease-in-out;
}

.team-item:hover h5 {
    color: #fff;
}

.team-item p {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 0;
    transition: color 0.3s ease-in-out;
}

.team-item:hover p {
    color: #fff;
}




/*** Appointment ***/
/* General Styling */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #066437;
}

.section-title p {
    color: #7f8c8d;
    font-size: 18px;
    max-width: 600px;
    margin: auto;
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
}

/* Contact Info Box */
.contact-info {
    background: #193c7e;
    color: white;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
}

.contact-info .info-box {
    margin-bottom: 35px;
}

.contact-info .icon {
    font-size: 50px;
    color: white;
    margin-bottom: 10px;
}

.contact-info h4 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
    color: white; 
}

.contact-info p {
    font-size: 16px;
    line-height: 1.6;
    color: white; 
}

/* Contact Form */
.contact-form {
    padding: 50px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.contact-form h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-form p {
    color: #7f8c8d;
    margin-bottom: 25px;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s;
}

.form-group textarea {
    height: 120px;
    resize: none;
}


.form-group input:focus,
.form-group textarea:focus {
    border-color: #27ae60;
    outline: none;
    box-shadow: 0 0 10px rgba(39, 174, 96, 0.3);
}

.input-border {
    position: absolute;
    width: 0;
    height: 3px;
    background: #27ae60;
    bottom: 0;
    left: 50%;
    transition: all 0.4s ease;
}

.form-group input:focus + .input-border,
.form-group textarea:focus + .input-border {
    width: 100%;
    left: 0;
}

/* Submit Button */
.btn-submit {
    background: #004aad;
    color: white;
    padding: 14px 24px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

.btn-submit:hover {
    background: #00357C;
}


@media (max-width: 768px) {
    .contact-info {
        margin-bottom: 30px;
    }
}



/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}




/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF; 
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social i {
    color: #ffffff; 
}

.footer .btn.btn-social:hover i {
    color: #004aad;
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF; 
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
    color: #FFFFFF; 
}

.footer .copyright a {
    color: #FFFFFF; 
}

.footer .copyright a:hover {
    color: var(--primary);
}

.footer p,
.footer h5 {
    color: #FFFFFF; 
}

.footer i {
    color: #FFFFFF; 
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px; 
    height: 20px; 
    background-size: 50% 50%; 
}




#map-section {
    display: flex;
    justify-content: center;
    background-color: #f9f9f9;
    padding: 20px 0;
}

#map-section div {
    width: 80%;
    max-width: 800px;
    border-radius: 8px;
    overflow: hidden;
}



/* Cleaning Service Section */
.cleaning-service-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.cleaning-service-section .auto-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.cleaning-service-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Image Section */
.cleaning-service-section .image-section {
    flex: 1;
    max-width: 45%;
}

.cleaning-service-section .image-box img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.cleaning-service-section .image-box img:hover {
    transform: scale(1.03);
}

/* Content Section */
.cleaning-service-section .content-section {
    flex: 1;
    max-width: 50%;
}

.cleaning-service-section .inner-content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px; 
}

.cleaning-service-section .inner-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* List Styles */
.cleaning-service-section ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.cleaning-service-section ul li {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

/* Benefits Section */
.cleaning-service-section .benefits-section {
    padding: 60px 0;
    background-color: #f8f8f8;
    text-align: center;
}

.cleaning-service-section .sec-title h2 {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.cleaning-service-section .sec-title div {
    width: 50px;
    height: 4px;
    background-color: #27ae60;
    margin: 0 auto 20px;
}

/* Benefit Boxes */
.cleaning-service-section .benefit-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.cleaning-service-section .benefit-box {
    flex: 1;
    max-width: 30%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.cleaning-service-section .benefit-box:hover {
    transform: translateY(-5px);
}

.cleaning-service-section .icon-box i {
    font-size: 35px;
    color: #27ae60;
    margin-bottom: 10px;
}

.cleaning-service-section .benefit-box h4 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.cleaning-service-section .benefit-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Responsive Design */
@media screen and (max-width: 992px) {
    .cleaning-service-section .row {
        flex-direction: column;
        text-align: center;
    }

    .cleaning-service-section .image-section,
    .cleaning-service-section .content-section {
        max-width: 100%;
    }

    .cleaning-service-section .benefit-box {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .appointment-section {
        padding: 30px 0 !important;
    }

    .auto-container {
        padding: 0 15px;
    }
}

select#service {
    font-family: inherit; 
    font-weight: 400;     
    color: #333;          
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select-wrapper select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.dropdown-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}
