/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #666666;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-style: italic;
    color: #121518;
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #aa9166;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    /* max-width: 1366px; */
    max-width: none;
    margin: 0 auto;
    background: #ffffff;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #cf9b41;
    color: #121518;
    width: 45px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 70px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    color: #aa9166;
    background: #121518;
}

.back-to-top i {
    padding-top: 10px;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 30px;
    background: #aa9166;
}

/* .top-bar .logo {
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #aa9166;
    font-size: 75px;
    line-height: 55px;
    font-weight: 700;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 60px;
} */

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    /* justify-content:space-evenly; */
    justify-content: end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 90px;
    padding: 0 20px;
    text-align: center;
    /* border-left: 1px solid rgba(255, 255, 255, .15); */
}

.top-bar .text h2 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    margin: 0;
}

.top-bar .text p {
    color: #ffffff;
    font-size: 13px;
    margin: 0;
}

.top-bar .social {
    display: flex;
    height: 90px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 60px; */
    width: 40px;
    height: 100%;
    font-size: 20px;
    color: #ffffff;
    /* border-right: 1px solid rgba(255, 255, 255, .15); */
}

.top-bar .social a:first-child {
    /* border-left: 1px solid rgba(255, 255, 255, .15); */
}

.top-bar .social a:hover {
    color: #aa9166;
    background: #ffffff;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }

    .top-bar .social {
        display: none;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    padding: 20px 0;
    transition: .3s;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #aa9166;
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #aa9166;
    border-radius: 0;
    margin: -10px 0 0;
    border-radius: 10px;
}

.nav-bar .btn:hover {
    background: #aa9166;
}

@media (min-width: 992px) {
    .nav-bar {
        /* padding: 20px 60px; */
        padding: 10px 60px;
    }

    .nav-bar.nav-sticky {
        padding: 10px 60px;
    }

    .nav-bar,
    .nav-bar .navbar {
        background: #121518 !important;
    }

    .nav-bar .navbar-brand {
        display: none;
    }

    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {

    .nav-bar,
    .nav-bar .navbar {
        padding: 3px 0;
        background: #121518 !important;
    }

    .nav-bar a.nav-link {
        padding: 5px;
    }

    .nav-bar .dropdown-menu {
        box-shadow: none;
    }

    .nav-bar .btn {
        display: none;
    }
}

.navbar-nav {
    margin-left: 150px;
}

/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 25px;
}

.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    background: #121518;
    border: 2px solid #aa9166;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-caption .btn:hover {
    color: #121518;
    background: #aa9166;
}

@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }

    .carousel .carousel-caption p {
        font-size: 20px;
    }

    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 500;
    }

    .carousel .carousel-caption p {
        font-size: 16px;
    }

    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 55px 0;
    text-align: center;
    background: #aa9166;
}

.page-header h2 {
    position: relative;
    color: #000409;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #e0e0e0;
}

.page-header a {
    position: relative;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
    color: #121518;
    text-decoration: underline;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #f1f1f1;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }

    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    white-space: nowrap;
    z-index: 1;
}

.section-header h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    left: 0;
    top: 21px;
    background: transparent;
    border-top: 1px solid #aa9166;
    border-bottom: 1px solid #aa9166;
    z-index: -1;
}

.section-header h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    left: 0;
    bottom: 20px;
    background: transparent;
    border-top: 1px solid #aa9166;
    border-bottom: 1px solid #aa9166;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}

/*******************************/
/******** Top Feature CSS ******/
/*******************************/
.feature-top {
    position: relative;
    background: #121518;
    margin-bottom: 45px;
}

