body,
html {
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    background: #ffffff;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
img {
    height: unset;
}
/*::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #A641F8;
    border-radius: 10px;
    border-right: 2px solid #f1f4fa;
    border-left: 2px solid #f1f4fa;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #636363;
    cursor: pointer;
}
::-webkit-scrollbar-track {
    background-color: #f1f4fa;
}
*/
/* Font Family - Using web-safe fonts */
/* Font references removed - using web-safe fonts */
header a.navbar-brand img {
    width: 170px;
}
.custom-padding-small {
    padding-bottom: 10px;
}
.section-two#why-created .custom-padding-small {
    padding-bottom: 10px;
}
.section-two#why-created .title {
    margin-bottom: 10px;
}
header ul.navbar-nav li a {
    padding: 4px 4px 4px 35px !important;
    background-color: #13264d;
    color: #fff !important;
    font-family: Georgia, 'Times New Roman', serif;
    display: flex;
    align-items: center;
    gap: 0 18px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 50px;
}
header ul.navbar-nav li a span {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    border-radius: 50%;
}
section.banner h1 {
    font-family: Georgia, 'Times New Roman', serif;
    color: #000;
    font-size: 50px;
    margin: 0 0 10px;
}
header ul.navbar-nav li a span img {
    width: 26px;
}
section.banner h1 span {
    color: #456cac;
    font-family: Georgia, 'Times New Roman', serif;
}
section.banner {
    background-image: url(../images/banner-bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    min-height: 200px;
}

@media (max-width: 575px) {
    section.banner h1 {
        font-size: 1.5rem; /* Adjust based on your base font; make it smaller */
        margin-bottom: 10px;
    }
    section.banner p {
        font-size: 0.875rem; /* Smaller paragraph text */
        margin: 0 0 15px; /* Reduce bottom margin */
    }
    section.banner a {
        font-size: 14px; /* Smaller button text */
        padding: 4px 3px 4px 20px; /* Tighter padding */
        gap: 0 20px;
    }
    section.banner a span {
        width: 35px;
        height: 35px;
    }
    section.banner a span img {
        width: 15px;
    }
    section.banner {
        height: 150px; /* Replace min-height with a fixed height */
        padding: 1rem 0; /* Reduce padding further */
        overflow: hidden; /* Clip any overflow if the image is too tall */
    }
}
section.banner p {
    opacity: 60%;
    color: #000;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 25px;
}
section.banner a {
    padding: 4px 3px 4px 30px;
    background-color: #456cac;
    color: #fff !important;
    font-family: Georgia, 'Times New Roman', serif;
    display: inline-flex;
    align-items: center;
    gap: 0 30px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: unset;
}
section.banner a span {
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.banner a span img {
    width: 20px;
    transform: rotate(90deg);
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 10px 0;
}

/* Add padding to body to account for fixed header */
body {
    padding-top: 80px;
}
section.section-two {
    padding: 6rem 0 0;
    position: relative;
}
section.section-two .title h3 {
    color: #456cac;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 50px;
}
section.section-two .title h3 strong {
    font-family: poppins;
}
section.section-two .title h3 span {
    color: #13264d;
}
section.section-two .inner {
    text-align: center;
}
section.section-two .inner .text h4 {
    font-size: 34px;
    color: #13264d;
    font-family: Georgia, 'Times New Roman', serif;
}
section.section-two .inner .text p {
    font-family: 'Open Sans';
    color: #13264d;
    font-size: 20px;
    font-weight: 400;
}
section.section-two .inner .text p a {
    display: block;
    font-weight: 600;
    color: #13264d;
    font-style: italic;
}
section.section-two .inner .text {
    margin: 2rem 0 0;
}
section.section-three .img img {
    width: 93%;
}
section.section-three .text h3 {
    font-size: 50px;
    font-family: Georgia, 'Times New Roman', serif;
    color: #456cac;
}
section.section-three .text h3 span {
    color: #13264d;
    font-family: Georgia, 'Times New Roman', serif;
}
section.section-three .text {
    padding-left: 0;
}
.section-three {
    padding: 6rem 0;
}
.section-three img.setting-watermark {
    right: 7%;
    width: 760px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    z-index: -1;
}
section.section-four {
    background-color: #fff;
    padding: 4rem 0;
    z-index: 1;
}
section.section-four .title {
    text-align: center;
}
section.section-four .title h2 {
    font-size: 50px;
    font-family: Georgia, 'Times New Roman', serif;
    color: #456cac;
}
section.section-four .title h2 span {
    color: #13264d;
    font-family: Georgia, 'Times New Roman', serif;
}
section.section-four .youtube-video iframe {
    width: 100%;
    height: 510px;
    margin: 0 auto;
    display: flex;
}
section.section-four .youtube-video {
    overflow: hidden;
    border-radius: 14px;
    --margin: 3rem auto 11rem;
    margin: 3rem auto 5rem;
    width: 80%;
    z-index: 1;
    position: relative;
}
section.section-four .content .inner {
    text-align: center;
    position: relative;
    border: 1px solid #3e72ae;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding: 0 50px 30px;
    border-radius: 4px;
    box-shadow: 0 0 8px 8px #00000014;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
}
section.section-four .content .inner img {
    position: absolute;
    top: -107px;
    width: 190px;
}
section.section-four .content .inner h4 {
    font-size: 25px;
    font-family: Georgia, 'Times New Roman', serif;
}
section.section-four::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    background-color: #f8f9f8;
    height: 88%;
    z-index: -1;
}
section.section-five {
    padding: 0;
    margin: 0;
}
.copyright p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.copyright {
    background-color: #1e1e1e;
    text-align: center;
    padding: 8px 0;
}
.copyright p a {
    color: #fff;
    font-weight: 600;
    padding: 0;
}
section.section-four img.contractor-img-left {
    position: absolute;
    width: 570px;
    top: 15%;
    left: 0px;
}
section.section-four img.contractor-img-right {
    position: absolute;
    width: 570px;
    top: 15%;
    right: 0;
}
section.section-four .content {
    width: 90%;
    margin: 0 auto;
}
header.scroll {
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.header-fixed {
    position: relative;
}
section.section-two .inner span {
    border: 1px solid #13264d;
    color: #13264d;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    left: 40px;
}
section.section-two .img {
    position: absolute;
    top: -150px;
    z-index: -1;
}
section.section-two .title {
    margin: 0 0 11rem;
}
.step-imgs img {
    width: 170px;
}
.step-imgs {
    position: relative;
}
section.section-two img.tool {
    width: 100%;
}
.container.custom-width .row {
    margin-bottom: -136px;
}
.container.custom-padding .content {
    padding: 0 50px;
}
section.banner .row {
    align-items: center;
}
section.banner .row .img img {
    width: 650px;
}
section.banner .container-fluid {
    padding: 0 0 0 8%;
}
section.banner .img {
    text-align: end;
}
a.mouse {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: fit-content;
    background-color: transparent !important;
    padding: 0 !important;
    bottom: -50px;
    z-index: 9999;
}
/* Contact Form Styles */
.contact-form {
    max-width: 32rem; /* Matches Tailwind's max-w-lg */
    margin-left: auto;
    margin-right: auto;
}
.contact-form > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem; /* Matches Tailwind's space-y-4 */
}
.contact-form label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151; /* Matches Tailwind's text-gray-700 */
}
.contact-form input,
.contact-form textarea {
    margin-top: 0.25rem;
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #d1d5db; /* Matches Tailwind's border-gray-300 */
    border-radius: 0.25rem;
}
.contact-form textarea {
    resize: vertical; /* Allow vertical resizing only */
}
.contact-form button {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: #13264d; /* Matches header's nav-link */
    color: #ffffff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
}
.contact-form button:hover {
    background-color: #001f3f; /* Matches header's hover style */
}

