/**
Theme Name: Doctor Flue
Author: Blue Winds Media
Author URI: https://www.bluewindsmedia.com
Description: A custom theme for Doctor Flue, built on the Astra framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doctor-flue
Template: astra
*/

/* ======= Common CSS: Start ======= */
*,
::before,
:after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

p {
    margin: 0px 0px 20px;
}

p:last-child {
    margin: 0px 0px 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
}

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

ul,
ol,
li {
    list-style: none;
}

ul+ul,
ul+ol,
ol+ul,
ol+ol {
    margin: 20px 0px 0px;
}

a:focus,
a:focus-within,
a:focus-visible,
a:target,
a:visited,
a:active,
button:focus,
button:focus-within,
button:focus-visible,
button:target,
button:visited,
button:active,
input:focus,
input:focus-within,
input:focus-visible,
input:target,
input:visited,
input:active,
select:focus,
select:focus-within,
select:focus-visible,
select:target,
select:visited,
select:active,
textarea:focus,
textarea:focus-within,
textarea:focus-visible,
textarea:target,
textarea:visited,
textarea:active {
    outline: none;
    box-shadow: none;
    font-family: inherit;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ======= Common CSS: End ======= */



/* ======= Hover Button CSS: Start ======= */

.hover-btn a span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

.hover-btn a,
.hover-btn .elementor-field-type-submit button.elementor-size-sm {
    clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}

.hover-btn a span.elementor-button-icon,
.hover-btn .elementor-field-type-submit button.elementor-size-sm span.elementor-button-icon {
    width: 40px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    transition: all 0.3s ease-in-out;
}

.hover-btn a:hover span.elementor-button-icon,
.hover-btn .elementor-field-type-submit button.elementor-size-sm span.elementor-button-icon {
    background: #DA3637 !important;
}

.hover-btn a:hover span.elementor-button-icon svg path {
    fill: #fff !important;
}

.hover-btn a:hover span.elementor-button-icon svg path {
    transition: all 0.3s ease-in-out;
}

.hover-btn a span.elementor-button-icon svg {
    width: 10px;
    height: 10px;
}

.hover-btn .elementor-field-type-submit button.elementor-size-sm span.elementor-button-icon svg {
    height: auto;
    width: auto !important;
}

/* ======= Hover Button CSS: End ======= */



/* ======= Heading Text Anim CSS: Start ======= */
span.word {
    display: inline-flex;
    overflow: hidden;
}

.text-anim span.word span.char {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.17, 0.17, 0, 0.79) !important;
}

.text-anim.split-is h1 span.word span.char,
.text-anim.split-is h2 span.word span.char,
.text-anim.split-is h3 span.word span.char,
.text-anim.split-is h4 span.word span.char {
    opacity: 1;
    transition-delay: calc(30ms * var(--char-index)) !important;
    display: inline-flex;
}

/* ======= Heading Text Anim CSS: End ======= */



/* ======= Header Section CSS: Start ======= */

.header-social-icons span.elementor-grid-item,
.header-menu ul li a {
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}

.header-social-icons a.elementor-icon {
    width: 40px;
    height: 30px;
}

.header-btn a:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("/wp-content/uploads/2025/08/Logo-BG.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.header-btn a:hover:after {
    background-image: url("/wp-content/uploads/2025/10/Logo-BG-1.png") !important;
}


/* ======= Header Section CSS: End ======= */



/* ======= Footer Section CSS: Start ======= */

.footer-logo {
    clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}

/* ======= Footer Section CSS: End ======= */



/* =======  Banner Section CSS: Start ======= */

.about-main-sec .e-con-inner {
    margin-right: 80px;
}

.product-loop-slider .elementor-swiper-button,
.blog-slider .elementor-swiper-button,
.review-slider .elementor-swiper-button,
.team-slider .elementor-swiper-button {
    clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}

.service-area .elementor-widget-heading {
    clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
    height: 100px;
}

.service-area .elementor-widget-heading .elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-area .elementor-widget-heading h2 a {
    text-decoration: none !important;
}

.service-area .elementor-widget-heading:hover h2 {
    color: #fff !important;
}

.service-area .elementor-widget-heading h2 a:focus {
    color: #000 !important;
}

.product-loop-sec .e-con.e-child {
    height: 100% !important;
}

