@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*** GENERIC CSS ***/
html,body {
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

label,input,button {
    font-family: "Montserrat", sans-serif;
}

body {
    font-size: 16px;
    color: #000;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

h1 {
    font-size:54px;
    line-height: 1.5;
}

h2 {
    font-size: 48px;
    line-height: 1.4;
}

h3 {
    font-size:35px;
    line-height: 1.5;
}

h4 {
    font-size:27px;
    line-height: 1.5;
}

h5 {
    font-size:24px;
    line-height: 1.5;
}

p {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.61;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

p b, p strong {
    font-weight: bold;
}

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

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

.section-title {
    margin-bottom: 30px;
}

.section-title h6 {
    color: #e8a54b;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.section-title h2 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
}

.section-title.white h6,
.section-title.white h2 {
    color: #fff;
}

.btn-default {
    position: relative;
    display: inline-block;
    border: 0px;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 25px;
    color:#000;
    background: #fff;
    border: 2px solid #fff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
    text-align: center;
}

.btn-default:hover {
    color:#fff;
    background: none;
    border-color: #fff;
}

.btn-default i {
    font-size: 16px;
}

.btn-default.white-border {
    color:#fff;
    background: none;
    border-color: #fff;
}

.btn-default.white-border:hover {
    color:#000;
    background: #fff;
    border-color: #fff;
}

.btn-default.white {
    color:#000;
    background: #fff;
    border-color: #fff;
}

.btn-default.white:hover {
    color:#fff;
    background: none;
    border-color: #fff;
}

/*** HEADER ***/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow: visible;
    padding: 10px 0px;
}

.header p {
    color: #fff;
}

.header p span {
    font-weight: bold;
    color: #ff7301;
    font-size: 13px;
}

/*** BANNER ***/
.banner {
    background: url(../img/bg-banner-3.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 130px 0px 100px 0px;
    position: relative;
    overflow: hidden;
    min-height: 99vh;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.banner .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.banner .row {
    position: relative;
    z-index: 1;
}

.banner h2, .banner h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

.banner p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.banner .slider {
    display: inline-block;
    width: 100%;
    padding: 40px 0px;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.banner .slider .text {
    display: flex;
    padding: 0px 60px;
}

.banner .slider p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.banner .slider .right {
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 25%;
    margin-left: auto;
    margin-bottom: 0px;
}

.banner .slider .right h6 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.banner .owl-theme .owl-nav {
    margin-top: 0px;
}

.banner .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    background: none !important;
}

.banner .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}


@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}

}

.step-btns {
    display: inline-block;
    background: #ff3300;
    background-color: #ff3300;
    color: #fff;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.step-btns input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
}

.step-btns>div {
    position: relative;
    z-index: 2;
}

.step-btns input:checked {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.step-btns:hover,
.step-btns.active {
    background-color: #000;
    border-color: #000;
    color: #fff;
    /* border-color: #575858; */
}

.step-btns span {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.banner .btnbar {
    padding: 20px 40px;
}

.banner .form-control.select-input {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #231f20;
    border-radius: 4px;
    padding: 10px 20px;
    background: #fff url(../img/select-arrow.png) no-repeat scroll right 20px center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    margin-bottom: 15px;
}

.banner .form-control {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #231f20;
    border-radius: 4px;
    padding: 8px 20px;
    background: #fff;
    appearance: none;
    margin-bottom: 15px;
}

.banner .steps p.lock-p {
    font-weight: 500;
}

.banner h3 {
    color: #fff;
    color: #ff6600;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

.banner h3 img {
    max-height: 40px;
    margin: 0px 5px;
}

.banner h5 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.banner h5 img {
    position: absolute;
    top: 100%;
    left: 40px;
}

.banner h5 img {
    position: absolute;
    top: 100%;
    left: 40px;
}

.banner p.last-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 0px;
}

.banner p.last-text a {
    color: #fff;
}

.banner p.last-text img {
    margin-right: 5px;
    max-height: 40px;
}

.btn-default.nextBtn {
    color: #fff;
    background-color: #ff3300;
    border-color: #ff3300;
}

.btn-default.nextBtn:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-default.submitBtn {
    color: #fff;
    background-color: #ff3300;
    border-color: #ff3300;
    font-size: 16px;
    line-height: 45px;
    padding: 0px 35px;
}

.btn-default.submitBtn:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}




.btn-default.disabled {
    pointer-events: none;
    opacity: .5;
}

.section-title p {
    color: #6c757d;
    font-size: 16px;
}

/*** HOW IT WORKS ***/
.how-it-works {
    padding: 70px 0px;
}

.how-it-works .section-title {
    margin-bottom: 50px;
}

.works-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    background: #f8f9fa;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.works-box .img {
    float: left;
    display: inline-block;
    width: 100%;
}

.works-box .img img {
    float: left;
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / .55;
    object-fit: cover;
}

.works-box .text {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 25px 25px;
    display: flex;
    align-items: start;
}

.works-box .text .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #e8a54b;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(232, 165, 75, 0.35);
    margin-right: 15px;
}

