html {
    line-height: 1.15
}

body {
    margin: 0;
    font-family: "Mulish", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-align: justify;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    vertical-align: bottom;
    max-width: 100%
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

.header__menu li:hover .header__submenu,
details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}



@font-face {
    font-family: "Mulish";
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Mulish-Regular.ttf");
}

@font-face {
    font-family: "Rajdhani";
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Rajdhani-Bold.ttf");
}



* {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

main {
    margin-top: 107px
}

.visually-hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.container {
    margin: 0 auto;
    width: 90%
}

@media (min-width:768px) {
    .container {
        width: 740px
    }
}

@media (min-width:1024px) {
    .container {
        width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1200px) {
    .header__icons img {
        height: 45px !important;
    }
}

.header__icons img {
    height: 27px;
}

.content_block {
    padding-top: 60px;
    padding-bottom: 60px;

}

.primary_color {
    background: linear-gradient(90deg, #dfa72e 0, #fcce6a 58%, rgba(251, 214, 134, .9136904761904762) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.secondary_color {
    background-color: #f5f5f5
}

.section__title {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 40px
}

.text-center {
    text-align: center; 
}

.text-right {
    text-align: -webkit-right;
}

.bold {
    font-weight: 700
}

.btn,
.btn::before {
    -webkit-transition: all .5s;
    transition: all .5s
}

.btn {
    font-family: "Mulish", Arial, Helvetica, sans-serif;
    /* font-family: "Rajdhani", Arial, Helvetica, sans-serif; */
    display: block;
    background-color: transparent;
    border: 2px solid #fff;
    color: #000;
    /* text-transform: uppercase; */
    padding: 13px 22px 11px;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    font-weight: 700;
}

@media (min-width:768px) {
    .btn {
        font-size: 15px
    }
}

.btn::before {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    top: 10px;
    right: 10px
}

.btn:hover {
    background-color: #008cf0;
    color: #000;
}
.btn--form{
       background: linear-gradient(90deg, #dfa72e 0, #fcce6a 58%, rgba(251, 214, 134, .9136904761904762) 100%);
}
.btn--prim:hover,
.btn--form:hover{
    background-color: #008cf0;
    color:#fff;
}

.slider__text {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    max-width: 960px;
    font-weight: 700;
    text-shadow: 0 0 10px #008cf0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.btn::before,
.btn:hover::after,
.btn:hover::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px
}

.btn:hover::before {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    top: 10px;
    right: 10px
}

.btn:hover::after {
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    bottom: 10px;
    left: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.btn--link {
    display: inline-block;
    background-color: #fcce6a;
}

.btn--prim,
.btn--sec {
    font-family: "Mulish", Arial, Helvetica, sans-serif;
    text-transform: none;
    background-color: #000
}

.btn--sec::before {
    border-color: #fcce6a 
}

.btn--sec:hover {
    background-color: #fcce6a ;
    color: #000;
}

.btn--prim {
    background: linear-gradient(90deg, #dfa72e 0, #fcce6a 58%, rgba(251, 214, 134, .9136904761904762) 100%);
    padding: 13px 20px 11px;
    font-weight: 700;
    color:#000;
}

@media (min-width:768px) {
    .btn--prim {
        padding: 13px 20px 11px
    }
}

/* .btn--prim::before {
    border-right: 2px solid #000;
    border-top: 2px solid #000
} */

/* .btn--prim:hover {
    background-color: #000;
    color: #fff
} */

.btn--prim:hover::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff
}

.btn--prim:hover::after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.colored {
    color: #fcce6a ;
    font-weight: 700
}

.readmore {
    text-transform: uppercase;
    color: #fcce6a 
}

.column--nav a:hover,
.readmore:hover {
    text-decoration: underline
}

.mb20 {
    margin-bottom: 20px
}

.header {
    background-color: #14223C;
    padding: 0;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: -1px 5px 49px 0 rgba(0, 0, 0, .5);
    box-shadow: -1px 5px 49px 0 rgba(0, 0, 0, .5);
    color: #fff;
}

.header__logo,
.header__menu li a {
    -webkit-transition: all .5s;
    transition: all .5s
}

.header__logo {
    height: 65px;
}

.header__phone a {
    color: #eee
}

.header__top {
    position: fixed;
    width: 100%;
    background-color: #14223C;
    font-size: 16px;
    z-index: 9;
    top: 0;
    padding: 6px 0;
    text-align: center
}

@media (min-width:1024px) {
    .header__top {
        padding: 9px 0
    }
}

@media (min-width:1200px) {
    .header__top {
        padding: 10px 0;
    }
}

@media (min-width:768px) {
    .header__top .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 0
    }
}

.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 12px auto 0
}

@media (min-width:480px) {
    .header__info {
        width: 366px
    }
}

@media (min-width:768px) {
    .header__info {
        margin: 0
    }
}

@media (min-width:1024px) {
    .header__info {
        width: 620px
    }
}

@media (min-width:1200px) {
    .header__info {
        /* width: 638px; */
        width: 356px;
    }
}

.header__icon {
    position: relative;
    font-size: 14px
}

@media (min-width:1024px) {
    .header__icon {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .header__icon {
        font-size: 16px
    }
}

.header__icon::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-color: #fccd69;
    left: -55px;
    top: -10px
}

@media (min-width:480px) {
    .header__icon::before {
        left: -45px
    }
}

@media (min-width:1024px) {
    .header__icon::before {
        width: 28px;
        height: 28px;
        left: -33px;
        top: -5px
    }
}

@media (min-width:1200px) {
    .header__icon::before {
        width: 40px;
        height: 40px;
        left: -45px;
        top: -10px
    }
}

.header__icon::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -45px;
    top: 0
}

@media (min-width:480px) {
    .header__icon::after {
        left: -34px
    }
}

@media (min-width:1024px) {
    .header__icon::after {
        width: 16px;
        height: 16px;
        left: -27px;
        top: 1px;
    }
}

@media (min-width:1200px) {
    .header__icon::after {
        width: 20px;
        height: 20px;
        left: -35px;
        top: 0;
    }
}

.header__icon--phone a {
    color: #fbd686;
}

.header__icon--address,
.header__icon--phone::before {
    display: none;
}

@media (min-width:480px) {
    .header__icon--phone::before {
        display: block
    }
}

.header__icon--phone::after {
    background-image: url(../img/icon_phone-white.svg);
}

@media (min-width:1024px) {
    .header__icon--address {
        display: block
    }
}

.header__icon--address::after {
    display: none
}

@media (min-width:1024px) {
    .header__icon--address::after {
        display: block;
        background-image: url(../img/icon_map.svg)
    }
}

.header__btn {
    margin-left: 20px
}

@media (min-width:1024px) {
    .header__btn {
        margin-left: 0
    }
}

@media only screen and (max-width: 480px) {
    .header__menu {
        top: 128px !important;
    }
}

.header__menu {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    z-index: 100;
    background-color: #fbd686;
    width: 100%;
    left: 0;
    top: 148px
}


@media (min-width:768px) {
    .header__menu {
        position: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 20px;
        position: fixed;
        top: 84px;
        left: 0;
        z-index: 10;
        background-color: #fbd686;;
    }
}

.header__menu li {
    position: relative
}

@media (min-width:768px) {
    .header__menu li:hover a {
        color: #fff;
    }
}

.header__menu li a {
    display: block;
    font-size: 17px;
    color: #000;
    padding: 6px 0 6px 6px
}

@media (min-width:480px) {
    .header__menu li a {
        font-size: 18px
    }
}

@media (min-width:768px) {
    .header__menu li a {
        padding: 6px 20px;
        font-size: 20px
    }
}

@media (min-width:1200px) {
    .header__menu li a {
        padding: 6px 30px
    }
}

.header__submenu,
.header__submenu li::after,
.header__submenu li:hover::before {
    display: none
}

@media (min-width:768px) {
    .header__submenu {
        border-top: 4px solid #fcce6a ;
        position: absolute;
        left: 0;
        top: 42px;
        z-index: 9999;
        background-color: #fff
    }
}

.header__submenu li {
    padding: 6px 20px
}

@media (min-width:480px) {
    .header__submenu li {
        width: 235px
    }
}

@media (min-width:768px) {
    .header__submenu li {
        padding: 10px 20px
    }
}

.header__submenu li a {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    padding: 0
}

.header__submenu li:hover a {
    padding-left: 20px
}

@media (min-width:768px) {
    .header__submenu li a {
        color: #fcce6a 
    }
}

.header__nav {
    position: absolute;
    top: 60px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    z-index: 10;
    background-color: #fcce6a 
}

@media (min-width:480px) {
    .header__nav {
        top: 35px
    }
}

@media (min-width:768px) {
    .header__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        top: 30px
    }
}

.mobile-menu {
    position: fixed;
    top: -5px;
    right: 10px;
    width: 25px;
    height: 50px;
    cursor: pointer;
    z-index: 9
}

@media (min-width:480px) {
    .mobile-menu {
        right: 15px
    }
}

@media (min-width:768px) {
    .mobile-menu {
        display: none
    }
}

.menu-bar {
    position: relative;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    background: #fcce6a ;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
    width: 25px;
    height: 2px
}

.menu-bar::after,
.menu-bar::before {
    width: 25px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    background: #fcce6a 
}

.menu-bar::before {
    bottom: 6px;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1)
}

