
/******************************************************************
  Bellagio Finance – Public Site Stylesheet
  Theme: Emerald Forest & Gold
  Version: 3.0
******************************************************************/

/* ---------------------------------------------------------------
   CSS VARIABLES
--------------------------------------------------------------- */
:root {
    --forest:       #0B3D2E;
    --forest-mid:   #155E43;
    --forest-light: #1D7A52;
    --gold:         #C9A44A;
    --gold-light:   #E0BF6E;
    --cream:        #F8F4EC;
    --ivory:        #FFFDF8;
    --dark:         #071A11;
    --text:         #1C2E24;
    --text-light:   #5C7268;
    --border:       #D8E8E0;
    --shadow-sm:    0 2px 12px rgba(11,61,46,.08);
    --shadow-md:    0 8px 32px rgba(11,61,46,.14);
    --shadow-lg:    0 18px 52px rgba(11,61,46,.22);
    --radius-sm:    8px;
    --radius-md:    16px;
    --radius-lg:    24px;
    --transition:   all 0.3s ease;
}

/* ---------------------------------------------------------------
   RESET & BASE
--------------------------------------------------------------- */
html, body {
    height: 100%;
    font-family: "Lato", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: var(--text);
    background: var(--ivory);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: var(--dark);
    font-weight: 700;
    font-family: "Lato", sans-serif;
    line-height: 1.25;
}

h1 { font-size: 62px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 15px; }

p {
    font-size: 15px;
    color: var(--text-light);
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img { max-width: 100%; }

input:focus, select:focus, button:focus, textarea:focus { outline: none; }

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: var(--gold);
}

ul, ol { padding: 0; margin: 0; }

/* ---------------------------------------------------------------
   HELPERS
--------------------------------------------------------------- */
.section-title {
    margin-bottom: 70px;
    text-align: center;
}

.section-title h2 {
    font-weight: 800;
    color: var(--dark);
    line-height: 1.3;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    background: linear-gradient(90deg, var(--forest-light), var(--forest-mid));
    border-radius: var(--radius-sm);
    margin: 14px auto 0;
}

.section-title p { margin-bottom: 0; color: var(--text-light); }

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.spad {
    padding-top: 96px;
    padding-bottom: 96px;
}

.text-white h1, .text-white h2, .text-white h3,
.text-white h4, .text-white h5, .text-white h6,
.text-white p, .text-white span, .text-white li, .text-white a {
    color: #fff;
}

/* ---------------------------------------------------------------
   BUTTONS
--------------------------------------------------------------- */
.primary-btn {
    display: inline-block;
    font-size: 14px;
    padding: 14px 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    background: linear-gradient(135deg, var(--forest) 0%, var(--forest-light) 100%);
    border-radius: 50px;
    letter-spacing: 1px;
    transition: var(--transition);
    box-shadow: 0 4px 18px rgba(11,61,46,.30);
}

.primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(11,61,46,.45);
    color: #fff;
}

.site-btn {
    font-size: 14px;
    color: var(--dark);
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    border: none;
    letter-spacing: 1px;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 4px 16px rgba(201,164,74,.30);
}

.site-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(201,164,74,.50);
}

/* ---------------------------------------------------------------
   PRELOADER
--------------------------------------------------------------- */
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    z-index: 999999;
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 4px solid rgba(201,164,74,.2);
    border-top-color: var(--gold);
    animation: spin 0.75s linear infinite;
}

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

/* ---------------------------------------------------------------
   SEARCH MODEL
--------------------------------------------------------------- */
.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0; right: 0;
    z-index: 999;
}

.spacial-controls .search-switch {
    display: block;
    height: 100%;
    padding-top: 30px;
    background: var(--forest);
    text-align: center;
    cursor: pointer;
}

.search-model {
    display: none;
    position: fixed;
    width: 100%; height: 100%;
    left: 0; top: 0;
    background: rgba(7,26,17,.97);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.search-model-form { padding: 0 15px; }

.search-model-form input {
    width: 500px;
    font-size: 36px;
    border: none;
    border-bottom: 2px solid var(--gold);
    background: transparent;
    color: #fff;
}

.search-close-switch {
    position: absolute;
    width: 46px; height: 46px;
    background: var(--gold);
    color: var(--dark);
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    line-height: 46px;
    top: 30px; right: 30px;
    cursor: pointer;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---------------------------------------------------------------
   HEADER
--------------------------------------------------------------- */
.header__top {
    background: var(--forest);
    border-bottom: 1px solid rgba(201,164,74,.15);
}

.header__top__widget {
    padding: 10px 0 13px;
}

.header__top__widget li {
    font-size: 14px;
    color: rgba(255,255,255,.75);
    display: inline-block;
    margin-right: 50px;
    position: relative;
    list-style: none;
}

.header__top__widget li::after {
    position: absolute;
    right: -32px; top: 0;
    width: 1px; height: 100%;
    background: rgba(255,255,255,.1);
    content: "";
}

.header__top__widget li:last-child { margin-right: 0; }
.header__top__widget li:last-child::after { display: none; }

.header__top__widget li i {
    font-size: 16px;
    color: var(--gold);
    margin-right: 7px;
}

.header__top__language {
    background: var(--gold);
    padding: 10px 18px;
    float: right;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}

.header__top__language:hover ul {
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.header__top__language img {
    display: inline-block;
    height: 24px; width: 24px;
    border-radius: 50%;
    margin-right: 6px;
}

.header__top__language a {
    font-size: 13px;
    font-weight: 700;
    color: var(--dark);
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.header__top__language i {
    font-size: 18px;
    color: var(--dark);
}

.header__top__language ul {
    position: absolute;
    left: 50px; top: 60px;
    width: 110px;
    background: #fff;
    opacity: 0; visibility: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    z-index: 9;
    border-radius: var(--radius-sm);
}

.header__top__language ul li { list-style: none; }
.header__top__language ul li a {
    font-size: 14px;
    color: var(--forest);
    padding: 8px 14px;
    display: block;
    transition: var(--transition);
}
.header__top__language ul li a:hover {
    background: var(--cream);
    color: var(--gold);
}

/* Main header */
.header {
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.header__logo { padding: 22px 0; }
.header__logo a { display: inline-block; }

.header__nav {
    text-align: right;
    padding: 30px 0 26px;
}

.header__menu { display: inline-block; }

.header__menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 52px;
    position: relative;
}

.header__menu ul li a {
    font-size: 16px;
    color: var(--text);
    font-weight: 700;
    display: block;
    padding: 5px 0;
    position: relative;
    transition: var(--transition);
}

.header__menu ul li a::after {
    position: absolute;
    left: 0; bottom: 0;
    height: 2px; width: 0%;
    background: var(--forest-light);
    content: "";
    opacity: 0;
    transition: var(--transition);
    border-radius: var(--radius-sm);
}

.header__menu ul li.active a,
.header__menu ul li:hover a { color: var(--forest); }

.header__menu ul li.active a::after,
.header__menu ul li:hover a::after { width: 100%; opacity: 1; }

.header__menu ul li:hover .dropdown { top: 36px; opacity: 1; visibility: visible; }

.header__menu ul li .dropdown {
    position: absolute;
    left: 0; top: 56px;
    width: 190px;
    background: var(--dark);
    text-align: left;
    padding: 8px 0;
    z-index: 9;
    opacity: 0; visibility: hidden;
    transition: var(--transition);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
}

.header__menu ul li .dropdown li {
    display: block;
    margin-right: 0;
}

.header__menu ul li .dropdown li a {
    font-size: 14px;
    color: rgba(255,255,255,.8);
    font-weight: 400;
    padding: 10px 18px;
}

.header__menu ul li .dropdown li a::after { display: none; }
.header__menu ul li .dropdown li a:hover { color: var(--gold); }

/* Nav buttons */
.header__nav .header__btn {
    display: inline-block;
    margin-left: 12px;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 20px;
    border-radius: 50px;
    letter-spacing: .5px;
    transition: var(--transition);
    text-transform: uppercase;
    vertical-align: middle;
}

.header__nav .header__btn--outline {
    border: 2px solid var(--forest);
    color: var(--forest);
    background: transparent;
}

.header__nav .header__btn--outline:hover {
    background: var(--forest);
    color: #fff;
}

.header__nav .header__btn--gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--dark);
    border: none;
    box-shadow: 0 3px 14px rgba(201,164,74,.35);
}

.header__nav .header__btn--gold:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(201,164,74,.5);
    color: var(--dark);
}

.header__search { display: inline-block; margin-left: 20px; }
.header__search i {
    font-size: 18px;
    color: var(--text-light);
    cursor: pointer;
    transition: var(--transition);
}
.header__search i:hover { color: var(--forest); }

.offcanvas-menu-wrapper { display: none; }
.canvas__open { display: none; }

/* ---------------------------------------------------------------
   ANNOUNCE BAR
--------------------------------------------------------------- */
.announce-bar {
    background: var(--forest);
    color: #fff;
    text-align: center;
    padding: 9px 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
}

.announce-bar a {
    color: var(--gold-light);
    text-decoration: underline;
    margin-left: 8px;
}

/* ---------------------------------------------------------------
   HERO
--------------------------------------------------------------- */
.hero {
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7,26,17,.84) 0%, rgba(11,61,46,.72) 100%);
    z-index: 1;
}

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

