/*!
SCSS Document
Project Name: Always On Energy
Author: Durga and Team
Author URI: durga-chd.netlify.app
Created On: 20-Apr-2026
Last Modified: 25-May-2026
*/
:root {
    --white: #FFF;
    --black: #000;
    --light-black: #2C2C2C;
    --footer-black: #1F1F1F;
    --red: #DE0A26;
    --gray: #F5F5F5;
    --font-heading: "Barlow", sans-serif;
    --font-body: "Manrope", sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: var(--gray);
}
::-webkit-scrollbar-thumb {
    background-color: var(--red);
}
html {
	scroll-behavior: smooth;
}
body {
    color: var(--black);
    font-size: 16px;
    font-family: var(--font-body);
    font-weight: normal;
    line-height: 1.5;
    overflow-x: hidden;

    @media only screen and (max-width: 1199px) {
        font-size: 15px;
    }
}
figure {
    margin: 0;
}
img {
	max-width: 100%;
}
a {
    color: var(--red);
    text-decoration: none;
    transition: all 0.2s ease-in-out;

    &:hover {
        color: var(--red);
        text-decoration: underline;
    }
}
p {
    margin: 0 0 15px;
}
ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--light-black);
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
}
.fa-phone {
    transform: rotate(90deg);
}
section {
	position: relative;
	padding: 50px 10px;
    
    .row {
        --bs-gutter-y: 25px;
    }

    ul {
        li {
            position: relative;
            margin: 0 0 5px;
            padding-left: 25px;

            &::before {
                position: absolute;
                content: "\f058";
                left: 0;
                top: 1px;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                color: var(--red);
                height: -webkit-fill-available;

                @media only screen and (max-width: 1199px) {
                    top: 0;
                }
            }
        }

        &:not(:last-child) {
            margin: 0 0 15px;
        }
    }
    
}
.bg-gray {
    background-color: var(--gray);
}
.container {
	position: relative;
	max-width: 1320px;
}
.container-md {
	position: relative;
    max-width: 1200px;
}
.container-sm {
	position: relative;
    max-width: 1000px;
}

.text-red {
    color: var(--red);
}

.sec-highlighter {
    color: var(--red);
    font-size: 14px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 50px;

    &::before {
        position: absolute;
        content: '';
        background-color: var(--red);
        width: 40px;
        height: 1px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    @media only screen and (max-width: 575px) {
        font-size: 13px;
    }
}

.sec-heading-wrapper {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}
.sec-heading {
    font-size: 35px;

    @media only screen and (max-width: 1199px) {
        font-size: 35px;
    }
    @media only screen and (max-width: 991px) {
        font-size: 30px;
    }
    @media only screen and (max-width: 575px) {
        font-size: 25px;
    }
}
.sec-subheading {
    font-size: 25px;
    font-weight: 600;

    @media only screen and (max-width: 1199px) {
        font-size: 22px;
    }
    @media only screen and (max-width: 575px) {
        font-size: 20px;
    }
}

.btns-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 20px;
}

.btn {
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    position: relative;
    box-shadow: none;
    text-decoration: none !important;

    &.btn-primary {
        color: var(--white);
        background-color: var(--red);
        border: 1px solid var(--red) !important;

        &:hover,
        &:focus,
        &:active {
            color: var(--red);
            background-color: transparent;
            border: 1px solid var(--red) !important;
            box-shadow: none !important;
        }

    }

    &.btn-secondary {
        color: var(--white);
        background-color: transparent;
        border: 1px solid var(--white) !important;
    
        &:hover,
        &:focus,
        &:active {
            background-color: var(--red);
            border: 1px solid var(--red) !important;
            box-shadow: none !important;
        }
    }

    &.call-btn {
        line-height: 1.4;
        text-align: left;
        padding: 5px 20px 5px 50px;
        max-height: 50px;

        small {
            display: block;
            font-size: 12px;
        }
    
        &::before {
            position: absolute;
            content: '';
            /* background-image: url(../images/ene/Phone.svg); */
            background-image: url('https://staging.alwaysonenergy.com/wp-content/uploads/2026/04/Phone.svg');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            width: 25px;
            height: 25px;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.2s ease-in-out;
        }

        &:hover::before {
            /* background-image: url(../images/ene/Phone-Red.svg); */
            background-image: url('https://staging.alwaysonenergy.com/wp-content/uploads/2026/04/Phone-Red.svg');
        }

        &.btn-secondary:hover::before {
            /* background-image: url(../images/ene/Phone.svg); */
            background-image: url('https://staging.alwaysonenergy.com/wp-content/uploads/2026/04/Phone.svg');
        }
    }
}