.works-box .text h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a252f;
    margin-bottom: 5px;
}

.works-box .text p {
    color: #6c757d;
}



/*** WHY USE SERVICES ***/
.why-use-services {
    padding: 70px 0px;
    background: #f8f9fa;
}

.why-use-services .section-title {
    margin-bottom: 50px;
}

.services-box {
    float: left;
    width: 100%;
    display: inline-block;
    background: #fff;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    padding: 25px 25px;
    display: flex;
    align-items: start;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
    border-radius: 12px;
}

.services-box .icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(232, 165, 75, 0.15) 0%, rgba(232, 165, 75, 0.05) 100%);
    border: 1px solid rgba(232, 165, 75, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
}

.services-box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a252f;
    margin-bottom: 5px;
}

.services-box p {
    font-size: 13px;
    color: #6c757d;
}


/*** TESTIMONIALS ***/
.testimonials {
    padding: 70px 0px;
}

.testimonials .section-title {
    margin-bottom: 40px;
}

.testi-box {
    display: inline-block;
    width: 100%;
    background: #f8f9fa;
    padding: 20px 20px;
    border-radius: 14px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.testi-box .stars {
    display: inline-block;
    width: 100%;
    color: #e8a54b;
    font-size: 12px;
    margin-bottom: 10px;
}

.testi-box .stars i {
    color: #e8a54b;
    margin-right: 2px;
}

.testi-box p {
    font-size: 14px;
    color: #495057;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 12px;
    min-height: 150px;
}

.testi-box .author {
    display: flex;
    align-items: center;
}

.testi-box .author .img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e9ecef;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 15px;
}

.testi-box .author .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-box .author h3 {
    color: #1a252f;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    line-height: 1;
}

.testi-box .author h3 span {
    color: #6c757d;
    font-weight: 400;
    font-size: 11px;
}

/*** FOOTER ***/
.footer {
    background: #000;
    padding: 25px 0px;
}

.footer p {
    color: #fff;
    font-size: 14px;
    margin: 0px;
}

.agentInfo p {
    text-align: center;
}

footer p a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}
.agentInfo p a {
    color: #fff;
}
.agentInfo p a:hover, footer p a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}

.business-input	{
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    border: none;
    pointer-events: none;
    position: absolute;
    color: transparent;
    background: transparent;
}

.step-btns {
    background: #d82424;
    background-color: #d82424;
}

.btn-default.nextBtn {
    background-color: #d82424;
    border-color: #d82424;
}

.agent-avatar {
    margin-bottom: 20px;
}

.agentInfo .agent-name {
    font-size: 24px;
    margin-bottom: 5px;
}
.agentInfo .agent-title {
    font-size: 20px;
    margin-bottom: 0;
}
.agentInfo .agent-agency {
    font-size: 18px;
    margin-bottom: 10px;
}
.agentInfo .agent-email {
    font-size: 16px;
    margin-bottom: 0;
}
.agentInfo .agent-phone {
    font-size: 16px;
}

#landing-city {
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}