.feature-top .col-md-3 {
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 575.98px) {
    .feature-top .col-md-3:nth-child(1n) {
        border-right: none;
    }

    .feature-top .col-md-3:last-child {
        border-bottom: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .feature-top .col-md-3:nth-child(2n) {
        border-right: none;
    }

    .feature-top .col-md-3:nth-child(3n),
    .feature-top .col-md-3:nth-child(4n) {
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .feature-top .col-md-3 {
        border-bottom: none;
    }

    .feature-top .col-md-3:nth-child(4n) {
        border-right: none;
    }
}

.feature-top .feature-item {
    padding: 30px 0;
    text-align: center;
}

.feature-top .feature-item i {
    color: #aa9166;
    font-size: 35px;
    margin-bottom: 10px;
}

.feature-top .feature-item h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}

.feature-top .feature-item p {
    color: #999999;
    margin: 0;
    font-size: 18px;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
    padding: 10px;
    background: #121518;
    border-radius: 10px;
}

.about .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    /* border: 2px solid #aa9166; */
    border-radius: 5px;
    background: #121518;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #121518;
    background: #aa9166;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    background: #121518;
    margin-bottom: 30px;
    border-radius: 10px;
}

.service .service-icon {
    height: 116px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #000000; */
    background: #00000000;
}

.service .service-icon i {
    width: 100px;
    height: 100px;
    padding: 20px 0;
    text-align: center;
    font-size: 60px;
    color: #aa9166;
    background: #121518;
    transition: .5s;
}

.service .service-item:hover .service-icon i {
    margin-top: -15px;
}

.service .service-item h3 {
    margin: 0;
    padding: 15px 15px 15px 15px;
    font-size: 30px;
    font-weight: 600;
    color: #aa9166;
}

.service .service-item p {
    margin: 0;
    color: #a29494;
    padding: 0 25px 25px 25px;
    font-size: 15px;
    text-align: justify;
}

.service .service-item a.btn {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    border: 2px solid #aa9166;
    border-radius: 10px;
    background: #121518;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #121518;
    background: #aa9166;
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.feature .feature-item {
    margin-bottom: 30px;
}

.feature .feature-icon {
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121518;
    border-radius: 10px;
}

.feature .feature-icon i {
    width: 100px;
    height: 100px;
    padding: 20px 0;
    text-align: center;
    font-size: 60px;
    color: #aa9166;
    /* background: #000000; */
    background: #00000000;
    transition: .5s;
}

.feature .feature-item:hover .feature-icon i {
    margin-right: -15px;
}

.feature .feature-item h3 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}

.feature .feature-item h3::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #aa9166;
}

.feature .feature-item p {
    margin: 0;
    font-size: 16px;
    text-align: justify;
}

.feature .feature-img {
    position: relative;
    height: 100%;
    padding: 10px;
    background: #121518;
}

.feature .feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    margin-bottom: 30px;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
    border-radius: 10px;
}

.team .team-text {
    position: relative;
    padding: 50px 15px 30px 15px;
    text-align: center;
    background: #121518;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 600;
    color: #aa9166;
}

.team .team-text p {
    margin: 0;
    color: #999999;
}

.team .team-social {
    position: absolute;
    width: calc(100% - 60px);
    height: 50px;
    top: -25px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #aa9166;
    font-size: 0;
    transition: .5s;
    border-radius: 5px;
}

.team .team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team .team-social a {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    text-align: center;
    color: #121518;
    transition: .3s;
}

.team .team-social a:last-child {
    margin-right: 0;
}

.team .team-social a:hover {
    color: #ffffff;
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .faqs-img {
    position: relative;
    height: 100%;
    padding: 10px;
    background: #121518;
}

.faqs .faqs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 767.98px) {
    .faqs .faqs-img {
        margin-bottom: 30px;
        height: auto;
    }
}

.faqs .card {
    margin-bottom: 15px;
    padding-top: 15px;
    border: none;
    border-radius: 0;
    border-top: 1px solid #aa9166;
}

.faqs .card:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #aa9166;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    width: 100%;
    color: #121518;
    font-size: 18px;
    line-height: 40px;
}

.faqs .card-header a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    background: #121518;
    color: #aa9166;
    font-weight: 700;
    border-radius: 50px;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #121518;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #121518;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-body {
    padding: 15px 0 0 0;
    font-size: 16px;
    border: none;
    background: #ffffff;
    text-align: justify;
}

