/*==================================================
    GLOBAL
==================================================*/

:root {
    --gold: #d9a441;
    --gold-light: #efc56b;
    --dark: #090909;
    --text: #fff;
    --gray: #cfcfcf;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    /* font-family:sans-serif; */
    background: #fff;
    /* overflow-x:hidden; */
}

/*=====================================
        Navbar
======================================*/
.custom-navbar {
    background: #0d0d0d;
    border-bottom: 2px solid #edb65d;
    padding: 0;
}

.navbar-toggler {
    display: flex;
    gap: 10px;
    padding: 0;
}

.navbar-toggler-icon {
    margin-top: 5px;
}

/*=====================================
        Logo
======================================*/

.logo {
    height: 52px;
    width: auto;
}

/*=====================================
      Navigation
======================================*/

.navbar-nav {
    gap: 18px;
}

.nav-link {
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
    padding: 8px 4px !important;
}

.nav-link:hover {
    color: #d8a640 !important;
}

.nav-link.active {
    color: #d8a640 !important;
}

.dropdown-toggle::after {
    margin-left: 7px;
    vertical-align: 2px;
}

.dropdown-menu {
    background: #111;
    border: 1px solid #b8892d;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover {
    background: #d6a43d;
    color: #111;
}

/*=====================================
      Right Section
======================================*/

.navbar-right {
    white-space: nowrap;
}

.phone-box {
    width: 42px;
    height: 42px;
    border: 1px solid #9b7525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8a640;
    font-size: 15px;
}

.phone-number {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.quote-btn {
    background: #d6a43d;
    color: #111;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 4px;
    transition: .3s;
}

.quote-btn:hover {
    background: #c9972e;
    color: #111;
}

.phone-toggler {
    border: none;
    background-color: #0d0d0d;
}

/*=====================================
      Hamburger
======================================*/

.hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: none;
    background: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.hamburger-btn i {
    font-size: 22px;
    transition: all .35s ease;
}

.hamburger-btn.active i {
    transform: rotate(180deg);
}

/*==================================================
    HERO SECTION
==================================================*/

.hero_section {
    background-color: #000;
    padding: 50px 0 50px;
}

.hero_subtitle {
    color: var(--gold);
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 10px;
}

.hero_title {
    color: var(--text);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
    width: 70%;
}

.luxury-hero {
    padding: 50px 0 30px;
    position: relative;
    overflow: hidden;
    background: #090909;
    display: flex;
    align-items: center;
}

/*==========================
Background
==========================*/

.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, #090909 0%, #0b0b0b 38%, rgba(9, 9, 9, .72) 68%, rgba(9, 9, 9, .25) 100%);
}

.hero-glow {
    position: absolute;
    right: -250px;
    top: -220px;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 166, 74, .20), transparent 70%);
    filter: blur(40px);
}

/*==========================
Content
==========================*/

.hero-content {
    position: relative;
    z-index: 5;
    max-width: 590px;
}

.hero-top-title {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--gold);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-content h1 {
    margin: 0;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    line-height: 1.08;
    font-weight: 700;
}

.hero-content h1 span {
    color: var(--gold);
}

.hero-content p {
    margin-top: 10px;
    color: #d3d3d3;
    font-size: 15px;
    line-height: 1.75;
    max-width: 360px;
}

/*==========================
Buttons
==========================*/

.hero-btn-group {
    display: flex;
    gap: 18px;
    margin-top: 20px;
}

.hero-btn {
    padding: 9px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: .35s;
}

