/*
Theme Name: Gaurav Drycleaner
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
    font-family: "LL Circular", sans-serif !important;
}

body {
    line-height: 1.5;
}

.home h1 {
    display: none;
}

.home main {
    margin-top: 0 !important;
}

.entry-content {
    margin-top: 0 !important;
}

.wp-site-blocks {
    padding: 0
}

h1.wp-block-post-title {
    font-size: 36px;
    text-align: center;
    font-weight: 500;
}

h1.wp-block-post-title::after,
.section-heading::after {
    content: "";
    height: 3px;
    width: 15%;
    display: block;
    background: #95cee6;
    margin: auto;
}

input.wpcf7-form-control:not(.wpcf7-submit),
textarea.wpcf7-form-control {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 4px;
    width: 100%;
}

.form-field .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-flex;
}

.wpcf7-submit {
    width: auto !important;
    border-radius: 4px;
    background-color: #292930;
    border: 1px solid #292930;
    color: #fff;
    padding: 14px 30px;
    cursor: pointer;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.top-header-menu-wrapper {
    box-shadow: 0px -2px 16px -5px #0000007a;
    margin-bottom: 20px;
}

.home .top-header-menu-wrapper {
    margin-bottom: 0 !important;
}

.top-header-menu-wrapper .current-menu-item .wp-block-navigation-item__content {
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.top-header-menu-wrapper .wp-block-navigation__container>li>a.wp-block-navigation-item__content:hover,
.top-header-menu-wrapper .wp-block-navigation__container>li>a.wp-block-navigation-item__content:focus {
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.no-underline,
.no-underline a {
    text-decoration: none;
}

.p-0 {
    padding: 0 !important;
}

.green-doodle {
    background-image: url("/wp-content/uploads/2023/06/green-doodle.svg");
    background-repeat: no-repeat;
    background-size: 170px;
}

@media (min-width:768px) {
    .cta-line-after{
        position: relative;
    }
    .cta-line-after::before {
        position: absolute;
        content: close-quote;
        width: 2px;
        bottom: 0;
        background-color: #000;
        right: -117px;
        top: 0;
        opacity: .6;
    }

    .cta-line-after::after {
        width: 0px;
        position: absolute;
        content: close-quote;
        height: 0px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #000;
        top: 50%;
        transform: translateY(-50%);
        right: -124px;
        opacity: .6;
    }
}

@media (max-width:768px) {
    .banner-image {
        min-height: 400px !important;
    }

    .banner-heading {
        font-size: 24px !important;
    }

    .banner-callnow-button a {
        padding: 8px !important;
        font-size: 14px !important;
    }

    .banner-whatsapp-button {
        padding: 10px !important;
    }

    .banner-whatsapp-button svg {
        height: 22px;
    }

    .banner-whatsapp-button .wp-block-group {
        padding: 0px !important;
    }

    .banner-whatsapp-button .wp-block-group p.has-link-color {
        font-size: 12px !important;
    }

    .home-services-section .wp-block-columns {
        display: flex;
        margin-bottom: 0;
        clear: both;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    .home-services-section .wp-block-columns .wp-block-column {
        flex: 1 0 40% !important;
        max-width: 50% !important;
    }

    .home-services-section h5 {
        font-size: 12px !important;
    }

    .home-services-section figure img {
        width: 50px;
    }

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

    .call-to-action-section h3 {
        font-size: 24px !important;
    }

    .top-header-menu-wrapper .top-header-whatsapp-button p {
        display: none;
    }

    .top-header-whatsapp-button {
        padding: 6px !important;
    }

    .top-header-menu-wrapper {
        padding-right: 20px !important;
    }
}