.blog-loop-sec:hover .blog-loop-content-area {
    background-color: rgba(218, 54, 55, 1) !important;
}

.blog-loop-sec:hover .blog-loop-content-area .elementor-widget-post-info ul li span.elementor-icon-list-text {
    color: rgba(245, 245, 245, 1) !important;
}

.blog-loop-sec:hover .blog-loop-content-area h1,
.blog-loop-sec:hover .blog-loop-content-area .elementor-widget-theme-post-excerpt .elementor-widget-container {
    color: rgba(245, 245, 245, 0.7) !important;
}

.blog-loop-sec:hover .blog-loop-content-area,
.blog-loop-sec:hover .blog-loop-content-area .elementor-widget-post-info ul li span.elementor-icon-list-text,
.blog-loop-sec:hover .blog-loop-content-area h1,
.blog-loop-sec:hover .blog-loop-content-area .elementor-widget-theme-post-excerpt .elementor-widget-container {
    transition: all 0.3s ease-in-out;
}

.review-left-sec .elementor-widget-icon-box span.elementor-icon svg {
    width: 145px !important;
    height: auto !important;
}

.service-right-sec .service-list:not(:first-child) .elementor-icon-box-wrapper .elementor-icon-box-icon {
    opacity: 0;
}

.service-right-sec .service-list:not(:first-child) .elementor-icon-box-wrapper .elementor-icon-box-content p {
    opacity: 0;
    height: 0;
}


.service-list:hover .elementor-icon-box-wrapper .elementor-icon-box-icon {
    opacity: 1 !important;
}

.service-list:hover .elementor-icon-box-wrapper .elementor-icon-box-content p {
    opacity: 1 !important;
    height: 100% !important;
}

.service-list {
    position: unset;
    margin-bottom: 35px !important;
    pointer-events: none;
}

.service-right-sec {
    position: unset;
}

.service-right-sec .service-list:after {
    content: "";
    width: 962px;
    height: 1px;
    background: #FFF;
    display: block;
    position: absolute;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.service-right-sec .service-list:hover:after,
.service-right-sec .service-list:first-child:after {
    opacity: 1 !important;
}

.service-right-sec .service-list:not(:first-child) .elementor-widget-container {
    padding: 0 !important;
}

.service-right-sec .service-list:not(:first-child) .elementor-icon-box-content h3 {
    margin-block-end: 0 !important;
}

.service-right-sec .service-list:hover .elementor-icon-box-content h3 {
    margin-block-end: 23px !important;
}

.service-right-sec .service-list:hover .elementor-widget-container {
    padding: 0 0 35px 0 !important;
}

.service-list h3.elementor-icon-box-title {
    pointer-events: visible;
    cursor: pointer;
}

.service-list .elementor-icon-box-wrapper .elementor-icon-box-icon,
.service-list .elementor-icon-box-wrapper .elementor-icon-box-content p,
.service-right-sec .service-list .elementor-widget-container,
.service-right-sec .service-list .elementor-icon-box-content h3 {
    transition: all 0.3s ease-in-out;
}



/* =======  Banner Section CSS: End ======= */

/* ================01-10-2025================= */

.form-main-sec .elementor-form-fields-wrapper .elementor-field-group input:focus,
.form-main-sec .elementor-form-fields-wrapper .elementor-field-group textarea:focus,
.form-main-sec .elementor-form-fields-wrapper .elementor-field-group select:focus {
    box-shadow: none !important;
    border-style: solid !important;
}

.form-main-sec .elementor-form-fields-wrapper .elementor-field-group input,
.form-main-sec .elementor-form-fields-wrapper .elementor-field-group select {
    padding: 0 0 0 30px !important;
    height: 60px;
}

.form-main-sec .elementor-form-fields-wrapper .elementor-field-group label {
    padding-left: 30px;
}

.form-main-sec .elementor-form-fields-wrapper .elementor-field-group textarea {
    padding: 0 0 0 30px !important;
}

.form-main-sec .elementor-form-fields-wrapper .elementor-field-type-checkbox .elementor-field-subgroup {
    column-count: 2;
    row-gap: 20px;
    margin-top: 40px;
    margin-left: 60px;
}

.form-main-sec .elementor-form-fields-wrapper .elementor-field-type-checkbox .elementor-field-subgroup span.elementor-field-option {
    flex-basis: 50% !important;
}

.form-main-sec .elementor-field-type-checkbox span.elementor-field-option input {
    width: 0px;
    height: 0px;
    position: absolute;
    opacity: 0;
}

.form-main-sec .elementor-field-type-checkbox span.elementor-field-option label {
    position: relative;
    display: flex;
    font-family: Archivo;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    padding-left: 30px;
}

.form-main-sec .elementor-field-type-checkbox span.elementor-field-option label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1.5px solid rgba(0, 0, 0, 0.2);
    opacity: 0.6;
}

