﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Segoe UI',sans-serif;
}

/* TOPBAR */

.topbar {
    background: #000;
    color: #fff;
    font-size: 14px;
}

    .topbar a {
        color: #D4AF37;
        text-decoration: none;
    }

    .topbar i {
        color: #D4AF37;
    }

/* NAVBAR */

.navbar {
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.navbar-brand {
    color: #D4AF37!important;
    font-weight: bold;
    font-size: 26px;
}

    .navbar-brand span {
        color: #fff;
        display: block;
        font-size: 12px;
        font-weight: 400;
    }

.nav-link {
    color: black!important;
    font-weight: 500;
    margin: 0 8px;
}

    .nav-link:hover {
        color: #D4AF37!important;
    }

.navbar-toggler {
    border: 1px solid #D4AF37;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.login-btn {
    background: #D4AF37;
    color: #000!important;
    padding: 8px 20px!important;
    border-radius: 30px;
    font-weight: bold;
}


@media (max-width:991px) {

    .topbar {
        display: none;
    }

    .navbar-brand {
        font-size: 20px;
    }
}
/*========== NAVBAR ==========*/

.navbar {
    padding: 12px 0;
    box-shadow: 0 3px 15px rgba(0,0,0,.3);
}

.navbar-brand img {
    height: 55px;
    border-radius: 50%;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    padding: 10px 18px;
    transition: .3s;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        color: #D4AF37;
    }


.btn-login {
    background: #D4AF37;
    color: #000!important;
    border-radius: 30px;
    padding: 10px 22px!important;
    font-weight: bold;
}

    .btn-login:hover {
        background: #FFD700;
    }

.navbar-toggler {
    border: 2px solid #D4AF37;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler i {
        color: #D4AF37;
        font-size: 28px;
    }

@media (max-width:991px) {

    .navbar-nav {
        padding-top: 15px;
    }

    .btn-login {
        margin-top: 10px;
        display: inline-block;
    }
}

.logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #D4AF37;
}

.brand-text h3 {
    margin: 0;
    color: #D4AF37;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Georgia',serif;
    letter-spacing: 1px;
}

.brand-text span {
    display: block;
    color: black;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 3px;
}

@media (max-width:768px) {
    .logo {
        width: 50px;
        height: 50px;
    }

    .brand-text h3 {
        font-size: 22px;
    }

    .brand-text span {
        font-size: 10px;
        letter-spacing: 1px;
    }
}

.footer {
    background: #111;
    color: #ccc;
    padding: 60px 0 20px;
}

.footer-logo {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid #D4AF37;
    object-fit: cover;
}

.footer-title {
    color: #D4AF37;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

    .footer-title small {
        color: #fff;
        font-size: 15px;
        letter-spacing: 1px;
    }

.footer-text {
    line-height: 28px;
    margin-bottom: 20px;
}

.footer h5 {
    color: #D4AF37;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li,
    .footer-contact li {
        margin-bottom: 12px;
    }

        .footer-links li a {
            color: #ccc;
            text-decoration: none;
            transition: .3s;
        }

            .footer-links li a:hover {
                color: #D4AF37;
                padding-left: 6px;
            }

    .footer-contact i {
        color: #D4AF37;
        width: 22px;
        margin-right: 8px;
    }

.social {
    display: flex;
    gap: 10px;
}

    .social a {
        width: 42px;
        height: 42px;
        border: 1px solid #D4AF37;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #D4AF37;
        transition: .3s;
        text-decoration: none;
    }

        .social a:hover {
            background: #D4AF37;
            color: #000;
        }

.footer hr {
    border-color: #333;
    margin: 35px 0 20px;
}

.copyright {
    text-align: center;
    color: #999;
    font-size: 14px;
    line-height: 26px;
}

    .copyright span {
        color: #D4AF37;
        font-weight: 600;
    }

/* Mobile */

@media (max-width:767px) {

    .footer {
        text-align: center;
    }

    .footer-logo {
        margin: auto;
        display: block;
    }

    .social {
        justify-content: center;
    }

    .footer h5 {
        margin-top: 25px;
    }

    .footer-contact li {
        justify-content: center;
    }
}

.contact-banner {
    background: url('img/baner.png') center center/cover;
    padding: 130px 0;
    position: relative;
}

    .contact-banner::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.65);
    }

    .contact-banner .container {
        position: relative;
        z-index: 2;
    }

    .contact-banner h1 {
        color: #D4AF37;
        font-size: 55px;
        font-weight: bold;
    }

    .contact-banner p {
        color: #fff;
        font-size: 18px;
        margin-top: 20px;
    }

.contact-section {
    background: #f8f8f8;
}

.contact-box {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    height: 100%;
}

    .contact-box h3 {
        color: #D4AF37;
        margin-bottom: 25px;
        font-weight: bold;
    }

.item {
    display: flex;
    margin-bottom: 25px;
}

    .item i {
        width: 55px;
        height: 55px;
        background: #D4AF37;
        color: #000;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        margin-right: 15px;
    }

    .item h6 {
        font-weight: bold;
        margin-bottom: 5px;
    }

.form-control {
    height: 50px;
}

textarea.form-control {
    height: auto;
}

