/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Single Blog Page Design */
.single .container {
    max-width: 1200px;
    padding-inline: 15px;
    padding-block: 60px;
    margin: 0 auto;
}

.single main#content {
    background: #f7f6fa !important;
}

.single .container .e-con-inner {
    margin: 0 !important;
}

.single .main-wrapper :is(h1, h2, h3, h4, h5, h6, p, ul, ol, table) {
    margin: 0 !important;
    margin-bottom: 16px !important;
    color: #000 !important;
    font-family: "Montserrat", Sans-serif !important;
    line-height: 1.4;
}

.single .main-wrapper :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 500 !important;
}

.single .main-wrapper h1 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 700 !important;
    padding: 0 !important;
    text-transform: capitalize !important;
    margin-bottom: 16px !important;
}

.single .main-wrapper h2 {
    font-size: 38px;
}

.single .main-wrapper h3 {
    font-size: 30px;
}

.single .main-wrapper h4 {
    font-size: 26px;
}

.single .main-wrapper h5 {
    font-size: 20px;
}

.single .main-wrapper h6 {
    font-size: 16px;
}

.single .main-wrapper p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: black !important;
}

.single .main-wrapper a {
    color: #2e90c6;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.single .main-wrapper a:hover {
    color: #003bb3;
}

.single .main-wrapper li {
    margin-bottom: 8px;
    line-height: 26px;
    font-weight: 500;
    font-size: 18px;
}

.single .main-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px !important;
}

.single .main-wrapper th,
.single .main-wrapper td {
    border: 1px solid #e5e5e5;
    padding: 12px 14px;
    text-align: left;
    font-size: 15px;
}

.single .main-wrapper th {
    background: #f8f8f8;
    font-weight: 600;
}

.single .main-wrapper img {
    max-width: 100%;
    width: 100% !important;
    height: 600px;
    border-radius: 8px;
    object-fit: cover;
}

.single .post-featured-image {
    margin-bottom: 20px;
}