.top-bar {
    padding: 10px;
    background-color: var(--red);
    
    nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;

        @media only screen and (max-width: 991px) {
            justify-content: center;
        }

        ul {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px 30px;

            @media only screen and (max-width: 991px) {
                gap: 10px 20px;
            }

            li {
                position: relative;

                a {
                    color: var(--white);
                    font-size: 14px;
                    margin: 0;
                    display: flex;
                    align-items: baseline;
                    gap: 5px;
                    text-decoration: none;

                    @media only screen and (max-width: 991px) {
                        font-size: 13px;
                    }
                }

                &:last-child:after {
                    position: absolute;
                    content: '';
                    width: 1px;
                    height: 75%;
                    background-color: var(--white);
                    left: -15px;
                    top: 50%;
                    transform: translateY(-50%);

                    @media only screen and (max-width: 991px) {
                        left: -10px;
                    }
                }
            }
        }

        .announcement {
            color: var(--white);
            font-size: 14px;
            margin: 0;
            text-transform: uppercase;

            @media only screen and (max-width: 991px) {
                display: none;
            }
        }
    }

}

.header {
    background-color: var(--white);
    position: sticky;
    width: 100%;
    top: 0;
    padding: 20px 10px;
    z-index: 9;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);

    .navbar {
        padding: 0;

        .navbar-brand {
            width: 200px;
            padding: 0;
            margin: 0;
            display: inline-block;
    
            @media only screen and (max-width: 991px) {
                width: 175px;
            }
            @media only screen and (max-width: 575px) {
                width: 165px;
            }
        }

        .navbar-toggler {
            border-color: var(--red);
            padding: 5px 8px;
            box-shadow: unset;

            .navbar-toggler-icon {
                width: 25px;
                height: 25px;
            }
        }

        .offcanvas {
            border: 0;

            @media only screen and (max-width: 575px) {
                width: 100%;
            }

            .offcanvas-body {

                .d-flex {
                    @media only screen and (max-width: 991px) {
                        flex-direction: column !important;
                        align-content: flex-start !important;
                        align-items: flex-start !important;
                    }
                }

                ul {

                    li {
                        position: relative;

                        &:not(:first-child) {
                            margin: 0 0 0 30px;

                            @media only screen and (max-width: 991px) {
                                margin: 20px 0 0;
                                width: 100%;
                            }
                        }

                        a {
                            color: var(--light-black);
                            text-decoration: none;
                            
                            &:hover {
                                color: var(--red);
                            }
                        }
                    }
                }

                .menu-item-has-children {

                    >a {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        gap: 0 8px;
                        
                        &::after {
                            content: "\f078";
                            font-family: "Font Awesome 5 Free";
                            font-weight: 900;
                            transition: all 0.2s ease-in-out;
                        }

                        @media only screen and (max-width: 991px) {

                        }
                    }

                    &:hover {
                        .sub-menu {
                            opacity: 1;
                            visibility: visible;
                        }
                    }

                    &.open {
                        >a {
                            &::after {
                                transform: rotate(180deg);
                            }
                        }

                        >.sub-menu {
                            display: block;
                        }
                    }
                }

                .sub-menu {
                    position: absolute;
                    top: calc(100% + 15px);
                    left: 0;
                    min-width: 220px;
                    background-color: var(--white);
                    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
                    opacity: 0;
                    visibility: hidden;
                    transition: all 0.2s ease-in-out;
                    z-index: 99999;

                    li {
                        padding: 0 !important;
                        margin: 0 !important;

                        a {
                            font-size: 15px;
                            padding: 15px;
                            display: block;

                            @media only screen and (max-width: 991px) {
                                font-size: 14px;
                                padding: 15px 0 0 0;
                            }

                            &:hover {
                                color: var(--red);
                            }
                        }
                    }

                    @media only screen and (max-width: 991px) {
                        position: static;
                        opacity: 1;
                        visibility: visible;
                        padding-left: 15px;
                        box-shadow: none;
                        display: none;
                    }
                }
            }
    
            .offcanvas-header {
                .logo {
                    width: 165px;
                }

                .btn-close{
                    box-shadow: unset;
                }
            }
        }
    }
}