.send-btn {
    background: #D4AF37;
    padding: 12px 35px;
    font-weight: bold;
    border: none;
}

    .send-btn:hover {
        background: #c89c1d;
    }

@media (max-width:768px) {
    .contact-banner {
        padding: 80px 0;
    }

        .contact-banner h1 {
            font-size: 36px;
        }

        .contact-banner p {
            font-size: 15px;
        }

    .contact-box {
        padding: 25px;
    }

    .item {
        align-items: flex-start;
    }
}

.plan-card {
    overflow: hidden;
    border-radius: 12px;
}

    .plan-card img {
        width: 100%;
        height: 155px;
        object-fit: cover;
        transition: 0.4s;
    }

    .plan-card:hover img {
        transform: scale(1.08);
    }

.btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg,#D4AF37,#FFD700);
    color: #000;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s ease;
    box-shadow: 0 8px 20px rgba(212,175,55,.35);
}

    .btn-download i {
        font-size: 20px;
    }

    .btn-download:hover {
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(212,175,55,.5);
    }

    .btn-download:active {
        transform: scale(.98);
    }

.about-section {
    background: #fff;
}

.about-tag {
    background: #D4AF37;
    padding: 8px 18px;
    border-radius: 30px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}

.about-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}

.about-section p {
    color: #666;
    line-height: 30px;
    font-size: 16px;
}

.feature-box {
    background: #fafafa;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: .3s;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

    .feature-box:hover {
        background: #D4AF37;
        color: #000;
        transform: translateY(-5px);
    }

    .feature-box i {
        font-size: 35px;
        color: #D4AF37;
        margin-bottom: 10px;
    }

    .feature-box:hover i {
        color: #000;
    }

    .feature-box h6 {
        margin: 0;
        font-weight: 600;
    }

.btn-about {
    display: inline-block;
    padding: 14px 35px;
    background: #D4AF37;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 40px;
    transition: .3s;
}

    .btn-about:hover {
        background: #111;
        color: #fff;
    }

.about-section img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

@media (max-width:768px) {

    .about-section h2 {
        font-size: 30px;
    }

    .about-section img {
        height: 300px;
        margin-bottom: 20px;
    }

    .feature-box {
        padding: 15px;
    }
}

.mission-section {
    background: #f8f9fa;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #111;
}

.section-subtitle {
    color: #777;
    max-width: 650px;
    margin: auto;
}

.mission-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .mission-box:hover {
        transform: translateY(-8px);
    }

    .mission-box .icon {
        width: 80px;
        height: 80px;
        margin: auto;
        border-radius: 50%;
        background: #D4AF37;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

        .mission-box .icon i {
            font-size: 35px;
            color: #000;
        }

    .mission-box h3 {
        font-weight: 700;
        color: #111;
        margin-bottom: 15px;
    }

    .mission-box p {
        color: #666;
        line-height: 30px;
    }

@media (max-width:768px) {

    .section-title {
        font-size: 30px;
    }

    .mission-box {
        padding: 30px 20px;
    }
}

.why-section {
    background: #fff;
}

.why-card {
    background: #fff;
    text-align: center;
    padding: 35px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .4s;
    height: 100%;
}

    .why-card:hover {
        background: #D4AF37;
        transform: translateY(-8px);
    }

    .why-card i {
        font-size: 45px;
        color: #D4AF37;
        margin-bottom: 20px;
    }

    .why-card:hover i,
    .why-card:hover h5,
    .why-card:hover p {
        color: #000;
    }

    .why-card h5 {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .why-card p {
        color: #666;
    }

.service-section {
    background: #f8f9fa;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .4s;
    height: 100%;
}

    .service-card:hover {
        transform: translateY(-8px);
    }

    .service-card img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

.service-content {
    padding: 25px;
}

    .service-content h4 {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .service-content p {
        color: #666;
        line-height: 28px;
    }

.read-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 22px;
    background: #D4AF37;
    color: #000;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

    .read-btn:hover {
        background: #111;
        color: #fff;
    }

.slider-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}


/* Tablet */
@media (max-width:768px) {

    .slider-img {
        height: 260px;
    }
}


/* Mobile */
@media (max-width:576px) {

    .slider-img {
        height: 180px;
    }
}

.about-section h2,
.services-section h2 {
    color: #001430;
}


.service-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,.12);
    height: 100%;
}


    .service-card img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }


.service-content {
    padding: 25px;
}


    .service-content h3 {
        font-weight: 700;
        color: #001430;
    }


    .service-content p {
        color: #666;
    }



/* Mobile */

@media (max-width:576px) {

    .service-card img {
        height: 220px;
    }
}

.contact-cta {
    background: #f5f5f5;
}


.cta-box {
    background: linear-gradient(135deg,#001430,#b8860b);
    border-radius: 25px;
    padding: 45px 40px;
    color: white;
}


    .cta-box h2 {
        font-size: 38px;
        font-weight: 800;
    }


    .cta-box p {
        font-size: 17px;
        opacity: .9;
    }


    .cta-box .btn {
        color: #001430;
        font-weight: 700;
    }


/* Mobile */

@media (max-width:576px) {

    .cta-box {
        padding: 30px 20px;
        text-align: center;
    }


        .cta-box h2 {
            font-size: 26px;
        }
}