.hero-btn-gold {
    color: #1d1d1d;
    background: linear-gradient(#E3B757, #C89234);
}

.hero-btn-gold:hover {
    color: #111;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(212, 166, 74, .35);
}

.hero-btn-dark {
    color: #fff;
    border: 1px solid rgba(212, 166, 74, .45);
    background: rgba(255, 255, 255, .02);
}

.hero-btn-dark:hover {
    background: var(--gold);
    color: #111;
}

/*=====================================
RIGHT SECTION
======================================*/

.hero-right {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* bottom:-35px; */
}

.glass-card {
    position: relative;
    width: 390px;
    padding: 25px 30px;
    border-radius: 20px;
    /* overflow:hidden; */
    background: rgba(18, 18, 18, .72);
    backdrop-filter: blur(22px);
    border: 1px solid rgba(212, 166, 74, .28);
    box-shadow:
        0 35px 70px rgba(0, 0, 0, .45),
        inset 0 1px 0 rgba(255, 255, 255, .05);
    z-index: 5;
}

/*=====================================
SHIELD
======================================*/

.card-shield {
    position: absolute;
    top: -48px;
    right: 40px;
    color: #d8a640;
    /* border: 2px solid #d8a640; */
    font-size: 60px;
}

.card-check {
    position: absolute;
    top: -18px;
    right: 60px;
    color: #fff;
    font-size: 23px;
}

.shield-circle i {
    color: #fff;
    font-size: 34px;
}

/*=====================================
CARD CONTENT
======================================*/

.mini-title {
    display: block;
    margin-bottom: 8px;
    color: #D4A64A;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
}

.glass-card h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.glass-card p {
    margin-top: 12px;
    color: #bfbfbf;
    font-size: 14px;
    line-height: 1.9;
    max-width: 300px;
}

/*=====================================
READ BUTTON
======================================*/

.read-btn {
    width: 86%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding: 15px 20px;
    border-radius: 8px;
    text-decoration: none;
    background: linear-gradient(#E3B757, #C89234);
    color: #111;
    font-size: 15px;
    font-weight: 600;
    transition: .35s;
}

.read-btn:hover {
    color: #111;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(212, 166, 74, .35);
}

/*=====================================
TOP HIGHLIGHT
======================================*/

.card-highlight {
    position: absolute;
    inset: 0;
    border-radius: 26px;
    pointer-events: none;
}

.card-highlight::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .28),
            transparent);
}

.card-highlight::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(transparent,
            rgba(255, 255, 255, .08),
            transparent);
}

/*=====================================
CARD BORDER SHADOW
======================================*/

.glass-card {
    box-shadow:
        0 35px 80px rgba(0, 0, 0, .58),
        inset 0 0 0 1px rgba(212, 166, 74, .10),
        inset 0 1px 0 rgba(255, 255, 255, .05);
}

/*=====================================
BUTTON EFFECT
======================================*/

.read-btn {
    position: relative;
    overflow: hidden;
}

.read-btn::before {
    content: "";
    position: absolute;
    left: -120%;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .35),
            transparent);
    transition: .7s;
}

.read-btn:hover::before {
    left: 150%;
}

/*=====================================
CARD HOVER
======================================*/

.glass-card {
    transition: .45s;
}

.glass-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 166, 74, .45);
}

/*==========================================
        OUR SERVICES
==========================================*/

/*==========================
        Heading
==========================*/

.service-heading {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-subtitle {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #c59a4d;
    margin-bottom: 6px;
    line-height: 1;
}

.service-heading h2 {
    position: relative;
    margin: 0;
    color: #1f1f1f;
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.05;
}

.service-heading h2::before {
    content: "";
    position: absolute;
    left: -35%;
    top: 17px;
    width: 80px;
    height: 2px;
    background: #c59a4d;
}

.service-heading h2::after {
    content: "";
    position: absolute;
    right: -35%;
    top: 17px;
    width: 80px;
    height: 2px;
    background: #c59a4d;
}

/*==========================
        Card
==========================*/

.service-card {
    position: relative;
    /* display: flex; */
    align-items: stretch;
    background: #fffdf9;
    border: 1px solid #ead8bc;
    border-radius: 22px;
    overflow: hidden;
    min-height: 220px;
    transition: .35s;
}

.service-image {
    position: relative;
    height: 290px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #d9b26c;
    width: 100%;
    flex-shrink: 0;
}

/*==========================
    Black Image Area
==========================*/

.service-image::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, .65),
            rgba(0, 0, 0, .55)); */
}

/*==========================
 White Fade Like Reference
==========================*/