.faqs a.btn {
    position: relative;
    margin-top: 15px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    /* border: 2px solid #aa9166; */
    border-radius: 0;
    background: #121518;
    transition: .3s;
    border-radius: 5px;
}

.faqs a.btn:hover {
    color: #121518;
    background: #aa9166;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    padding: 45px 0;
}

.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    padding: 30px;
    background: #121518;
    overflow: hidden;
    border-radius: 10px;
}

.testimonial .testimonial-item i {
    position: absolute;
    top: 0;
    right: 0;
    color: #333333;
    font-size: 60px;
    transform: rotate(45deg);
    z-index: 1;
}

.testimonial .testimonial-item .col-12 {
    margin-top: 20px;
}

.testimonial .testimonial-item img {
    width: 100%;
}

.testimonial .testimonial-item h2 {
    color: #aa9166;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial .testimonial-item p {
    color: #a29494;
    font-size: 15px;
    margin: 0;
    text-align: justify;
}

.testimonial .owl-nav,
.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #aa9166;
}

.testimonial .owl-dot.active {
    background: #121518;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
    background: #ffffff;
    overflow: hidden;
}

.blog .blog-page .blog-item {
    margin: 0 0 30px 0;
}

.blog .blog-item img {
    width: 100%;
    height: 190px;
    margin-bottom: 25px;
}

.blog .blog-item h3 {
    font-size: 25px;
    font-weight: 600;
}

.blog .blog-item .meta {
    padding: 0 0 15px 0;
}

.blog .blog-item .meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #999999;
}

.blog .blog-item .meta i {
    margin: 0 2px 0 10px;
}

.blog .blog-item .meta i:first-child {
    margin-left: 0;
}

.blog .blog-item p {
    font-size: 15px;
}

.blog .blog-item a.btn {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    transition: .3s;
}

.blog .blog-item a.btn i {
    margin-left: 10px;
}

.blog .blog-item a.btn:hover {
    color: #121518;
}

.blog .owl-nav,
.blog .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.blog .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #aa9166;
}

.blog .owl-dot.active {
    background: #121518;
}

.blog .pagination .page-link {
    color: #121518;
    border-radius: 0;
    border-color: #aa9166;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #121518;
    background: #aa9166;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/********* Timeline CSS ********/
/*******************************/
.timeline {
    position: relative;
    padding: 45px 0;
}

.timeline .timeline-start {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.timeline .timeline-container {
    padding: 0 15px;
    position: relative;
    background: inherit;
    width: 50%;
    margin-top: -5px;
}

.timeline .timeline-container.left {
    left: 0;
}

.timeline .timeline-container.right {
    left: 50%;
}

.timeline .timeline-container::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    background: #aa9166;
    z-index: 1;
}

.timeline .timeline-container.left::before {
    top: 0;
    right: 0;
}

.timeline .timeline-container.right::before {
    bottom: 0;
    left: 0;
}

.timeline .timeline-container::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    background: #aa9166;
    z-index: 1;
}

.timeline .timeline-container.left::after {
    bottom: 0;
    right: 0;
}

.timeline .timeline-container.right::after {
    top: 0;
    left: 0;
}

.timeline .timeline-container:first-child::before,
.timeline .timeline-container:last-child::before {
    display: none;
}

.timeline .timeline-container .timeline-content {
    padding: 30px;
    background: #121518;
    position: relative;
    border-right: 5px solid #aa9166;
    border-radius: 10px;
}

.timeline .timeline-container.right .timeline-content {
    border-left: 5px solid #aa9166;
}

.timeline .timeline-container .timeline-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #aa9166;
}