.hero__text { padding-top: 60px; }

.hero__text h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 22px;
}

.hero__text p {
    color: rgba(255,255,255,.80);
    margin-bottom: 38px;
    font-size: 16px;
}

.hero__text .primary-btn { margin-right: 14px; }

.hero__text .primary-btn.howit-btn {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 2px solid rgba(255,255,255,.35);
    box-shadow: none;
    backdrop-filter: blur(4px);
}

.hero__text .primary-btn.howit-btn:hover {
    background: rgba(255,255,255,.22);
    box-shadow: none;
    color: #fff;
}

/* Hero centered variant */
.hero--centered .hero__inner { text-align: center; max-width: 780px; margin: 0 auto; }
.hero--centered .hero__text { padding-top: 0; }
.hero--centered .hero__text h2 { font-size: 54px; }
.hero--centered .hero__text p { font-size: 18px; max-width: 560px; margin: 0 auto 38px; }
.hero--centered .hero__badges { display: flex; justify-content: center; gap: 24px; margin-top: 44px; }
.hero--centered .hero__badge { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.80); font-size: 13px; font-weight: 600; }
.hero--centered .hero__badge i { color: var(--gold); font-size: 16px; }

/* Loan form card */
.hero__form {
    background: #fff;
    padding: 44px 32px 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}

.hero__form::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--forest), var(--gold));
}

.hero__form h3 {
    color: var(--dark);
    font-weight: 800;
    text-align: center;
    margin-bottom: 28px;
    font-size: 20px;
}

.hero__form form .input-list {
    overflow: hidden;
    margin-right: -16px;
}

.hero__form form .input-list.last .input-list-item { margin-bottom: 28px; }

.hero__form form .input-list .input-list-item {
    width: calc(50% - 16px);
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
}

.hero__form form .input-list .input-list-item p {
    color: var(--text);
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 8px;
}

.hero__form form .input-list .input-list-item input,
.hero__form form .input-full-width input {
    width: 100%;
    height: 46px;
    border-radius: var(--radius-sm);
    border: 1.5px solid var(--border);
    background: var(--cream);
    padding-left: 14px;
    font-size: 14px;
    color: var(--text);
    transition: var(--transition);
}

.hero__form form .input-list .input-list-item input:focus,
.hero__form form .input-full-width input:focus {
    border-color: var(--gold);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(201,164,74,.15);
}

.hero__form form .input-full-width { margin-bottom: 16px; }

.hero__form form .input-full-width p {
    color: var(--text);
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 8px;
}

.hero__form form button { width: 100%; }

/* ---------------------------------------------------------------
   TRUST STRIP
--------------------------------------------------------------- */
.trust-strip { background: var(--forest); padding: 28px 0; }
.trust__item { display: flex; align-items: center; gap: 12px; color: #fff; }
.trust__item i { font-size: 28px; color: var(--gold); }
.trust__item h6 { margin: 0; font-size: 14px; font-weight: 700; color: #fff; }
.trust__item p { margin: 0; font-size: 12px; color: rgba(255,255,255,.65); }

/* ---------------------------------------------------------------
   STEPS SECTION
--------------------------------------------------------------- */
.steps { background: var(--cream); padding: 80px 0; }
.steps .section-title { margin-bottom: 56px; }
.step__item { text-align: center; padding: 36px 24px; background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); position: relative; transition: var(--transition); }
.step__item:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.step__num { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--forest), var(--forest-light)); color: #fff; font-size: 20px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.step__item h5 { color: var(--forest); font-weight: 700; margin-bottom: 10px; font-size: 17px; }
.step__item p { margin-bottom: 0; font-size: 14px; }
.step__connector { position: absolute; top: 65px; right: -20px; width: 40px; height: 2px; background: var(--gold); z-index: 2; }