.service-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 68%;
    background:
        linear-gradient(to top,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, .97) 18%,
            rgba(255, 255, 255, .88) 34%,
            rgba(255, 255, 255, .70) 48%,
            rgba(255, 255, 255, .45) 60%,
            rgba(255, 255, 255, .20) 74%,
            rgba(255, 255, 255, 0) 100%);
}

/*==========================
      Overlay
==========================*/

.service-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 0 24px 13px;
}

/*==========================
        Circle Icon
==========================*/

.service-icon {
    position: absolute;
    left: 40%;
    top: 38%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #181818;
    border: 2px solid #d7a542;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d7a542;
    font-size: 28px;
    z-index: 5;
}

.service-icon i {
    font-size: 28px;
    color: #d6ae60;
}

/*==========================
        Content
==========================*/

.service-content h3 {
    margin: 0 0 5px;
    color: #202020;
    font-size: 22px;
    font-family: Georgia, serif;
    font-weight: 700;
}

.service-content p {
    margin: 0 auto;
    max-width: 215px;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.service-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #242424;
    font-size: 14px;
    font-weight: 700;
    transition: .35s;
}

.service-content a i {
    font-size: 11px;
    transition: .35s;
}

/*=========================================
        OWL CAROUSEL
=========================================*/

.service-slider {
    position: relative;
}

.service-slider .owl-stage {
    display: flex;
}

.service-slider .owl-stage-outer {
    overflow: hidden;
    padding: 8px 0 12px;
}

.service-slider .owl-item {
    padding: 0 8px;
}

/*=========================================
        NAVIGATION
=========================================*/

.service-slider .owl-nav {
    margin: 0;
}

.service-slider .owl-nav.disabled {
    display: block !important;
}

.service-slider .owl-prev.disabled,
.service-slider .owl-next.disabled {

    opacity: 1 !important;
    pointer-events: auto !important;

}

.service-slider .owl-nav button.owl-prev,
.service-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1.5px solid #d6ae60 !important;
    color: #c79d4e !important;
    font-size: 18px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: .35s;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
}

.service-slider .owl-nav button.owl-prev {
    left: -50px;
}

.service-slider .owl-nav button.owl-next {
    right: -47px;
}

.service-slider .owl-nav button:hover {
    background: #c79d4e !important;
    color: #fff !important;
    border-color: #c79d4e !important;
}

/* Remove blue outline */

.service-slider .owl-nav button:focus {
    outline: none;
    box-shadow: none;
}

/*=========================================
            DOTS
=========================================*/

.service-slider .owl-dots {
    display: none;
}

/*=========================================
        CARD HOVER
=========================================*/

.service-card:hover {
    transform: translateY(-6px);
}

.service-card:hover .service-image {
    border-color: #c79d4e;
}

.service-card:hover .service-icon {
    border-color: #c79d4e;
    transition: .35s;
}

.service-card:hover .service-content a {
    color: #c59a4d;
}

.service-card:hover .service-content a i {
    transform: translateX(6px);
}

/*=========================================
      SMOOTH TRANSITION
=========================================*/

.service-image,
.service-image::before,
.service-image::after,
.service-content,
.service-content a,
.service-icon {

    transition: all .35s ease;
}

/*=================================
        SERVICES MOBILE SECTION
==================================*/

.am-services {
    background: #fdf9f3;
    overflow: hidden;
    position: relative;
}

/*=================================
        IMAGE
==================================*/

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*=================================
        CONTENT
==================================*/

.service-content {
    width: 100%;
    padding: 50px 30px 15px 30px;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
}

/*=================================
        BUTTON
==================================*/

.service-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.service-btn span {
    color: #c89632;
    font-size: 24px;
    transition: .3s;
}

.service-btn:hover {
    color: #111;
}

.service-btn:hover span {
    transform: translateX(6px);
}

/*==============================
    TERMS & CONDITIONS BANNER
===============================*/

.terms-banner {
    padding: 12px 15px;
    background: #ffffff;
}

.terms-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 32px;
    min-height: 104px;
    border-radius: 14px;
    overflow: hidden;
    background:
        radial-gradient(circle at top, #3a2b14 0%, #191714 18%, #0d0d0d 45%, #0b0b0b 100%);
    border: 2px solid #efc56b;
    box-shadow:
        inset 0 1px 0 rgba(255, 223, 150, .08),
        inset 0 -1px 0 rgba(255, 223, 150, .04),
        0 0 0 1px rgba(255, 186, 70, .05),
        0 5px 18px rgba(0, 0, 0, .35);
}