.timeline .timeline-container .timeline-content h2 span {
    display: inline-block;
    margin-right: 15px;
    padding: 5px 10px;
    color: #121518;
    background: #aa9166;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

.timeline .timeline-container .timeline-content p {
    margin: 0;
    font-size: 16px;
    color: #999999;
}

@media (max-width: 767.98px) {
    .timeline .timeline-container {
        width: 100%;
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .timeline .timeline-container:last-child {
        padding-bottom: 0;
    }

    .timeline .timeline-container.right {
        left: 0%;
    }

    .timeline .timeline-container.left::after,
    .timeline .timeline-container.right::after,
    .timeline .timeline-container.left::before,
    .timeline .timeline-container.right::before {
        width: 5px;
        height: 35px;
        left: 15px;
    }

    .timeline .timeline-container.left .timeline-content,
    .timeline .timeline-container.right .timeline-content {
        border-left: 5px solid #aa9166;
        border-right: none;
    }
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
    background: #ffffff;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #aa9166;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
    background: #121518;
    border: 0px solid #aa9166;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #aa9166;
    color: #121518;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 10px 20px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #121518;
    background: #aa9166;
}

.portfolio-container {
    row-gap: 30px;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
    transition: .3s;
}

.portfolio .portfolio-item:hover {
    transform: translateY(-10px);
}

.portfolio .portfolio-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.portfolio .portfolio-wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.portfolio figure {
    position: absolute;
    inset: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9),
            rgba(0, 0, 0, 0.1));
    padding: 30px;
    height: 100%;
}

.portfolio img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio figure p {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 18px;
}

.portfolio figure p::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #ffffff;
}

.portfolio figure a {
    font-family: 'EB Garamond', serif;
    color: #aa9166;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    transition: .3s;
}

.portfolio figure a:hover {
    text-decoration: none;
    color: #ffffff;
}

.portfolio figure span {
    position: relative;
    color: #999999;
    font-size: 16px;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-info {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    padding: 30px;
    background: #121518;
    border-radius: 10px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 1px solid #aa9166;
    border-radius: 10px;
}

.contact .contact-item i {
    display: inline-block;
    width: 60px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #aa9166;
    /* border: 2px solid #aa9166; */
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 15px;
}

.contact .contact-text h2 {
    color: #aa9166;
    font-size: 25px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #999999;
    font-size: 16px;
}

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

.contact .contact-form {
    position: relative;
    margin-bottom: 30px;
}

.contact .contact-form input {
    height: 55px;
    border-radius: 5px;
    border-width: 1px;
    border-color: #1215188a;
}

.contact .contact-form textarea {
    height: 130px;
    border-radius: 5px;
    border-width: 1px;
    border-color: #1215188a;
}

.contact .contact-form .btn {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    background: #121518;
    /* border: 2px solid #aa9166; */
    border-radius: 10px;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #121518;
    background: #aa9166;
}


/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
    position: relative;
    width: 100%;
    padding: 45px 0 65px 0;
}

.single img {
    margin: 10px 0 15px 0;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.single .ul-group {
    padding: 0;
    list-style: none;
}

.single .ul-group li {
    margin-left: 2px;
}

.single .ul-group li::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.single .ol-group {
    padding-left: 18px;
}


/*******************************/
/********** Newsletter *********/
/*******************************/
.newsletter {
    position: relative;
    max-width: 900px;
    margin: 45px auto -140px auto;
    padding: 30px 15px;
    background: #aa9166;
    z-index: 1;
}

.newsletter .section-header {
    margin-bottom: 25px;
}

.newsletter .section-header h2::before,
.newsletter .section-header h2::after {
    border-color: #ffffff;
}

.newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #aa9166;
    background: #121518;
    border-radius: 0;
    border: 2px solid #aa9166;
    transition: .3s;
}

.newsletter .btn:hover {
    color: #121518;
    background: #aa9166;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    /* margin-top: 45px; */
    padding-top: 90px;
    background: #121518;
    color: #ffffff;
    /* margin: 225px 0 0; */
}

.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
    position: relative;
    /* margin-bottom: 45px; */
    margin: 0 15px 65px;
    color: #999999;
    text-align: justify;
}

.footer .footer-about h2,
.footer .footer-link h2,
.footer .footer-contact h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
    color: #aa9166;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #999999;
    transition: .3s;
    font-size: 15px;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #aa9166;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #aa9166;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #d6d3d3;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    background: #000000;
    font-size: 0;
    text-align: center;
}

