/*------------------------------------------------------------------
Project:
Author: The_Krishna
Last change: 
Primary use:
------------------------------------------------------------------ */
/*-----------------------[Table of contents]------------------------
1.Default CSS
------------------------------------------------------------------ */
/*-----------------------[ 1.Default CSS ]------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    scroll-behavior: smooth;
    font-family: "Outfit", sans-serif;
}
html {
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
a {
    text-decoration: none;
}
ol,
ul {
    padding-left: 0rem !important;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

ul li {
    list-style: none;
}

button {
    border: none;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-corner {
    display: none;
}

::-webkit-scrollbar-thumb {
    background: #FE8500;
    background-clip: content-box;
}

::-webkit-scrollbar-track {
    background-color: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.50) 100%);
}

/*-----------------------[ 2.header CSS ]------------------------*/
header {
    background: #091217;
    padding: 10px 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-img {
    width: 100%;
}
.roofing {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.feel {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 8px;
}
.feel-sub a {
    color: var(--4, #FE8500);
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
.phone-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FE8500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-contact-main {
    display: flex;
    align-items: center;
    gap: 10px;
}
/*-----------------------[ 3.Section One CSS ]------------------------*/
.section-one {
    background-image: url('../images/home-img/main-bg2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
    width: 100%;
    height: calc(100vh - 60px);
    display: block;
    overflow: hidden;
    position: fixed;
    left: 0px;
    right: 0px;
}
.center-box {
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    backdrop-filter: blur(7.5px);
    width: 100%;
    max-width: 912px;
    margin: 0 auto;
    overflow: hidden;
}
.the-process {
    color: var(--1, #FFF);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px 12px;
    border-bottom: 2px solid #ffffff1a;
}
.with-the-process {
    color: var(--1, #FFF);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 25px 12px;
}
.step-box {
    background: #FFF;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    height: 240px;
    width: 240px;
    margin: 0 auto;
    transition: background-color 0.3s ease;
}
.testimonial_slider {
    padding: 0 66px 0 66px;
}
.step-text {
    color: var(--2, #000);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    padding: 22px 0 30px 0;
}
.services-work {
    color: var(--1, #FFF);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    padding-top: 20px;
}
.step-box img {
    max-width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}
.button-main1 {
    padding-bottom: 20px !important;
}
.button-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}
.button-quote {
    background: #FE8500;
    padding: 14px 30px;
    border-radius: 15px;
    margin-top: 40px;
    border: 2px solid transparent;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}
.button-quote:hover {
    background: transparent;
    border-radius: 15px;
    border: 2px solid var(--1, #FFF);
    color: #FFF;
}

/*-----------------------[ 4.Pricing Service CSS ]------------------------*/
.step-box-main {
    position: relative;
    transition: background-color 0.3s ease;
}
.step-box-main-select {
    cursor: pointer;
}
.step-box-main-select.selected {
    background-color: #FE8500;
}
.step-box-main-select.selected .step-text {
    color: #FFF;
}
.step-box-main-select.selected img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(99deg) brightness(104%) contrast(102%);
}
.check-icon {
    position: absolute;
    top: -15px;
    right: 20px;
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    background-image: url('../images/svg/check.svg');
    background-size: contain;
}
.step-box-main-select.selected .check-icon {
    display: block;
}
.testimonial_slider2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 12px 0 12px;
}
.zip-code-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, height 0.5s ease;
}
.zip-code-main input {
    width: 100%;
    max-width: 349px;
    height: 60px;
    border-radius: 15px 0 0 15px;
    outline: none;
    border: none;
    padding: 32px 20px;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 32px;
}
.zip-code-btn .button-quote {
    border-radius: 0 15px 15px 0;
}
.zip-code-main.visible {
    opacity: 1;
    height: auto;
}
/*-----------------------[ 5.Form Details CSS ]------------------------*/
.form-main {
    padding: 0 40px;
}
.form-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}
.form-flex-sub {
    width: 100%;
    max-width: 400px;
}
.form-flex-sub p {
    color: var(--1, #FFF);
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}
.form-flex-sub input {
    width: 100%;
    height: 60px;
    padding: 14px 20px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    outline: none;
    border-radius: 15px;
    border: none;
}
::placeholder {
    color: var(--5, #9C9C9C);
}
#continueButton {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
#continueButton.visible {
    opacity: 1;
    visibility: visible;
}
.back-button {
    display: inline-block;
    margin: 0 0 40px 40px;
}
.back-button .button-quote {
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 15px;
    color: #FFF;
}
.back-button .button-quote:hover {
    background: #FE8500;
    border: 2px solid transparent;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    max-width: 400px;
    width: 100%;
}
/*-----------------------[ 6.Multi Page Form CSS ]------------------------*/
.per {
    width: 100%;
    max-width: 400px;
    padding: 40px;
    border-radius: 30px;
    background: var(--1, #FFF);
    margin: 0 auto;
}
.per h2 {
    color: var(--4, #FE8500);
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.per p {
    color: var(--2, #000);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding-top: 15px;
}
.the-process2 {
    padding: 40px 0;
}
.testimonial_slider-per-pg {
    justify-content: center;
}
.buttons-main {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    padding: 20px 30px 30px;
    width: 100%;
}
#buttons-main {
    position: absolute;
    bottom: 0;
}
.full-box-main {
    display: flex;
    gap: 30px;
    height: calc(100% - 40px);
}
.center-box-full {
    max-width: 100%;
    width: 100%;
}
.sub-center-box {
    overflow-x: scroll;
    height: 100%;
}
.white-box-data-main {
    background: #FFF;
    max-width: 600px;
    width: 100%;
    border-radius: 30px;
    position: relative;
}
.button {
    padding: 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 2px solid transparent;
    border-radius: 15px;
    background: #FE8500;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.button:hover {
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF;
}
.button .arrow-right path {
    stroke: #FFF;
}
.action-button-previous {
    background: transparent;
    border: 2px solid #FFF;
   color: #FFF;
}
.action-button-previous:hover {
    background: #FE8500;
    border: 2px solid transparent;
}
.button:hover .back-arrow path {
    stroke: #fff;
}
.progress-container {
    width: auto;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    margin: 30px;
}
.progress-bar {
    width: 25%;
    height: 20px;
    border-radius: 5px;
    background: var(--4, #FE8500);
    color: var(--1, #FFF);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
    transition: all 0.6s ease-in-out;
}
fieldset {
    padding-bottom: 40px;
}
#msform fieldset:not(:first-of-type) {
   display: none;
}
.form-detils-date {
    color: var(--2, #000);
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.edit-btn {
    background: #000;
    padding: 10px 20px;
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.customer-name,
.customer-name a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 15px;
}
.btn-customer-details-main {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.previous-position-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.next-position-btn {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.social-media-main {
    display: flex;
    align-items: center;
    gap: 10px;
}
.icon-span {
    z-index: 5;
}
/* Wrapper */
.icon-button {
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid rgba(0, 0, 0, 0.1);
}
.icon-button span {
    border-radius: 0;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.icon-button:hover span {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 2.6rem;
    margin: -1.3rem;
}
.footer-design-by,
.footer-design-by a {
    color: var(--2, #000);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 20px;
}
.footer-design-by a:hover {
    color: #FE8500;
}
.footer {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    background: #FFF;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    border-radius: 0 0 30px 30px;
}
.action-button1 {
    visibility: hidden;
}
.menu-toggle-button {
    display: none;
}
.button-back-position {
    position: fixed;
    left: 40px;
    bottom: 40px;
}
.button-Next-position {
    position: fixed;
    right: 40px;
    bottom: 40px;
}
.testimonial_slider3 {
    justify-content: center;
    flex-wrap: wrap;
}
.remember input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #FE8500;
    border-radius: 3px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.50) 100%);
    backdrop-filter: blur(7.5px);
}
.remember input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #FE8500;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}
.remember input[type=checkbox] {
    position: relative;
    cursor: pointer;
}
.remember {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}
.remember p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.estimate-box {
    padding: 30px;
}
.estimate-total-text {
    color: var(--2, #000);
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
}
.estimate-amount {
    color: var(--4, #FE8500);
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    padding: 15px 0;
}
.cost-estimate {
    color: var(--2, #000);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.estimate-box {
    visibility: hidden;
}
.testimonial_slider4 {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 95px;
}
.step-box-main-select.selected .material-roof-img {
    filter: none;
}
.gold-coin-price {
    color: var(--2, #000);
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: overlay;
}
.estimate-amount-coin {
    color: var(--4, #FE8500);
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    padding: 15px 0;
}
.involved {
    color: var(--1, #FFF);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 12px 40px 12px;
}
.calendar-main {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.calendar-main input {
    width: 100%;
    max-width: 400px;
    padding: 14px 20px;
    border-radius: 15px;
    background: var(--1, #FFF);
    border: none;
    font-size: 24px;
    color: #000;
}
.calender {
    position: absolute;
    right: 20px;
    top: 14px;
}
.select-date-time {
    color: var(--1, #FFF);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 30px 0;
}
.time {
    color: var(--3, #001489);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 30px;
    border: 2px solid #001489;
    border-radius: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}
.time:hover {
    background: #FE8500;
    color: #FFF;
    border: 2px solid transparent;
}
.time.selected {
    background-color: #FE8500;
    color: #FFF;
    border: 2px solid transparent;
}
.free-consul {
    display: none;
    cursor: pointer;
    padding-bottom: 150px;
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
}
.timing-box {
    width: 284px;
    height: 227px;
}
#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
.ui-datepicker-calendar th {
    padding: 0 10px 0 6px;
}
.ui-state-default {
    padding: 8px 0 0 8px;
    color: #001489;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.ui-state-default:hover {
    color: #FE8500;
}
a.ui-datepicker-next.ui-corner-all {
    position: absolute;
    right: 17px;
}
.ui-corner-all span {
    color: #000;
}
.inspection-text {
    color: var(--2, #000);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}
.date-show {
    color: var(--4, #FE8500);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.inspection-box {
    padding: 30px 30px 80px 30px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.white-box-sub {
    max-height: 600px;
    overflow: scroll;
}
.inspection-box-sub {
    display: flex;
    gap: 5px;
}
.date::after {
    content: '|';
    padding-left: 5px;
}
#Location-box {
    padding: 0 12px;
}
.btn-customer-details-main-sec {
    background: #FFF;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    border-radius: 15px;
}
.services-location {
    color: var(--1, #FFF);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 0;
}
.second-form {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}
.form-flex-sub-main {
    padding-bottom: 150px;
}
.dropdown-container {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}
#selected-item-1,
#selected-item-2 {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    cursor: pointer;
}
#dropdown-btn-1,
#dropdown-btn-2 {
    position: absolute;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
}
.dropdown-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
}
.dropdown-list li {
    padding: 10px;
    cursor: pointer;
}
.dropdown-list li:hover {
    background-color: #f0f0f0;
}
.hidden {
    display: none;
}
.show {
    display: block;
    z-index: 3;
}
.will {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 24px;
}
.been {
    padding: 25px 12px 40px 12px;
    max-width: 840px;
    margin: 0 auto;
    color: #FE8500;
}
#conformaton {
    padding: 0 12px;
}
.conformation-box {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 30px;
    background: #FFF;
    border-radius: 15px;
}
.youar-scheduled-text {
    color: var(--2, #000);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.day-date-time {
    color: var(--4, #FE8500);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px 0 30px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.est-total {
    color: var(--2, #000);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.est-total span {
    color: #FE8500;
}
.est-total1 {
    padding-top: 30px;
    padding-bottom: 20px;
}
.cost-may {
    color: var(--5, #9C9C9C);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-top: 30px;
}
.thank-you-text {
    color: #FE8500;
}
.thank-img-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px 60px 12px;
}
.thank-img-main img {
    max-width: 100%;
}
#check-input-next1 {
    display: none;
}
.step-box15 {
    cursor: pointer;
}
.button.previous-position-btn.payBy-btn {
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF;
}
.button.previous-position-btn.payBy-btn:hover {
    background: #FE8500;
    border: 2px solid transparent;
}
#address-next {
    display: none;
}
#address-next.visible {
    display: block;
}