.menu-bar::after {
    top: 6px;
    -webkit-transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1)
}

.menu-bar.animate::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1)
}

.menu-bar.animate::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1)
}

.menu-bar.animate {
    background: 0 0
}

.scrolled .header__logo {
    height: 60px
}

@media (min-width:768px) {
    .scrolled .header__logo {
        height: initial
    }
}

.scrolled .header__menu {
    top: 156px;
    /* top: 125px */
}

@media (min-width:768px) {
    .scrolled .header__menu {
        top: auto
    }
}

.columns {
    background-color: #fcce6a;
}

.columns .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .columns .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1200px) {
    .columns .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.column--hours .hours__line a,
.column__title {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif
}

.column__title {
    color: #000;
    font-size: 26px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

#anch a{
    color: #000 !important;
}

.column__title::before,
.step .step__title::before {
    content: "";
    position: absolute;
    background-color: #000;
}

.column__title::before {
    width: 44px;
    height: 3px;
    bottom: -5px;
    left: 0;
    z-index: 1
}

.column__title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: -5px;
    left: 0
}

.column {
    color: #000;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: left;
}

@media (min-width:1200px) {
    .column {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .column--why {
        width: 100%
    }
}

@media (min-width:1200px) {
    .column--why {
        width: 350px
    }
}

@media (min-width:768px) {
    .column--nav {
        width: 45%
    }
}

@media (min-width:1200px) {
    .column--nav {
        width: auto
    }
}

.column--nav ul {
    line-height: 1.1
}

@media (min-width:1200px) {
    .column--nav ul {
        max-width: 300px
    }
}

.column--nav a {
    color: #000;
    margin-bottom: 6px;
    display: inline-block;
    font-weight: 700;
}

.column--hours a {
    color: #000;
    font-weight: 700;
}

.column--why p {
    color: #000;
    margin-bottom: 6px;
    display: inline-block;
    font-weight: 700;
    text-align: justify;
}

.column--hours p{
    color: #000;
    margin-bottom: 6px;
    display: inline-block;
    font-weight: 700;
    text-align: justify;
}


@media (min-width:768px) {
    .column--services {
        width: 35%
    }
}

@media (min-width:1200px) {
    .column--services {
        width: auto;
        max-width: 250px
    }
}

.column--services li {
    position: relative;
    padding-left: 20px;
    line-height: 1.5
}

.column--services li::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(../img/icon_check.svg);
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .column--hours {
        width: 40%
    }
}