.single .post-featured-image img {
    width: 100%;
    height: 100% !important;
    max-height: 600px;
    border-radius: 12px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .single .container {
        padding-block: 40px;
    }

    .single .main-wrapper h1 {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    .single .main-wrapper h2 {
        font-size: 26px !important;
        line-height: 34px !important;
    }

    .single .main-wrapper h3 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .single .main-wrapper h4 {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .single .main-wrapper h5 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .single .main-wrapper h6 {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .single .main-wrapper p,
    .single .main-wrapper li {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}


/* FAQS */
.faqs-section {
    border-top: 1px solid #2e90c6;
    padding-top: 30px;
    margin-top: 30px;
}

.single .faqs-section h2 {
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 20px !important;
}

.eael-adv-accordion {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
    background: #fff !important;
    padding: 15px !important;
    border: 1px solid #2e90c8 !important;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
    font-size: 18px !important;
    line-height: 24px !important;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    padding: 15px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff !important;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header span {
    margin: 0 !important;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
    font-size: 16px !important;
    line-height: 28px !important;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content p:last-child {
    margin: 0 !important;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover,
.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
    background: #2e90c8 !important;
}

@media(max-width: 767px) {
    .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
        font-size: 14px !important;
        line-height: 26px !important;
    }
}


/* Blog Page Design */
.blog-posts-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    margin-top: 30px !important;
}

.blog-posts-grid .blog-card {
    background: #fff !important;
    border: 1px solid #2e90c8 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px !important;
}

.blog-posts-grid .blog-card:hover {
    background: #f9fcff !important;
    transform: translateY(-4px) !important;
    box-shadow: rgba(46, 144, 200, 0.35) 0px 8px 24px !important;
}

.blog-posts-grid .blog-card__image img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    display: block !important;
}

.blog-posts-grid .blog-card__content {
    padding: 20px 20px !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.blog-posts-grid .blog-card__content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.blog-posts-grid .blog-card__title {
    margin-block: 0 12px !important;
    flex: 1;
    line-height: 26px !important;
}

.blog-posts-grid .blog-card__title a {
    color: #000 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.blog-posts-grid .blog-card__title a:hover {
    color: #2e90c8 !important;
}

.blog-posts-grid .blog-card__excerpt p {
    font-size: 16px !important;
    line-height: 26px !important;
    color: black !important;
    margin-bottom: 16px !important;
}

.blog-posts-grid .blog-card__btn {
    display: inline-block !important;
    padding: 10px 18px !important;
    border: 1px solid #2e90c8 !important;
    color: #2e90c8 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: all 0.25s ease !important;
}

.blog-posts-grid .blog-card__btn:hover {
    background: #2e90c8 !important;
    color: #fff !important;
}

@media (max-width: 1024px) {
    .blog-posts-grid {
        padding-inline: 5px !important;
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 576px) {
    .blog-posts-grid {
        margin: 0 !important;
        padding-inline: 5px !important;
        grid-template-columns: 1fr !important;
    }

    .blog-posts-grid .blog-card__image img {
        height: 250px !important;
    }

    .blog-posts-grid .blog-card__title a {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .blog-posts-grid .blog-card__excerpt p {
        font-size: 14px !important;
        line-height: 24px !important;
    }
}

.page-template-default .page-header {
    position: relative !important;
    padding: 60px 20px !important;
    text-align: center !important;
    background: linear-gradient(135deg,
            #2e90c8 0%,
            #2e90c6 100%) !important;
    margin-bottom: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.page-template-default .page-header .entry-title {
    margin: 0 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: capitalize !important;
    letter-spacing: 0.5px !important;
}

@media (max-width: 767px) {
    .page-template-default .page-header {
        padding: 40px 15px !important;
    }

    .page-template-default .page-header .entry-title {
        font-size: 28px !important;
    }
}


/* Service page css */
/* HERO SECTION */
.hero-section{
	padding-block: 80px;
}
span.elementor-heading-title {
    background: #2264ad29;
    backdrop-filter: blur(15px);
    border: 2px solid #0d7a95;
    padding: 15px;
    border-radius: 15px;
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.hero-section h1.elementor-heading-title{
	font-size: 70px;
    margin-inline-end: 25px;
}

.hero-section h5.elementor-heading-title{
    font-weight: normal;
	line-height: normal;
    font-size: 30px;
    margin-block-end: 25px;
}
.hero-section .service_banner_list{
    margin-block-end: 25px !important;
}
.hero-section .service_banner_list li .elementor-icon-list-text{
    font-size: 22px;
}


/* USP SECTION */
.usp-section .badges-strip {
    background: #0a385f;
    width: 100%;
    padding: 28px 40px;
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.badges-strip::before {
    content: '';
    position: absolute;
    top: -1px; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #00c8d4 50%, transparent 100%);
    transform-origin: left center;
    transform: scaleX(0);
    animation: lineGrow 0.9s cubic-bezier(0.4,0,0.2,1) 0.6s forwards;
  }

.usp-section .badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
	animation: badgeEnter 0.9s cubic-bezier(0.2,0.8,0.4,1) forwards;
    transition: transform 0.25s ease;
}

.usp-section .badge:hover {
    transform: translateY(-3px);
}

.usp-section .badge:hover .icon-wrap svg {
    stroke: #5de8f0;
    filter: drop-shadow(0 0 6px rgba(0,210,230,0.5));
}


.usp-section .icon-wrap svg {
    width: 35px;
    height: 35px;
    stroke: #00c8d4;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
	opacity: 0;
    transition: stroke 0.2s, filter 0.2s;
    animation: iconPop 0.8s cubic-bezier(0.2,0.8,0.4,1) forwards;
}

.usp-section .badge span {
    font-size: 14px;
    font-weight: 500;
    color: #d0d4d8;
    letter-spacing: 0.01em;
	display: inline-block;
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    animation: textReveal 0.8s ease forwards;
}

.badge:nth-child(1) .icon-wrap svg { animation-delay: 1.0s; }
.badge:nth-child(2) .icon-wrap svg { animation-delay: 1.25s; }
.badge:nth-child(3) .icon-wrap svg { animation-delay: 1.5s; }
.badge:nth-child(4) .icon-wrap svg { animation-delay: 1.75s; }
.badge:nth-child(5) .icon-wrap svg { animation-delay: 2.0s; }


.badge:nth-child(1) span { animation-delay: 1.15s; }
.badge:nth-child(2) span { animation-delay: 1.4s; }
.badge:nth-child(3) span { animation-delay: 1.65s; }
.badge:nth-child(4) span { animation-delay: 1.9s; }
.badge:nth-child(5) span { animation-delay: 2.15s; }

.diff-color{
	color: #1BAEFF !important;
}

/* BOOKING FORM SECTION */
.booking-form-section{
	padding-block: 80px;
}
.booking-form-section .get-in-touch-form{
    /* background: rgb(18 18 18 / 80%) !important; */
    /* border: 1px solid rgba(255, 255, 255, 0.07); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
	/* backdrop-filter: blur(15px); */
	padding: 20px 30px !important;
}
.booking-form-section .get-in-touch-form form input, .booking-form-section .get-in-touch-form form textarea{
    width: 100%;
    /* background: #0a0a0a !important; */
    margin-bottom: 20px;
    border: 1px solid rgb(255 255 255 / 20%) !important;
    border-radius: 10px !important;
    padding: 13px 16px;
    font-size: 14px !important;
    /* color: #e8ecf0; */
}
.booking-form-section .get-in-touch-form h3.elementor-heading-title{
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
    color: #000;
}
.booking-form-section span.elementor-heading-title{
    color: #000 !important;
}

/* OUR CLEANING SECTION */
.our-cleaning-section{
	padding-block: 80px;
	background-color: #f2f2f2 !important;
}
.cleaning-icon_boxes .elementor-icon-box-wrapper{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
    height: 100%;
}
.cleaning-icon_boxes .elementor-icon-box-wrapper .elementor-icon-box-title{
	color: #0a385f;
	font-size: 20px;
    font-weight: 600;
}
.cleaning-icon_boxes .elementor-icon-box-wrapper .elementor-icon{
	padding: 10px;
    background: #2e90c7;
    font-size: 35px;
    border-radius: 10px 0 10px 0;
    color: #fff;
}

.optional-services .add-service-grid-box>.elementor-element>.elementor-flip-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 12px;
}


/* RESET CLEANING CLEANING */
.reset-cleaning-section{
	padding-block: 80px;
}
.reset-cleaning-section h2.elementor-heading-title{
	color: #000 !important;
}
.reset-cleaning-section .reset-cleaning-boxes .elementor-icon-box-wrapper{
	background: #fff !important;
	padding: 20px 30px !important;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
}
.reset-cleaning-section .reset-cleaning-boxes .elementor-icon-box-wrapper:hover{
/* 	box-shadow: 0 8px 28px rgba(0, 180, 190, 0.12); */
    border-color: #a8edf0;
}
.reset-cleaning-section .reset-cleaning-boxes .elementor-icon-box-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #006fac, #5bc2fb);
    border-radius: 3px 0 0 3px;
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}
.reset-cleaning-section .reset-cleaning-boxes .elementor-icon-box-wrapper:hover::before{
    transform: scaleY(1);
}
.reset-cleaning-section .reset-cleaning-boxes .elementor-icon-box-wrapper .elementor-icon{
	background: rgb(27 174 255 / 20%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.22s ease;
    font-size: 38px;
	padding: 10px;
}
.reset-cleaning-section .reset-cleaning-boxes .elementor-icon-box-wrapper .elementor-icon svg{
	width: 30px;
    height: 30px;
    stroke: #5bc2fb;
    fill: none;
    stroke-width: 1.7;
}
.reset-cleaning-section .reset-cleaning-boxes .elementor-icon-box-wrapper .elementor-icon-box-title{
	color: #000;
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Optional Services */
.optional-services{
	padding-block: 80px;
}
/* CALL TO ACTION */
.call-to-action{
	padding-block: 50px;
}

/* READ MORE CONTENT */
.read-more-content-section{
	padding-block: 50px;
}
.read-more-content {
	display: none;
}

.read-more-button {
	padding: 8px 16px;
	border: none !important;
}

.read-more-content-section h3{
    color: #000;
    font-weight: 700;
}

/* Office cleaning section */
.office_cleaning {
    padding-block: 50px;
}
.office_cleaning  .elementor-widget-image img{
    border-radius: 10px;
    box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/* Responsive */
@media(max-width:1024px){
	.hero-section .e-con-inner, .booking-form-section .e-con-inner, .our-cleaning-section .e-con-inner, .reset-cleaning-section .e-con-inner, .optional-services .e-con-inner{
		padding-block: 0;
	}
}
@media(max-width:991px){
	.hero-section, .booking-form-section, .our-cleaning-section, .reset-cleaning-section, .optional-services{
		padding-block: 50px;
		padding-inline: 15px;
	}
	.hero-section h1.elementor-heading-title {
    	font-size: 40px;
	}
	.hero-section h5.elementor-heading-title {
    	font-size: 20px;
	}
    .hero-section .service_banner_list li .elementor-icon-list-text {
        font-size: 18px;
    }
    .booking-form-section h2.elementor-heading-title, .our-cleaning-section h2.elementor-heading-title, .reset-cleaning-section h2.elementor-heading-title, .optional-services h2.elementor-heading-title, .office_cleaning  h2.elementor-heading-title, .read-more-content-section h2{
        font-size: 28px !important;
    }
}
@media (max-width:768px) {
    .reset-cleaning-section .reset-cleaning-boxes .elementor-icon-box-wrapper .elementor-icon{
        width: max-content;
        margin: 0 auto;
    }
}
@media (max-width:575px) {
    .usp-section .badge{
        width: 100%;
    }
}


/* Animation */
@keyframes stripEnter {
	from { opacity: 0; transform: translateY(20px); }
	to   { opacity: 1; transform: translateY(0); }
}

@keyframes badgeEnter {
	from { opacity: 0; transform: translateY(24px); }
	to   { opacity: 1; transform: translateY(0); }
}

@keyframes iconPop {
	0%   { opacity: 0; transform: scale(0.4); filter: drop-shadow(0 0 0px transparent); }
	60%  { transform: scale(1.2);  filter: drop-shadow(0 0 10px rgba(0,200,212,0.8)); }
	100% { opacity: 1; transform: scale(1);   filter: drop-shadow(0 0 0px transparent); }
}

@keyframes textReveal {
	from { clip-path: inset(0 100% 0 0); opacity: 0; }
	to   { clip-path: inset(0 0% 0 0);   opacity: 1; }
}

@keyframes lineGrow {
	from { transform: scaleX(0); opacity: 0; }
	to   { transform: scaleX(1); opacity: 1; }
}