/* ---------------------------------------------------------------
   HOME ABOUT
--------------------------------------------------------------- */
.home-about { background: var(--ivory); }
.home__about { background: var(--ivory); }

.home__about__text { padding-top: 30px; }

.home__about__text .section-title {
    text-align: left;
    margin-bottom: 48px;
}

.home__about__text .section-title h2::after { margin: 14px 0 0; }

.home__about__item {
    margin-bottom: 36px;
    padding-left: 18px;
    border-left: 3px solid var(--forest-light);
}

.home__about__item h4 {
    color: var(--forest);
    font-weight: 700;
    margin-bottom: 8px;
}

.home__about__item p { margin-bottom: 0; }

.home__about__img img {
    min-width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

/* ---------------------------------------------------------------
   LOAN SERVICES
--------------------------------------------------------------- */
.loan-services {
    padding-bottom: 0;
    padding-top: 80px;
    background: var(--cream);
}

.loan__services__list {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.loan__services__item {
    width: 20%;
    float: left;
    height: 460px;
    position: relative;
    overflow: hidden;
}

.loan__services__item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(7,26,17,.88) 0%, rgba(11,61,46,.32) 100%);
    z-index: 1;
    transition: var(--transition);
}

.loan__services__item:hover::before {
    background: linear-gradient(0deg, rgba(7,26,17,.94) 0%, rgba(11,61,46,.58) 100%);
}

.loan__services__item:hover .loan__services__item__text { bottom: 40px; }
.loan__services__item:hover .loan__services__item__text h4 { margin-bottom: 14px; }

.loan__services__item__text {
    position: absolute;
    left: 0; bottom: -140px;
    width: 100%;
    padding: 0 28px;
    transition: var(--transition);
    z-index: 2;
}

.loan__services__item__text h4 {
    font-weight: 800;
    color: #fff;
    margin-bottom: 80px;
    transition: var(--transition);
    font-size: 20px;
}

.loan__services__item__text h4 span { color: var(--gold); }

.loan__services__item__text p {
    color: rgba(255,255,255,.85);
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}

.loan__services__item__text a {
    font-size: 12px;
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 0;
    position: relative;
    transition: var(--transition);
}

.loan__services__item__text a::after {
    position: absolute;
    left: 0; bottom: 0;
    height: 1.5px; width: 100%;
    background: var(--gold);
    content: "";
}

/* ---------------------------------------------------------------
   CHOOSE / WHY US
--------------------------------------------------------------- */
.choose {
    padding-bottom: 20px;
    padding-top: 80px;
    background: var(--cream);
}

.choose .section-title { margin-bottom: 60px; }

.choose__item {
    background: #fff;
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-md);
    text-align: center;
    padding: 0 28px 50px;
    margin-bottom: 70px;
    transition: var(--transition);
    border-bottom: 3px solid transparent;
}

.choose__item:hover {
    box-shadow: var(--shadow-md);
    border-bottom-color: var(--forest);
    transform: translateY(-4px);
}

.choose__item img { margin-top: -40px; }

.choose__item h5 {
    font-size: 18px;
    color: var(--forest);
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 28px;
}

.choose__item p { margin-bottom: 0; font-size: 14px; }

/* ---------------------------------------------------------------
   TESTIMONIAL
--------------------------------------------------------------- */
.testimonial {
    padding-bottom: 240px;
    position: relative;
}

.testimonial::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7,26,17,.87) 0%, rgba(11,61,46,.78) 100%);
    z-index: 1;
}

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

.testimonial .section-title { margin-bottom: 50px; }
.testimonial .section-title h2 { color: #fff; }
.testimonial .section-title h2::after { background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
.testimonial .section-title p { color: rgba(255,255,255,.75); }

.testimonial__carousel { margin-top: -250px; position: relative; z-index: 10; }

.testimonial__item {
    background: #fff;
    box-shadow: var(--shadow-md);
    text-align: center;
    border-radius: var(--radius-md);
    padding: 0 44px 36px;
    transition: var(--transition);
    border-top: 3px solid var(--gold);
}

.testimonial__item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.testimonial__item img { margin-top: -44px; }

.testimonial__item h5 {
    font-size: 18px;
    color: var(--forest);
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 4px;
}

.testimonial__item span {
    display: block;
    font-size: 14px;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 20px;
}

.testimonial__item p {
    margin-bottom: 0;
    font-style: italic;
    font-size: 15px;
    line-height: 28px;
    color: var(--text-light);
}

.testimonial__slider.owl-carousel .col-lg-4 { max-width: 100%; }
.testimonial__slider.owl-carousel .owl-stage-outer { padding: 60px 0 28px; }
.testimonial__slider.owl-carousel .owl-item img { display: inline-block; width: auto; }

.testimonial__slider.owl-carousel .owl-dots {
    text-align: center;
    padding-top: 14px;
}

.testimonial__slider.owl-carousel .owl-dots button {
    display: inline-block;
    height: 8px; width: 8px;
    background: var(--border);
    border-radius: 50%;
    margin-right: 6px;
    transition: var(--transition);
}

.testimonial__slider.owl-carousel .owl-dots button.active {
    background: var(--gold);
    width: 24px;
    border-radius: 4px;
}

/* ---------------------------------------------------------------
   COUNTER
--------------------------------------------------------------- */
.counter {
    padding-top: 80px;
    padding-bottom: 60px;
    background: var(--ivory);
}

.counter__item {
    text-align: center;
    margin-bottom: 30px;
    padding: 36px 20px;
    border-radius: var(--radius-md);
    background: var(--cream);
    border-left: 4px solid var(--forest-light);
    transition: var(--transition);
}

.counter__item:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.counter__item .counter__number { margin-top: 8px; }

.counter__item .counter__number h2 {
    font-size: 42px;
    color: var(--forest);
    font-weight: 800;
    display: inline-block;
}

.counter__item .counter__number span {
    font-size: 42px;
    color: var(--gold);
    font-weight: 800;
    display: inline-block;
}

/* ---------------------------------------------------------------
   STATS STRIP (about.php)
--------------------------------------------------------------- */
.stats-strip { background: linear-gradient(135deg, var(--forest) 0%, var(--forest-mid) 100%); padding: 48px 0; }
.stat__item { text-align: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.12); }
.stat__item:last-child { border-right: none; }
.stat__item h2 { font-size: 44px; font-weight: 900; color: var(--gold); margin-bottom: 4px; display: inline-block; }
.stat__item span.stat-suffix { font-size: 28px; font-weight: 800; color: var(--gold-light); }
.stat__item p { color: rgba(255,255,255,.75); margin: 0; font-size: 14px; }

/* ---------------------------------------------------------------
   CALL TO ACTION
--------------------------------------------------------------- */
.call { position: relative; overflow: hidden; }

.call::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7,26,17,.90) 0%, rgba(11,61,46,.82) 100%);
    z-index: 1;
}

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