@media (min-width:1200px) {
    .column--hours {
        width: 350px
    }
}

.column--hours .hours__line {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding: 3px 0 4px
}

.column--hours .hours__line a {
    color: #fcce6a ;
    font-size: 20px;
    line-height: 1.2
}

.column__btn {
    margin-top: 20px
}

.column--hours .hours__line,
.column__ts,
.copy .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.column__ts {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .05);
    margin-top: 20px;
    padding: 10px;
    border-radius: 2px
}

@media (min-width:768px) {
    .column__ts {
        padding: 15px
    }
}

.column__ts img {
    height: 35px
}

@media (min-width:1024px) {
    .column__ts img {
        height: auto
    }
}

.copy {
    background-color: #000;
    padding: 20px 0;
    text-align: center;
}

.copy .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:480px) {
    .copy .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.copy__links a,
.copy__links span,
.copy__text a,
.copy__text span {
    color: #f5f5f5;
    opacity: .6
}

.phone-button {
    display: none
}

/* @media (min-width:768px) { */
    .phone-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 13px;
        bottom: 0;
        border: 0;
        background-color: #fcce6a ;
        opacity: 1;
        width: 50px;
        height: 50px;
        -webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, .3);
        box-shadow: 0 2px 7px 2px rgba(0, 0, 0, .3);
        -webkit-transition: all .5s;
        transition: all .5s
    }
