/*
Theme Name: Twenty Thirteen Child
Theme URI: https://wordpress.org/themes/twentythirteen/
Template: twentythirteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Tags: blog,one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,footer-widgets,microformats,post-formats,rtl-language-support,sticky-post,translation-ready,accessibility-ready,block-patterns
Version: 4.5.1776400576
Updated: 2026-04-17 04:36:16

*/

:root {
    --gold: #C8A951;
    --gold-light: #E8D48B;
    --gold-dark: #A68B3C;
    --red: #B91C1C;
    --red-dark: #7F1D1D;
    --red-light: #DC2626;
    --navy: #0F172A;
    --navy-light: #1E293B;
    --charcoal: #1A1A2E;
    --white: #FFFFFF;
    --off-white: #FAFAF5;
    --cream: #FDF8EE;
    --gray-100: #F1F5F9;
    --gray-200: #E2E8F0;
    --gray-500: #64748B;
    --gray-700: #334155;
    --font-heading: "Google Sans Flex", sans-serif;
    --font-body: "DM Sans", sans-serif;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, .1);
    --shadow-lg: 0 10px 40px rgba(0, 0, 0, .15);
    --shadow-gold: 0 4px 20px rgba(200, 169, 81, .25);
    --radius: 12px;
    --transition: all .35s cubic-bezier(.4, 0, .2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    height: 100%
}

body {
    font-family: var(--font-body);
    color: var(--gray-700);
    background: var(--white);
    height: 100%;
    overflow-x: hidden
}
.container, .container-fluid {
    max-width: 95%;
}

/* TOP BAR */
.top-bar {
    background: linear-gradient(135deg, var(--navy) 0%, var(--charcoal) 100%);
    color: var(--white);
    padding: 8px 0;
    font-size: 13px;
    position: relative;
    z-index: 1001
}

.top-bar a {
    color: var(--gold-light);
    text-decoration: none;
    transition: var(--transition)
}

.top-bar a:hover {
    color: var(--gold)
}

.top-bar .call-btn {
    background: var(--red);
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    transition: var(--transition)
}

.top-bar .call-btn:hover {
    background: var(--gold);
    color: var(--navy)
}

/* HEADER */
.main-header {
    background: var(--white);
    box-shadow: var(--shadow-md);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition)
}

.main-header .site-logo {
    width: 60%;
}

.main-header.scrolled {
    box-shadow: 0 2px 30px rgba(0, 0, 0, .12)
}

.header-logo {
    height: 52px
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0;
    align-items: center
}

.nav-menu li a {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 14px;
    color: var(--navy);
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 8px;
    transition: var(--transition);
    position: relative;
    letter-spacing: .3px
}

.nav-menu li a:hover,
.nav-menu li a.active {
    color: var(--red);
    background: rgba(185, 28, 28, .06)
}

.btn-franchise {
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    color: #fff !important;
    padding: 10px 24px !important;
    border-radius: 25px !important;
    font-weight: 500 !important;
    letter-spacing: .5px;
    box-shadow: 0 4px 15px rgba(185, 28, 28, .3);
    border: none
}

.btn-franchise:hover {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    box-shadow: var(--shadow-gold);
    transform: translateY(-2px);
    color: var(--navy) !important
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--navy);
    cursor: pointer
}

/* HERO */
.hero-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--charcoal) 50%, var(--red-dark) 100%);
    position: relative;
    padding: 80px 0 60px;
    overflow: hidden;
    min-height: 600px
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(200, 169, 81, .12) 0%, transparent 70%);
    border-radius: 50%
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(185, 28, 28, .1) 0%, transparent 70%);
    border-radius: 50%
}

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

.hero-badge {
    display: inline-block;
    background: rgba(200, 169, 81, .15);
    border: 1px solid rgba(200, 169, 81, .3);
    color: var(--gold-light);
    padding: 6px 18px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--font-heading)
}

.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 400;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -1px
}

.hero-title span {
    color: var(--gold)
}

.hero-sub {
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    margin-bottom: 24px;
    line-height: 1.7
}

