    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
    * {
        margin: 0;
        padding: 0;
    }
    
    body {
        font-family: "Poppins", sans-serif;
    }
    
    .great-vibes {
        font-family: "Great Vibes", cursive;
    }
    
    nav .container-fluid,
    section .container-fluid,
    footer .container-fluid {
        width: 95%;
    }
    
    a,
    a:hover,
    a:active,
    a:visited {
        text-decoration: none;
    }
    
    [id*="sta-"] {
        scroll-behavior: smooth;
        scroll-margin-top: 50px;
    }
    
    .py-70 {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    
    .pt-70 {
        padding-top: 70px;
    }
    
    .pb-70 {
        padding-bottom: 70px;
    }
    
    .main-btn,
    .secondary-btn {
        background-color: #1b447a;
        font-size: 14px;
        border-radius: 3px;
        padding: 8px 20px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #fff;
        border: none;
        width: max-content;
        transition: .3s;
    }
    
    .secondary-btn {
        background-color: #e6dab8;
        color: #111 !important;
    }
    
    .main-btn:hover {
        background-color: #25538f !important;
    }
    
    .secondary-btn:hover {
        background-color: #e4d2a3 !important;
    }
    
    .navbar {
        background-color: transparent;
        padding: 5px 0;
        width: 100%;
    }
    
    .navbar.shrink {
        position: fixed;
        background-color: #fff;
        z-index: 11;
        border-bottom: 1px solid #ccc;
    }
    
    .navbar.shrink .navbar-brand img {
        width: 160px;
    }
    
    .navbar-nav {
        gap: 15px;
    }
    
    .navbar li a.nav-link {
        color: #000;
        font-size: 14px;
        padding: 0 5px !important;
        font-weight: 500;
    }
    
    .landing-cover {
        text-align: center;
        padding: 100px 0;
        background-size: cover;
    }
    
    .landing-cover h2 {
        font-size: 72px;
        color: #fff;
        padding-top: 50px;
        font-weight: 400;
    }
    
    .landing-cover h2 b {
        color: #e6dab8;
        font-weight: 600;
    }
    
    .appraisal-company h3 {
        color: #1b447a;
        font-weight: 600;
        font-size: 36px;
    }
    
    .appraisal-company p {
        font-size: 14px;
    }
    
    .appraisal-services {
        background-image: url(../images/appraisal-services.jpg);
        background-size: cover;
        text-align: center;
    }
    
    .appraisal-services h3 {
        color: #e6dab8;
        font-weight: 600;
        font-size: 48px;
    }
    
    .appraisal-services h6 {
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #fff;
        font-size: 24px;
    }
    
    .appraisal-services h6+p {
        color: #fff;
        font-size: 18px;
        font-weight: 200;
        padding-top: 50px;
    }
    
    .appraisal-services .services-card {
        background-color: #fff;
        padding: 30px 20px;
        border-radius: 5px;
        height: 100%;
    }
    
    .appraisal-services .services-card img {
        height: 50px;
    }
    
    .appraisal-services .services-card h5 {
        font-weight: 600;
        padding-top: 10px;
    }
    
    .appraisal-services .services-card p {
        font-size: 14px;
    }
    
    .appraisal-services .services-card a {
        margin: 0 auto;
    }
    
    .who-we-help {
        background-image: url(../images/who-we-help.jpg);
        background-size: cover;
        text-align: center;
        padding: 100px 0;
    }
    
    .who-we-help h3 {
        color: #1b447a;
        font-weight: 600;
        font-size: 48px;
    }
    
    .who-we-help p {
        font-size: 18px;
        font-weight: 300;
    }
    
    .what-we-offers-flex {
        display: flex;
        align-items: center;
        gap: 40px;
        margin-bottom: 50px;
    }
    
    .what-we-offers-flex img {
        max-width: 250px;
        height: 250px;
    }
    
    .what-we-offers-flex .flex-content h2 {
        font-size: 45px;
        font-weight: 600;
    }
    
    .what-we-offers-flex .flex-content p {
        font-size: 24px;
    }
    
    .contact-us-section {
        background-image: url(../images/contact-us.jpg);
        background-size: cover;
        background-position: center;
        padding: 150px 0;
    }
    
    .contact-us-section h5 {
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 5px;
        font-size: 24px;
    }
    
    .contact-us-section h2 {
        font-size: 60px;
        Color: #fff;
    }
    
    .contact-row {
        gap: 20px;
        margin: 50px 0 80px;
    }
    
    .contact-row .contact-box {
        background-color: rgba(27, 68, 122, .37);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-repeat: no-repeat;
        padding: 40px;
        padding-top: 0;
        width: 25%;
    }
    
    .contact-row .contact-box a {
        color: #fff;
        font-size: 20px;
        text-align: center;
        font-weight: 300;
    }
    
    .contact-row .contact-box img {
        margin-top: -15px;
        margin-bottom: 10px;
    }
    
    .contact-container {
        border: 2px solid #e6dab8;
        border-radius: 20px;
        padding: 0 80px 30px;
    }
    
    .contact-container .nav-tabs {
        background-color: #bab7b4;
        border: none;
        padding: 5px;
        border-radius: 5px;
        width: 45%;
        margin: 0 auto;
        margin-top: -25px;
    }
    
    .contact-container .nav-tabs .nav-link.active {
        color: #fff;
        background: #1b447a;
        border-radius: 2px;
    }
    
    .contact-container .nav-tabs .nav-link.active img {
        filter: invert(1);
        -webkit-filter: invert(1);
        -ms-filter: invert(1);
    }
    
    .contact-container .nav-tabs .nav-link {
        border: none;
        font-weight: 400;
        font-size: 18px;
        padding: 10px 5px;
        color: #333;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        line-height: 1;
    }
    
    .contact-container .tab-content label {
        font-size: 14px;
    }
    
    .contact-container .tab-content input,
    .contact-container .tab-content textarea {
        background-color: rgba(255, 255, 255, .7);
        border-radius: 2px;
        padding: 15px;
    }
    
    .contact-container .tab-content .ep-row [class*="col-"] {
        padding: 8px;
    }
    
    .contact-container .tab-content .btn {
        display: block;
        width: 100%;
    }
    
    .modal .btn-close {
        position: absolute;
        right: 0;
        top: 0;
        box-shadow: none;
        background: none;
        color: #000;
        z-index: 8888;
        font-size: 20px;
        opacity: 1;
    }