.call__text .section-title {
    text-align: left;
    margin-bottom: 28px;
}

.call__text .section-title h2 {
    color: #fff;
    margin-bottom: 10px;
}

.call__text .section-title h2::after {
    margin: 12px 0 0;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.call__text .section-title p { color: rgba(255,255,255,.75); }

.call__text a {
    display: inline-block;
    font-size: 14px;
    color: var(--dark);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 32px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(201,164,74,.40);
    transition: var(--transition);
}

.call__text a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(201,164,74,.55);
    color: var(--dark);
}

/* Call form inputs */
.call__form input {
    width: 100%;
    height: 48px;
    font-size: 14px;
    padding-left: 18px;
    border: 1.5px solid rgba(255,255,255,.15);
    border-radius: var(--radius-sm);
    background: rgba(255,255,255,.06);
    margin-bottom: 16px;
    color: #fff;
    backdrop-filter: blur(4px);
    transition: var(--transition);
}

.call__form input:focus {
    border-color: var(--gold);
    background: rgba(255,255,255,.10);
}

.call__form .nice-select {
    float: none;
    width: 100%; height: 48px;
    border-radius: var(--radius-sm);
    line-height: 48px;
    margin-bottom: 16px;
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.15);
    color: rgba(255,255,255,.8);
}

.call__form .nice-select span { font-size: 14px; color: rgba(255,255,255,.8); }
.call__form .nice-select .list { width: 100%; margin-top: 0; border-radius: 0; }

.call__form .nice-select::after {
    height: 8px; width: 8px;
    border-bottom: 2px solid rgba(255,255,255,.6);
    border-right: 2px solid rgba(255,255,255,.6);
    margin-top: 0;
    right: 20px; top: 36%;
}

/* ---------------------------------------------------------------
   CONTACT WIDGET
--------------------------------------------------------------- */
.contact-widget {
    background: var(--forest);
    padding-top: 36px;
    padding-bottom: 30px;
}

.contact__widget__item h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact__widget__item p {
    color: rgba(255,255,255,.65);
    margin-bottom: 0;
    font-size: 14px;
}

.contact__widget__phone { text-align: right; }
.contact__widget__phone span { font-size: 16px; color: rgba(255,255,255,.7); }

.contact__widget__phone h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--gold);
    margin-top: 6px;
}

/* ---------------------------------------------------------------
   FOOTER
--------------------------------------------------------------- */
.footer {
    background: var(--dark);
    padding-top: 70px;
}

.footer__about { margin-bottom: 24px; }
.footer__about p { color: rgba(255,255,255,.55); font-size: 14px; }

.footer__logo { margin-bottom: 20px; }
.footer__logo a { display: inline-block; }

.footer__widget { margin-bottom: 30px; }

.footer__widget h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

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

.footer__widget ul li { list-style: none; }

.footer__widget ul li a {
    font-size: 14px;
    color: rgba(255,255,255,.55);
    line-height: 34px;
    transition: var(--transition);
    display: inline-block;
}

.footer__widget ul li a:hover { color: var(--gold); padding-left: 4px; }
.footer__widget ul li a i { margin-right: 6px; }

.footer__widget p { color: rgba(255,255,255,.55); font-size: 14px; }

.footer__widget.footer__widget--social li a { transition: var(--transition); }
.footer__widget.footer__widget--social li a:hover { color: var(--gold); }

.footer__widget.footer__widget--address p { margin-bottom: 8px; }
.footer__widget.footer__widget--address li {
    line-height: 28px;
    font-size: 14px;
    color: rgba(255,255,255,.55);
}

.footer__copyright {
    border-top: 1px solid rgba(255,255,255,.07);
    padding: 18px 0 14px;
    margin-top: 16px;
}

.footer__copyright__links li {
    list-style: none;
    display: inline-block;
    line-height: 20px;
    position: relative;
    margin-right: 40px;
}

.footer__copyright__links li:last-child { margin-right: 0; }
.footer__copyright__links li:last-child::after { display: none; }

.footer__copyright__links li::after {
    position: absolute;
    right: -24px; top: 0;
    height: 100%; width: 1px;
    background: rgba(255,255,255,.15);
    content: "";
}

.footer__copyright__links li a {
    font-size: 13px;
    color: rgba(255,255,255,.45);
    transition: var(--transition);
}

.footer__copyright__links li a:hover { color: var(--gold); }

.footer__copyright__text { text-align: right; }

.footer__copyright__text p {
    color: rgba(255,255,255,.40);
    margin-bottom: 0;
    font-size: 13px;
}

.footer__copyright__text i { color: #e05252; }
.footer__copyright__text a { color: var(--gold); }

/* ---------------------------------------------------------------
   BREADCRUMB
--------------------------------------------------------------- */
.breadcrumb-option {
    padding: 72px 0 68px;
    position: relative;
}

.breadcrumb-option::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7,26,17,.82) 0%, rgba(11,61,46,.68) 100%);
    z-index: 1;
}

.breadcrumb-option .container { position: relative; z-index: 2; }

.breadcrumb-option.contact-breadcrumb { padding: 72px 0 68px; }
.breadcrumb-option.contact-breadcrumb h2 { margin-bottom: 0; }

.breadcrumb__text h2 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 8px;
}

.breadcrumb__links a {
    font-size: 14px;
    color: rgba(255,255,255,.75);
    margin-right: 18px;
    display: inline-block;
    position: relative;
    transition: var(--transition);
}

.breadcrumb__links a:hover { color: var(--gold); }

.breadcrumb__links a::after {
    position: absolute;
    right: -15px; top: 0;
    content: "›";
    color: rgba(255,255,255,.5);
    font-family: sans-serif;
}

.breadcrumb__links span {
    font-size: 14px;
    color: var(--gold);
    display: inline-block;
}

/* ---------------------------------------------------------------
   ABOUT PAGE
--------------------------------------------------------------- */
.about { padding-bottom: 70px; }
.about__content { margin-bottom: 60px; }