.footer .footer-menu .f-menu a {
    color: #999999;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu .f-menu a:hover {
    color: #aa9166;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 10px 15px;
    background: #cd9e4e;
}

.footer .copyright p {
    margin: 0;
    color: #000000;
    text-align: center;
    font-size: 14px;
}

.footer .copyright .col-md-6:last-child p {
    text-align: center;
}

.footer .copyright p a {
    color: #000000;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {

    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}

/* new style */
.top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    /* remove negative margin issue */
}

.top-bar-right .text h2 {
    font-size: 16px !important;
    margin: 0;
    white-space: nowrap;
}

.top-bar-right .social {
    display: flex;
    gap: 10px;
}

/* Navbar brand/text responsiveness */
.nav-bar .navbar-nav {
    flex-wrap: wrap;
}

/* Mobile fix */
@media (max-width: 991px) {
    .top-bar-right {
        justify-content: center;
        text-align: center;
        gap: 10px;
    }

    .top-bar-right .text h2 {
        font-size: 14px !important;
    }

    .nav-bar {
        height: auto !important;
    }
}

.btn {
    background-color: #000;
    color: #aa9166;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;

}

.btn:hover {
    background-color: #aa9166 !important;
    color: #000 !important;
}

/* Top Bar */
.top-bar {
    background: #cd9e4e;
    color: #000000;
    padding: 0 100px;
    font-size: 13px;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 45px;
    flex-wrap: wrap;
}

.top-left {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: -15px 0 0;
}

.top-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-item i {
    color: #000000;
    font-size: 14px;
}

.top-social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: -16px 0 0;
}

.top-social a {
    width: 34px;
    height: 34px;
    background: rgb(255 255 255 / 0%);
    color: #080808;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.top-social a:hover {
    /* background: #f59e0b; */
    color: #ffffff;
}

/* Hide top-bar on mobile */
@media (max-width: 768px) {
    .top-bar {
        display: none;
    }
}

.navbar-collapse {
    display: flex;
    align-items: center;
}

.navbar-nav {
    margin: auto;
}

.ml-auto {
    position: absolute;
    right: 0;
}

@media (max-width:991px) {

    .navbar-collapse {
        text-align: center;
        padding-top: 15px;
    }

    .navbar-nav {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .ml-auto {
        position: static;
        margin-top: 15px;
    }

.about-text { 
    padding: 15px 0; 
} 
.section-header h2 { 
    font-size: 36px; 
    font-weight: 700; 
    margin-bottom: 5px; 
    color: #222; 
} 
.section-header span { 
    color: #b68d40; 
    font-size: 16px; 
    font-weight: 600; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
} 
.about-text p { 
    color: #555; 
    line-height: 1.9; 
    margin-top: 20px; 
} 
.about-feature-list { 
    margin-top: 25px; 
} 
.feature-item { 
    display: flex; 
    align-items: center; 
    margin-bottom: 15px; 
    font-size: 16px; 
    color: #333; 
} 
.feature-item i { 
    color: #b68d40; 
    margin-right: 12px; 
    font-size: 18px; 
} 
.about-btn .btn { 
    /* background: #b68d40;  */
    color: #fff; 
    padding: 12px 30px; 
    border-radius: 4px; 
    text-transform: uppercase; 
    font-weight: 600; 
} 

.about-btn .btn:hover { 
    background: #222; 
    color: #fff; 
}}


.page-header {
    position: relative;
    background: url('../img/carousel-2.jpg') center center/cover no-repeat;
    height: 350px;
    padding: 120px 0;
    overflow: hidden;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 68%); 
    z-index: 1;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header h2,
.page-header a {
    color: #fff;
}

.page-header a {
    text-decoration: none;
    margin: 0 5px;
}

.page-header a:hover {
    color: #c89b3c; 
}


.feature-top {
    background: #000000 ;
}

.feature-card {
    background: #252424;
    padding: 25px 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    height: 95%;
    transition: all 0.3s ease;
    border-top: 10px solid #c89b3c;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: rgba(200,155,60,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    font-size: 34px;
    color: #000000;
}

.feature-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #cfcece;
}