.footer {
    background-color: var(--footer-black);

    .footer-main {
        padding: 50px 10px;

        .row {
            justify-content: space-between;
            --bs-gutter-y: 30px;

            .col-sm-6 {
                max-width: max-content;

                @media only screen and (max-width: 767px) {
                    max-width: inherit;
                }
            }
        }
    }

    .navbar-brand {
        width: 200px;
        padding: 0;
        margin: 0 0 20px;
        display: inline-block;

        @media only screen and (max-width: 991px) {
            width: 175px;
        }
    }

    .footer-item {

        p {
            color: var(--white);
            margin: 0;
        }

        .title {
            color: var(--white);
            font-size: 22px;
            font-weight: 600;

            @media only screen and (max-width: 1199px) {
                font-size: 20px;
            }
        }

        ul {
            li {
                a {
                    color: var(--white);
                    display: flex;
                    align-items: baseline;
                    gap: 0 10px;
                    width: fit-content;
                    text-decoration: none !important;

                    &:hover {
                        color: var(--red);
                    }

                    i {
                        position: relative;
                        top: 1px;
                    }
                }

                &:not(:last-child) {
                    margin: 0 0 10px;
                }

                &.current-menu-item {
                    a {
                        color: var(--red);
                    }
                }
            }
        }

        &:not(:last-child) {
            margin: 0 0 30px;
        }
    }
    
    .social-links {
        display: flex;
        align-items: center;
        gap: 0 10px;

        li {
            margin: 0 !important;

            a {
                color: var(--black) !important;
                background-color: var(--white) !important;
                width: 30px !important;
                height: 30px !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center;
                border-radius: 4px;

                &:hover {
                    color: var(--white) !important;
                    background-color: var(--red) !important;
                    transform: translateY(-5px);
                }

                i {
                    position: static !important;
                }
            }
        }
    }

    .footer-copyright {
        border-top: 1px solid rgb(255 255 255 / 20%);
        padding: 15px 10px;

        .d-flex {
            flex-wrap: wrap;
            justify-content: space-between;

            @media only screen and (max-width: 575px) {
                justify-content: center;
            }
        }

        p {
            color: var(--white);
            font-size: 14px;
            margin: 0;

            @media only screen and (max-width: 1199px) {
                font-size: 13px;
            }
        }

        ul {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px 30px;

            li {
                position: relative;

                a {
                    color: var(--white);
                    font-size: 14px;
                    margin: 0;
                    text-decoration: none !important;

                    @media only screen and (max-width: 1199px) {
                        font-size: 13px;
                    }
        
                    &:hover {
                        color: var(--red);
                    }
                }

                &:last-child::after {
                    position: absolute;
                    content: '';
                    width: 1px;
                    height: 75%;
                    background-color: var(--white);
                    left: -15px;
                    top: 50%;
                    transform: translateY(-50%);
                }
            }
        }
    }
}

.hero-sec {
    padding: 70px 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    &::before {
        position: absolute;
        content: '';
        background-color: var(--black);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        opacity: 0.75;
    }

    @media only screen and (max-width: 575px) {
        padding: 50px 10px;
    }

    .text-wrapper {
        max-width: 600px;

        @media only screen and (max-width: 767px) {
            max-width: 100%;
        }

        * {
            color: var(--white);
        }

        .sec-highlighter {
            &::before {
                background-color: var(--white);
            }
        }
    
        .sec-heading {
            font-size: 55px;
            line-height: 1.1;

            @media only screen and (max-width: 1199px) {
                font-size: 50px;
            }
            @media only screen and (max-width: 991px) {
                font-size: 40px;
            }
            @media only screen and (max-width: 575px) {
                font-size: 35px;
            }
        }
    
        p {
            font-size: 18px;

            @media only screen and (max-width: 1199px) {
                font-size: 16px;
            }
        }
    
        ul {
            column-count: 2;

            @media only screen and (max-width: 575px) {
                column-count: 1;
            }
    
            li {
                font-size: 18px;
    
                &::before {
                    color: var(--white);
                }

                @media only screen and (max-width: 1199px) {
                    font-size: 16px;
                }
            }
        }

        .btn-primary {
            &:hover {
                color: var(--white) !important;
                border-color: var(--white) !important;
            }
        }

    }

    .google-rev {
        width: 175px;
    }
}