.about__img {
    position: relative;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.about__img img { min-width: 100%; display: block; }

.about__img .play-btn {
    display: inline-block;
    position: absolute;
    right: -50px; top: 50%;
    transform: translateY(-50px);
}

.about__img .play-btn img { min-width: auto; }

.about__text { padding-top: 30px; }

.about__text h2 {
    color: var(--forest);
    font-weight: 800;
    margin-bottom: 14px;
}

.about__text h4 {
    color: var(--gold);
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 600;
}

.about__text p.first_para { margin-bottom: 24px; }
.about__text p.last_para { margin-bottom: 36px; }

.about__item {
    margin-bottom: 28px;
    padding: 24px 20px;
    background: var(--cream);
    border-radius: var(--radius-md);
    border-left: 4px solid var(--forest-light);
    transition: var(--transition);
}

.about__item:hover {
    box-shadow: var(--shadow-sm);
    background: #fff;
}

.about__item h4 {
    color: var(--forest);
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 18px;
}

.about__item p { color: var(--text-light); margin-bottom: 0; }

/* ---------------------------------------------------------------
   HISTORY
--------------------------------------------------------------- */
.history { position: relative; }

.history::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7,26,17,.90) 0%, rgba(11,61,46,.82) 100%);
    z-index: 1;
}

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

.history .section-title h2 { color: #fff; }
.history .section-title h2::after { background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
.history .section-title p { color: rgba(255,255,255,.70); }

.history__img img {
    border-radius: var(--radius-lg);
    min-width: 100%;
    box-shadow: var(--shadow-md);
}

.history__text {
    position: relative;
    height: 460px;
    padding-left: 44px;
    padding-right: 15px;
    overflow-y: auto;
}

.history__text::-webkit-scrollbar { width: 4px; }
.history__text::-webkit-scrollbar-track { background: rgba(255,255,255,.05); }
.history__text::-webkit-scrollbar-thumb { background: var(--gold); border-radius: var(--radius-sm); }

.history__text::before {
    position: absolute;
    left: 9px; top: 0;
    height: 100%; width: 2px;
    background: rgba(255,255,255,.12);
    content: "";
}

.history__item {
    position: relative;
    margin-bottom: 48px;
}

.history__item .history__indicator {
    position: absolute;
    left: -44px; top: 2px;
    height: 20px; width: 20px;
    background: rgba(255,255,255,.08);
    border-radius: 50%;
    border: 2px solid rgba(201,164,74,.4);
}

.history__item .history__indicator::after {
    position: absolute;
    left: 4px; top: 4px;
    height: 8px; width: 8px;
    background: var(--gold);
    content: "";
    border-radius: 50%;
}

.history__item span {
    font-size: 13px;
    color: var(--gold);
    font-weight: 600;
    letter-spacing: .5px;
}

.history__item h4 {
    color: #fff;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 8px;
}

.history__item p {
    color: rgba(255,255,255,.65);
    margin-bottom: 0;
    font-size: 14px;
}

/* ---------------------------------------------------------------
   TEAM
--------------------------------------------------------------- */
.team { padding-bottom: 70px; }
.team .section-title { text-align: left; margin-bottom: 48px; }

.team__item {
    height: 460px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: var(--radius-md);
}

.team__item::after {
    position: absolute;
    left: 0; top: 0;
    height: 100%; width: 100%;
    background: linear-gradient(0deg, rgba(7,26,17,.90) 0%, rgba(11,61,46,.42) 100%);
    content: "";
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.team__item:hover::after { opacity: 1; }
.team__item:hover .team__text { top: 0; }
.team__item:hover .team__text .team__title {
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding: 0 0 24px;
    margin-bottom: 24px;
    opacity: 1;
    visibility: visible;
}

.team__item:hover .team__text p {
    top: 0; opacity: 1; visibility: visible;
    transition: all 0.5s ease 0.3s;
}

.team__item:hover .team__text .team__social {
    opacity: 1; visibility: visible;
    bottom: 32px;
    transition: all 0.5s ease 0.5s;
}

.team__text {
    height: 100%;
    top: 361px;
    position: relative;
    padding: 32px 28px 28px;
    transition: 0.5s;
}

.team__text .team__title {
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding: 0 0 24px;
    margin-bottom: 24px;
}

.team__text .team__title h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.team__text .team__title span {
    font-size: 14px;
    color: var(--gold);
}

.team__text p {
    color: rgba(255,255,255,.75);
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 50px;
    font-size: 14px;
    transition: all 0.3s;
}

.team__text .team__social {
    position: absolute;
    left: 0; width: 100%;
    padding: 0 28px;
    bottom: 0; opacity: 0; visibility: hidden;
}

.team__text .team__social a {
    display: inline-block;
    font-size: 18px;
    color: rgba(255,255,255,.75);
    margin-right: 28px;
    transition: var(--transition);
}

.team__text .team__social a:last-child { margin-right: 0; }
.team__text .team__social a:hover { color: var(--gold); }

/* ---------------------------------------------------------------
   SERVICES PAGE
--------------------------------------------------------------- */
.services { padding-bottom: 30px; }

.services__item {
    margin-bottom: 60px;
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    background: #fff;
}

.services__item:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.services__item:hover .services__item__text { border-color: transparent; }

.services__item__img img {
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    min-width: 100%;
    display: block;
}

.services__item__text {
    padding: 28px 24px 26px;
    text-align: center;
    border: 1px solid var(--border);
    border-top: none;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    transition: var(--transition);
}

.services__item__text h4 {
    color: var(--forest);
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 20px;
}

.services__item__text h4 span { color: var(--gold); }

.services__item__text p { margin-bottom: 22px; font-size: 14px; }

/* Horizontal service rows */
.service-row { margin-bottom: 40px; padding: 36px; background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); display: flex; align-items: center; gap: 36px; transition: var(--transition); border-left: 5px solid transparent; }
.service-row:hover { box-shadow: var(--shadow-lg); border-left-color: var(--gold); }
.service-row__img { flex: 0 0 240px; border-radius: var(--radius-md); overflow: hidden; }
.service-row__img img { width: 100%; height: 180px; object-fit: cover; display: block; }
.service-row__body { flex: 1; }
.service-row__body h4 { color: var(--forest); font-weight: 800; margin-bottom: 10px; font-size: 22px; }
.service-row__body h4 span { color: var(--gold); }
.service-row__body p { margin-bottom: 20px; font-size: 15px; }
.service-row__reverse { flex-direction: row-reverse; border-left: none; border-right: 5px solid transparent; }
.service-row__reverse:hover { border-right-color: var(--gold); border-left-color: transparent; }

/* ---------------------------------------------------------------
   SERVICES DETAILS / FAQ / CALCULATOR
--------------------------------------------------------------- */
.services__details__text { margin-bottom: 72px; }

.services__details__title h2 {
    font-size: 38px;
    color: var(--forest);
    font-weight: 800;
    margin-bottom: 20px;
}

.services__details__title p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 44px;
}

.services__details__more { margin-bottom: 28px; }
.services__details__img { margin-bottom: 38px; }

.services__details__img img {
    min-width: 100%;
    border-radius: var(--radius-md);
    margin-bottom: 28px;
}

.services__details__product h2 {
    font-size: 38px;
    color: var(--forest);
    font-weight: 800;
    margin-bottom: 18px;
}

.services__details__product__item { margin-bottom: 48px; }

.services__details__product__item h4 {
    color: var(--forest);
    font-weight: 700;
    margin-bottom: 6px;
}

.services__details__product__item h4 span { color: var(--gold); }
.services__details__product__item p { margin-bottom: 0; }

/* FAQ accordion */
.services__details__faq { margin-bottom: 68px; }

.services__details__faq .card {
    border: none;
    border-radius: 0;
    margin-bottom: 16px;
}

.services__details__faq .card .card-heading { border-radius: var(--radius-sm); }

.services__details__faq .card .card-heading a {
    font-size: 16px;
    color: var(--text);
    font-weight: 700;
    padding: 14px 14px 12px 64px;
    display: block;
    background: var(--cream);
    cursor: pointer;
    transition: var(--transition);
    border-radius: var(--radius-sm);
}

.services__details__faq .card .card-heading.active a {
    background: var(--forest);
    color: #fff;
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}

.services__details__faq .card .card-body { padding-left: 0; }
.services__details__faq .card .card-body p { color: var(--text); }

.services__details__faq .card-heading a::after,
.services__details__faq .card-heading > a.active[aria-expanded=false]::after {
    content: "K";
    font-size: 22px;
    font-family: "ElegantIcons";
    color: var(--text-light);
    position: absolute;
    left: 28px; top: 14px;
    line-height: 20px;
}

.services__details__faq .card-heading.active a::after,
.services__details__faq .card-heading a[aria-expanded=true]::after,
.services__details__faq .card-heading > a.active::after {
    content: "L";
    font-size: 22px;
    font-family: "ElegantIcons";
    color: var(--gold);
    position: absolute;
    left: 28px; top: 14px;
    line-height: 20px;
}

/* Calculator */
.services__details__calculator h2 {
    color: var(--forest);
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 32px;
}

.services__details__calculator__item {
    position: relative;
    margin-bottom: 56px;
}

.services__details__calculator__item:last-child { margin-bottom: 0; }

.services__details__calculator__item p {
    font-size: 16px;
    color: var(--text);
    font-weight: 600;
    margin-bottom: 18px;
}

.services__details__calculator__item .ui-widget.ui-widget-content {
    border: none;
    height: 6px;
    background: var(--border);
    border-radius: 50px;
}

.services__details__calculator__item .ui-slider .ui-slider-range {
    background: linear-gradient(90deg, var(--forest), var(--gold));
}

.services__details__calculator__item .ui-slider .ui-slider-handle {
    height: 18px; width: 18px;
    background: var(--gold);
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 50px;
    z-index: 9;
    box-shadow: var(--shadow-sm);
}

.services__details__calculator__item .ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    margin-left: -9px;
}

