:root {
    --red: #e6302e;
    --orange: #f7941d;
    --dark: #1c1c1c;
    --dark2: #222226;
    --gray-text: #6b6b6b;
}

* {
    font-family: 'Poppins', sans-serif;
}

body {
    color: #333;
}

a {
    text-decoration: none;
}

@media (max-width:991.98px) {

    .navbar-collapse {
        background: #111;
    }
}

.eyebrow {
    color: var(--red);
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: .85rem;
}

.eyebrow-line {
    width: 50px;
    height: 3px;
    background: var(--red);
    margin: .6rem 0 1.2rem;
}

.section-heading {
    font-weight: 700;
    font-size: 2.1rem;
    color: #222;
}

.btn-red {
    background: var(--red);
    color: #fff;
    border-radius: 8px;
    padding: .7rem 1.7rem;
    font-weight: 600;
    border: none;
}

.btn-red:hover {
    background: #c22422;
    color: #fff;
}

.btn-gradient {
    background: linear-gradient(90deg, var(--red), var(--orange));
    color: #fff;
    border-radius: 8px;
    padding: .7rem 1.7rem;
    font-weight: 600;
    border: none;
}

.btn-gradient:hover {
    opacity: .9;
    color: #fff;
}

.btn-outline-dark2 {
    border: 1.5px solid #fff;
    color: #fff;
    border-radius: 8px;
    padding: .65rem 1.6rem;
    font-weight: 600;
}

.btn-outline-dark2:hover {
    background: #fff;
    color: var(--dark);
}

/* NAVBAR */
.navbar {
    padding: 1.1rem 0;
    position: absolute;
    width: 100%;
    z-index: 20;
    top: 0;
}

.brand {
    font-weight: 800;
    font-size: 1.9rem;
    color: #fff;
    line-height: 1;
    display: flex;
    /* flex-direction: column; */
}

.brand .num {
    color: #fff;
}

.brand .num span {
    color: var(--red);
}

.brand small {
    letter-spacing: 6px;
    font-size: .7rem;
    color: #fff;
    font-weight: 500;
}

.brand-logo-img {
    height: 58px;
    width: auto;
    object-fit: contain;
}

.nav-link-custom {
    color: #fff !important;
    font-weight: 500;
    margin: 0 .8rem;
    padding-bottom: 4px;
}

.nav-link-custom.active {
    color: var(--red) !important;
    border-bottom: 2px solid var(--red);
}

.social-round {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* HERO */
.hero-carousel {
    position: relative;
}
.btn-hero-contrast {
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: .7rem 1.7rem;
    font-weight: 600;
    border: 2px solid #000;
    transition: all 0.3s ease;
}

.btn-hero-contrast:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.hero {
    position: relative;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.hero .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.hero .row {
    min-height: 700px;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(15, 15, 15, .72), rgba(15, 15, 15, .72));
}



.hero h1 {
    font-size: 68px;
    font-weight: 800;
    line-height: 1.15;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.hero p {
    max-width: 700px;
    margin: 25px auto 40px;
    color: #ddd;
    font-size: 18px;
}

.hero .d-flex {
    justify-content: center;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: var(--red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    z-index: 5;
    opacity: 1;
}

.hero-arrow.left {
    left: 20px;
}

.hero-arrow.right {
    right: 20px;
}

/* ABOUT */
.about-img-wrap {
    position: relative;
}

.about-img-frame {
    background: var(--red);
    border-radius: 16px;
    position: absolute;
    top: -16px;
    left: -16px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.about-img {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    height: 420px;
    overflow: hidden;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.about-badge {
    position: absolute;
    bottom: -25px;
    right: 20px;
    background: #fff;
    border-radius: 14px;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .12);
    text-align: center;
    z-index: 2;
}

.about-badge .stars {
    color: var(--orange);
    font-size: .9rem;
}

.about-badge h3 {
    color: var(--red);
    font-weight: 800;
    margin: .3rem 0 0;
}

.check-item {
    display: flex;
    gap: .7rem;
    margin-bottom: .9rem;
    align-items: flex-start;
}

.check-item i {
    background: var(--red);
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    margin-top: .2rem;
}

/* SERVICES */
.services-section {
    background: #f9f9f9;

}

.service-hero-card {
    background: linear-gradient(135deg, var(--red), #b91c1a);
    border-radius: 16px;
    color: #fff;
    padding: 3rem 2.2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.service-hero-card .eyebrow {
    color: #ffd7d6;
}

.service-hero-card h3 {
    font-weight: 700;
    font-size: 1.9rem;
}

.service-card {
    background: #fff;
    border-radius: 14px;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #eee;
    transition: .25s;
}

.service-card.has-list {
    min-height: 400px;
}

.service-list {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.service-list li {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    font-size: .85rem;
    line-height: 1.35;
    color: var(--gray-text);
    margin-bottom: .5rem;
}

.service-list li:last-child {
    margin-bottom: 0;
}

.service-list li i {
    color: var(--red);
    font-size: .75rem;
    margin-top: .3rem;
}

.service-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .07);
    transform: translateY(-5px);
}

.service-icon {
    font-size: 2.4rem;
    color: var(--red);
    margin-bottom: 1rem;
}

.service-card h5 {
    font-weight: 700;
    color: var(--red);
    margin-bottom: .6rem;
}

.service-card p {
    color: var(--gray-text);
    font-size: .9rem;
}

.service-link {
    color: var(--red);
    font-weight: 600;
    font-size: .85rem;
}

/* SERVICES CAROUSEL (Owl Carousel) */
.services-carousel .item {
    padding: 6px 10px;
}

.services-carousel .owl-stage-outer {
    padding: 4px 0 8px;
}

.services-carousel .owl-nav {
    display: none;
}

.services-carousel .owl-dots {
    text-align: center;
    margin-top: 1.4rem;
}

.services-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ddd;
    display: block;
    border-radius: 50%;
    transition: .25s;
}

.services-carousel .owl-dot.active span,
.services-carousel .owl-dot:hover span {
    background: var(--red);
    width: 26px;
    border-radius: 6px;
}

/* WHO ARE WE */
.mission-card {
    border: 1.5px solid #f0d3d2;
    border-radius: 12px;
    padding: 1.6rem;
    height: 100%;
}

.mission-card i {
    font-size: 1.8rem;
    color: var(--red);
    margin-bottom: .7rem;
    display: block;
}

.mission-card h6 {
    font-weight: 700;
}

.mission-card p {
    color: var(--gray-text);
    font-size: .88rem;
    margin: 0;
}

/* Before */
.who-img::before {
    height: 460px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.who-img::before img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

/* After */
.who-img::after {
    height: auto;
    border-radius: 16px;
    position: relative;
    overflow: visible;
}

.who-img::after img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

/* STATS */
.stats-section {
    background: linear-gradient(rgba(15, 15, 15, .75), rgba(15, 15, 15, .75)),
        repeating-linear-gradient(45deg, #333 0 2px, #2a2a2a 2px 4px);
    color: #fff;
    padding: 4rem 0 2rem;
    background-image: url("../assets/images/bg2.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.stat-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1rem;
}

.stat-num {
    font-weight: 800;
    font-size: 2rem;
}

.stat-label {
    color: #ccc;
    font-size: .9rem;
}

/* PORTFOLIO */
.portfolio-thumb {
    height: 270px;
    border-radius: 12px;
    overflow: hidden;
}

.portfolio-thumb img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-position: center;
    border-radius: 12px;
    transition: .3s;
}

.portfolio-thumb:hover img {
    transform: scale(1.06);
}

/* TESTIMONIALS */
.testi-card {
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 1.8rem;
    background: #fff;
    height: 100%;
}

.testi-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--red), var(--orange));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
}

/* TEAM */
.team-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 340px;
}

.team-card .ph {
    width: 100%;
    height: 100%;
}

.team-card .ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 0 !important;
}

.team-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, .55);
    opacity: 0;
    transition: .25s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.team-overlay .role {
    font-size: .85rem;
    color: #ddd;
}