.hero-benefits {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.hero-benefits li {
    color: rgba(255, 255, 255, .85);
    padding: 5px 0;
    font-size: 15px
}

.hero-benefits li i {
    color: var(--gold);
    margin-right: 10px;
    width: 20px
}

.hero-cta .btn {
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 500;
    letter-spacing: .5px;
    font-family: var(--font-heading);
    font-size: 15px;
    transition: var(--transition)
}

.btn-gold {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
padding: 13px 20px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--white);
    border: none;
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none;

    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    overflow: hidden;
}

.btn-gold::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.45),
        transparent
    );
    transition: all 0.6s ease;
}

.btn-gold:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    box-shadow: var(--shadow-gold);
    color: var(--white);
}

.btn-gold:hover::before {
    left: 120%;
}

.btn-gold i {
    transition: transform 0.3s ease;
}

.btn-gold:hover i {
    transform: translateX(6px);
}

.btn-gold:active {
    transform: scale(0.96);
    box-shadow: var(--shadow-sm);
}
.btn-outline-light-custom {
    border: 2px solid rgba(255, 255, 255, .3);
    color: #fff;
    background: transparent
}

.btn-outline-light-custom:hover {
    background: var(--white);
    color: var(--navy);
    border-color: var(--white)
}

/* HERO FORM */
.hero-form-card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    padding: 30px;
    position: relative;
    z-index: 2;
    animation: formPulse 3s ease-in-out infinite
}

@keyframes formPulse {

    0%,
    100% {
        box-shadow: 0 10px 40px rgba(0, 0, 0, .15)
    }

    50% {
        box-shadow: 0 10px 40px rgba(200, 169, 81, .35)
    }
}

.hero-form-card h3 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 20px;
    color: var(--navy);
    margin-bottom: 4px;
    letter-spacing: -.5px
}

.form-sub {
    color: var(--gray-500);
    font-size: 13px;
    margin-bottom: 20px
}

.form-control {
    border: 1.5px solid var(--gray-200);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    transition: var(--transition)
}

.form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(200, 169, 81, .15)
}

.btn-submit {
    width: 100%;
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 500;
    font-family: var(--font-heading);
    font-size: 15px;
    letter-spacing: .5px;
    transition: var(--transition);
    cursor: pointer
}

.btn-submit:hover {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: var(--navy);
    transform: translateY(-2px)
}

.form-note {
    font-size: 11px;
    color: var(--red);
    margin-top: 10px;
    text-align: center
}

/* CERTIFICATION MARQUEE */
.cert-section {
    background: var(--cream);
    padding: 20px 0;
    overflow: hidden;
    border-top: 2px solid rgba(200, 169, 81, .15);
    border-bottom: 2px solid rgba(200, 169, 81, .15)
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 20s linear infinite;
    width: max-content
}

.marquee-track:hover {
    animation-play-state: paused
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.cert-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 40px;
    white-space: nowrap
}

.cert-item i {
    font-size: 28px;
    color: var(--gold)
}

.cert-item span {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 15px;
    color: var(--navy);
    letter-spacing: .3px
}

/* SECTION COMMON */
.section-pad {
    padding: 70px 0
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 400;
    color: var(--navy);
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: -1px
}

.section-title span {
    color: var(--red)
}

.section-sub {
    text-align: center;
    color: var(--gray-500);
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 40px
}

.gold-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), var(--gold-dark));
    border-radius: 2px;
    margin: 12px auto 16px
}

/* PRODUCT CATEGORIES */
.cat-section {
    background: var(--off-white)
}

.cat-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    height: 220px;
    cursor: pointer;
    transition: var(--transition)
}

.cat-card .cat-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    filter: brightness(.55);
    background-size: cover;
    background-position: center
}

.cat-card:hover .cat-bg {
    filter: brightness(.85);
    transform: scale(1.08)
}

.cat-card .cat-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, .8) 100%)
}

.cat-card .cat-name {
    color: #fff;
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .3px;
    transition: var(--transition)
}

.cat-card:hover .cat-name {
    color: var(--gold-light);
    transform: translateY(-4px)
}

/* ABOUT */
.about-section {
    background: var(--white)
}

.about-img-wrap {
    position: relative;
    padding: 20px
}