.services__details__calculator__item .price-input {
    position: absolute;
    right: 0; top: -20px;
    z-index: 1;
}

.services__details__calculator__item .price-input.month input {
    text-align: right;
    padding: 0 10px;
}

.services__details__calculator__item .price-input input {
    color: var(--forest);
    font-weight: 700;
    font-size: 14px;
    height: 46px; width: 110px;
    background: #fff;
    border: 1.5px solid var(--border);
    text-align: center;
    border-radius: var(--radius-sm) 0 0 var(--radius-sm);
    margin-right: -5px;
}

.services__details__calculator__item .price-input span {
    font-size: 14px;
    width: 90px; height: 46px;
    text-align: center;
    background: var(--forest);
    color: #fff;
    display: inline-block;
    line-height: 46px;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    position: relative; top: 1px;
}

.services__details__calculator__total { margin-top: -16px; }

.services__details__calculator__total__item {
    background: var(--cream);
    padding: 16px 24px 18px;
    margin-bottom: 12px;
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--forest-light);
}

.services__details__calculator__total__item:last-child { margin-bottom: 0; }
.services__details__calculator__total__item p { color: var(--text-light); margin-bottom: 4px; font-size: 13px; }

.services__details__calculator__total__item h5 {
    font-size: 20px;
    color: var(--forest);
    font-weight: 700;
}

/* ---------------------------------------------------------------
   CONTACT PAGE
--------------------------------------------------------------- */
.contact {
    padding-top: 60px;
    padding-bottom: 70px;
}

.contact__form {
    margin-bottom: 72px;
}

.contact__form__text {
    padding: 60px;
    box-shadow: var(--shadow-lg);
    background: #fff;
    border-radius: var(--radius-lg);
    position: relative;
    overflow: hidden;
}

.contact__form__text::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--forest), var(--gold));
}

.contact__form__text .contact__form__title { margin-bottom: 28px; }

.contact__form__text .contact__form__title h2 {
    font-size: 36px;
    color: var(--forest);
    font-weight: 800;
    margin-bottom: 6px;
}

.contact__form__text form input {
    width: 100%;
    height: 48px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 14px;
    padding-left: 18px;
    color: var(--text);
    margin-bottom: 16px;
    transition: var(--transition);
    background: var(--cream);
}

.contact__form__text form input:focus {
    border-color: var(--gold);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(201,164,74,.12);
}

.contact__form__text form input::placeholder { color: var(--text-light); }

.contact__form__text form .input-list { margin-right: -16px; }

.contact__form__text form .input-list input {
    width: calc(50% - 16px);
    float: left;
    margin-right: 16px;
}

.contact__form__text form textarea {
    width: 100%;
    height: 120px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 14px;
    padding-left: 18px;
    padding-top: 12px;
    color: var(--text);
    margin-bottom: 20px;
    resize: none;
    transition: var(--transition);
    background: var(--cream);
}

.contact__form__text form textarea:focus {
    border-color: var(--gold);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(201,164,74,.12);
}

.contact__form__text form textarea::placeholder { color: var(--text-light); }