.team-social {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .25rem;
}

/* CLIENTS */
.client-logo {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-weight: 700;
    font-size: 1.2rem;
    filter: grayscale(1);
    opacity: .6;
}

/* CONTACT */
.contact-section {
    background: var(--dark2);
}

.contact-img {
    height: 100%;
    min-height: 420px;
    border-radius: 14px 0 0 14px;
    overflow: hidden;
}

.contact-img img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px 0 0 14px;
}

.contact-form-wrap {
    background: #2b2b2f;
    border-radius: 0 14px 14px 0;
    padding: 3rem;
    color: #fff;
    height: 100%;
}

.contact-form-wrap .form-control {
    background: #fff;
    border: none;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: .7rem 1rem;
}

.btn-send {
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: .7rem 1.8rem;
    font-weight: 600;
}

.btn-send:hover {
    background: var(--red);
    color: #fff;
}

.btn-send:disabled {
    opacity: .7;
    cursor: not-allowed;
}

/* Contact form submit status message */
#contact-form-status {
    display: none;
    padding: .8rem 1rem;
    border-radius: 8px;
    font-size: .92rem;
    font-weight: 500;
    align-items: center;
    gap: .6rem;
}

#contact-form-status.show {
    display: flex;
}

#contact-form-status.text-success {
    background: rgba(40, 199, 111, .12);
    border: 1px solid rgba(40, 199, 111, .4);
    color: #fff;
}

#contact-form-status.text-danger {
    background: rgba(230, 48, 46, .12);
    border: 1px solid rgba(230, 48, 46, .4);
    color: var(--red);
}

#contact-form-status .status-icon {
    font-size: 1.1rem;
    line-height: 1;
    flex-shrink: 0;
}

.btn-send .spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    margin-right: .5rem;
    vertical-align: -2px;
    animation: btn-spin .7s linear infinite;
}

@keyframes btn-spin {
    to { transform: rotate(360deg); }
}

/* FOOTER */
footer {
    background: var(--dark);
    color: #bbb;
    padding-top: 3.5rem;
}

footer h6 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.1rem;
}

footer a {
    color: #aaa;
    display: block;
    margin-bottom: .6rem;
    font-size: .9rem;
}

footer a:hover {
    color: var(--red);
}

footer a i {
    color: var(--red);
    margin-right: .4rem;
}

.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 2.5rem;
    padding: 1.2rem 0;
    text-align: center;
    color: #888;
    font-size: .85rem;
}

@media (max-width:767px) {
    .hero h1 {
        font-size: 2.2rem;
    }

    .contact-img {
        border-radius: 14px 14px 0 0;
        min-height: 220px;
    }

    .contact-form-wrap {
        border-radius: 0 0 14px 14px;
    }
}

.portfolio-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 320px;
}

.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}

.portfolio-card:hover img {
    transform: scale(1.08);
}

/* Bottom Overlay */
.portfolio-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .65);
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

/* Title */
.portfolio-overlay h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

/* Description Hidden Initially */
.portfolio-overlay p {
    margin-top: 12px;
    font-size: 15px;
    color: #eee;

    opacity: 0;
    transform: translateY(30px);
    max-height: 0;
    overflow: hidden;

    transition: all .4s ease;
}

/* Hover */
.portfolio-card:hover .portfolio-overlay p {
    opacity: 1;
    transform: translateY(0);
    max-height: 80px;
}
.contact-form-wrap-red {
    background: var(--red);
    border-radius: 14px;
}