/* } */

.phone-button img {
    height: 21px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.phone-button:hover {
    background-color: #426cb4
}

.overlay,
.popup {
    display: none;
    position: fixed
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .5)
}

.popup {
    padding: 20px 20px 0;
    width: 90%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    min-height: 321px;
    border: 2px solid #fcce6a 
}

@media (min-width:768px) {
    .popup {
        width: 560px
    }
}

.popup iframe {
    height: 400px !important;
    max-width: 100% !important
}

@media (min-width:357px) {
    .popup iframe {
        height: 321px !important
    }
}

.popup__close {
    background-color: #fff;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.popup__close img {
    height: 20px
}

.popup__close:hover img {
    opacity: .8
}

.logos {
    background-color: #fcce6a ;
    padding: 80px 0
}

.logos .logos__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:1200px) {
    .logos .logos__wrap {
        margin-left: -20px;
        margin-right: -20px
    }
}

.logos img {
    border: 6px solid #426cb4;
    display: block;
    margin: 7px 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    opacity: 1;
    box-sizing: border-box;
    max-width: 288px
}

.logos img:hover {
    border-color: #f5f5f5;
    opacity: .9
}

@media (min-width:480px) {
    .logos img {
        margin: 7px 10px;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .logos img {
        margin: 7px 20px
    }
}

.logos__title {
    color: #fff;
    text-transform: uppercase;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center
}

@media (min-width:1200px) {
    .logos__title {
        text-align: left
    }
}

.logos__links {
    margin-top: 40px;
    text-align: center
}

@media (min-width:1200px) {
    .logos__links {
        text-align: left
    }
}

.logos__links a {
    margin: 0 20px 20px
}

@media (min-width:768px) {
    .logos__links a {
        margin: 0 20px 20px 0
    }
}

.cta {
    padding: 40px 0
}

.cta .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .cta .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.cta__title {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    margin: 20px 0;
    font-size: 24px;
    position: relative
}

@media (min-width:768px) {
    .cta__title {
        font-size: 32px;
        margin: 0 90px 0 30px
    }
}

@media (min-width:1200px) {
    .cta__title {
        margin: 0 90px 0 30px
    }
}

.contacts__link {
    color: #fcce6a ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 28px
}

@media (min-width:480px) {
    .contacts__link {
        font-size: 40px
    }
}

@media (min-width:768px) {
    .contacts__link {
        font-size: 60px
    }
}

.contacts__link img {
    margin-right: 20px;
    width: 40px
}

@media (min-width:480px) {
    .contacts__link img {
        width: 50px
    }
}

.contacts__item .item__title,
.contacts__title {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif
}

.contacts__title {
    font-size: 36px;
    margin-bottom: 28px
}

@media (min-width:480px) {
    .contacts__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:768px) {
    .contacts__wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1200px) {
    .item__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /* width: 695px */
    }
}