/* Contact split layout */
.contact-split { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }
.contact-info-card { background: var(--forest); border-radius: var(--radius-md); padding: 40px 32px; color: #fff; position: sticky; top: 100px; }
.contact-info-card h4 { color: var(--gold); font-weight: 700; margin-bottom: 28px; font-size: 20px; }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 24px; }
.contact-info-item i { font-size: 22px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.contact-info-item h6 { color: rgba(255,255,255,.6); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; font-weight: 600; }
.contact-info-item p { color: #fff; margin: 0; font-size: 15px; font-weight: 500; }

.contact__address__item {
    margin-bottom: 28px;
    text-align: center;
    padding: 28px 18px;
    background: var(--cream);
    border-radius: var(--radius-md);
    transition: var(--transition);
    border-bottom: 3px solid var(--gold);
}

.contact__address__item:hover {
    box-shadow: var(--shadow-md);
    background: #fff;
}

.contact__address__item h4 {
    color: var(--forest);
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 18px;
}

.contact__address__item ul { display: inline-block; }

.contact__address__item ul li {
    list-style: none;
    line-height: 24px;
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
    text-align: left;
}

.contact__address__item ul li:last-child { margin-bottom: 0; }

.contact__address__item ul li i {
    color: var(--gold);
    font-size: 16px;
    position: absolute;
    left: 0; top: 4px;
}

/* ---------------------------------------------------------------
   BLOG
--------------------------------------------------------------- */
.latest { padding-top: 80px; }

.latest__blog__item {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 32px 28px 32px 26px;
    transition: var(--transition);
    margin-bottom: 44px;
}

.latest__blog__item:hover {
    box-shadow: var(--shadow-md);
    border-color: transparent;
}

.latest__blog__item:hover h5 a { color: var(--gold); }

.latest__blog__item h5 { margin-bottom: 40px; }

.latest__blog__item h5 a {
    font-size: 18px;
    color: var(--forest);
    font-weight: 700;
    transition: var(--transition);
}

.latest__blog__item p { line-height: 22px; margin-bottom: 22px; font-size: 14px; }

.latest__blog__author .latest__blog__author__pic { float: left; margin-right: 12px; }
.latest__blog__author .latest__blog__author__text { overflow: hidden; padding-top: 4px; }

.latest__blog__author .latest__blog__author__text h6 {
    color: var(--gold);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
}

.latest__blog__author .latest__blog__author__text span {
    font-size: 12px;
    color: var(--text-light);
    letter-spacing: .5px;
}

.blog__item { margin-bottom: 42px; }
.blog__item__img img { min-width: 100%; border-radius: var(--radius-md) var(--radius-md) 0 0; }
.blog__item__text { padding-top: 20px; }
.blog__item__text h3 { font-weight: 700; margin-bottom: 4px; }
.blog__item__text h3 a { color: var(--forest); transition: var(--transition); }
.blog__item__text h3 a:hover { color: var(--gold); }
.blog__item__text ul { margin-bottom: 18px; }
.blog__item__text ul li { font-size: 14px; color: var(--text-light); list-style: none; margin-right: 26px; display: inline-block; }
.blog__item__text ul li:last-child { margin-right: 0; }
.blog__item__text ul li i { color: var(--gold); }
.blog__item__text p { color: var(--text-light); margin-bottom: 34px; font-size: 14px; }
.blog__item__text .read__more { display: inline-block; color: var(--text-light); font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }

.blog__pagination a {
    font-size: 14px; color: var(--text-light);
    display: inline-block; padding: 10px 18px;
    border: 1px solid var(--border); border-left: none;
    margin-right: -5px; transition: var(--transition);
}
.blog__pagination a:first-child { border-left: 1px solid var(--border); border-radius: var(--radius-sm) 0 0 var(--radius-sm); }
.blog__pagination a:last-child { border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.blog__pagination a:hover { background: var(--gold); color: var(--dark); border-color: var(--gold); }

/* ---------------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
    .container { max-width: 1170px; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero__text .primary-btn { margin-right: 12px; padding: 13px 26px; }
    .header__menu ul li { margin-right: 36px; }
    .loan__services__item__text { bottom: -165px; }
}

@media (max-width: 991px) {
    .contact-split { grid-template-columns: 1fr; }
    .contact-info-card { position: static; }
    .service-row { flex-direction: column; }
    .service-row__reverse { flex-direction: column; border-right: none; border-left: 5px solid transparent; }
    .service-row__reverse:hover { border-left-color: var(--gold); }
    .service-row__img { flex: none; width: 100%; }
    .step__connector { display: none; }
    .hero--centered .hero__text h2 { font-size: 36px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero__text { padding-top: 0; padding-bottom: 48px; }
    .home__about__text { padding-top: 0; margin-bottom: 36px; }
    .loan__services__item { width: 33.33%; }
    .call__text { margin-bottom: 36px; }
    .about__img .play-btn { left: 50%; transform: translate(-50px,-50px); }
    .history__img { margin-bottom: 36px; }
    .footer__copyright__links li { margin-right: 26px; }
    .footer__copyright__links li::after { right: -18px; }
    .header .container { position: relative; }

    .canvas__open {
        display: block;
        font-size: 22px;
        color: var(--forest);
        height: 36px; width: 36px;
        line-height: 36px;
        text-align: center;
        border: 2px solid var(--forest);
        border-radius: var(--radius-sm);
        cursor: pointer;
        position: absolute;
        right: 15px; top: 32px;
    }

    .offcanvas-menu-overlay {
        position: fixed; left: 0; top: 0;
        height: 100%; width: 100%;
        background: rgba(7,26,17,.65);
        z-index: 98; visibility: hidden;
        transition: var(--transition);
    }
    .offcanvas-menu-overlay.active { visibility: visible; }

    .offcanvas-menu-wrapper {
        position: fixed; left: -300px; top: 0;
        height: 100%; width: 300px;
        background: #fff;
        padding: 40px 36px 30px 28px;
        z-index: 99; overflow-y: auto;
        opacity: 0; display: block;
        transition: var(--transition);
    }
    .offcanvas-menu-wrapper.active { left: 0; opacity: 1; }

    .offcanvas__logo { margin-bottom: 20px; }
    .offcanvas__logo a { display: inline-block; }
    .offcanvas__menu { display: none; }

    .slicknav_menu { background: transparent; padding: 0; margin-bottom: 18px; }
    .slicknav_btn { display: none; }
    .slicknav_nav { display: block !important; }
    .slicknav_nav ul { margin: 0; padding: 4px 0; }
    .slicknav_nav .slicknav_row, .slicknav_nav a {
        padding: 10px 0; margin: 0;
        color: var(--forest); font-weight: 600;
        border-bottom: 1px solid var(--border);
    }
    .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a { border-bottom: none; }
    .slicknav_nav a:hover { border-radius: 0; background: transparent; color: var(--gold); }
    .slicknav_nav .slicknav_row:hover { border-radius: 0; background: transparent; color: var(--gold); }

    .offcanvas__widget { margin-bottom: 28px; }
    .offcanvas__widget li { font-size: 14px; color: var(--text); list-style: none; line-height: 30px; font-weight: 600; }
    .offcanvas__widget li i { font-size: 16px; color: var(--gold); margin-right: 7px; }

    .offcanvas__language {
        background: var(--gold);
        padding: 10px 18px;
        display: inline-block;
        float: none; position: relative;
        cursor: pointer; color: var(--dark);
        margin-bottom: 18px;
        border-radius: var(--radius-sm);
    }
    .offcanvas__language a { display: block; color: var(--dark); margin-bottom: 18px; }
    .offcanvas__language:hover ul { top: 40px; opacity: 1; visibility: visible; }
    .offcanvas__language img { display: inline-block; height: 24px; width: 24px; border-radius: 50%; margin-right: 6px; }
    .offcanvas__language span { font-size: 13px; font-weight: 700; color: var(--dark); text-transform: uppercase; display: inline-block; margin-right: 10px; }
    .offcanvas__language i { font-size: 18px; color: var(--dark); }
    .offcanvas__language ul { position: absolute; left: 50px; top: 60px; width: 110px; background: #fff; opacity: 0; visibility: hidden; transition: var(--transition); z-index: 9; border-radius: var(--radius-sm); box-shadow: var(--shadow-md); }
    .offcanvas__language ul li { list-style: none; }
    .offcanvas__language ul li a { font-size: 13px; color: var(--forest); padding: 7px 12px; display: block; }

    .header__top { display: none; }
    .header__nav { display: none; }
}

@media only screen and (max-width: 767px) {
    .hero__text { padding-top: 0; padding-bottom: 44px; }
    .home__about__text { padding-top: 0; margin-bottom: 32px; }
    .call__text { margin-bottom: 32px; }
    .about__img .play-btn { left: 50%; transform: translate(-50px,-50px); }
    .history__img { margin-bottom: 32px; }
    .loan__services__item { width: 50%; }
    .contact__widget__phone { text-align: left; }
    .contact__widget__item { margin-bottom: 24px; }
    .footer__copyright__links { text-align: center; margin-bottom: 16px; }
    .footer__copyright__text { text-align: center; }
    .team .text-right { text-align: left !important; }
    .team .section-title { margin-bottom: 26px; }
    .team .primary-btn { margin-bottom: 26px; }
    .services__details__calculator__total { margin-top: 0; padding-top: 36px; }
    .services__details__calculator h2 { margin-bottom: 44px; }
    .contact__form__text form .input-list { margin-right: 0; }
    .contact__form__text form .input-list input { width: 100%; float: none; margin-right: 0; }
    .header .container { position: relative; }

    .canvas__open {
        display: block; font-size: 22px;
        color: var(--forest); height: 36px; width: 36px;
        line-height: 36px; text-align: center;
        border: 2px solid var(--forest); border-radius: var(--radius-sm);
        cursor: pointer; position: absolute; right: 15px; top: 32px;
    }

    .offcanvas-menu-overlay {
        position: fixed; left: 0; top: 0; height: 100%; width: 100%;
        background: rgba(7,26,17,.65); z-index: 98;
        visibility: hidden; transition: var(--transition);
    }
    .offcanvas-menu-overlay.active { visibility: visible; }

    .offcanvas-menu-wrapper {
        position: fixed; left: -300px; top: 0;
        height: 100%; width: 300px; background: #fff;
        padding: 40px 36px 30px 28px; z-index: 99;
        overflow-y: auto; opacity: 0; display: block;
        transition: var(--transition);
    }
    .offcanvas-menu-wrapper.active { left: 0; opacity: 1; }

    .offcanvas__logo { margin-bottom: 18px; }
    .offcanvas__logo a { display: inline-block; }
    .offcanvas__menu { display: none; }

    .slicknav_menu { background: transparent; padding: 0; margin-bottom: 18px; }
    .slicknav_btn { display: none; }
    .slicknav_nav { display: block !important; }
    .slicknav_nav ul { margin: 0; padding: 4px 0; }
    .slicknav_nav .slicknav_row, .slicknav_nav a {
        padding: 10px 0; margin: 0;
        color: var(--forest); font-weight: 600;
        border-bottom: 1px solid var(--border);
    }
    .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a { border-bottom: none; }
    .slicknav_nav a:hover { border-radius: 0; background: transparent; color: var(--gold); }
    .slicknav_nav .slicknav_row:hover { border-radius: 0; background: transparent; color: var(--gold); }

    .offcanvas__widget { margin-bottom: 26px; }
    .offcanvas__widget li { font-size: 14px; color: var(--text); list-style: none; line-height: 30px; font-weight: 600; }
    .offcanvas__widget li i { font-size: 16px; color: var(--gold); margin-right: 7px; }

    .offcanvas__language {
        background: var(--gold); padding: 10px 18px;
        display: inline-block; float: none; position: relative; cursor: pointer;
        border-radius: var(--radius-sm);
    }
    .offcanvas__language:hover ul { top: 40px; opacity: 1; visibility: visible; }
    .offcanvas__language img { display: inline-block; height: 24px; width: 24px; border-radius: 50%; margin-right: 6px; }
    .offcanvas__language span { font-size: 13px; font-weight: 700; color: var(--dark); text-transform: uppercase; display: inline-block; margin-right: 10px; }
    .offcanvas__language i { font-size: 18px; color: var(--dark); }
    .offcanvas__language ul { position: absolute; left: 50px; top: 60px; width: 110px; background: #fff; opacity: 0; visibility: hidden; transition: var(--transition); z-index: 9; border-radius: var(--radius-sm); box-shadow: var(--shadow-md); }
    .offcanvas__language ul li { list-style: none; }
    .offcanvas__language ul li a { font-size: 13px; color: var(--forest); padding: 7px 12px; display: block; }

    .header__top { display: none; }
    .header__nav { display: none; }
    .search-model-form input { width: 100%; }
}

@media only screen and (max-width: 479px) {
    .hero__form form .input-list { margin-right: 0; }
    .hero__form form .input-list .input-list-item { width: 100%; float: none; margin-right: 0; }
    .hero__form .site-btn { padding: 13px 18px; }
    .loan__services__item { width: 100%; }
    .footer__copyright__links li { margin-right: 10px; }
    .footer__copyright__links li::after { right: -8px; }
    .services__details__calculator__item .price-input { position: relative; top: 0; margin-top: 22px; }
    .services__details__calculator__item { margin-bottom: 28px; }
    .contact__form__text { padding: 28px 20px; }
    .search-model-form input { font-size: 24px; }
    .hero--centered .hero__badges { flex-direction: column; align-items: center; }
}
