* {
    font-family: "Poppins", sans-serif;
}

.topbar,
.contact-details-mobile {
    background-color: #21344d;
}

body,
html {
    overflow-x: hidden;
}
.custom-select option {
    color: black;
}
.error {
	font-size: 0.8em;
	color: red;
}
button.btn.stairbtn.selected {
    background: #d9d9d9;
    outline: unset;
    border: unset;
}
.bg-white-50 {
    background-color: rgba(255, 255, 255, 0.8);
}

.logo {
    height: 40px;
}

.h-auto {
    height: 30px !important;
    width: auto !important;
    margin-top: auto;
    margin-bottom: 5px;
}

.fs-14 {
    font-size: 14px;
}

.hero {
    background-image: url("../img/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.text-blue {
    color: #21344d;
}

.fs-25 {
    font-size: .78125em;
}

.fs-35 {
    font-size: 1.09375em;
}

.fs-42 {
    font-size: 1.3125em;
}

.fs-43 {
    font-size: 1.34375em;
}

.fs-41 {
    font-size: 1.28125em;
}

.fs-37 {
    font-size: 1.15625em;
}

.fs-50 {
    font-size: 50px;
}

.text-sky {
    color: #49b1c7;
}

.fs-17 {
    font-size: 17px;
}

.fs-15 {
    font-size: 15px;
}

.number {
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 20px;
}

.bg-sky {
    background-color: #49b1c7;
}

.btn-blue {
    background-color: #21344d !important;
    color: white;
    border-radius: 5px;
    padding: 15px 140px 15px 20px;
    font-size: 16px;
}

span.dropdown-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.testimonial {
    background-color: #f9f5ea;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-30 {
    font-size: 30px;
}

.check {
	font-size:32px;
}

.testimonial-card {
    background-color: #3896aa;
    border-bottom-right-radius: 10px;
    position: relative !important;
    z-index: 20;
}

img.img-fluid.white-arrow {
    position: relative;
    top: -15px;
    margin-left: -40px;
}

.testimonial-bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -5px;
    right: -5px;
    background-color: #3a7d8b;
    border-bottom-right-radius: 10px;
    z-index: 10;
}