.about-img-main {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg)
}

.about-img-accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    border: 4px solid var(--white)
}

.about-content h2 {
    font-family: var(--font-heading);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 16px;
    letter-spacing: -.8px
}

.about-content h2 span {
    color: var(--red)
}

.about-content p {
    color: var(--gray-500);
    line-height: 1.8;
    margin-bottom: 16px
}

.about-stats {
    display: flex;
    gap: 10px;
    margin: 40px 0;
    justify-content: space-between;
    flex-wrap: wrap
}

.about-stat {
    flex: 1;
    min-width: 180px
}

.stat-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .4));
    border: 2px solid rgba(200, 169, 81, .15);
    border-radius: 16px;
    padding: 24px 15px;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(200, 169, 81, .08), transparent 70%);
    border-radius: 50%
}

.stat-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200, 169, 81, .35);
    box-shadow: 0 12px 40px rgba(200, 169, 81, .15)
}

.stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    margin: 0 auto 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}

.stat-content {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px
}

.stat-num {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 700;
    color: var(--red);
    letter-spacing: -.8px
}

.stat-plus {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 2px
}

.stat-label {
    font-size: 13px;
    color: var(--gray-500);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 12px
}

@media(max-width:767px) {
    .about-stats {
        gap: 12px
    }

    .stat-card {
        padding: 20px
    }

    .stat-num {
        font-size: 28px
    }

    .stat-icon {
        width: 50px;
        height: 50px;
        font-size: 24px
    }

    .stat-label {
        font-size: 11px
    }
}

/* OFFER CARDS */
.offer-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--charcoal) 100%);
    color: #fff
}

.offer-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(200, 169, 81, .15);
    border-radius: var(--radius);
    padding: 30px 20px;
    text-align: center;
    transition: var(--transition);
    height: 100%
}

.offer-card:hover {
    background: rgba(200, 169, 81, .1);
    border-color: var(--gold);
    transform: translateY(-6px)
}

.offer-card .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 24px;
    color: var(--navy)
}

.offer-card h4 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: .2px
}

.offer-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.6
}

/* PRODUCTS */
.products-section {
    background: var(--off-white)
}

.product-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%
}

.product-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px)
}

.product-img-wrap {
    height: 200px;
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.product-img-wrap .placeholder-icon {
    font-size: 60px;
    color: var(--gold)
}

.product-body {
    padding: 20px
}

.product-body h4 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 16px;
    color: var(--navy);
    margin-bottom: 6px;
    letter-spacing: .2px
}

.product-body p {
    font-size: 13px;
    color: var(--gray-500);
    line-height: 1.6;
    margin-bottom: 14px
}

.btn-enquire {
    background: transparent;
    border: 2px solid var(--red);
    color: var(--red);
    padding: 7px 20px;
    border-radius: 20px;
    font-family: var(--font-heading);
    font-weight: 500;
    letter-spacing: .3px;
    font-size: 13px;
    transition: var(--transition);
    cursor: pointer
}

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

/* WHY CHOOSE */
.why-section {
    background: var(--white)
}

.why-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: var(--radius);
    transition: var(--transition);
    border: 1px solid transparent
}

.why-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px)
}

.why-card .why-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 28px;
    color: var(--red);
    transition: var(--transition)
}

.why-card:hover .why-icon {
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: #fff
}

.why-card h4 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 16px;
    color: var(--navy);
    margin-bottom: 8px
}

.why-card p {
    font-size: 13px;
    color: var(--gray-500);
    line-height: 1.6
}

/* BENEFITS */
.benefits-section {
    background: linear-gradient(135deg, var(--red-dark) 0%, var(--red) 50%, var(--gold-dark) 100%);
    color: #fff;
    position: relative;
    overflow: hidden
}

.benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0
}

.benefit-item .b-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px
}

.benefit-item h5 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px
}

.benefit-item p {
    font-size: 13px;
    opacity: .85;
    line-height: 1.6;
    margin: 0
}

/* CONTACT */
.contact-section {
    background: var(--off-white)
}

.contact-info-card {
    background: linear-gradient(135deg, var(--navy), var(--charcoal));
    color: #fff;
    border-radius: var(--radius);
    padding: 36px;
    height: 100%
}