.hero-form {
    padding: 20px;
    background-color: var(--white);
    border-radius: 10px;
    max-width: 500px;
    margin-left: auto;

    @media only screen and (max-width: 991px) {
        margin-left: 0;
    }

    .row {
        --bs-gutter-y: 15px;
    }

    .form-title {
        font-size: 25px;
        font-weight: 600;
        margin: 0 0 5px;

        @media only screen and (max-width: 1199px) {
            font-size: 22px;
        }
    }

    p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .form-group {

        label {
            font-size: 14px;
            font-weight: 600;
            margin: 0 0 5px;

            /* a {
                color: var(--red);
            } */
        }

        .form-control,
        .form-select {
            font-size: 14px;
            border: 1px solid #D4D4D4;
            border-radius: 4px;
            padding: 12px 15px;
            max-height: 100px;
            outline: none;
            box-shadow: none;
            resize: none;

            &:focus {
                border-color: var(--red);
                box-shadow: none;
            }
        }

        &.checkbox {
            display: flex;
            align-items: baseline;
            gap: 0 10px;
        }
    }

    .gform_wrapper {

        .gform_heading {
            display: none;
        }

        .gform_fields {
            row-gap: 20px;
        }

        label,
        legend {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 5px;

            /* a {
                color: var(--red);
            } */
        }

        .form-control,
        .form-select {

            input,
            select {
                font-size: 14px;
                border: 1px solid #D4D4D4;
                border-radius: 4px;
                padding: 12px 15px;
                max-height: 100px;
                outline: none;
                box-shadow: none;
                resize: none;
                height: auto;
                line-height: 1.5;

                &:focus {
                    border-color: var(--red);
                    box-shadow: none;
                }
            }
        }

        .gform_button {
            font-size: 16px !important;
            padding: 12px 20px !important;
            border-radius: 4px !important;
            text-align: center !important;
            display: inline-block !important;
            transition: all 0.2s ease-in-out !important;
            position: relative !important;
            box-shadow: none !important;
            color: var(--white) !important;
            background-color: var(--red) !important;
            border: 1px solid var(--red) !important;
            height: auto !important;
            line-height: 1.5 !important;

            &:hover,
            &:focus,
            &:active {
                color: var(--red) !important;
                background-color: transparent !important;
                border: 1px solid var(--red) !important;
                box-shadow: none !important;
            }
        }
    }
}

.cta-sec {
    padding: 50px 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    &::before {
        position: absolute;
        content: '';
        background-color: var(--black);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        opacity: 0.75;
    }

    .sec-heading-wrapper {
        margin-bottom: 0;

        .sec-heading,
        p {
            color: var(--white);
        }

        .btns-group {
            justify-content: center;
            margin: 20px 0 0;

            .btn-primary {
                &:hover {
                    color: var(--white) !important;
                    border-color: var(--white) !important;
                }
            }
        }
    }
}

.banner-sec {
    min-height: 250px;
    display: grid;
    align-items: center;

    @media only screen and (max-width: 991px) {
        min-height: 200px;
    }
    @media only screen and (max-width: 575px) {
        min-height: 150px;
    }

    .sec-heading-wrapper {

        .sec-heading {
            margin-bottom: 0;
        }
    }
}