.guaranteed {
    background: linear-gradient(90deg, #27aae1, #045ea0);
    /* background: url("../img/guaranteed-bg.png"); */
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    padding: 100px 0;
}

.fs-18 {
    font-size: 18px;
}

.text-sky-2 {
    color: #68fff6;
}

.bg-olive {
    background-color: #7ab0bb;
}

img.img-fluid.ar-dr {
    position: absolute;
    left: 65%;
    top: 10px;
}

.text-blue-muted {
    color: #545f67;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: linear-gradient(to right, #2b4162, #2b5d8a);
    color: white;
    padding: 12px 40px 12px 16px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #1e2d44;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    outline: none;
    width: 240px;
}

.select-wrapper::before {
    height: 75%;
    width: 1px;
    background: black;
    content: '';
    position: absolute;
    right: 20%;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

.select-wrapper {
    position: relative;
    display: inline-block;
}

.select-wrapper::after {
    content: '▼';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    pointer-events: none;
}

.footer.sticky-bottom {
    background-color: #21344d;
    color: white;
}

.section {
    min-height: calc(100vh - 131.5px);
    background-image: url("../img/blurred-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* #section-2,
#section-3,
#section-4,
#section-5{
    display: none !important;
} */

.fs-21 {
    font-size: 21px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
}

.address-input-group {
    border: 5px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    outline: 1px solid #000;
}

.address-input-group input.form-control {
    border: unset;
    border-left: 1px solid #ccc;
}

.google-icon {
    width: auto;
    height: 35px;
    /* padding: 6px; */
    object-fit: contain;
}

.input-group-text {
    background-color: white;
    border: none;
}

.form-control {
    border: none;
    padding: 12px;
}

.hint {
    font-size: 0.875rem;
    color: #888;
    text-align: right;
    margin-top: 4px;
    margin-right: 2px;
}

.btn-gradient {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    color: white;
    border: none;
    padding: 12px 0;
    width: auto;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 20px;
}

.btn-gradient:hover {
    opacity: 0.9;
}

.back-link {
    color: #444;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    display: block;
}

.back-link::before {
    content: "◀";
    margin-right: 6px;
}

.card-custom {
    width: 600px;
    max-width: 100%;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    margin: auto;
}

.step-number {
    background-color: #009de0;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    display: inline-block;
    margin-right: 10px;
}

.form-label {
    font-weight: 600;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px;
}

.btn-gradient {
    background: linear-gradient(to right, #00c6ff, #00aaff);
    color: white;
    border: none;
    padding: 12px 0;
    width: 100%;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 30px;
}

.btn-gradient:hover {
    opacity: 0.9;
}

.disclaimer {
    font-size: 0.8rem;
    color: #666;
    margin-top: 20px;
    line-height: 1.5;
}

.disclaimer a {
    color: #009de0;
    text-decoration: underline;
}

.title-heading {
    color: #00a9d9;
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.subheading {
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.fs-36 {
    font-size: 36px;
}

.fs-24 {
    font-size: 24px;
}

.fs-19 {
    font-size: 19px;
}

.pc-hide {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .mob-hide {
        display: none !important;
    }

    .pc-hide {
        display: block !important;
    }

    .top-phone .txt {
        display: none;
    }

    .hero .card-body.p-5 {
        padding: 24px !important;
    }


    .fs-50 {
        font-size: 34px;
    }

    .map-holder {
        flex-direction: column;
        align-items: center;
    }

    .fs-25 {
        font-size: 18px;
    }

    .guaranteed {
        /* background-position: right; */
        padding: 30px 0;
    }

    .fs-20 {
        font-size: 16px;
    }

    .card-body.py-4.px-5 {
        padding: 20px !important;
    }

    .fs-22 {
        font-size: 18px;
    }

    .card.p-5.card-custom.bg-white {
        padding: 20px !important;
    }

    .card-custom form.col-md-9.mx-auto {
        width: 100%;
    }

    .fs-36 {
        font-size: 30px;
    }

    .fs-24 {
        font-size: 18px;
    }

    .fs-19 {
        font-size: 16px;
    }

    img.img-fluid.phone.h-auto {
        position: relative;
        top: 10px;
        margin-bottom: 20px;
    }

    .logo {
        height: 40px;
        position: relative;
        top: -5px;
        width: 80%;
    }

    img.img-fluid.phone.h-auto {
        min-height: 55px;
        min-width: 55px;
        margin: 0 0 5px 0;
    }

    img.img-fluid.ar-dr {
        width: 40%;
    }

    img.img-fluid.white-arrow {
        position: absolute;
        top: 28px;
        left: 35px;
        width: 40px;
    }

    div#ct-details.d-none {
        display: none !important;
    }

    .row.g-md-4 * {
        padding: 2px;
    }

    .fs-21 {
        font-size: 16px;
    }

    .stairbtn p.mb-0 {
        font-size: 14px;
    }
    .line-holder {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }

    .line-holder img.img-fluid.mb-2 {
        width: 35px;
        height: 35px;
        object-fit: contain;
        object-position: right;
    }

    .line-holder img.img-fluid.check-icon {
        margin-top: 5px;
        margin-right: 5px;
    }

    .line-holder {
        margin-top: 10px;
    }    
    
    .line-holder * {
        text-align: left;
    }    
    
    .md-center {
        justify-content: center !important;
    }    
    
    .map-holder {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        gap: 5px !important;
    }    
}

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
	background-color: #fff;
	margin: 4% auto;
	padding: 20px;
	border-radius: 8px;
	width: 90%;
	max-width: 500px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	font-family: sans-serif;
}

.modal-content p {
	margin-bottom: 1em;
}

.modal-content p.title {
	color: #1d93ce;
	font-size: 1.3em;
}


.modal-content ul {
	margin: 1em 0;
	padding-left: 20px;
}

.close-button {
	position: absolute;
	right: 5px;
	top: -5px;
	color: #000;
	float: right;
	font-size: 24px;
	cursor: pointer;
	text-align: right;
}

.close-button:hover {
	color: #000;
}

.sticky-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #49b1c7;
	color: white;
	text-align: center;
	padding: 7px;
	font-size: 16px;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}

.sticky-cta.show {
	opacity: 1;
	visibility: visible;
}

#sticky-footer .custom-select {
	padding: 4px 40px 4px 16px;
}

@media screen and (max-width: 768px) {
	h2.text-blue {
		font-size: 20px;
	}
}

@media screen and (max-width: 368px) {
	h2.text-blue {
		font-size: 18px;
	}
}

@media screen and (max-width: 330px) {
	h2.text-blue {
		font-size: 16px;
	}
}

@media screen and (max-width: 300px) {
	h2.text-blue {
		font-size: 13px;
	}
}