.feature-card p {
    color: #a29494;
    line-height: 1.7;
    margin: 0;
    font-size: 15px;
}






/* .about-section {
    background: #fff;
}

.about-image-wrapper {
    position: relative;
}

.about-image-wrapper img {
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.experience-box {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: #c89b3c;
    color: #fff;
    padding: 20px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.experience-box h3 {
    font-size: 36px;
    margin: 0;
    font-weight: 700;
}

.experience-box span {
    font-size: 14px;
}

.section-subtitle {
    color: #c89b3c;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0 25px;
    color: #222;
}

.about-content p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 20px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 30px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-item i {
    color: #c89b3c;
    font-size: 18px;
}

.feature-item span {
    color: #333;
    font-weight: 500;
}

.btn-about {
    display: inline-block;
    background: #c89b3c;
    color: #fff;
    padding: 14px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.btn-about:hover {
    background: #b1872f;
    color: #fff;
} */







.about-v2 {
    padding: 70px 0;
    background: #ffffff;
}

.about-tag {
    display: inline-block;
    color: #c89b3c;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.about-v2 h2 {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.about-v2 p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
    font-size: 15px;
}

.about-stats {
    display: flex;
    gap: 25px;
    margin: 30px 0;
}

.stat-box {
    flex: 1;
    padding: 10px;
    border-left: 5px solid #c89b3c;
    background: #2e2e2e;
    border-radius: 8px;
}

.stat-box h3 {
    margin: 0;
    font-size: 28px;
    color: #eeebeb;
}

.stat-box span {
    font-size: 14px;
    color: #a29494;
}

.about-btn {
    display: inline-block;
    /* background: #c89b3c; */
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.about-btn:hover {
    /* background: #a77d2f; */
    color: #fff;
}

/* Image side */
.about-img-box {
    position: relative;
    text-align: center;
}

.about-img-box img {
    width: 90%;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.about-img {
    width: 430px;
    height: auto;
}

@media (max-width: 768px) {

    .about-img {
        width: 345px !important;
        height: auto;
    }
}

@media (max-width: 768px) {
    body .floating-card {
        display: none !important;
    }
}

.floating-card {
    position: absolute;
    bottom: -15px;
    left: -18px;
    background: #212020;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.floating-card i {
    color: #c89b3c;
    font-size: 20px;
}

.floating-card p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}






.why-v4 {
    padding: 50px 0;
    background: #fff;
}

/* Image */
.why-v4-img {
    position: relative;
}

.why-v4-img img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    margin: 0 0 50px;
}

.img-badge {
    position: absolute;
    bottom: 15px;
    left: 20px;
    background: #c89b3c;
    color: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.img-badge h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
}

.img-badge p {
    margin: 0;
    font-size: 13px;
}

/* Header */
.why-v4-header span {
    color: #c89b3c;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.why-v4-header h2 {
    font-size: 34px;
    font-weight: 800;
    margin: 10px 0 15px;
}

.why-v4-header p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 15px;
}

/* List */
.why-v4-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-v4-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    border-radius: 12px;
    background: #000000;
    transition: 0.3s;
    border: 1px solid;
}

.why-v4-item:hover {
    transform: translateX(8px);
    background: #151515;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.why-v4-item i {
    font-size: 22px;
    color: #c89b3c;
    margin-top: 5px;
}

.why-v4-item h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    color: #afaeae;
}

.why-v4-item p {
    margin: 0;
    color: #a29494;
    font-size: 14px;
}





.why-v8 {
    padding: 20px 0;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.why-v8-header span {
    color: #c89b3c;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.why-v8-header h2 {
    font-size: 34px;
    font-weight: 800;
    margin: 10px 0;
}

.why-v8-header p {
    color: #666;
    margin-bottom: 40px;
}

/* Card */
.why-v8-card {
    background: rgb(0 0 0);
    backdrop-filter: blur(10px);
    /* border: 1px solid rgba(0,0,0,0.05); */
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0 0 10px;
}

.why-v8-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* Icon Box */
.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #c89b3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 10px 25px rgba(200,155,60,0.3);
}