.mq-sec {
    border-bottom: 1px solid #DDD;

    .sec-subheading {
        color: var(--red);
    }

    .mq-root {
        overflow: hidden;

        .track-wrap {
            overflow: hidden;
            position: relative;

            &::before,
            &::after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                width: 80px;
                z-index: 2;
                pointer-events: none;
            }
            &::before {
                left: 0;
                background: linear-gradient(to right,
                    var(--white),
                    transparent);
            }
            &::after {
                right: 0;
                background: linear-gradient(to left,
                    var(--white),
                    transparent);
            }
            
            .track {
                display: flex;
                width: max-content;
                align-items: center;
                animation: scroll-ltr 60s linear infinite;
    
                &:hover {
                    animation-play-state: paused;
                }

                .logo-card {
                    flex-shrink: 0;
                    margin: 0 20px;
                    /* width: 200px; */
                    /* height: 75px; */
                    /* padding: 8px; */
                    /* border-radius: 8px; */
                    /* border: 1px solid #DDD; */
                    /* display: flex; */
                    /* align-items: center; */
                    /* justify-content: center; */
                    /* overflow: hidden; */

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }

            }
        }
    }
}
@keyframes scroll-ltr {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.img-txt-sec {

    .row {
        --bs-gutter-x: 70px;

        @media only screen and (max-width: 1199px) {
            --bs-gutter-x: 50px;
        }

        &:not(:last-child) {
            margin-bottom: 40px;
        }
    }

    figure {
        border-radius: 15px;
        overflow: hidden;

        img {
            width: 100%;
        }
    }
}

.img-txt-hover-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-height: 300px;
    transition: all 0.2s ease-in-out;

    &::before {
        position: absolute;
        content: '';
        background: linear-gradient(180deg, #ffffff00 0%, rgb(0 0 0 / 75%) 100%);
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        z-index: 1;
        transition: all 0.2s ease-in-out;
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }

    .content {
        width: 100%;
        padding: 30px 20px 20px;
        text-align: center;
        position: absolute;
        top: calc(100% - 70px);
        z-index: 2;
        transition: all 0.2s ease-in-out;

        @media only screen and (max-width: 1199px) {
            padding: 20px;
        }

        .title {
            font-size: 24px;
            font-weight: 600;
            margin: 0 0 10px;

            @media only screen and (max-width: 991px) {
                font-size: 22px;
            }
            @media only screen and (max-width: 575px) {
                font-size: 20px;
            }
        }

        .subtitle {
            font-size: 20px;
            font-weight: 500;
            margin: 0 0 10px;
            opacity: 0;
            visibility: hidden;

            @media only screen and (max-width: 1199px) {
                font-size: 18px;
            }
        }

        p {
            margin: 0;
            opacity: 0;
            visibility: hidden;
        }
    }

    * {
        color: var(--white);
        transition: all 0.2s ease-in-out;
    }

    &:hover {

        &::before {
            background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 100%);
            height: 100%;
        }

        img {
            transform: scale(1.1);
        }

        .content {
            top: 0;
        }
        
        .subtitle,
        p {
            opacity: 1;
            visibility: visible;
        }
    }
}

.icon-txt-box {
    background-color: var(--white);
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    height: 100%;
    transition: all 0.2s ease-in-out;

    &:hover {
        transform: translateY(-10px);

        img,
        .count,
        i {
            transform: scale(1.1);
        }
    }

    figure {
        background-color: var(--red);
        border-radius: 8px;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 15px;

        @media only screen and (max-width: 991px) {
            width: 50px;
            height: 50px;
        }
    
        img {
            width: 40px;
            transition: all 0.2s ease-in-out;

            @media only screen and (max-width: 991px) {
                width: 30px;
            }
        }
    
        .count {
            font-size: 28px;
            font-weight: 600;
            color: var(--white);
            transition: all 0.2s ease-in-out;

            @media only screen and (max-width: 1199px) {
                font-size: 26px;
            }
            @media only screen and (max-width: 991px) {
                font-size: 24px;
            }
            @media only screen and (max-width: 575px) {
                font-size: 22px;
            }
        }

        i {
            font-size: 30px;
            color: var(--white);
            transition: all 0.2s ease-in-out;
        }
    }

    .title {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 10px;

        @media only screen and (max-width: 991px) {
            font-size: 22px;
        }
        @media only screen and (max-width: 575px) {
            font-size: 20px;
        }
    }

    p:last-child,
    ul:last-child,
    ol:last-child {
        margin: 0;
    }
}

.img-txt-box {
    background-color: var(--white);
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    height: 100%;
    transition: all 0.2s ease-in-out;

    &:hover {
        transform: translateY(-10px);

        img {
            transform: scale(1.1);
        }
    }

    figure {
        border-radius: 6px;
        overflow: hidden;
        width: 100%;
        height: 200px;
        margin: 0 0 15px;

        @media only screen and (max-width: 575px) {
            height: 175px;
        }
    
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.2s ease-in-out;
        }
    }

    .title {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 10px;

        @media only screen and (max-width: 991px) {
            font-size: 22px;
        }
        @media only screen and (max-width: 575px) {
            font-size: 20px;
        }
    }

    p:last-child,
    ul:last-child,
    ol:last-child {
        margin: 0;
    }
}