.form-main-sec .elementor-field-type-checkbox span.elementor-field-option label:after {
    content: "";
    width: 7px;
    height: 13px;
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    opacity: 0;
    transform: rotate(42deg);
}

.form-main-sec .elementor-field-type-checkbox span.elementor-field-option input:checked+label:after {
    opacity: 1;
}

.form-main-sec .elementor-form-fields-wrapper .elementor-field-type-select .elementor-select-wrapper .select-caret-down-wrapper {
    background-image: url("/wp-content/uploads/2025/10/Vector-2.png");
    background-repeat: no-repeat;
    background-size: 10px;
    width: 10px;
    height: 5px;
}

.form-main-sec .elementor-form-fields-wrapper .elementor-field-type-select .elementor-select-wrapper .select-caret-down-wrapper i {
    font-size: 0 !important;
    line-height: 2;
}


.review-main-sec .review-col .elementor-widget-icon-box {
    height: 100% !important;
}


.review-main-sec .review-col .elementor-widget-icon-box .elementor-icon-box-content {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.review-main-sec .review-col .elementor-icon-box-wrapper {
    height: 100% !important;
}

.review-main-sec .review-col .elementor-widget-container {
    height: 100% !important;
}

.product-loop-grid-sec .elementor-widget-image img {
    aspect-ratio: 1/0.75;
    object-fit: cover;
}

.gallery-col figure.gallery-item img {
    aspect-ratio: 1/1;
    width: 100% !important;
    object-fit: cover;
}

.team-text-sec .e-con-inner {
    margin-right: 0;
}

.product-loop-sec .elementor-widget-theme-post-excerpt {
    height: 100% !important;
}

.team-slider .e-n-carousel .elementor-widget-image img {
    aspect-ratio: 1/1.29;
    object-fit: cover;
}

.services-sec .e-con-inner {
    margin-left: 0;
}

.services-main-sec .services-col:nth-child(even) {
    transform: translateY(70px);
}

.banner-menu-list ul li a span.elementor-icon-list-text {
    color: rgba(255, 255, 255, 0.2) !important;
}

.blog-post-content h3.wp-block-heading {
    color: #19171C;
    font-family: Archivo;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 40px !important;
}

.blog-post-content h2.wp-block-heading {
    color: #19171C;
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 40px !important;
}

.blog-post-content ul li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.blog-post-content img {
    width: 100%;
    /* height: 500px;
    object-fit: cover; */
    margin-bottom: 30px;
}

/* ======= Responsive CSS: Start ======= */

/*
    Elementor Breakpoint For Responsive Screen : 
    Mobile Portrait   : 767
    Mobile Landscape  : 1024
    Tablet Portrait   : 1200
    Tablet Landscape  : 1400
    Laptop            : 1600
    */

@media screen and (min-width: 1600px) and (max-width: 1780px) {

    .family-main-sec {
        padding-left: 40px !important;
    }

}

@media screen and (min-width: 1600px) and (max-width: 1700px) {

    .promise-left-sec {
        margin-top: -100px !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1780px) {

    .promise-img {
        bottom: -30% !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1680px) {

    .footer-logo {
        width: 750px !important;
    }

    .footer-logo .elementor-widget-image img {
        width: 580px !important;
    }

    .header-btn a {
        padding: 36px 80px 36px 100px !important;
    }
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1599px) {
    .slider-heading h2 span>span:after {
        height: 40px !important;
    }

    .service-area .elementor-widget-heading {
        height: 80px !important;
    }

    .service-right-sec .service-list:after {
        width: 700px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .promise-left-sec {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1330px) {

    .header-logo .elementor-widget-image img {
        width: 210px !important;
    }

    .header-menu ul li a {
        padding: 10px 10px !important;
    }
}

@media screen and (max-width: 1199px) {

    .service-area .elementor-widget-heading {
        height: 70px !important;
        width: 32% !important;
    }

    .service-right-sec .service-list:after {
        width: 50% !important;
    }

    .service-list {
        margin-bottom: 20px !important;
    }

    .service-right-sec .service-list:after {
        width: 580px !important;
    }

    .footer-logo {
        clip-path: polygon(0 0, 100% 0%, calc(100% - 60px) 100%, 0% 100%);
    }

    .meet-main-sec h2 {
        font-size: 28px !important;
        margin-bottom: 10px !important;
    }

    .services-main-sec .services-col:nth-child(even) {
        transform: translateY(50px);
    }

    .blog-post-content h2.wp-block-heading {
        font-size: 34px !important;
    }

    .blog-post-content h3.wp-block-heading {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 991px) {
    .slider-heading h2 span>span:after {
        margin-left: 30px !important;
    }

    .slider-heading h2>span>span {
        text-indent: 30px !important;
    }

    .services-main-sec .services-col:nth-child(even) {
        transform: translateY(40px);
    }

    .form-main-sec .elementor-form-fields-wrapper .elementor-field-group input,
    .form-main-sec .elementor-form-fields-wrapper .elementor-field-group select {
        height: 40px !important;
        padding: 0 0 0 20px !important;
    }

    .form-main-sec .elementor-form-fields-wrapper .elementor-field-group textarea {
        padding: 0 0 0 20px !important;
    }

    .form-main-sec .elementor-form-fields-wrapper .elementor-field-group label {
        padding-left: 20px !important;
    }

    .form-main-sec .elementor-form-fields-wrapper .elementor-field-type-checkbox .elementor-field-subgroup {
        margin-top: 30px !important;
        margin-left: 20px !important;
    }

    .form-main-sec .elementor-form-fields-wrapper .elementor-field-type-checkbox .elementor-field-subgroup label {
        padding-left: 30px !important;
    }

    .blog-post-content h2.wp-block-heading {
        font-size: 30px !important;
        margin-top: 30px !important;
    }

    .blog-post-content h3.wp-block-heading {
        font-size: 20px !important;
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {

    .footer-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .service-right-sec .service-list:after {
        width: 100% !important;
    }

    .service-area .elementor-widget-heading {
        height: 60px !important;
        width: 49% !important;
    }

    .slider-heading h2 span>span:after {
        margin-left: 20px !important;
        height: 30px !important;
    }

    .slider-heading h2>span>span {
        text-indent: 20px !important;
    }

    .form-main-sec .elementor-field-type-checkbox span.elementor-field-option label {
        font-size: 16px;
    }

    .form-main-sec .elementor-field-group {
        padding-right: calc(40px/2) !important;
        padding-left: calc(40px/2) !important;
        margin-bottom: 40px !important;
    }

    br {
        display: none;
    }
}

@media screen and (max-width: 575px) {

    .service-list .elementor-icon-box-wrapper {
        flex-direction: row-reverse !important;
    }

    .services-main-sec .services-col:nth-child(even) {
        transform: translateY(0px);
    }

    .form-main-sec .elementor-form-fields-wrapper .elementor-field-group input,
    .form-main-sec .elementor-form-fields-wrapper .elementor-field-group select {
        padding: 0 0 0 0px !important;
    }

    .form-main-sec .elementor-form-fields-wrapper .elementor-field-group textarea {
        padding: 0 0 0 0px !important;
    }

    .form-main-sec .elementor-form-fields-wrapper .elementor-field-group label {
        padding-left: 0px !important;
    }

    .blog-post-content h2.wp-block-heading {
        font-size: 24px !important;
        margin-top: 0px !important;
    }

    .blog-post-content h3.wp-block-heading {
        font-size: 18px !important;
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 479px) {

    .service-area .elementor-widget-heading {
        height: 50px !important;
        width: 100% !important;
    }

    .form-main-sec .elementor-form-fields-wrapper .elementor-field-type-checkbox .elementor-field-subgroup {
        flex-direction: column;
    }
}

/* ======= Responsive CSS: End ======= */