/* Text */
.why-v8-card h4 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #cfcece;
}

.why-v8-card p {
    color: #a29494;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .why-v8 .row {
        row-gap: 25px;
    }
}


.process {
    padding: 90px 0;
    background: #f8f9fa;
}

.process-box {
    background: #000000;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    margin: 0 0 15px;
}

.process-box:hover {
    transform: translateY(-10px);
}

.process-box h3 {
    font-size: 40px;
    color: #c89b3c;
    font-weight: 800;
}



.success {
    padding: 80px 0;
    background: #f8f9fa;
}

.success-card {
    background: #121518;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.success-card:hover {
    transform: translateY(-8px);
}

.success-card h4 {
    color: #aa9166;
    margin-bottom: 10px;
}

.success-card span {
    display: inline-block;
    margin-top: 10px;
    color: #c89b3c;
    font-weight: 600;
}


.success-section {
    padding: 20px;
    background: linear-gradient(180deg, #f8f9fb, #ffffff);
    font-family: 'Segoe UI', sans-serif;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}

.section-header p {
    color: #6b7280;
    font-size: 16px;
}

.success-card {
    background: #121518;
    border-radius: 14px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.success-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.success-card h4 {
    font-size: 25px;
    font-weight: 600;
    color: #aa9166;
    margin-bottom: 12px;
}

.success-card p {
    font-size: 14px;
    color: #a29494;
    line-height: 1.6;
    margin-bottom: 18px;
}

.success-card .outcome {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #0f766e;
    background: #ccfbf1;
    padding: 6px 10px;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .success-section .row {
        row-gap: 30px;
    }
}

.row > [class*="col-"] {
    /* padding-bottom: 25px; */
}


.about-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #f9fafc, #ffffff);
}

/* Image Styling */
.about-img {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.about-img img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.about-img:hover img {
    transform: scale(1.05);
}

/* Content */
.about-content {
    padding-left: 20px;
}

.section-header h2 {
    font-size: 34px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.section-header p {
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 20px;
}

.about-content p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
    font-size: 15px;
}

/* Button */
.about-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 22px;
    /* background: #0f172a; */
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease;
}

.about-btn:hover {
    /* background: #000000; */
}

/* Responsive */
@media (max-width: 768px) {
    .about-content {
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .about-content p {
        text-align: left;
    }

    .about-img {
        max-width: 345px;
        margin: 0 auto;
    }
}



.stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #000000, #000000);
    color: #fff;
}

.stat-box {
    padding: 20px;
    transition: 0.3s ease;
}

.stat-box h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.stat-box p {
    font-size: 14px;
    color: #cbd5e1;
}

.stat-box:hover {
    transform: translateY(-5px);
}

/* Mobile */
@media (max-width: 768px) {
    .stats-section {
        padding: 60px 15px;
    }

    .stat-box h2 {
        font-size: 32px;
    }
}



.cta-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #ffffff, #f5f7fb);
    color: #fff;
}

.cta-box {
    max-width: 800px;
    margin: auto;
}

.cta-box h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-box p {
    font-size: 15px;
    color: #0a0a0a;
    margin-bottom: 25px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.cta-btn.primary {
    background: #22c55e;
    color: #fff;
}

.cta-btn.primary:hover {
    background: #16a34a;
}

.cta-btn.secondary {
    background: #000000;
    border: 1px solid #000000;
    color: #cacaca;
}

.cta-btn.secondary:hover {
    background: #fff;
    color: #0f172a;
}

/* Mobile */
@media (max-width: 768px) {
    .cta-section {
        padding: 60px 15px;
    }

    .cta-box h2 {
        font-size: 28px;
    }
}


.modal-content {
    border-radius: 14px;
    overflow: hidden;
}

.modal-header {
    background: #0f172a;
    color: #fff;
}

.modal-header .btn-close {
    filter: invert(1);
}

.footer-contact p:last-of-type {
    display: flex;
    align-items: center;
    gap: 10px;
}