/*==============================
LEFT SIDE
===============================*/

.terms-left {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 68%;
    position: relative;
    z-index: 2;
}

.terms-icon {
    width: 74px;
    height: 74px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-icon img {
    width: 65px;
}

.terms-content h2 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 700;
    color: #D7AE5B;
    letter-spacing: -.2px;
}

.terms-content p {
    margin: 8px 0 0;
    max-width: 720px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
    color: #E1DDD6;
    opacity: .90;
}


/*==============================
RIGHT SIDE
===============================*/

.terms-right {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 14px;
    position: relative;
    z-index: 2;
}


/*==============================
BUTTON
===============================*/

.terms-btn {
    min-width: 290px;
    height: 46px;
    border-radius: 5px;
    background: linear-gradient(180deg, #F4C65D 0%, #DDA73C 100%);
    color: #2f2208;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: .35s;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .35),
        0 4px 15px rgba(230, 170, 55, .18);
}

.terms-btn i {
    font-size: 17px;
    transition: .35s;
}

.terms-btn:hover {
    color: #2f2208;
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .40),
        0 10px 24px rgba(221, 167, 60, .32);
}

.terms-btn:hover i {
    transform: translateX(5px);
}


/*==============================
TRUST TEXT
===============================*/

.trust-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust-text img {
    width: 18px;
}

.trust-text span {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #E7E2D9;
    font-weight: 500;
    margin-right: 23px;
}


/*==============================
DECORATION
===============================*/

.terms-box::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(227, 177, 78, .18) 1px,
            transparent 1.8px);
    background-size: 9px 9px;
    opacity: .50;
}

.terms-box::after {
    content: "";
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(227, 177, 78, .15) 1px,
            transparent 1.8px);
    background-size: 10px 10px;
    opacity: .45;
}

/*=====================================
    EXPERIENCE BAR
======================================*/

.experience-bar {
    /* background:#fbf8f3; */
    position: relative;
    overflow: hidden;
    /* border-top:1px solid #efe8dc; */
    border-bottom: 1px solid #efe8dc;
    font-family: 'Poppins', sans-serif;
}

.experience-wrapper {
    position: relative;
    padding: 26px 0;
}

/*==============================
    WHATSAPP
==============================*/

.whatsapp-btn {
    position: absolute;
    left: 15px;
    bottom: 0;
    transform: translateY(-50%);
    background: #25D366;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    transition: .35s;
    z-index: 20;
}

.whatsapp-btn:hover {
    color: #fff;
    transform: translateY(-50%) scale(1.03);
}

.whatsapp-btn i {
    font-size: 22px;
}

/*==============================
    COMMON COLUMN
==============================*/

.stat-item,
.why-col,
.contact-col {
    position: relative;
}

.why-box::before{
    position: absolute;
    content: "";
    left: 0;
    top: 17%;
    width: 2px;
    height: 135px;
    background: #dccfb8;
}

.contact-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 15%;
    width: 2px;
    height: 135px;
    background: #dccfb8;
}

/*==============================
    STAT BOX
==============================*/

.stats-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
}

.single-stat {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1;
}

.stat-icon {
    width: 42px;
    min-width: 42px;
    text-align: center;
}

.stat-icon img {
    width: 45px;
}

.stat-icon i {
    font-size: 34px;
    color: #b98a3a;
    line-height: 1;
}

.stat-content {
    margin-right: 15px;
}

.stat-content h3 {
    margin: 0;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.stat-content :nth-child(1) {
    margin-right: 20px;
}

.stat-content p {
    margin-top: 8px;
    margin-bottom: 0;
    color: #474747;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
}

/*==============================
    WHY CHOOSE
==============================*/

.why-box {
    padding: 15px 25px;
}

.why-box h4 {
    margin: 0 0 14px;
    font-size: 19px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}

.why-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-box li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #474747;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

.why-box li:last-child {
    margin-bottom: 0;
}

.why-box li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #b98a3a;
    font-weight: 700;
    font-size: 14px;
}