.contacts__item {
    text-align: center;
    margin: 30px 0
}

@media (min-width:480px) {
    .contacts__item {
        margin: 0
    }
}

.contacts__item .item__title {
    font-size: 18px;
    margin: 12px 0
}

@media (min-width:768px) {
    .contacts__item .item__title {
        font-size: 32px
    }
}

.steps {
    padding: 40px 0
}

.steps__slogan {
    text-transform: uppercase;
    text-align: center;
    color: #fcce6a 
}

.step::before,
.steps__title {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif
}

.steps__title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 36px;
    text-transform: uppercase
}

.steps__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .steps__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.step {
    position: relative;
    padding-left: 85px;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .step {
        padding-left: 50px
    }
}

@media (min-width:1024px) {
    .step {
        padding-left: 85px
    }
}

.step::before {
    position: absolute;
    top: -35px;
    left: 0;
    font-size: 100px;
    opacity: .05
}

.step--01::before {
    content: "01"
}

.step--02::before {
    content: "02"
}

.step--03::before {
    content: "03"
}

.step .step__title {
    margin-bottom: 20px;
    position: relative
}

.step .step__title::before {
    left: -95px;
    top: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center
}

@media (min-width:768px) {
    .step .step__title::before {
        left: -50px
    }
}

@media (min-width:1024px) {
    .step .step__title::before {
        left: -95px
    }
}

.step .step__title::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #fcce6a ;
    left: -65px;
    top: 14px
}

@media (min-width:768px) {
    .step .step__title::after {
        width: 15px;
        left: -20px
    }
}

@media (min-width:1024px) {
    .step .step__title::after {
        width: 60px;
        left: -65px
    }
}

.step--01 .step__title::before {
    content: "01"
}

.step--02 .step__title::before {
    content: "02"
}

.step--03 .step__title::before {
    content: "03"
}

.step__descr {
    max-width: 250px
}

.p-overlay,
.p-popup {
    display: none;
    position: fixed
}

.p-overlay {
    background-color: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100000
}

.p-popup {
    width: 290px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100001
}

.p-overlay.active,
.p-popup.active {
    display: block
}

.p-popup img {
    max-width: 100%
}

.p-close {
    position: absolute;
    top: 1px;
    right: 2px;
    background-color: #fff;
    color: red;
    border: 2px solid #fff;
    line-height: 12px;
    padding: 0;
    cursor: pointer
}

#chat-widget-container {
    z-index: 99999 !important
}

@media (min-width:480px) {
    .p-popup {
        width: auto;
    }
  
}

.breadcrumbs {
    background-color: #fcce6a ;
    color: #fff;
    padding: 20px 0
}

.breadcrumbs .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumbs a {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: 14px
}

.breadcrumbs a:hover {
    color: #426cb4
}

.breadcrumbs p {
    margin-left: 14px
}

/* New Added CSS  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.cta-section {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 1200px;
    margin: 20px auto;
}

.cta-box {
    flex: 1;
    background-color: #f7931e;
    color: white;
    padding: 20px;
    margin-right: 20px;
    border-radius: 8px;
}

.cta-box h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.cta-box p {
    margin-bottom: 20px;
}

.cta-button {
    background-color: rgb(10, 17, 114);;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: rgb(10, 17, 114);;
}

.info-box {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item {
    background-color: #eaf4fd;
    padding: 20px;
    border-radius: 8px;
    display: ruby;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.icon {
    font-size: 40px;
}

@media (max-width: 768px) {
    .cta-section {
        flex-direction: column;
    }
    .cta-box {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .grid {
        display: block;
    }
}

  
/* --------------------------------------------------- */