.map-box {
    background-color: var(--gray);
    padding: 25px;
    border-radius: 14px;
    height: 100%;
    display: grid;
    justify-items: center;
    transition: all 0.2s ease-in-out;

    @media only screen and (max-width: 575px) {
        padding: 20px;
    }

    &:hover {
        transform: translateY(-10px);
    }

    figure {
        background-color: var(--white);
        border-radius: 50%;
        width: 130px;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;

        @media only screen and (max-width: 1199px) {
            width: 100px;
            height: 100px;
        }

        img {
            object-fit: contain;

            @media only screen and (max-width: 1199px) {
                height: 70px;
            }
        }
    }

    .title {
        font-size: 20px;
        font-weight: 600;
        margin: 15px 0 0;

        @media only screen and (max-width: 575px) {
            font-size: 18px;
        }
    }
}

.achievement-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 100px;
    margin: 20px 0 0;

    @media only screen and (max-width: 767px) {
        gap: 20px 50px;
    }

    .achievement-item {
        position: relative;
        text-align: center;
        
        .title {
            color: var(--white);
            font-size: 40px;
            font-weight: 600;
            line-height: 1;

            @media only screen and (max-width: 1199px) {
                font-size: 35px;
            }
            @media only screen and (max-width: 991px) {
                font-size: 30px;
            }
            @media only screen and (max-width: 575px) {
                font-size: 25px;
            }
        }
    
        p {
            margin: 10px 0 0;

            @media only screen and (max-width: 991px) {
                font-size: 14px;
            }
            @media only screen and (max-width: 767px) {
                font-size: 13px;
            }
        }
    
        &:not(:last-child)::after {
            position: absolute;
            content: '';
            background-color: var(--white);
            height: 75%;
            width: 1px;
            right: -50px;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.5;
    
            @media only screen and (max-width: 767px) {
                opacity: 0;
            }
        }
    }


}

.table-sec {

    .table-responsive {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        border: 1px solid #EFD9D9;

        .table {
            margin: 0;
            border-radius: 10px 10px 0 0;
            overflow: hidden;
            border: 1px solid #EFD9D9;
        
            th,
            td {
                border: 1px solid #EFD9D9;
                padding: 20px;
            }

            thead {

                th {
                    font-size: 18px;
                    color: var(--white);
                    background-color: var(--red);

                    @media only screen and (max-width: 991px) {
                        font-size: 16px;
                    }
                }
            }

            tbody {

                tr {

                    th {
                        color: var(--red);
                    }

                    &:hover {
                        th,
                        td {
                            background-color: #EFD9D9;
                        }
                    }
                }
            }

        }
    }

    .disclaimer-txt {
        margin: 30px 0 0;
        padding: 20px;
        background-color: #FBFBFB;
        border-left: 10px solid #D9D9D9;

        p {
            margin: 0;
        }
    }
}

.testimonial-sec {

    .testimonial-carousel-wrapper {
        position: relative;

        .testimonial-item {
            background-color: var(--white);
            padding: 25px;
            border-radius: 14px;
            box-shadow: 0 0 20px rgb(0 0 0 / 8%);
            height: 100%;
            transition: all 0.2s ease-in-out;
            margin: 20px;

            &:hover {
                transform: translateY(-10px);
            }

            .quote {
                color: #D8D3DF;
                font-size: 30px;
            }

            .stars {
                i {
                    color: #FFC107;
                    font-size: 14px;
                }
            }

            .testimonial-meta-grid {
                border-top: 1px solid #F0E4E4;
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin: 15px 0 0;
                padding: 15px 0 0;

                .d-flex {
                    display: flex;
                    align-items: center;
                    gap: 0 10px;

                    figure {
                        background-color: #D9D9D9;
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
        
                        span {
                            font-family: var(--font-heading);
                            font-size: 18px;
                            font-weight: 500;
                        }
                    }

                    .testimonial-name {
                        font-size: 18px;
                        font-weight: 600;
                        margin: 0;

                        @media only screen and (max-width: 767px) {
                            font-size: 16px;
                        }
                    }

                    .meta {
                        color: #7E7E7E;
                        font-size: 14px;
                        text-transform: uppercase;

                        @media only screen and (max-width: 1199px) {
                            font-size: 13px;
                        }
                    }

                }

                .trust-icon {
                    width: 35px !important;
                }
            }
        }

        .testimonial-navs {
            @media only screen and (max-width: 991px) {
                display: none;
            }

            button {
                color: var(--white);
                background-color: var(--red);
                border: 1px solid var(--red);
                outline: none;
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                transition: all 0.2s ease-in-out;

                &:hover {
                    color: var(--red);
                    background-color: transparent;
                }

                &.testimonial-prev {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: -40px;
                    z-index: 1;

                    @media only screen and (max-width: 1199px) {
                        left: -20px;
                    }
                }

                &.testimonial-next {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: -40px;
                    z-index: 1;

                    @media only screen and (max-width: 1199px) {
                        right: -20px;
                    }
                }
            }
        }

        .testimonial-dots {
            display: none;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 8px;
            margin: 10px 0 0;

            @media only screen and (max-width: 991px) {
                display: flex;
            }

            .owl-dot {

                span {
                    display: block;
                    background-color: var(--red);
                    width: 8px;
                    height: 8px;
                    border-radius: 50px;
                    cursor: pointer;
                    opacity: 0.2;
                    transition: all 0.2s ease-in-out;

                    &:hover {
                        opacity: 1;
                    }

                }

                &.active {
                    span {
                        width: 28px;
                        opacity: 1;
                    }
                }
            }
        }
    }
}