/*==============================
    CONTACT
==============================*/

.contact-box {
    padding: 15px 25px;
}

.contact-box h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    color: #222;
}

.contact-box p {
    margin-top: 8px;
    margin-bottom: 12px;
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

.contact-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-box li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 9px;
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.contact-box li:last-child {
    margin-bottom: 0;
}

.contact-box i {
    color: #b98a3a;
    width: 18px;
    text-align: center;
    font-size: 15px;
}

/*==============================
    CONTAINER WIDTH
==============================*/

.experience-bar .container {
    max-width: 1320px;
}

/*==============================
    HOVER
==============================*/

.stat-box,
.why-box,
.contact-box {
    transition: .30s;
}

.stat-box:hover {
    transform: translateY(-2px);
}

.why-box:hover {
    transform: translateY(-2px);
}

.contact-box:hover {
    transform: translateY(-2px);
}

/*==========================
    TESTIMONIAL
===========================*/

.testimonial-section {
    margin: 35px 0;
}

.testimonial-item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 215px;
}

.testimonial-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .62);
}

.testimonial-content {
    position: relative;
    z-index: 2;
    padding: 32px 28px;
    text-align: center;
}

.quote-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin: auto;
    border: 3px solid #c49743;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4a24d;
    font-size: 22px;
    margin-bottom: 18px;
    background: rgba(0, 0, 0, .25);
}

.testimonial-content p {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 15px;
    font-weight: 400;
}

.testimonial-content h5 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}

.rating {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.rating i {
    color: #d4a24d;
    font-size: 16px;
}


/*==========================
    OWL DOTS
===========================*/

.testimonial-slider .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial-slider .owl-dot {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    border-radius: 50%;
    background: #d9d9d9 !important;
    transition: .3s;
}

.testimonial-slider .owl-dot.active {
    width: 28px;
    border-radius: 20px;
    background: #c49743 !important;
}

/*==========================
        FOOTER
===========================*/

.am-footer {
    background: #080808;
    border: 1px solid rgba(197, 149, 64, .45);
    position: relative;
}

.footer-box {
    border-radius: 0 0 38px 38px;
    padding: 35px 5px 24px;
}

.footer-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(90deg,
            rgba(184, 135, 59, .15),
            rgba(184, 135, 59, .55),
            rgba(184, 135, 59, .15));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.footer-items {
    text-align: center;
}

/*========================*/

.footer-logo img {
    width: 250px;
    max-width: 100%;
}

/*========================*/

.footer-text {
    margin-top: 5px;
    color: #ececec;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
}

/*========================*/

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #b8873b;
    color: #b8873b;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .35s;
    font-size: 22px;
}

.footer-social a:hover {
    background: #b8873b;
    color: #080808;
    transform: translateY(-3px);
    box-shadow: 0 0 16px rgba(184, 135, 59, .35);
}

/*========================*/

.scroll-top {
    position: absolute;
    right: 15px;
    bottom: 0;
    transform: translateY(-50%);
    background: #080808;
    color: #fff;
    border: 1px solid #d9a441;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    transition: .35s;
    z-index: 20;
}

.scroll-top:hover {
    background: #b8873b;
    color: #080808;
    transform: translateY(-3px);
    box-shadow: 0 0 16px rgba(184, 135, 59, .35);
}

/*========================*/

.footer-box hr {
    margin: 25px 0 23px;
    border: 1px solid #d9a441;
}

/*========================*/

.footer-bottom {
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.footer-links a {
    position: relative;
    color: #d6d6d6;
    text-decoration: none;
    font-size: 14px;
    transition: .35s;
}

.footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #b8873b;
    transition: .35s;
}

.footer-links a:hover {
    color: #b8873b;
}

.footer-links a:hover::after {
    width: 100%;
}

.footer-links span {
    color: #7b7b7b;
}

.footer-bottom p {
    font-size: 14px;
    color: #cfcfcf;
    letter-spacing: .2px;
    margin: 0;
}