.cta-sec {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2%;
}


.left-section {
    width: 35%;
}
.right-section{
    width: 60%
}
.left-section h1 {
    font-size: 2em;
    color: #333;
}

.left-section p {
    margin-top: 15px;
    color: #555;
}

.highlight-box {
    background-color: #008cf0 ;
    padding: 20px;
    margin-top: 20px;
}

.highlight-box p {
    color: #fff;
    font-size: 1.1em;
}

.cta-button {
    display: inline-block;
    background-color:  #fcce6a;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 10px;
    font-weight: bold;
}

.cta-button:hover {
    background-color: #008cf0;
}

.right-section {
    background-color:  #fcce6a;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon-box {
    background-color: #008cf0 ;
    padding: 10px;
    /* font-size: 1.5em; */
    color: #fff;
    text-align: center;
    /* width: 50px; */
    height: 70px;
    margin-left:-42px;
}
.icon-box img{
    max-width: fit-content !important;

}
.right-section h2 {
    font-size: 1.4em;
    font-weight: 500;
}

.right-section p {
    color: #ddd;
}

 /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .cta-sec {
        display: block;
    }
    .left-section, .right-section{
        width:100%;
        padding: 5% !important;
    }
    .about__title  {
        margin-bottom: 0px  !important;
    }
    .grid {
        display: block !important;
    }
    .section{
        display: block !important;

    }
    .left-section-home,  .left-section-hvac, .left-section-commercial, .left-section-painting {
        width:100% !important;
    }
    .right-section-home,  .right-section-hvac, .right-section-commercial, .right-section-painting {
        width:100% !important;
    }
    .right-section-home h2{
        padding: 20px;
    }
    .contacts__title{
        display: none;
    }
    .column__ts img {
        height: 57px;
    }
}

@media (min-width: 768px)  {
    .cta-sec {
        display: flex;
    }
   
}


.column__list li{
    margin-bottom: 6px;
}
.btn--prim a{
    color:#fff;
}

.plumber__wrap ul li:before {
    content: '✔';
    padding-right:2%;

  }
  .plumber__wrap ul li {
    padding: 10px 0;
}

 .grid {
    display: flex;
    justify-content: space-between;
}


.plumber_services__border p{
    text-align: justify;
    padding: 3%;
}

@media (min-width: 768px) {
    .plumber_services__item {
        width: 32%;
        margin-bottom: 0;
    }
}

.plumber_services__item {
    text-align: center;
    margin-bottom: 40px;
}

.with-line {
    position: relative;
    margin: 30px 0 60px;
}

