@font-face {
    font-family: 'Gotham';
    src: url('/fonts-gotham/gotham_light.otf') format('otf'),
        url('/fonts-gotham/gotham_medium.otf') format('otf'),
        url('/fonts-gotham/gotham_bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    font-family: "Lexend Deca", sans-serif !important;
    overflow-x: hidden;
    position: relative;
}

.top-bar {
    background-color: #ff6b00;
    color: #fff;
    padding: 5px 0;
    font-size: 1rem;
    position: relative;
}

.top-bar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top-bar a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.top-bar .social-icon {
    position: absolute;
    right: 15px;
}

.logo {
    max-height: 90px;
}

.navbar-nav {
    gap: 35px;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #8f8f8f !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}


.nav-item:hover {
    background-color: #ff6b00 !important;
    color: #fff !important;
}

.custom-offcanvas {
    width: fit-content !important;
    max-width: 100%;
    min-width: 200px;
}

#mobileMenu {
    width: 100% !important;
    max-width: 100%;
}

.hero-section {
    background: url('../images/background-image.jpg') no-repeat center center/cover;
    height: 60vh;
    min-height: 400px;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-heading-small {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-family: 'Gotham', sans-serif !important;
}

.hero-heading-main {
    font-size: 3rem;
    line-height: 1.2;
    font-family: 'Gotham', sans-serif !important;
}

.hero-button {
    background-color: #ff6b00;
    color: #fff;
    border: none;
    padding: 7px 35px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.hero-button:hover {
    background-color: transparent;
    border: 1px solid #ff6b00;
}

.welcome-section {
    background-color: #fff;
    padding: 60px 20px;
}

.welcome-title {
    font-family: 'Gotham', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    color: #8f8f8f;
}

.welcome-heading {
    font-family: 'Gotham', sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    color: #8f8f8f;
}

.welcome-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 0 30px;
}

.welcome-content p {
    font-size: 14px;
}


.services-section {
    background: url('../images/background-image.jpg') no-repeat center center/cover;
    background-size: cover;
}

.services-section .container {
    padding: 40px 0px;
    font-size: 14px;
    font-family: 'Gotham', sans-serif !important;
}

.services-section .row {
    padding: 0px 30px;
}

.service-card {
    padding-left: 3.5rem;
    position: relative;
}

.service-card h6 {
    color: #8f8f8f;
    font-family: 'Gotham', sans-serif !important;
}

.service-card p {
    font-size: 14px;
}

.service-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.service-icon img {
    width: 24px;
    height: 24px;
}


.solution-title {
    font-size: 24px;
    font-weight: 600;
    color: #8f8f8f;
    font-family: 'Gotham', sans-serif !important;
}

.solution-description {
    color: rgb(0 0 0 / 73%);
    margin-bottom: 1.5rem;
    font-size: 14px;
}

.solution-list li {
    font-weight: 600;
    color: #8f8f8f;
    margin-bottom: 0.5rem;
    list-style: none;
    font-size: 14px;
}

.solution-image img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    height: 410px;
}

.testimonials-section {
    position: relative;
    background: url('../images/background-image.jpg') no-repeat center center/cover;
    padding: 80px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.testimonials-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Gotham', sans-serif !important;
}

.testimonial-card {
    background-color: #fff;
    color: #333;
    padding: 30px 30px 0px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card::after {
    content: '';
    position: absolute;
    left: 22px;
    bottom: -10px;
    width: 0;
    height: 0;
    transform: translateX(-80%) rotate(-90deg);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.testimonial-author {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #8f8f8f;
    margin-bottom: 25px;
}

.why-work-section {
    position: relative;
    background-color: #fff;
    padding: 80px 0;
}

.static-font-color {
    color: rgb(0 0 0 / 73%) !important;
    line-height: 1.7 !important;
}

.section-content {
    position: relative;
    z-index: 1;
}

.section-heading {
    font-size: 24px;
    font-weight: 700;
    color: #8f8f8f;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: 'Gotham', sans-serif !important;
}

.feature-title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #8f8f8f;
}

.feature-description {
    color: rgb(0 0 0 / 73%);
    line-height: 1.7;
    font-size: 14px;
}

.orange-separator {
    height: 1px;
    background-color: #ff6b00;
    margin: 20px 0;
}


.consultation-section {
    position: relative;
    padding: 80px 0;
    color: #8f8f8f;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-us-section,
.about-us-section,
.terms-conditions-section,
.mortgages-section,
.privacy-policy-section,
.cookie-policy-section,
.insurance-section {
    position: relative;
    padding: 50px 0;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.consultation-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/background-image.jpg') no-repeat center center/cover;
    z-index: 0;
}

.consultation-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 800px !important;
}

.contact-us-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 800px !important;
}


.about-us-content .cookie-policy-content,
.mortgages-content,
.terms-conditions-content,
.privacy-policy-content,
.insurance-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-us-content p {
    color: #8f8f8f;
    font-weight: 600;
    font-size: 14px;
}

.about-us-content p,
.cookie-policy-content p,
.mortgages-content p,
.terms-conditions-content p,
.privacy-policy-content p,
.insurance-content p {
    color: rgb(0 0 0 / 73%);
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Gotham', sans-serif !important;
}

.contact-us-title,
.about-us-title,
.cookie-policy-title,
.mortgages-title,
.terms-conditions-title,
.privacy-policy-title,
.insurance-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8f8f8f !important;
    font-family: 'Gotham', sans-serif !important;
}