.contact-info-card h3 {
    font-family: var(--font-heading);
    font-weight: 500;
    margin-bottom: 24px;
    font-size: 22px
}

/* .btn-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--white);
    border: none;
    border-radius: var(--radius);
    font-family: var(--font-body);
    font-weight: 600;
    cursor: pointer;
padding: 12px 24px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    overflow: hidden;
}

.btn-submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    transition: all 0.6s ease;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-gold);
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

.btn-submit:hover::before {
    left: 125%;
}

.btn-submit i {
    transition: transform 0.3s ease;
}

.btn-submit:hover i {
    transform: translateX(4px);
}

.btn-submit:active {
    transform: scale(0.96);
    box-shadow: var(--shadow-sm);
} */

.contact-detail {
    display: flex;
    gap: 14px;
    margin-bottom: 20px
}

.contact-detail .c-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: rgba(200, 169, 81, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold)
}

.contact-detail h5 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2px
}

.contact-detail p {
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    margin: 0
}

.contact-form-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 36px;
    box-shadow: var(--shadow-md);
    height: 100%
}

.contact-form-card h3 {
    font-family: var(--font-heading);
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 24px;
    font-size: 22px
}

/* FOOTER */
.main-footer {
    background: var(--navy);
    color: rgba(255, 255, 255, .7);
    padding: 60px 0 0
}

.main-footer h5 {
    font-family: var(--font-heading);
    font-weight: 500;
    color: var(--white);
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px
}

.main-footer h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: var(--gold);
    border-radius: 2px
}

.main-footer p {
    font-size: 13px;
    line-height: 1.8
}

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

.footer-links li {
    padding: 4px 0
}

.footer-links li a {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    font-size: 13px;
    transition: var(--transition)
}

.footer-links li a:hover {
    color: var(--gold);
    padding-left: 6px
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 16px
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .6);
    transition: var(--transition);
    text-decoration: none
}

.footer-social a:hover {
    background: var(--gold);
    color: var(--navy)
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 20px 0;
    margin-top: 40px;
    text-align: center;
    font-size: 13px
}

/* OWL OVERRIDES */
.owl-theme .owl-dots .owl-dot span {
    background: var(--gray-200);
    transition: var(--transition)
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--red)
}

.owl-theme .owl-nav {
    position: absolute;
    width: calc(100% + 80px);
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, var(--red), var(--red-dark)) !important;
    color: #fff !important;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    transition: var(--transition);
    padding: 0 !important;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 15px rgba(185, 28, 28, .25)
}

.owl-theme .owl-nav .owl-prev {
    left: 0
}

.owl-theme .owl-nav .owl-next {
    right: 0
}

.owl-carousel:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark)) !important;
    color: var(--navy) !important;
    box-shadow: var(--shadow-gold);
    transform: translateY(-50%) scale(1.1)
}

.owl-theme .owl-nav [class*=owl-]:active {
    transform: translateY(-50%) scale(.95)
}

/* AOS-like animations */
[data-anim] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease, transform .6s ease
}

[data-anim].visible {
    opacity: 1;
    transform: translateY(0)
}

[data-anim="fade-right"] {
    transform: translateX(-30px)
}

[data-anim="fade-right"].visible {
    transform: translateX(0)
}

[data-anim="fade-left"] {
    transform: translateX(30px)
}

[data-anim="fade-left"].visible {
    transform: translateX(0)
}

[data-anim="zoom-in"] {
    transform: scale(.9)
}

[data-anim="zoom-in"].visible {
    transform: scale(1)
}

/* TOAST */
.toast-msg {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--navy);
    color: #fff;
    padding: 16px 24px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    z-index: 9999;
    transform: translateY(100px);
    opacity: 0;
    transition: var(--transition);
    border-left: 4px solid var(--gold)
}

.toast-msg.show {
    transform: translateY(0);
    opacity: 1
}