.recent-work-sec {

    .gallery-carousel-wrapper {
        position: relative;

        .gallery-item {
            width: 100%;
            height: 350px;
            border-radius: 15px;
            overflow: hidden;

            @media only screen and (max-width: 1199px) {
                height: 300px;
            }
            @media only screen and (max-width: 991px) {
                height: 275px;
            }
            @media only screen and (max-width: 767px) {
                height: 250px;
            }
            @media only screen and (max-width: 575px) {
                height: 225px;
            }
            @media only screen and (max-width: 375px) {
                height: 200px;
            }

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: all 0.2s ease-in-out;
            }

            &:hover {
                img {
                    transform: scale(1.1);
                }
            }
        }

        .gallery-navs {
            @media only screen and (max-width: 991px) {
                display: none;
            }

            button {
                color: var(--white);
                background-color: var(--red);
                border: 1px solid var(--red);
                outline: none;
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                transition: all 0.2s ease-in-out;

                &:hover {
                    color: var(--red);
                    background-color: transparent;
                }

                &.gallery-prev {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: -20px;
                    z-index: 1;
                }

                &.gallery-next {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: -20px;
                    z-index: 1;
                }
            }
        }

        .gallery-dots {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 8px;
            margin: 30px 0 0;

            .owl-dot {

                span {
                    display: block;
                    background-color: var(--red);
                    width: 8px;
                    height: 8px;
                    border-radius: 50px;
                    cursor: pointer;
                    opacity: 0.2;
                    transition: all 0.2s ease-in-out;

                    &:hover {
                        opacity: 1;
                    }

                }

                &.active {
                    span {
                        width: 28px;
                        opacity: 1;
                    }
                }
            }
        }
    }
}

.fancybox__dialog {
    .f-counter {
        display: none !important;
    }
    .f-thumbs {
        display: none !important;
    }
}

.breadcrumb-sec {
    padding: 10px;

    .breadcrumb {
        font-size: 14px;
        margin: 0;

        .breadcrumb-item {

            &.active {
                color: var(--light-black);
            }

            &::before {
                color: #CECECE;
            }

            a {
                color: #CECECE;

                &:hover {
                    color: var(--red);
                }
            }
        }
    }
}

.contact-sec {

    .hero-form {
        max-width: 100%;
        box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    }

    .contact-icon-txt-box-wrapper {
        max-width: 900px;
        margin: 50px auto 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 100px;

        @media only screen and (max-width: 991px) {
            gap: 30px 50px;
        }
        @media only screen and (max-width: 767px) {
            grid-template-columns: repeat(2, 1fr);
        }
        @media only screen and (max-width: 575px) {
            grid-template-columns: repeat(1, 1fr);
        }

        .icon-txt-box {
            padding: 0;
            border-radius: 0;
            box-shadow: none;
            transform: unset;
            text-align: center;
            display: grid;
            justify-items: center;
            align-content: start;
            position: relative;

            &:hover {
                figure {
                    .fa-phone {
                        transform: rotate(90deg) scale(1.1);
                    }
                }
            }

            &:not(:last-child)::after {
                position: absolute;
                content: '';
                background-color: #D0D0D0;
                height: 75%;
                width: 1px;
                right: -50px;
                top: 50%;
                transform: translateY(-50%);
                opacity: 0.5;

                @media only screen and (max-width: 991px) {
                    right: -25px;
                }
        
                @media only screen and (max-width: 767px) {
                    opacity: 0;
                }
            }

            p {
                max-width: 233px;

                a {
                    color: var(--black);

                    &:hover {
                        color: var(--red);
                    }
                }
            }
        }
    }
}