.with-line::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #fcce6a;
}
.with-line::after {
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.header_title{
    text-transform: uppercase;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
}

.plumber_service {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(385px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.plumber_service_box {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 2px 5px 25px 0 rgba(0, 0, 0, .55); */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.plumber_service_box h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color:#008cf0;
}

.plumber_service_box p {
    font-size: 1em;
    color: #333;
}

.why_section .box {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.hvac_services {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hvac_service-item {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
    width: calc(33.333% - 20px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hvac_service-item h2 {
    color: #0073e6;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.hvac_service-item p {
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .hvac_service-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .hvac_service-item {
        width: 100%;
    }
}

.section {
   
    display: flex;
    /* padding: 10px; */
    text-align: center;
    flex:1;
    justify-content: space-between;
}

.left-section-hvac {
    /* background-color: #f0f0f0; */
    text-align: justify;
    width:55%;
    padding:2%;
}

.left-section-hvac li{
    padding:10px;       
}

.right-section-hvac {
    /* background-color: #f0f0f0; */
    width:40%;
}
/* home form section */
.left-section-home {
    /* background-color: #f0f0f0; */
    text-align: justify;
    width:50%;
    padding:2%;
}

.right-section-home {
    width:43%;
    padding:2%;
    /* align-content: center; */
}

.h-phone{
    display:none;
}

#d-phone{
    display:block;
}

.maintenance-sec-1{
    text-align: justify;
    padding-left: 10%;
    padding-right: 10%;
}
@media only screen and (max-width: 480px) {
    #image, 
    #content {
        width: 100%;
    }
    #content {
        margin-bottom: 20px;
    }
    .flex-property {
        display: flex;
        flex-direction: column-reverse;
    }
    #about_image{
        margin-bottom: 60px;
    }
    /* .features .container {
        padding-top: 10px !important;
    } */
    .h-phone{
        display:block;
        padding-right:10px;
    }
    .h-phone a{
        color:#fcce6a;
    }

    #d-phone{
        display:none;
    }
    .plumber_service {
        grid-template-columns:none !important;
    }
    .maintenance-sec-1 {
        padding-left: 0%;
        padding-right: 0%;
    }
}

.left-section-commercial {
    text-align: justify;
    width: 50%;
    padding: 2%;
}

.right-section-commercial{
    width: 50%;
    padding: 4%;

}
.commercial_title{
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}

ul.disc li {
    list-style-type: disc;
}
ul .subClass{
    padding-left: 38px;
}

.left-section-painting {
    width: 50%;
    padding: 4%;
}

.right-section-painting{
    text-align: justify;
    width: 50%;
    padding: 2%;
}
.alignText{
    text-align: justify;
}
.column__list li img {
    margin-right: 6px;
    width: 12px;
    padding-bottom: 2px;
}

/* testonomial css */
.reviews-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.review-card {
  position: relative;
  min-width: 300px;
  max-width: 374px;
  margin-left:16px;
  flex-shrink: 0;
  background: #fcce6a;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Ribbon with star icon */
.review-card::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -19px;
  width: 65px;
  height: 18px;
  /* top: 12px;
  left: -40px;
  width: 100px;
  height: 24px; */
  background-color: #e63946; /* Ribbon color */
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 8px center;
  transform: rotate(-45deg);
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
}


.read-toggle {
  color: #aad4ff;
  cursor: pointer;
  display: inline;
  font-size: 0.9rem;
  margin-left: 4px;
}

.reviews-container {
    overflow: hidden;
    position: relative;
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.stars {
    color: gold;
    margin-left: 10px;
}

.review-btn {
    background: linear-gradient(135deg, #005a9e, #008cf0, #00ffe0);
    color: #fff !important;
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.review-btn a{
    color: #fff !important;
}  

.review-stars {
    color: gold;
    margin-bottom: 0.5rem;
}

.review-text {
    font-size: 0.95rem;
    margin-bottom: 1rem;
    color:#000;
}

.read-toggle {
    color: #aad4ff;
    cursor: pointer;
    display: inline-block;
    margin-top: 4px;
    font-size: 0.9rem;
}

.posted {
    font-size: 0.85rem;
    color: #ccc;
    margin-top: auto;
}

.review-footer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #19346c;
    font-weight: bold;
}

.reviewer-info {
    font-size: 0.85rem;
    color:#fff;

}

.controls {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    gap: 10px;
}

.control-btn {
    background-color: white;
    border: none;
    color: #19346c;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
}

@media (max-width: 768px) {
  .reviews-header {
    display: block;
    text-align: center; /* Optional: for better mobile alignment */
  }

  .reviews-header h2,
  .reviews-header .review-btn {
    display: block;
    width: 100%;
    margin: 10px 0;
  }

  .reviews-header .review-btn a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
  }
}

.subject{
    font-size:10px; 
}

#sub_banner_text {
    font-size: 23px;
    background-color: rgba(242, 132, 0, .8) !important;
}

.choose-us {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

.choose-us h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.choose-us .subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
}

.choose-us-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.choose-us-box {
  background: #fff;
  /* background:#f9f9f9; */
  padding: 1.5rem;
  border-radius: 8px;
  text-align: left;
}

.bg{
    background: #f5f5f5;
}

.choose-us-box h3 {
  color: #222;
  margin-bottom: 1rem;
}

.choose-us-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.choose-us-item .icon {
  font-size: 1.5rem;
  color: #e6532c; /* Example orange/red tone */
  margin-right: 0.75rem;
  line-height: 1.5;
}

.choose-us-item h4 {
  margin: 0;
  font-size: 1.18rem;
  color: #333;
}

.choose-us-item p {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .choose-us-container {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------- */
/* Section Scroll Behavior */
.scroll-snap-section {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px 0;
}

/* Card Container */
.snap-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* Individual Card */
.snap-card {
  flex: 1 1 calc(33.333% - 20px); /* 3 per row with gap */
  height: 350px;
  background-size: cover;
  background-position: center;
  scroll-snap-align: start;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.snap-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Overlay */
.snap-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  border-radius: 12px;
  transition: background 0.3s ease;
}

.snap-card:hover::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

/* Content Layer */
.snap-card .content {
  position: relative;
  z-index: 2;
}

.snap-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
}

.snap-card p {
  font-size: 14px;
  line-height: 1.5;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .snap-card {
    flex: 1 1 calc(50% - 20px); /* 2 per row on tablets */
  }
}

@media (max-width: 600px) {
  .snap-card {
    flex: 1 1 100%; /* Full width on mobile */
    height: 300px;
  }
  .review-card {
     max-width: 290px;
    min-width: 280px;
  }
}

.btn{
    text-transform: capitalize;
}
/* ------------------------ */

/* * Basic styles for the banner section */
.heading {
    font-size: 26px;
    line-height: 1;
    text-shadow: 0 0 10px #000;
    text-transform: uppercase;
    margin: .67em 0;
    text-align:center
}

@media (min-width:480px) {
    .heading {
        font-size: 30px
    }
}

@media (min-width:768px) {
    .heading {
        font-size: 36px;
        line-height: 52px;
        margin: .67em 0 1em
    }
}

@media (min-width:1200px) {
    .heading br {
        display: initial
    }
}

.banner-bind{
    display: flex; /* Aligns children in a row */
    justify-content: space-between; /* Creates space between the left and right sections */
     /* align-items: center;Aligns items vertically at the center */
}
 .banner-left {
    width: 40%;
    padding-right: 20px;
}

.banner-right {
    width: 40%;
    padding-left: 20px; /* Space between form and text */
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);

}

.form-container {
    max-width: 500px;
    color: #fff;
}

.form-header {
    text-align: center;
}

.logo {
    max-width: 100px;
    margin-bottom: 10px;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.consultation-form .form-group {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 10px;
    margin-bottom: 15px;
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
    flex: 1 1 48%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}

textarea {
    flex: 1 1 100%;
    resize: none;
    height: 80px;
}

.consultation-form select {
    flex: 1 1 100%;
}

.terms {
    display: block;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    margin-bottom: 15px;
}

.terms label a {
    color: #FFC369;
    text-decoration: none;
}

.terms label a:hover {
    text-decoration: underline;
}

.submit-btn {
    width: 100%;
    background: linear-gradient(90deg, #dfa72e 0, #fcce6a 58%, rgba(251, 214, 134, .9136904761904762) 100%);
    color: #000;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 700;
}

.submit-btn:hover {
    background-color: #FFC369;
}

.bullet li{
    list-style-type: disc;
}
.bullet{
    padding-left:10px;
}
.roofing-steps{
 padding-left: 20px;
}
.roofing-steps li {
    list-style-type: disc;
    margin: 0;
}
.roofing-steps li::marker {
    color: #FFC369;
    font-size: 1.2em;
}
@media (max-width: 768px) {
    .banner-content {
        flex-direction: column;
        align-items: center;
    }
    .banner-left {
        width: 100%;
    }
    .banner-right {
        display: none;
    }
} 