/* RESPONSIVE */
@media(max-width:991px) {
    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: var(--shadow-lg);
        padding: 16px;
        gap: 0
    }

    .nav-menu.open {
        display: flex
    }

    .nav-menu li a {
        padding: 12px 16px;
        display: block
    }

    .mobile-toggle {
        display: block
    }

    .hero-section {
        padding: 50px 0 40px
    }

    .about-img-wrap {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .about-stats {
        flex-wrap: wrap;
        gap: 16px
    }

    .top-bar .d-flex {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center !important;
        text-align: center
    }
}

/* SCROLL TO TOP */
.scroll-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    justify-content: center
}

.scroll-top.show {
    opacity: 1;
    visibility: visible
}

.scroll-top:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-3px)
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-nav button {
    pointer-events: all;
    background: var(--navy);
    border: 1px solid var(--navy-light);
    color: var(--white);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button:hover {
    background: var(--gold) !important;
    color: var(--navy);
    border-color: var(--gold-dark);
    box-shadow: var(--shadow-gold);
}

.owl-nav i {
    font-size: 14px;
}

.owl-prev {
    margin-left: 10px;
}

.owl-next {
    margin-right: 10px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
    margin: 0 6px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: var(--gray-200);
    display: block;
    border-radius: 50%;
    transition: var(--transition);
}

.owl-dot.active span {
    width: 24px;
    background: var(--gold);
    border-radius: 20px;
}

.owl-dot:hover span {
    background: var(--gold-light);
}
@media(min-width:767px){
    img.img-fluid.footer-logo {
    width: 60%;
}
}
@media(max-width:767px){
.main-header .site-logo {
    width: 75%;
}
.main-footer {
    padding: 60px 0 35px;
}
}
/* salveo mobile quick menu css */
	#salveo-mobile-quick-menu {
		width: 100%;
		display: flex;
		justify-content: space-around;
		align-items: stretch;
		background: var(--white);
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		padding: 0;
		margin: 0 !important;
		height: 65px;
		box-shadow: var(--shadow-md);
		border-top: 3px solid var(--gold);
	}

	#salveo-mobile-quick-menu a {
		flex-grow: 1;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 5px 0;
		font-size: 12px;
		color: var(--navy) !important;
		font-weight: 600;
		text-decoration: none !important;
		border-right: 1px solid var(--gray-200);
		transition: var(--transition);
	}

	#salveo-mobile-quick-menu a:last-child {
		border-right: none;
	}

	#salveo-mobile-quick-menu a:hover {
		background-color: var(--gray-100);
		color: var(--gold) !important;
	}

	#salveo-mobile-quick-menu a i {
		font-size: 24px;
		margin-bottom: 2px;
		color: var(--navy);
		transition: var(--transition);
		transform-origin: center;
	}

	#salveo-mobile-quick-menu a:hover i {
		color: var(--gold);
	}

	#salveo-mobile-quick-menu #salveo-call i {
		animation: phone-pulse 2s infinite ease-out;
	}

	@keyframes phone-pulse {
		0% {
			transform: scale(1);
		}

		5% {
			transform: scale(1.1);
			color: var(--gold);
		}

		10% {
			transform: scale(1);
		}

		20% {
			transform: rotate(5deg);
		}

		25% {
			transform: rotate(-5deg);
		}

		30% {
			transform: rotate(5deg);
		}

		35% {
			transform: rotate(0deg);
		}

		100% {
			transform: scale(1);
		}
	}

	#salveo-mobile-quick-menu #salveo-whatsapp i {
		animation: whatsapp-glow 3s infinite ease-in-out;
	}

	@keyframes whatsapp-glow {

		0%,
		100% {
			text-shadow: 0 0 5px var(--gold), 0 0 10px rgba(0, 0, 0, 0.1);
			transform: scale(1);
		}

		50% {
			text-shadow: 0 0 15px var(--gold), 0 0 20px var(--gold);
			transform: scale(1.05);
		}
	}

	#salveo-mobile-quick-menu .custom-primary i {
		animation: send-bounce 2.5s infinite;
	}

	@keyframes send-bounce {

		0%,
		20%,
		50%,
		80%,
		100% {
			transform: translateY(0);
		}

		40% {
			transform: translateY(-5px);
		}

		60% {
			transform: translateY(-3px);
		}
	}