.faq-sec {

    .accordion {

        .accordion-item {
            background-color: var(--white);
            border: 1px solid #CFD7F2;
            border-radius: 10px;
            overflow: hidden;

            &:not(:last-child) {
                margin: 0 0 20px;
            }

            .accordion-header {

                .accordion-button {
                    font-size: 16px;
                    font-weight: 500;
                    color: var(--black);
                    background-color: var(--white);
                    padding: 15px 20px;
                    border: 0;
                    box-shadow: none;

                    &::after {
                        width: 17px;
                        height: 17px;
                        background-size: contain;
                        filter: invert(11%) sepia(89%) saturate(7469%) hue-rotate(349deg) brightness(89%) contrast(95%);
                    }
                }
            }

            .accordion-collapse {
                border: 0;
                border-radius: 0;

                .accordion-body {
                    font-size: 15px;
                    padding: 15px 20px;
                    border-top: 1px solid #CFD7F2;

                    p:last-child,
                    ul:last-child,
                    ol:last-child {
                        margin: 0;
                    }
                }
            }
        }
    }
}

.blog-sec {

    .img-txt-box {

        .title {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        p {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

        a {
            text-decoration: none;

            i {
                transform: rotate(-45deg);
                transition: all 0.2s ease-in-out;
            }
        }

        &:hover {
            i {
                margin-left: 5px;
                transform: rotate(0);
            }
        }
    }

    .pagination {
        justify-content: center;
        margin-top: 30px;

        .page-numbers {
            font-size: 15px;
            color: var(--black);
            padding: 10px;
            min-width: 45px;
            height: 40px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border: 1px solid transparent;
            text-decoration: none;
            transition: all 0.2s ease-in-out;

            @media only screen and (max-width: 767px) {
                font-size: 14px;
            }

            &+.page-numbers {
                margin-left: -1px;
            }

            &.current,
            &:hover {
                border-color: var(--red);
            }

            &:first-child {
                border-top-left-radius: 6px;
                border-bottom-left-radius: 6px;
            }

            &:last-child {
                border-top-right-radius: 6px;
                border-bottom-right-radius: 6px;
            }
        }
    }
}

.blog-detail-sec {
    .blog-content-wrapper {
        padding-right: 30px;

        @media only screen and (max-width: 991px) {
            padding-right: 0;
        }

        .blog-featured-img {
            width: 100%;
            height: 400px;
            border-radius: 14px;
            overflow: hidden;
            margin: 0 0 20px;

            @media only screen and (max-width: 1199px) {
                height: 350px;
            }
            @media only screen and (max-width: 991px) {
                height: 300px;
            }
            @media only screen and (max-width: 575px) {
                height: 250px;
            }

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }

    .recent-posts {
        position: sticky;
        top: 110px;

        .recent-posts-title {
            font-size: 20px;
            font-weight: 600;
            padding-bottom: 15px;
            margin-bottom: 20px;
            border-bottom: 1px solid #D8D8D8;
        }

        .recent-post {
            padding: 15px;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 0 20px rgb(0 0 0 / 8%);
            display: flex;
            align-items: center;
            margin-bottom: 20px;

            .post-thumb {
                width: 80px;
                min-width: 80px;
                height: 70px;
                min-height: 70px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 6px;
                }
            }

            .post-title {
                color: var(--light-black);
                font-size: 16px;
                font-weight: 600;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                margin-bottom: 5px;
            }

            a {
                text-decoration: none;

                &.arrow-btn {
                    font-size: 15px;
                }

                i {
                    transform: rotate(-45deg);
                    transition: all 0.2s ease-in-out;
                }
            }

            &:hover {
                i {
                    margin-left: 5px;
                    transform: rotate(0);
                }
            }
        }
    }
}