.terms-conditions-content .section,
.privacy-policy-content .section {
    color: rgb(0 0 0 / 73%) !important;
    font-family: 'Gotham', sans-serif !important;
}

.terms-conditions-secound-title,
.privacy-policy-secound-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgb(0 0 0 / 73%) !important;
    margin-bottom: 50px !important;
    font-family: 'Gotham', sans-serif !important;
}

.mortgages-secound-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #8f8f8f !important;
}

.form-control {
    background-color: #fff !important;
    border: none !important;
    border-radius: 0px !important;
    padding: .375rem .75rem !important;
    color: #8f8f8f !important;
    box-shadow: none !important;
    font-size: 14px !important;
}

.contact-us-form-control {
    background-color: #fff !important;
    border: 1px solid #8f8f8f !important;
    border-radius: 0px !important;
    padding: .375rem .75rem !important;
    color: #8f8f8f !important;
    box-shadow: none !important;
    font-size: 14px !important;
}

.form-control:focus {
    border-color: #ff6b00;
    box-shadow: 0 0 0 0.25rem rgba(253, 126, 20, 0.25);
}

.form-group {
    margin-bottom: 20px;
}

.btn-submit {
    background-color: #ff6b00 !important;
    color: #fff !important;
    padding: 5px 50px !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 0% !important;
}

.btn-submit:hover {
    background-color: transparent !important;
    border: 1px solid #ff6b00 !important;
    color: #fff !important;
}

.contact-us-suubmit:hover {
    border: 1px solid #ff6b00 !important;
    color: #8f8f8f !important;
}

.top-orange-bar {
    background-color: #ff6b00;
    color: #fff;
    padding: 24px 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Gotham', sans-serif !important;
}

.bottom-white-bar {
    background-color: #fff;
    color: #8f8f8f;
    padding: 30px 0;
}

.contact-us-item {
    align-items: center;
    gap: 10px;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.contact-item i,
.contact-us-item i {
    color: #fd7e14;
    font-size: 24px;
    font-weight: bold;
}

.contact-us-item i {
    font-size: 16px;
}

.contact-us-address {
    color: #8f8f8f !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Gotham', sans-serif !important;
}

.contact-item a,
.contact-us-item a {
    color: #8f8f8f;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Gotham', sans-serif !important;
}

.contact-us-item a {
    font-weight: 600;
    font-size: 14px;
}

.contact-item a:hover,
.contact-us-item a:hover {
    color: #ff6b00;
}

.main-footer {
    background-color: #8f8f8f;
    color: #fff;
    padding: 60px 0 20px;
    font-size: 0.9rem;
    line-height: 1.8;
}

.footer-logo-col {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.footer-logo {
    max-width: 180px;
    height: auto;
    background-color: #fff;
}

.footer-links-col {
    margin-bottom: 30px;
}

.footer-links-col h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'Gotham', sans-serif !important;
}

.footer-links-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-col ul li {
    margin-bottom: 8px;
}

.footer-links-col ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'Gotham', sans-serif !important;
}

.footer-links-col ul li a:hover {
    color: #ff6b00;
}

.social-icon img {
    height: 25px;
}

.footer-bottom-bar {
    background-color: #8f8f8f;
    color: #fff;
    padding: 15px 0;
    font-size: 0.85rem;
    text-align: center;
}

.footer-bottom-bar a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-bar a:hover {
    color: #fd7e14;
}

.alert-message>.close {
    color: #155724;
    background-color: transparent;
    padding: .75rem 1.25rem;
    border: none;
}

@media (max-width: 1200px) {
    .solution-image img {
        height: 410px;
    }
}

@media (max-width: 991px) {
    .services-section .container {
        padding: 55px 0px;
    }

    .footer-links-col {
        text-align: left;
    }

    .footer-logo {
        max-width: 150px;
        height: 125px;
    }

    .navbar-nav {
        gap: 0px;
    }

    .offcanvas-body ul {
        align-items: center;
    }

    #mobileMenu {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 50vh;
    }

    .hero-heading-main {
        font-size: 2rem;
    }

    .welcome-content {
        flex-direction: column;
    }

    .welcome-icon {
        margin: 20px 0;
    }

    .testimonials-heading {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .btn-submit {
        width: 100%;
        padding: 10px 20px;
    }

    .footer-links-col {
        text-align: center;
    }

    .footer-links-col h5 {
        margin-bottom: 10px;
    }

    .main-footer {
        padding: 40px 0 15px;
    }

    .contact-us-iframe {
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    .form-row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .form-row>.col,
    .form-row>[class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-item {
        margin-bottom: 0;
    }

    .footer-logo-col {
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .footer-links-col {
        margin-bottom: 0;
    }

    .main-footer {
        padding: 50px 0 30px;
    }
}

@media (max-width: 499px) {
    .solution-title {
        font-size: 24px;
    }

    .contact-item a {
        font-size: 14px;
    }

    .contact-item i {
        font-size: 14px;
    }

    .bottom-white-bar .mb-3 {
        margin-bottom: 0px !important;
    }
}