/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */


/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/***************************************
Header Start
****************************************/

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header {
    background: #fff;
    border-bottom: 1px solid #ececec;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .04);
}

.top-line {
    height: 5px;
    background: #c5942d;
}

.navbar {
    padding: 12px 0;
}

.navbar-brand img {
    height: 58px;
}

.navbar-nav {
    gap: 24px;
}

.nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #2b2b2b;
    padding: 10px 0 !important;
    position: relative;
    transition: .35s;
}

.nav-link:hover {
    color: #c5942d;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #c5942d;
    transition: .35s;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link.active {
    color: #222;
}

.nav-link.active::after {
    width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.appointment-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 22px;
    background: #c5942d;
    border: 1px solid #c5942d;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    transition: .35s;
    margin-left: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.appointment-btn a:hover {
    background: #c5942d;
    color: #fff;
    transform: translateY(-2px);
}

.appointment-btn i {
    font-size: 15px;
}

.navbar-toggler {
    font-size: 28px;
    color: #0a1e45;
}


/***************************************
Header End
****************************************/


/***************************************
Footer Start
****************************************/

.footer {
    position: relative;
    padding: 90px 0 35px;
    overflow: hidden;
    color: #fff;
}

.footer::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/footer-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
}

.footer-logo {
    max-width: 310px;
    margin-bottom: 20px;
}

.footer-divider img {
    width: 330px;
    margin: 0 0 30px;
}

.footer-text {
    color: #c7c7c7;
    font-size: 17px;
    line-height: 1.9;
    max-width: 480px;
    margin-bottom: 35px;
}

.footer h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #c79a2b;
}

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

.footer ul li {
    margin-bottom: 18px;
}

.footer ul li a {
    color: #d7d7d7;
    text-decoration: none;
    transition: .35s;
    display: inline-flex;
    align-items: center;
}

.footer ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    margin-right: 12px;
    color: #c79a2b;
}

.footer ul li a:hover {
    color: #c79a2b;
    padding-left: 6px;
}

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

.footer-social a {
    height: 50px;
    width: 50px;
    border: 1px solid #c79a2b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #c79a2b;
    transition: .35s;
}

.footer-social a:hover {
    background: #c79a2b;
    color: #fff;
    transform: translateY(-5px);
}

.footer-bottom {
    margin-top: 65px;
    padding-top: 25px;
    border-top: 1px solid rgba(199, 154, 43, .6);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-policy {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-policy span {
    color: #c79a2b;
}

.footer-policy a {
    text-decoration: none;
    color: #d7d7d7;
    transition: .3s;
}

.footer-policy a:hover {
    color: #c79a2b;
}

.f_col_pad.f_col_pad_nb {
    border-left: 0px solid #6f5929;
}

.f_col_pad {
    padding: 0 0 0 20px;
    border-left: 1px solid #6f5929;
    height: 100%;
}


/***************************************
Footer End
****************************************/


/***************************************
Hero banner Start
****************************************/

.hero-section {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.hero-item {
    position: relative;
    padding: 180px 0;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/banner.png);
    background-size: cover;
    background-position: center;
    z-index: 0;
}

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

.hero-subtitle {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #C79A2B;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.12;
    color: #2E2E2E;
    margin-bottom: 25px;
}

.hero-content h1 span {
    color: #C79A2B;
}

.divider {
    width: 280px;
    margin-bottom: 30px;
}

.hero-content p {
    font-size: 21px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.hero-btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: #C79A2B;
    border: 1px solid #C79A2B;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    transition: .35s;
}

.btn-gold:hover {
    background: #fff;
    color: #C79A2B;
}

.btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border: 1px solid #C79A2B;
    border-radius: 8px;
    color: #C79A2B;
    font-weight: 600;
    transition: .35s;
}

.btn-white:hover {
    background: #C79A2B;
    color: #fff;
}

.hero-image {
    text-align: right;
}

.hero-image img {
    max-width: 100%;
}

.hero-section img.divider {
    width: 50%;
}

.hero-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.hero-slider .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc!important;
    margin: 6px;
}

.hero-slider .owl-dot.active span {
    background: #C79A2B!important;
    width: 30px;
    border-radius: 20px;
}

.owl-carousel {
    display: block;
}


/***************************************
Hero banner End
****************************************/


/***************************************
About Section Strat
****************************************/

.about-section {
    background: #f3ebda;
    padding: 90px 0;
    overflow: hidden;
}

.container {
    width: 90%;
    max-width: 1320px;
    margin: auto;
}

.about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
}

.about-text {
    flex: 1;
}

.section-tag {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
}

.section-tag span {
    font-size: 15px;
    font-weight: 700;
    color: #B88517;
    letter-spacing: .8px;
}

.about-text h2 {
    font-size: 50px;
    line-height: 1.18;
    font-weight: 400;
    color: #2D2D2D;
    margin-bottom: 25px;
    font-family: "Times New Roman", Times, serif;
}

.about-text h2 span {
    color: #C89A2D;
}

.sub_sec {
    max-width: 100%;
}

.heading-line {
    width: 75px;
    height: 2px;
    background: #C89A2D;
    margin-bottom: 35px;
}

.about-text p {
    color: #666;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 15px;
}

.about-btns {
    display: flex;
    gap: 18px;
    margin-top: 45px;
}

.about-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.about-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}


/***************************************
About Section End
****************************************/


/***************************************
Product Section Strat
****************************************/

.products-section {
    position: relative;
    padding: 80px 0 0;
    overflow: hidden;
    z-index: 1;
    background-image: url(../img/product_bg.jpg);
    background-size: cover;
}


/*==========================================
        SECTION HEADING START
==========================================*/

.section-heading {
    max-width: 860px;
    margin: auto;
    text-align: center;
}

.section-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 22px;
}

.section-subtitle img {
    height: 18px;
}

.section-subtitle span {
    display: block;
    width: 70px;
    height: 1px;
    background: #C79A2B;
}

.section-subtitle h6 {
    margin: 0;
    color: #C79A2B;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.section-heading h2 {
    font-size: 50px;
    line-height: 1.18;
    font-weight: 400;
    color: #2D2D2D;
    margin-bottom: 25px;
    font-family: "Times New Roman", Times, serif;
}

.section-heading h2 span {
    color: #C79A2B;
}

.heading-divider {
    width: 90px;
    height: 4px;
    margin: auto;
    border-radius: 10px;
    background: #C79A2B;
    margin-bottom: 30px;
}

.section-heading p {
    max-width: 760px;
    margin: auto;
    font-size: 20px;
    line-height: 1.8;
    color: #646464;
}


/*==========================================
        SECTION HEADING END
==========================================*/


/*==========================================
        PRODUCT CARD
==========================================*/

.product-card {
    background: #fff;
    border-radius: 16px;
    padding: 42px 36px;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    height: 100%;
    position: relative;
    transition: .45s;
    overflow: hidden;
    box-shadow: 0 8px 35px rgba(0, 0, 0, .05);
}

.product-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 0;
    background: #C79A2B;
    transition: .4s;
}

.product-card:hover::before {
    height: 100%;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.product-icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #FBF7EF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
}

.product-card:hover .product-icon {
    background: #C79A2B;
}

.product-icon img {
    width: 48px;
    transition: .35s;
}

.product-card:hover .product-icon img {
    filter: brightness(0) invert(1);
}

.product-content {
    flex: 1;
    padding-left: 22px;
    border-left: 1px solid #ececec;
}

.product-content h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 22px;
    margin-bottom: 18px;
    color: #222;
    font-weight: 500;
}

.card-line {
    width: 56px;
    height: 3px;
    background: #C79A2B;
    margin-bottom: 22px;
}

.product-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 28px;
}

.product-content a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #C79A2B;
    text-decoration: none;
    transition: .35s;
}

.product-content a i {
    transition: .35s;
}

.product-card:hover a {
    color: #0A1E45;
}

.product-card:hover a i {
    transform: translateX(8px);
}


/*==========================================
            CTA
==========================================*/

.products-cta {
    margin: 45px 0 70px;
    background: #011937;
    border-radius: 14px;
    padding: 30px 45px;
    position: relative;
    overflow: hidden;
}

.cta-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-icon img {
    width: 100%;
}

.cta-content h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}

.cta-content span {
    color: #C79A2B;
}

.cta-content p {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 36px;
    background: #C79A2B;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: .35s;
}

.cta-btn:hover {
    background: #fff;
    color: #071D45;
}

.cta-btn i {
    transition: .35s;
}

.cta-btn:hover i {
    transform: translateX(8px);
}


/***************************************
product Section End
****************************************/


/***************************************
   WHY CHOOSE US Section Start
****************************************/

.why-choose-section {
    position: relative;
    padding: 80px 0;
    background: #F8F3E7;
    overflow: hidden;
}

.why-left {
    position: relative;
    z-index: 2;
}

.why-left .section-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    justify-content: flex-start;
}

.section-subtitle span {
    width: 40px;
    height: 2px;
    background: #C79A2B;
}

.section-subtitle img {
    height: 16px;
}

.why-left h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 400;
    color: #222;
    margin-bottom: 18px;
}

.why-left h2 span {
    color: #C79A2B;
}

.heading-line {
    width: 85px;
    height: 4px;
    background: #C79A2B;
    border-radius: 10px;
    margin-bottom: 28px;
}

.why-left p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    max-width: 90%;
    margin-bottom: 25px;
}

.why-image {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
    max-width: 90%;
}

.why-image img {
    width: 100%;
    display: block;
    transition: .5s;
}

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

.why-list {
    position: relative;
    padding-left: 45px;
}

.why-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #C79A2B;
    opacity: .45;
}

.why-card {
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 18px 22px;
    margin-bottom: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transition: .35s;
}

.why-card:last-child {
    margin-bottom: 0;
}

.why-card:hover {
    transform: translateX(10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
}

.why-icon {
    width: 84px;
    min-width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}

.why-icon img {
    width: 42px;
    transition: .35s;
}

.why-icon.navy {
    background: #071D45;
}

.why-icon.gold {
    background: #C79A2B;
}

.why-content {
    flex: 1;
    padding-left: 18px;
    border-left: 1px solid #E7D8AF;
}

.why-content h4 {
    font-family: "Times New Roman", Times, serif;
    font-size: 27px;
    font-weight: 700;
    color: #2A2A2A;
    margin-bottom: 10px;
}

.why-content p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.why-card:hover .why-content h4 {
    color: #C79A2B;
}

.why-card:hover .why-content {
    border-left-color: #C79A2B;
}

.why-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    opacity: 0;
    background: linear-gradient(90deg, rgba(199, 154, 43, .05), rgba(255, 255, 255, 0));
    transition: .35s;
    pointer-events: none;
}

.why-card {
    position: relative;
}

.why-card:hover::after {
    opacity: 1;
}


/***************************************
   WHY CHOOSE US Section End
****************************************/


/***************************************
   FAQ Section Start
****************************************/

.faq-section {
    position: relative;
    padding: 85px 0;
    background: #FDFBF7;
    overflow: hidden;
    z-index: 1;
    background-image: url(../img/product_bg.jpg);
    background-size: cover;
}

.faq-section .section-heading {
    max-width: 760px;
    margin: auto;
}

.faq-section .section-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.faq-section .section-subtitle span {
    width: 70px;
    height: 1px;
    background: #C79A2B;
}

.faq-section .section-subtitle img {
    height: 16px;
}

.faq-section .section-subtitle h6 {
    margin: 0;
    color: #C79A2B;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.faq-section h2 {
    font-size: 50px;
    line-height: 1.18;
    font-weight: 400;
    color: #2D2D2D;
    margin-bottom: 25px;
    font-family: "Times New Roman", Times, serif;
}

.faq-section h2 span {
    color: #C79A2B;
}

.faq-section .heading-line {
    width: 80px;
    height: 4px;
    background: #C79A2B;
    margin: 0 auto 30px;
    border-radius: 20px;
}

.faq-section .section-heading p {
    font-size: 20px;
    line-height: 1.8;
    color: #646464;
}

.faq-image-box {
    position: relative;
}

.faq-image-box img {
    width: 100%;
    display: block;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.faq-help-card {
    position: absolute;
    left: 40px;
    bottom: -35px;
    width: 78%;
    display: flex;
    align-items: center;
    gap: 18px;
    background: #071D45;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

.help-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-icon img {
    width: 42px;
}

.help-content h4 {
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    color: #fff;
    margin-bottom: 8px;
}

.help-content p {
    margin: 0;
    color: #fff;
    opacity: 1;
    font-size: 16px;
}

.faq-wrapper {
    padding-left: 25px;
}

.accordion-item {
    border: none;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.accordion-button {
    background: #fff;
    padding: 24px 30px;
    font-size: 26px;
    font-weight: 600;
    color: #2B2B2B;
    box-shadow: none !important;
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: #fff;
    color: #C79A2B;
}

.accordion-body {
    padding: 0 30px 26px;
    font-size: 18px;
    line-height: 1.9;
    color: #666;
}

.accordion-button::after {
    width: 34px;
    height: 34px;
    background: none;
    border: 2px solid #C79A2B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    color: #C79A2B;
    font-size: 13px;
    transition: .35s;
    transform: none;
}

.accordion-button:not(.collapsed)::after {
    content: "\f077";
    background: #C79A2B;
    color: #fff;
}

.accordion-item {
    transition: .35s;
}

.accordion-item:hover {
    transform: translateX(8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.faq-help-card {
    transition: .35s;
}

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

.faq-image-box {
    overflow: visible;
}

.faq-image-box img {
    transition: .5s;
}

.faq-image-box:hover img {
    transform: scale(1.04);
}


/***************************************
   FAQ Section End
****************************************/


/***************************************
   CTA SECTION Section Start
****************************************/

.cta-section {
    position: relative;
    background: url("../img/cta_bg.jpg") center center/cover no-repeat;
    padding: 120px 0;
    overflow: hidden;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 28, 54, .72);
}

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

.cta-section .cta-title {
    font-size: 50px;
    line-height: 1.18;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
    font-family: "Times New Roman", Times, serif;
}

.cta-section .cta-title span {
    color: #f4b941;
}

.cta-section .cta-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 25px 0;
}

.cta-section .cta-divider span {
    width: 65px;
    height: 1px;
    background: #fff;
    opacity: .7;
}

.cta-section .cta-divider i {
    color: #fff;
    font-size: 16px;
}

.cta-section p {
    color: #f1f1f1;
    font-size: 18px;
    line-height: 30px;
    max-width: 620px;
    margin: 0 auto 45px;
}

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

.cta-btn-primary {
    background: #f4b941;
    color: #14213d;
    padding: 18px 38px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .35s;
    min-width: 250px;
}

.cta-btn-primary:hover {
    background: #fff;
    color: #14213d;
}

.cta-btn-outline {
    border: 1px solid #f4b941;
    color: #f4b941;
    padding: 18px 38px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .05);
    transition: .35s;
    min-width: 250px;
}

.cta-btn-outline:hover {
    background: #f4b941;
    color: #14213d;
}

.cta-btn-primary i,
.cta-btn-outline i {
    transition: .3s;
}

.cta-btn-primary:hover i,
.cta-btn-outline:hover i {
    transform: translateX(4px);
}


/***************************************
   CTA SECTION Section End
****************************************/


/***************************************
   TESTIMONIAL SECTION Start
****************************************/

.testimonial-section {
    position: relative;
    padding: 85px 0 0;
    background: #FCFAF6;
    overflow: hidden;
    z-index: 1;
    background-image: url(../img/product_bg.jpg);
    background-size: cover;
}

.testimonial-left-pattern,
.testimonial-right-pattern {
    position: absolute;
    z-index: -1;
    opacity: .08;
}

.testimonial-left-pattern {
    left: -40px;
    top: 25px;
}

.testimonial-left-pattern img {
    width: 230px;
}

.testimonial-right-pattern {
    right: -20px;
    top: 20px;
}

.testimonial-right-pattern img {
    width: 220px;
}

.testimonial-section .section-heading {
    max-width: 760px;
    margin: auto;
    text-align: center;
}

.testimonial-section .section-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.testimonial-section .section-subtitle span {
    width: 70px;
    height: 1px;
    background: #C79A2B;
}

.testimonial-section .section-subtitle img {
    height: 16px;
}

.testimonial-section .section-subtitle h6 {
    margin: 0;
    color: #C79A2B;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.testimonial-section h2 {
    font-size: 50px;
    line-height: 1.18;
    font-weight: 400;
    color: #2D2D2D;
    margin-bottom: 25px;
    font-family: "Times New Roman", Times, serif;
}

.testimonial-section h2 span {
    color: #C79A2B;
}

.testimonial-section .heading-line {
    width: 80px;
    height: 4px;
    margin: 0 auto 28px;
    background: #C79A2B;
    border-radius: 20px;
}

.testimonial-section .section-heading p {
    font-size: 20px;
    color: #666;
    line-height: 1.8;
    max-width: 680px;
    margin: auto;
}

.testimonial-slider-area {
    position: relative;
    margin-top: 70px;
}

.testimonial-slider {
    padding: 10px 5px 20px;
}

.testimonial-card {
    position: relative;
    background: #fff;
    border-radius: 14px;
    padding: 38px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    transition: .4s;
    margin: 10px;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.quote-top {
    color: #C79A2B;
    font-size: 42px;
    margin-bottom: 25px;
}

.quote-bg {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #FBF2DE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 32px;
}

.testimonial-text {
    min-height: 170px;
    font-size: 18px;
    font-style: italic;
    color: #555;
    line-height: 1.9;
    text-align: center;
}

.testimonial-divider {
    width: 100%;
    height: 2px;
    background: #EFE0B7;
    margin: 30px 0;
}

.client-info {
    display: flex;
    align-items: center;
}

.client-image {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 18px;
    flex-shrink: 0;
}

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

.client-content h4 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.client-content span {
    display: block;
    font-size: 16px;
    color: #777;
    margin: 4px 0 10px;
}

.rating {
    color: #C79A2B;
    font-size: 15px;
    letter-spacing: 2px;
}

.testimonial-prev,
.testimonial-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #C79A2B;
    color: #C79A2B;
    cursor: pointer;
    transition: .35s;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.testimonial-prev {
    left: -28px;
}

.testimonial-next {
    right: -28px;
}

.testimonial-prev:hover,
.testimonial-next:hover {
    background: #C79A2B;
    color: #fff;
    transform: translateY(-50%) scale(1.08);
}

.testimonial-slider .owl-dots {
    margin-top: 35px;
    text-align: center;
}

.testimonial-slider .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #d9d9d9 !important;
    transition: .35s;
}

.testimonial-slider .owl-dot.active span {
    width: 32px;
    border-radius: 20px;
    background: #C79A2B !important;
}

.testimonial-card:hover .quote-bg {
    background: #C79A2B;
    color: #fff;
}

.testimonial-card:hover .client-image {
    transform: scale(1.08);
}

.client-image {
    transition: .35s;
}

.testimonial-card:hover .client-content h4 {
    color: #C79A2B;
}

.rating i {
    transition: .3s;
}

.testimonial-card:hover .rating i {
    transform: translateY(-2px);
}


/***************************************
   TESTIMONIAL SECTION End
****************************************/


/***************************************
   contact us SECTION Start
****************************************/

.contact-section {
    position: relative;
    padding: 85px 0;
    background: #FBF8F2;
    overflow: hidden;
    background-image: url(../img/contact_bg.jpg);
    background-size: cover;
    z-index: 1;
}

.contact-shape-left,
.contact-shape-right {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: .08;
}

.contact-shape-left {
    left: -45px;
    top: 40px;
}

.contact-shape-left img {
    width: 240px;
}

.contact-shape-right {
    right: -30px;
    top: 60px;
}

.contact-shape-right img {
    width: 240px;
}

.contact-section .gold-glow {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(199, 154, 43, .08);
    filter: blur(80px);
    top: 120px;
    right: -120px;
    z-index: -2;
}

.contact-section .row {
    position: relative;
    z-index: 2;
}

.contact-left {
    padding-right: 20px;
}

.contact-left>* {
    position: relative;
    z-index: 2;
}

.contact-left .section-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    justify-content: flex-start;
}

.contact-left .section-subtitle span {
    width: 42px;
    height: 2px;
    background: #C79A2B;
}

.contact-left .section-subtitle img {
    height: 16px;
}

.contact-left .section-subtitle h6 {
    margin: 0;
    color: #C79A2B;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.contact-left h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 400;
    color: #222;
    margin-bottom: 18px;
}

.contact-left h2 span {
    color: #C79A2B;
}

.contact-left .heading-line {
    width: 90px;
    height: 4px;
    background: #C79A2B;
    border-radius: 20px;
    margin-bottom: 30px;
}

.contact-left>p {
    max-width: 520px;
    font-size: 18px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 5px;
}

.contact-section img {
    max-width: 100%;
    display: block;
}

.contact-section a {
    text-decoration: none;
}

.contact-section h2,
.contact-section h3,
.contact-section h4,
.contact-section h5,
.contact-section h6 {
    margin-top: 0;
}

.contact-left .row {
    margin-top: 0;
}

.contact-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    background: #ffffff;
    border-radius: 22px;
    padding: 17px;
    min-height: 125px;
    overflow: hidden;
    border: 1px solid #F1ECE3;
    transition: all .35s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
}

.contact-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #C79A2B;
    transition: .35s;
}

.contact-card:hover::before {
    width: 100%;
}

.contact-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(199, 154, 43, .05);
    top: -60px;
    right: -60px;
    transition: .35s;
}

.contact-card:hover::after {
    transform: scale(1.2);
}

.contact-card:hover {
    transform: translateY(-10px);
    border-color: #C79A2B;
    box-shadow: 0 25px 55px rgba(0, 0, 0, .10);
}

.contact-icon {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: #011937;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .35s;
    position: relative;
    overflow: hidden;
}

.contact-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #C79A2B;
    left: 0;
    top: 100%;
    transition: .35s;
}

.contact-card:hover .contact-icon::before {
    top: 0;
}

.contact-icon i {
    position: relative;
    z-index: 2;
    font-size: 28px;
    color: #C79A2B;
    transition: .35s;
}

.contact-card:hover .contact-icon i {
    color: #ffffff;
}

.contact-info {
    flex: 1;
}

.contact-info h4 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    font-family: 'Times New Roman', Times, serif;
    transition: .3s;
}

.contact-card:hover h4 {
    color: #C79A2B;
}

.contact-info a {
    display: block;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    margin-bottom: 0;
    transition: .3s;
    word-break: break-word;
}

.contact-info a:hover {
    color: #C79A2B;
}

.contact-info p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #666;
}

.contact-info span {
    display: block;
    margin-top: 0;
    font-size: 14px;
    color: #888;
}

.contact-card:hover .contact-info a {
    transform: translateX(3px);
}

.contact-card:hover .contact-info p {
    color: #555;
}

.contact-card:hover .contact-info span {
    color: #777;
}

.contact-card:focus-within {
    border-color: #C79A2B;
    box-shadow: 0 0 0 4px rgba(199, 154, 43, .15);
}

.contact-card a:focus {
    outline: none;
}

.contact-card {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.contact-card * {
    transition: all .3s ease;
}

.contact-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 55px;
    padding: 20px 25px;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #EFE6D7;
    transition: all .35s ease;
}

.contact-cta::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(199, 154, 43, .08);
    top: -120px;
    right: -90px;
    transition: .4s;
}

.contact-cta::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(199, 154, 43, .05);
    left: -45px;
    bottom: -45px;
}

.contact-cta:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, .12);
}

.contact-cta:hover::before {
    transform: scale(1.3);
}

.cta-icon {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 24px;
    background: #FFF8EA;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cta-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #C79A2B;
    transform: translateY(100%);
    transition: .35s;
}

.contact-cta:hover .cta-icon::before {
    transform: translateY(0);
}

.cta-icon img {
    width: 42px;
    position: relative;
    z-index: 2;
    transition: .35s;
}

.contact-cta:hover .cta-icon img {
    filter: brightness(0) invert(1);
}

.cta-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.contact-section .cta-content h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.contact-section .cta-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    max-width: 520px;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #C79A2B, #E3BF67);
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .4px;
    border-radius: 60px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
    box-shadow: 0 18px 35px rgba(199, 154, 43, .35);
}

.theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: rgba(255, 255, 255, .35);
    transform: skewX(-25deg);
    transition: .65s;
}

.theme-btn:hover::before {
    left: 150%;
}

.theme-btn i {
    font-size: 15px;
    transition: .3s;
}

.theme-btn:hover {
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 24px 45px rgba(199, 154, 43, .45);
}

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

.cta-btn {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

@keyframes floatingCTA {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.contact-cta {
    animation: floatingCTA 6s ease-in-out infinite;
}

@keyframes goldPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(199, 154, 43, .35);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(199, 154, 43, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(199, 154, 43, 0);
    }
}

.cta-icon {
    animation: goldPulse 3.5s infinite;
}

.contact-cta * {
    transition: all .3s ease;
}

.contact-cta:hover .cta-content h3 {
    color: #C79A2B;
}

.contact-cta:hover .cta-content p {
    color: #555;
}

.contact-right {
    position: relative;
    height: 760px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 2;
    background: transparent;
}

.contact-image-bg {
    position: absolute;
    right: 0;
    top: 45px;
    width: 580px;
    height: 650px;
    background: #E8DCC9;
    border-radius: 120px 30px 120px 30px;
    z-index: 1;
    transform: rotate(-2deg);
    box-shadow: 0 35px 80px rgba(0, 0, 0, .08);
}

.contact-image-bg::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 2px dashed rgba(255, 255, 255, .35);
    border-radius: 105px 25px 105px 25px;
}

.contact-image-bg::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    top: -60px;
    right: -60px;
}

.contact-office-image {
    position: relative;
    width: 520px;
    height: 640px;
    border-radius: 100px 25px 100px 25px;
    overflow: hidden;
    z-index: 3;
    margin-right: 35px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .18);
    transition: all .45s ease;
}

.contact-office-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .7s ease;
}

.contact-office-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .22), rgba(0, 0, 0, 0));
    opacity: 0;
    transition: .4s;
    z-index: 2;
}

.contact-right:hover .contact-office-image {
    transform: translateY(-8px);
    box-shadow: 0 45px 90px rgba(0, 0, 0, .22);
}

.contact-right:hover .contact-office-image img {
    transform: scale(1.08);
}

.contact-right:hover .contact-office-image::before {
    opacity: 1;
}

.contact-office-image::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 2px solid rgba(255, 255, 255, .28);
    border-radius: 88px 18px 88px 18px;
    z-index: 3;
}

.contact-map-card {
    width: 100%;
    background: #fff;
    border-radius: 22px;
    padding: 12px;
}

.contact-map-card img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

.contact-map-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    border: 2px solid rgba(199, 154, 43, .25);
    pointer-events: none;
}

.contact-map-card::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(199, 154, 43, .08);
    top: -25px;
    right: -25px;
}

.contact-map-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, .22);
}

@keyframes officeFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.contact-office-image {
    animation: officeFloat 8s ease-in-out infinite;
}

@keyframes mapFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
    100% {
        transform: translateY(0);
    }
}

.contact-map-card {
    animation: mapFloat 6s ease-in-out infinite;
}

.contact-right .gold-dots {
    position: absolute;
    right: 40px;
    bottom: 25px;
    width: 110px;
    height: 110px;
    background-image: radial-gradient(#C79A2B 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    opacity: .25;
    z-index: 1;
}

.contact-right::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 120px;
    background: rgba(0, 0, 0, .10);
    filter: blur(45px);
    left: 140px;
    bottom: 35px;
    border-radius: 50%;
    z-index: 0;
}


/* Smooth Rendering */

.contact-section,
.contact-section * {
    box-sizing: border-box;
}

.contact-section {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.contact-section img {
    display: block;
    max-width: 100%;
    user-select: none;
    -webkit-user-drag: none;
}

.contact-office-image img,
.contact-map-card img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.contact-section a {
    text-decoration: none;
    transition: all .3s ease;
}

.contact-section a:hover {
    text-decoration: none;
}

.theme-btn:focus,
.theme-btn:active {
    outline: none;
    color: #fff;
}

.theme-btn:active {
    transform: scale(.98);
}

.contact-card:active {
    transform: translateY(-4px);
}

.contact-right:active .contact-office-image {
    transform: translateY(-4px);
}

.contact-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .03);
}

.contact-cta {
    box-shadow: 0 18px 55px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .04);
}

.contact-office-image {
    box-shadow: 0 35px 90px rgba(0, 0, 0, .18);
}

.contact-map-card {
    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
}

.contact-card,
.contact-cta {
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.contact-left,
.contact-right {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .8s ease, transform .8s ease;
}


/* Optional Animation Class */

.reveal-up {
    opacity: 0;
    transform: translateY(40px);
}

.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}

.contact-section ::-webkit-scrollbar {
    width: 8px;
}

.contact-section ::-webkit-scrollbar-track {
    background: #F7F4ED;
}

.contact-section ::-webkit-scrollbar-thumb {
    background: #C79A2B;
    border-radius: 30px;
}

.contact-section a:focus-visible,
.contact-section button:focus-visible {
    outline: 2px solid #C79A2B;
    outline-offset: 4px;
}

.contact-left {
    position: relative;
    z-index: 5;
}

.contact-right {
    position: relative;
    z-index: 4;
}

.contact-map-card {
    z-index: 10;
}

.contact-left>*:last-child {
    margin-bottom: 0;
}

.contact-info>*:last-child {
    margin-bottom: 0;
}

.contact-section * {
    transition-property: color, background-color, border-color, box-shadow, transform, opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.contact-card,
.contact-cta,
.contact-office-image,
.contact-map-card {
    will-change: transform;
}

@media print {
    .contact-shape-left,
    .contact-shape-right,
    .contact-image-bg,
    .gold-glow,
    .gold-dots {
        display: none;
    }
    .contact-section {
        background: #fff;
        padding: 40px 0;
    }
}


/***************************************
   contact us SECTION End
****************************************/


/***************************************
   Inner banner SECTION Start
****************************************/


/*==============================
        INNER BANNER
==============================*/

.inner-banner {
    position: relative;
    background: url("../img/gallery_img.jpg") no-repeat center center;
    background-size: cover;
    min-height: 820px;
    display: flex;
    align-items: center;
}

.inner-banner .container {
    position: relative;
    width: 100%;
}

.banner-line img {
    max-width: 100%;
}

.banner-content {
    max-width: 530px;
    padding-left: 50px;
}

.sub-title {
    display: block;
    color: #B88718;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-content h1 {
    font-size: 50px;
    font-weight: 700;
    color: #202020;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: "Times New Roman", Times, serif;
}

.banner-line {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.banner-line span {
    width: 180px;
    height: 2px;
    background: #C5961A;
}

.banner-line i {
    margin-left: -2px;
    color: #C5961A;
    font-size: 18px;
}

.banner-content p {
    color: #333;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #B88718;
    color: #fff;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    transition: .35s;
}

.banner-btn:hover {
    background: #9f7411;
    color: #fff;
    transform: translateY(-3px);
}

.banner-btn i {
    transition: .35s;
}

.banner-btn:hover i {
    transform: translateX(5px);
}


/***************************************
   Inner banner SECTION End
****************************************/


/***************************************
   IMAGE GALLERY SECTION Start
****************************************/

.products-section_gallery {
    padding: 80px 0;
}

.gallery-section {
    padding: 100px 0;
    background: #ffffff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 30px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
    background: #f5f5f5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .35s;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: .6s;
}

.gallery-item {
    aspect-ratio: 16/10;
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .15);
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .35), transparent);
    opacity: 0;
    transition: .35s;
    z-index: 1;
}

.gallery-item:hover::before {
    opacity: 1;
}

.gallery-item::after {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.6);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #C59A2C;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 300;
    opacity: 0;
    transition: .35s;
    z-index: 2;
}

.gallery-item:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}


/*===============================
        IMAGE POPUP
================================*/

.gallery-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .92);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: .35s;
    z-index: 9999;
    padding: 30px;
}

.gallery-popup.active {
    visibility: visible;
    opacity: 1;
}

.gallery-popup img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 12px;
    transform: scale(.8);
    transition: .35s;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .4);
}

.gallery-popup.active img {
    transform: scale(1);
}

.popup-close {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    transition: .3s;
}

.popup-close:hover {
    color: #C59A2C;
    transform: rotate(90deg);
}


/***************************************
   IMAGE GALLERY SECTION End
****************************************/


/***************************************
   About Page Start
****************************************/

.about_banner.inner-banner {
    background: url("../img/about_banner.jpg") no-repeat center center;
}

.about-sub-section {
    position: relative;
    padding: 85px 0;
    background: #f8f2e6;
    overflow: hidden;
}

.about-sub-image {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .10);
}

.about-sub-image img {
    width: 100%;
    display: block;
    transition: .6s;
}

.about-sub-image:hover img {
    transform: scale(1.06);
}

.about-sub-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .18), transparent);
    opacity: 0;
    transition: .35s;
}

.about-sub-image:hover::after {
    opacity: 1;
}

.about-sub-content {
    padding-left: 30px;
}

.about-sub-section .section-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.about-sub-section .section-subtitle>span {
    font-size: 15px;
    font-weight: 700;
    color: #be8d23;
    letter-spacing: 1px;
    background: no-repeat;
    height: auto;
    width: auto;
}

.about-sub-section .subtitle-divider {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-sub-section img {
    max-width: 100%;
    width: 100%;
}

.about-sub-content h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 400;
    color: #222;
    margin-bottom: 18px;
}

.about-sub-content h2 span {
    display: block;
    color: #be8d23;
}

.about-sub-content .title-border {
    width: 60px;
    height: 2px;
    background: #be8d23;
    margin-bottom: 20px;
}

.about-sub-content p {
    font-size: 17px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 22px;
}

.about-feature-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 35px 22px;
    text-align: center;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    transition: .35s;
    overflow: hidden;
}

.about-feature-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #be8d23;
    transition: .35s;
}

.about-feature-card:hover::before {
    width: 100%;
}

.about-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .14);
}

.feature-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #f7edd8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
}

.feature-icon img {
    width: 36px;
    transition: .35s;
}

.about-feature-card:hover .feature-icon {
    background: #be8d23;
}

.about-feature-card:hover .feature-icon img {
    filter: brightness(0) invert(1);
    transform: scale(1.08);
}

.about-feature-card h4 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    color: #2f2f2f;
    margin-bottom: 14px;
    transition: .35s;
}

.about-feature-card:hover h4 {
    color: #be8d23;
}


/* Gold Divider */

.about-feature-card span {
    display: block;
    width: 45px;
    height: 2px;
    background: #be8d23;
    margin: 0 auto 18px;
}

.about-feature-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6d6d6d;
}

.about-sub-section img {
    max-width: 100%;
}

.about-sub-section a {
    text-decoration: none;
}

.about-sub-section h2,
.about-sub-section h3,
.about-sub-section h4 {
    margin-top: 0;
}

.about-feature-card,
.about-sub-image,
.feature-icon,
.feature-icon img {
    transition: all .35s ease;
}

.values-section {
    position: relative;
    padding: 110px 0;
    background: #ffffff;
    overflow: hidden;
}

.values-section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(191, 145, 38, .04);
    top: -150px;
    right: -150px;
}

.values-section::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(191, 145, 38, .03);
    bottom: -220px;
    left: -220px;
}

.values-section .section-title {
    margin-bottom: 10px;
}

.values-section .sub-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.values-section .sub-title>span {
    color: #bf9126;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.values-section .title-divider {
    display: flex;
    align-items: center;
    gap: 10px;
}

.values-section .title-divider span {
    width: 80px;
    height: 2px;
    background: #bf9126;
}

.section-title h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 1.25;
    margin-bottom: 22px;
}

.heading-border {
    width: 60px;
    height: 2px;
    background: #bf9126;
}

.section-description {
    padding-left: 60px;
}

.section-description p {
    font-size: 18px;
    color: #666;
    line-height: 1.9;
    margin: 0;
}

.value-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    background: #fdf5e7;
    padding: 35px;
    min-height: 180px;
    overflow: hidden;
    transition: .35s;
}

.value-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 0;
    background: #bf9126;
    transition: .35s;
}

.value-card:hover::before {
    height: 100%;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .10);
    background: #fffdf8;
}

.value-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: .35s;
}

.value-icon img {
    width: 34px;
    transition: .35s;
}

.value-card:hover .value-icon {
    background: #bf9126;
}

.value-card:hover .value-icon img {
    filter: brightness(0) invert(1);
}

.value-content {
    flex: 1;
}

.value-content h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: 600;
    color: #2e2e2e;
    margin-bottom: 12px;
    transition: .35s;
}

.value-card:hover h3 {
    color: #bf9126;
}

.card-divider {
    display: block;
    width: 45px;
    height: 2px;
    background: #bf9126;
    margin-bottom: 18px;
}

.value-content p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.value-card::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(191, 145, 38, .05);
    right: -60px;
    bottom: -60px;
    transition: .4s;
}

.value-card:hover::after {
    transform: scale(1.3);
}

.values-section img {
    max-width: 100%;
    display: block;
}

.values-section h2,
.values-section h3 {
    margin-top: 0;
}

.values-section p {
    margin-bottom: 0;
}

.value-card,
.value-icon,
.value-icon img,
.value-content h3 {
    transition: all .35s ease;
}

.value-card {
    box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
}

.value-card:hover {
    box-shadow: 0 25px 55px rgba(0, 0, 0, .12);
}


/***************************************
   About Page End
****************************************/


/***************************************
   Contact us Page Start
****************************************/

.contact_banner.inner-banner {
    background: url("../img/contact_banner.jpg") no-repeat center center;
}

.banner-content h1 span {
    color: #b88718;
}

.contact-sub-section {
    position: relative;
    padding: 85px 0;
    background: #F8F1E3;
    overflow: hidden;
}

.contact-info-wrapper {
    padding-right: 45px;
}

.contact-info-wrapper h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
    line-height: 1.25;
    font-weight: 500;
    color: #2E2E2E;
    margin-bottom: 18px;
}

.contact-info-wrapper h2 span {
    display: block;
    color: #BE8D23;
}

.contact-sub-section .title-border {
    width: 60px;
    height: 2px;
    background: #BE8D23;
    margin: 25px 0;
}

.contact-sub-section .contact-info-wrapper>p {
    font-size: 17px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 40px;
}

.contact-sub-section .section-subtitle {
    justify-content: flex-start;
}

.contact-sub-section .section-subtitle span {
    width: auto;
    height: auto;
    background-color: transparent;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

.contact-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .35s;
}

.contact-icon img {
    width: 34px;
    transition: .35s;
}

.contact-content {
    padding-top: 6px;
}

.contact-content h4 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    color: #2f2f2f;
    margin-bottom: 8px;
    font-weight: 700;
}

.contact-content a,
.contact-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    text-decoration: none;
}

.contact-item:hover .contact-icon {
    background: #BE8D23;
    transform: translateY(-5px);
}

.contact-item:hover .contact-icon img {
    filter: brightness(0) invert(1);
}

.contact-item:hover h4 {
    color: #BE8D23;
}

.contact-form-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .10);
}

.contact-form-wrapper h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 38px;
    color: #2f2f2f;
    margin-bottom: 10px;
}

.contact-form-wrapper>p {
    color: #666;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    margin-bottom: 8px;
}

.form-group label span {
    color: #BE8D23;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 8px;
    padding: 15px 18px;
    font-size: 15px;
    color: #444;
    transition: .35s;
    outline: none;
}

.form-group textarea {
    resize: none;
    min-height: 150px;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #BE8D23;
    box-shadow: 0 0 0 4px rgba(190, 141, 35, .12);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #BE8D23;
    color: #fff;
    border: none;
    padding: 16px 34px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .35s;
    text-decoration: none;
}

.theme-btn i {
    transition: .35s;
}

.theme-btn:hover {
    background: #a97b18;
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(190, 141, 35, .30);
}

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

.contact-form-wrapper:hover {
    box-shadow: 0 30px 70px rgba(0, 0, 0, .13);
}

.contact-sub-section img {
    max-width: 100%;
    display: block;
}

.contact-sub-section h2,
.contact-sub-section h3,
.contact-sub-section h4 {
    margin-top: 0;
}

.contact-sub-section * {
    transition: all .35s ease;
}

.map_box img {
    width: 100%;
}


/***************************************
   Contact us Page End
****************************************/


/***************************************
   service Page Start
****************************************/

.service_banner.inner-banner {
    background: url("../img/service_banner.jpg") no-repeat center center;
}

.services-sub-section {
    position: relative;
    padding: 85px 0;
    overflow: hidden;
    z-index: 1;
    background-image: url(../img/product_bg.jpg);
    background-size: cover;
}

.services-sub-section .container {
    position: relative;
    z-index: 2;
}

.services-sub-section .section-heading {
    margin-bottom: 0;
}

.services-sub-section .section-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.services-sub-section .section-subtitle span {
    width: 85px;
    height: 2px;
    background: #C19127;
}

.services-sub-section .section-subtitle small {
    color: #C19127;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.services-sub-section .section-heading h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 52px;
    font-weight: 400;
    color: #2F2F2F;
    margin-bottom: 20px;
}

.services-sub-section .section-heading h2 span {
    color: #C19127;
}

.services-sub-section .heading-divider {
    width: 60px;
    height: 2px;
    background: #C19127;
    margin: 0 auto 25px;
}

.services-sub-section .section-heading p {
    max-width: 680px;
    margin: auto;
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}

.service-sub-card {
    position: relative;
    background: #fff;
    padding: 40px 35px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #F3EEE4;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    transition: .35s;
}

.service-sub-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #C19127;
    transition: .35s;
}

.service-sub-card:hover::before {
    width: 100%;
}

.service-sub-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, .12);
}

.service-sub-card::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(193, 145, 39, .05);
    right: -60px;
    bottom: -60px;
    transition: .4s;
}

.service-sub-card:hover::after {
    transform: scale(1.25);
}

.service-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #FBF5E8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    transition: .35s;
}

.service-icon img {
    width: 36px;
    transition: .35s;
}

.service-sub-card:hover .service-icon {
    background: #C19127;
}

.service-sub-card:hover .service-icon img {
    filter: brightness(0) invert(1);
}

.service-sub-card h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: 600;
    color: #2F2F2F;
    margin-bottom: 15px;
    transition: .35s;
}

.service-sub-card:hover h3 {
    color: #C19127;
}

.card-divider {
    display: block;
    width: 40px;
    height: 2px;
    background: #C19127;
    margin-bottom: 20px;
}

.service-sub-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 28px;
}

.service-sub-card a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #C19127;
    font-size: 15px;
    font-weight: 600;
    transition: .35s;
}

.service-sub-card a i {
    transition: .35s;
}

.service-sub-card:hover a {
    color: #A97718;
}

.service-sub-card:hover a i {
    transform: translateX(6px);
}

.service-sub-card,
.service-icon,
.service-icon img,
.service-sub-card h3,
.service-sub-card a {
    transition: all .35s ease;
}

.services-sub-section img {
    max-width: 100%;
    display: block;
}

.services-sub-section h2,
.services-sub-section h3 {
    margin-top: 0;
}

.services-sub-section p {
    margin-bottom: 10px;
}


/***************************************
   service Page End
****************************************/


/***************************************
   SOLUTION PROCESS SECTION START
****************************************/

.solution-process-section {
    position: relative;
    padding: 85px 0;
    background: #F9F2E4;
    overflow: hidden;
    z-index: 1;
}

.solution-process-section .row:first-child {
    margin-bottom: 60px;
}

.solution-heading-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.solution-heading-right p {
    max-width: 320px;
    margin: 0;
    font-size: 17px;
    color: #666;
    line-height: 1.8;
}

.solution-process-section .section-heading h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
    font-weight: 400;
    color: #2F2F2F;
    text-align: left;
    margin-bottom: 20px;
}

.solution-process-section .section-heading .heading-divider {
    width: 58px;
    height: 2px;
    background: #C19127;
    float: left;
}

.solution-process-section .section-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.solution-process-section .section-subtitle>span {
    color: #C19127;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    height: auto;
    width: auto;
    background: none;
}

.solution-process-section .subtitle-divider {
    display: flex;
    align-items: center;
    gap: 10px;
}

.solution-process-section .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #C19127;
    color: #fff;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 8px;
    font-weight: 600;
    transition: .35s;
}

.solution-process-section .theme-btn:hover {
    background: #AA7918;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(193, 145, 39, .30);
}

.solution-process-section .theme-btn i {
    transition: .35s;
}

.solution-process-section .theme-btn:hover i {
    transform: translateX(5px);
}

.process-card {
    position: relative;
    background: #fff;
    padding: 30px;
    height: 100%;
    border: 1px solid #EFE8DA;
    overflow: visible;
    margin: 0 5px 0 0;
}

.process-card:hover {
    box-shadow: 0 22px 50px rgba(0, 0, 0, .10);
}

.process-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #C19127;
    transition: .35s;
}

.process-card:hover::before {
    width: 100%;
}

.step-number {
    display: block;
    color: #8A8A8A;
    font-size: 14px;
    margin-bottom: 28px;
}

.process-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #F8F2E6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    transition: .35s;
}

.process-icon img {
    width: 34px;
    transition: .35s;
}

.process-card:hover .process-icon {
    background: #C19127;
}

.process-card:hover .process-icon img {
    filter: brightness(0) invert(1);
}

.process-card h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 34px;
    font-weight: 600;
    color: #2F2F2F;
    margin-bottom: 15px;
    transition: .35s;
}

.process-card:hover h3 {
    color: #C19127;
}

.card-divider {
    display: block;
    width: 42px;
    height: 2px;
    background: #C19127;
    margin-bottom: 18px;
}

.process-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.step-arrow {
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #C19127;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    box-shadow: 0 8px 18px rgba(193, 145, 39, .35);
    transition: .35s;
}

.step-arrow i {
    font-size: 14px;
}

.process-card:hover .step-arrow {
    transform: translateY(-50%) scale(1.12);
}

.last-card .step-arrow {
    display: none;
}

.process-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(193, 145, 39, .05);
    right: -55px;
    bottom: -55px;
    transition: .4s;
}

.process-card:hover::after {
    transform: scale(1.25);
}

.process-card,
.process-icon,
.process-icon img,
.process-card h3,
.step-arrow,
.theme-btn {
    transition: all .35s ease;
}

.solution-process-section img {
    max-width: 100%;
    display: block;
}

.solution-process-section h2,
.solution-process-section h3 {
    margin-top: 0;
}

.solution-process-section p {
    margin-bottom: 0;
}


/***************************************
   SOLUTION PROCESS SECTION End
****************************************/


/***************************************
   service details page Start
****************************************/

.serviceDetails_banner.inner-banner {
    background: url("../img/section_details-_banner.jpg") no-repeat center center;
}

.service-intro-section {
    position: relative;
    padding: 80px 0 0;
    background: #ffffff;
    overflow: hidden;
}

.service-intro-section::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(193, 145, 39, .04);
    left: -180px;
    top: -180px;
}

.service-intro-section::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(193, 145, 39, .03);
    right: -220px;
    bottom: -220px;
}

.service-intro-section .service-intro-heading {
    margin-bottom: 20px;
}

.service-intro-section .service-intro-heading .section-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
}

.service-intro-heading .section-subtitle small {
    margin: 0;
    color: #C79A2B;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.service-intro-heading h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
    color: #2F2F2F;
    margin-bottom: 22px;
}

.service-intro-heading h2 span {
    color: #C19127;
}

.service-intro-section .heading-divider {
    width: 80px;
    height: 3px;
    background: #C19127;
    margin: 0 auto 28px;
}

.service-intro-heading p {
    max-width: 760px;
    margin: auto;
    font-size: 22px;
    line-height: 1.7;
    color: #666;
}

.service-intro-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.service-intro-image img {
    width: 100%;
    display: block;
    transition: .6s;
}

.service-intro-image:hover img {
    transform: scale(1.05);
}

.service-intro-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .12), transparent);
    opacity: 0;
    transition: .35s;
}

.service-intro-image:hover::after {
    opacity: 1;
}

.service-highlight-text {
    text-align: center;
    margin-top: 50px;
}

.service-highlight-text h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    max-width: 1050px;
    margin: auto;
}

.service-intro-heading h2 span {
    transition: .35s;
}

.service-intro-heading:hover h2 span {
    color: #AA7918;
}

.service-highlight-text h3 {
    transition: .35s;
}

.service-intro-section img {
    max-width: 100%;
    display: block;
}

.service-intro-section h2,
.service-intro-section h3 {
    margin-top: 0;
}

.service-intro-section p {
    margin-bottom: 0;
}

.service-intro-image,
.service-intro-image img,
.service-highlight-text h3,
.service-intro-heading h2 span {
    transition: all .35s ease;
}

.consultation-section {
    padding: 30px 0;
    background: #ffffff;
}

.consultation-title {
    margin-bottom: 30px;
}

.consultation-title h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 38px;
    font-weight: 700;
    color: #2f2f2f;
    margin: 0;
}

.consultation-card {
    background: #FBF3E6;
    padding: 28px;
    min-height: 160px;
    border-radius: 8px;
    border: 1px solid #F2E8D5;
    transition: .35s;
    position: relative;
    overflow: hidden;
}

.consultation-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #C19127;
    transition: .35s;
}

.consultation-card:hover::before {
    width: 100%;
}

.consultation-card:hover {
    transform: translateY(-8px);
    background: #fff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.consultation-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #C19127;
    font-size: 45px;
    transition: .35s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
}

.consultation-card:hover .consultation-icon {
    background: #C19127;
    color: #fff;
    transform: rotate(-8deg);
}

.consultation-card h4 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    line-height: 1.5;
    color: #2f2f2f;
    margin: 0;
    transition: .35s;
}

.consultation-card:hover h4 {
    color: #C19127;
}

.cta-strip {
    padding: 30px 0 80px;
    background: #ffffff;
}

.cta-strip-wrapper {
    background: #071F46;
    border-radius: 10px;
    padding: 22px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.cta-strip-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #C19127;
}

.cta-strip .cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.cta-strip .cta-icon {
    flex: none;
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: #C19127;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    transition: .35s;
}

.cta-strip .cta-content {
    position: relative;
    padding-right: 40px;
}

.cta-strip .cta-content h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.2;
}

.cta-strip .cta-content h3 span {
    color: #C19127;
}

.cta-strip .cta-content p {
    margin: 0;
    color: #ffffff;
    opacity: .85;
    font-size: 15px;
    line-height: 1.6;
}

.cta-strip .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #C19127;
    color: #fff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .35s;
}

.cta-strip .theme-btn:hover {
    background: #A97718;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(193, 145, 39, .30);
}

.cta-strip .theme-btn i {
    transition: .35s;
}

.cta-strip .theme-btn:hover i {
    transform: translateX(5px);
}


/***************************************
   service details page End
****************************************/


/***************************************
   career page Start
****************************************/

.career-hero-section {
    position: relative;
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
}

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

.career-hero-content .section-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.career-hero-content .section-subtitle span {
    width: 80px;
    height: 2px;
    background: #C19127;
}

.career-hero-content .section-subtitle small {
    font-size: 15px;
    font-weight: 700;
    color: #C19127;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.career-hero-content h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 52px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 1.15;
    margin-bottom: 22px;
}

.career-hero-content h1 span {
    display: block;
    color: #C19127;
}

.career-hero-section .heading-divider {
    width: 70px;
    height: 3px;
    margin: 0 auto 28px;
    background: #C19127;
}

.career-hero-content p {
    max-width: 760px;
    margin: auto;
    font-size: 20px;
    line-height: 1.5;
    color: #666666;
}

.career-btn {
    margin-top: 45px;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #C19127;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 38px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    transition: .35s;
    box-shadow: 0 15px 35px rgba(193, 145, 39, .20);
}

.theme-btn i {
    transition: .35s;
}

.theme-btn:hover {
    background: #A97718;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 25px 45px rgba(193, 145, 39, .35);
}

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

.career-hero-section .shape-one {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #C19127;
    border-radius: 50%;
    left: 12%;
    top: 28%;
}

.career-hero-section .shape-two {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #071F46;
    right: 15%;
    top: 22%;
    border-radius: 50%;
}

.career-hero-section .shape-three {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #C19127;
    border-radius: 50%;
    bottom: 18%;
    left: 18%;
}

.career-hero-section img {
    max-width: 100%;
    display: block;
}

.career-hero-section h1 {
    margin-top: 0;
}

.career-hero-section p {
    margin-bottom: 0;
}

.career-hero-content,
.theme-btn,
.theme-btn i,
.career-hero-content h1 span {
    transition: all .35s ease;
}

.career-hero-content:hover h1 span {
    color: #A97718;
}

.career-benefits-section {
    position: relative;
    padding: 60px 0;
    background: #F9F4EA;
    overflow: hidden;
}

.career-image {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.career-image img {
    width: 100%;
    display: block;
    transition: .6s;
}

.career-image:hover img {
    transform: scale(1.06);
}

.career-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .12), transparent);
    opacity: 0;
    transition: .35s;
}

.career-image:hover::after {
    opacity: 1;
}

.career-benefits {
    background: #ffffff;
    padding: 45px;
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .08);
    position: relative;
    z-index: 2;
}

.career-benefits::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #C19127;
}

.career-benefits h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 42px;
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 18px;
}

.title-divider {
    display: block;
    width: 60px;
    height: 2px;
    background: #C19127;
    margin-bottom: 35px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #ECECEC;
    transition: .35s;
}

.benefit-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.benefit-item:first-of-type {
    padding-top: 0;
}

.benefit-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    background: #FBF5E8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C19127;
    font-size: 22px;
    transition: .35s;
}

.benefit-content {
    flex: 1;
}

.benefit-content h4 {
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 600;
    color: #2F2F2F;
    transition: .35s;
}

.benefit-item:hover {
    transform: translateX(8px);
}

.benefit-item:hover .benefit-icon {
    background: #C19127;
    color: #ffffff;
    box-shadow: 0 12px 25px rgba(193, 145, 39, .30);
}

.benefit-item:hover .benefit-content h4 {
    color: #C19127;
}

.career-benefits:hover {
    box-shadow: 0 25px 70px rgba(0, 0, 0, .12);
}

.career-benefits::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -40px;
    bottom: -40px;
    border-radius: 50%;
    background: rgba(193, 145, 39, .05);
}

.career-benefits-section img {
    max-width: 100%;
    display: block;
}

.career-benefits h2,
.benefit-content h4 {
    margin-top: 0;
}

.career-benefits,
.career-image,
.career-image img,
.benefit-item,
.benefit-icon,
.benefit-content h4 {
    transition: all .35s ease;
}

.career-openings-section {
    position: relative;
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}

.career-openings-section .section-heading {
    margin-bottom: 60px;
}

.career-openings-section .section-heading h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
    font-weight: 400;
    color: #2F2F2F;
    margin-bottom: 18px;
}

.career-openings-section .heading-divider {
    width: 65px;
    height: 2px;
    background: #C19127;
    margin: auto;
}

.career-job-card {
    background: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 14px;
    padding: 35px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: .35s;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
}

.career-job-card:last-child {
    margin-bottom: 0;
}

.career-job-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #C19127;
    transition: .35s;
}

.career-job-card:hover::before {
    width: 100%;
}

.career-job-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.job-left {
    display: flex;
    align-items: center;
    gap: 22px;
}

.job-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: #FBF4E7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #C19127;
    transition: .35s;
}

.job-content h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 600;
    color: #2F2F2F;
    margin-bottom: 10px;
    transition: .35s;
}

.job-content p {
    margin: 0;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

.job-meta {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-left: 25px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #666;
}

.meta-item i {
    color: #C19127;
    width: 18px;
}

.job-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
}

.job-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F4E9D0;
    color: #C19127;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.job-action .theme-btn {
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.job-action .theme-btn i {
    transition: .35s;
}

.job-action .theme-btn:hover i {
    transform: translateX(5px);
}

.career-job-card:hover .job-icon {
    background: #C19127;
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(193, 145, 39, .30);
}

.career-job-card:hover .job-content h3 {
    color: #C19127;
}

.career-job-card:hover .job-type {
    background: #C19127;
    color: #ffffff;
}

.career-job-card::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(193, 145, 39, .04);
    right: -60px;
    bottom: -60px;
}

.career-job-card,
.job-icon,
.job-content h3,
.job-type,
.theme-btn {
    transition: all .35s ease;
}

.career-openings-section h2,
.job-content h3 {
    margin-top: 0;
}

.job-content p {
    margin-bottom: 0;
}

.career-resume-section {
    position: relative;
    padding: 60px 0;
    background: #F9F4EA;
    overflow: hidden;
}

.resume-box {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
    transition: .35s;
}

.resume-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #C19127;
}

.resume-box::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(193, 145, 39, .05);
    right: -70px;
    bottom: -70px;
}

.resume-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.resume-tag {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 20px;
    border-radius: 30px;
    background: #FBF4E7;
    color: #C19127;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.resume-content h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 46px;
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 20px;
}

.resume-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    max-width: 700px;
    margin: 0;
}

.resume-action {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.resume-action .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 34px;
    background: #C19127;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    transition: .35s;
    box-shadow: 0 18px 40px rgba(193, 145, 39, .20);
}

.resume-action .theme-btn i {
    font-size: 18px;
    transition: .35s;
}

.resume-action .theme-btn:hover {
    background: #A97718;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 25px 45px rgba(193, 145, 39, .35);
}

.resume-action .theme-btn:hover i {
    transform: translateY(-2px);
}

.resume-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, .12);
}

.resume-box:hover .resume-tag {
    background: #C19127;
    color: #ffffff;
}

.resume-box:hover h2 {
    color: #C19127;
}

.resume-content::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background: #C19127;
    left: 0;
    bottom: -25px;
}

.resume-box,
.resume-tag,
.resume-content h2,
.resume-action .theme-btn,
.resume-action .theme-btn i {
    transition: all .35s ease;
}

.resume-content h2 {
    margin-top: 0;
}

.resume-content p {
    margin-bottom: 0;
}

.career-cta-section {
    position: relative;
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}

.career-cta-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 55px 60px;
    border-radius: 18px;
    background: #071F46;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(7, 31, 70, .18);
}

.career-cta-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #C19127;
}

.career-cta-wrapper::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    right: -100px;
    bottom: -100px;
    background: rgba(193, 145, 39, .08);
}

.career-cta-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
    position: relative;
    z-index: 2;
}

.career-cta-icon {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    background: #C19127;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    box-shadow: 0 15px 35px rgba(193, 145, 39, .35);
    transition: .35s;
}

.career-cta-content span {
    display: block;
    color: #C19127;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.career-cta-content h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 18px;
}

.career-cta-content h2 span {
    display: inline;
    color: #C19127;
    text-transform: none;
    letter-spacing: 0;
    font-size: inherit;
}

.career-cta-content p {
    font-size: 17px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.5;
    margin: 0;
    max-width: 680px;
}

.career-cta-right {
    position: relative;
    z-index: 2;
}

.career-cta-right .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: #C19127;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    box-shadow: 0 18px 40px rgba(193, 145, 39, .25);
    transition: .35s;
}

.career-cta-right .theme-btn i {
    transition: .35s;
}

.career-cta-right .theme-btn:hover {
    background: #A97718;
    transform: translateY(-5px);
    box-shadow: 0 28px 55px rgba(193, 145, 39, .35);
}

.career-cta-right .theme-btn:hover i {
    transform: translateX(6px);
}

.career-cta-wrapper:hover {
    box-shadow: 0 40px 90px rgba(7, 31, 70, .25);
}

.career-cta-wrapper:hover .career-cta-icon {
    transform: scale(1.08);
    background: #D49E28;
}

.career-cta-wrapper:hover h2 span {
    color: #F6C65A;
}

.career-cta-wrapper .dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C19127;
}

.career-cta-wrapper .dot.one {
    left: 35px;
    top: 35px;
}

.career-cta-wrapper .dot.two {
    right: 60px;
    top: 55px;
}

.career-cta-wrapper .dot.three {
    left: 120px;
    bottom: 35px;
}

.career-cta-section img {
    max-width: 100%;
    display: block;
}

.career-cta-content h2,
.career-cta-content p {
    margin-top: 0;
}

.career-cta-content p {
    margin-bottom: 0;
}

.career-cta-wrapper,
.career-cta-icon,
.career-cta-right .theme-btn,
.career-cta-right .theme-btn i,
.career-cta-content h2 span {
    transition: all .35s ease;
}

.career-cta-wrapper {
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, .05);
}

.career-cta-content {
    position: relative;
}

.career-cta-content::after {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    background: #C19127;
    margin-top: 25px;
}

.career-cta-section * {
    box-sizing: border-box;
}

section.inner-banner.career_banner {
    background-image: url(../img/meet.png);
}


/***************************************
   career page End
****************************************/


/***************************************
   Blog page Start
****************************************/

section.inner-banner.blog_banner {
    background-image: url(../img/blog_banner.jpg);
}


/*====================================================
                BLOG SECTION
====================================================*/

.blog-section {
    position: relative;
    padding: 85px 0;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
}

.blog-section .shape-one {
    position: absolute;
    top: 80px;
    left: 80px;
    width: 140px;
    height: 140px;
    border: 2px dashed rgba(193, 145, 39, .18);
    border-radius: 50%;
    animation: rotateShape 20s linear infinite;
}

.blog-section .shape-two {
    position: absolute;
    right: 90px;
    top: 140px;
    width: 18px;
    height: 18px;
    background: #C19127;
    border-radius: 50%;
}

.blog-section .shape-three {
    position: absolute;
    left: 12%;
    bottom: 90px;
    width: 16px;
    height: 16px;
    border: 2px solid #C19127;
    border-radius: 50%;
}

.blog-section .shape-four {
    position: absolute;
    right: 8%;
    bottom: 80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(193, 145, 39, .04);
}

.blog-section .shape-five {
    position: absolute;
    top: 55%;
    left: 5%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #071F46;
}

.blog-heading {
    margin-bottom: 60px;
    position: relative;
}

.blog-heading .section-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.blog-heading .section-subtitle span {
    width: 85px;
    height: 2px;
    background: #C19127;
}

.blog-heading .section-subtitle small {
    color: #C19127;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.blog-heading h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    color: #2F2F2F;
    margin-bottom: 22px;
}

.blog-heading h2 span {
    color: #C19127;
}

.blog-section .heading-divider {
    width: 70px;
    height: 3px;
    background: #C19127;
    margin: 0 auto 30px;
}

.blog-heading p {
    max-width: 760px;
    margin: auto;
    font-size: 19px;
    line-height: 1.5;
    color: #666666;
}

.blog-section h1,
.blog-section h2,
.blog-section h3,
.blog-section h4 {
    font-family: 'Times New Roman', Times, serif;
    color: #2F2F2F;
}

.blog-section p {
    font-family: "Poppins", sans-serif;
    color: #666666;
}

.blog-section small {
    font-family: "Poppins", sans-serif;
}

.blog-section a {
    text-decoration: none;
    transition: .35s;
}

.blog-section img {
    max-width: 100%;
    display: block;
}

.blog-section * {
    box-sizing: border-box;
}

.blog-heading,
.blog-heading h2,
.blog-heading p,
.blog-heading span {
    transition: all .35s ease;
}

.blog-heading:hover h2 span {
    color: #A97718;
}

@keyframes rotateShape {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.blog-filter-wrapper {
    margin-bottom: 60px;
    align-items: center;
}

.blog-filter-wrapper .col-xl-8 {
    margin-bottom: 15px;
}

.blog-filter-wrapper .col-xl-4 {
    margin-bottom: 15px;
}

.blog-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.blog-filter-tabs button,
.blog-filter-tabs a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    background: #F8F4EC;
    border: 1px solid #ECE3D3;
    color: #555;
    padding: 13px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .35s;
    overflow: hidden;
    z-index: 1;
}

.blog-filter-tabs button::before,
.blog-filter-tabs a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #C19127;
    transition: .35s;
    z-index: -1;
}

.blog-filter-tabs button:hover::before,
.blog-filter-tabs a:hover::before {
    width: 100%;
}

.blog-filter-tabs button:hover,
.blog-filter-tabs a:hover {
    color: #ffffff;
    border-color: #C19127;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(193, 145, 39, .25);
}

.blog-filter-tabs button.active,
.blog-filter-tabs a.active {
    background: #C19127;
    color: #ffffff;
    border-color: #C19127;
    box-shadow: 0 15px 35px rgba(193, 145, 39, .28);
}

.blog-filter-tabs button.active::before,
.blog-filter-tabs a.active::before {
    display: none;
}

.blog-search {
    width: 100%;
}

.blog-search form {
    position: relative;
}

.blog-search input {
    width: 100%;
    height: 58px;
    border: 1px solid #E7DDCC;
    border-radius: 50px;
    background: #ffffff;
    padding: 0 70px 0 25px;
    font-size: 15px;
    color: #2F2F2F;
    outline: none;
    transition: .35s;
}

.blog-search input::placeholder {
    color: #999999;
}

.blog-search button {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #C19127;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: .35s;
}

.blog-search input:focus {
    border-color: #C19127;
    box-shadow: 0 0 0 4px rgba(193, 145, 39, .12);
}

.blog-search input:focus+button {
    background: #A97718;
}

.blog-search:hover input {
    border-color: #C19127;
}

.blog-search button:hover {
    background: #A97718;
    transform: scale(1.05);
    box-shadow: 0 12px 25px rgba(193, 145, 39, .35);
}

.blog-filter-tabs button {
    animation: fadeUp .5s ease forwards;
}

.blog-filter-tabs button:nth-child(2) {
    animation-delay: .05s;
}

.blog-filter-tabs button:nth-child(3) {
    animation-delay: .10s;
}

.blog-filter-tabs button:nth-child(4) {
    animation-delay: .15s;
}

.blog-filter-tabs button:nth-child(5) {
    animation-delay: .20s;
}

.blog-filter-tabs button:nth-child(6) {
    animation-delay: .25s;
}

.blog-search button i {
    transition: .35s;
}

.blog-search button:hover i {
    transform: scale(1.15);
}

.blog-filter-tabs button,
.blog-search input,
.blog-search button,
.blog-search button i {
    transition: all .35s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ECE7DD;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    transition: .4s;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .12);
}

.blog-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #C19127;
    transition: .35s;
    z-index: 5;
}

.blog-card:hover::before {
    width: 100%;
}

.blog-image {
    position: relative;
    overflow: hidden;
    height: 260px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .6s;
}

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

.blog-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
    opacity: 0;
    transition: .35s;
}

.blog-card:hover .blog-image::after {
    opacity: 1;
}

.featured-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #C19127;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 40px;
    z-index: 3;
    box-shadow: 0 10px 25px rgba(193, 145, 39, .30);
}

.blog-content {
    padding: 30px;
}

.blog-category {
    margin-bottom: 18px;
}

.blog-category a {
    display: inline-flex;
    align-items: center;
    padding: 7px 18px;
    border-radius: 30px;
    background: #FBF5E8;
    color: #C19127;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    transition: .35s;
}

.blog-card:hover .blog-category a {
    background: #C19127;
    color: #ffffff;
}

.blog-content h3 {
    margin: 0 0 18px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

.blog-content h3 a {
    color: #2F2F2F;
    transition: .35s;
}

.blog-card:hover .blog-content h3 a {
    color: #C19127;
}

.blog-content p {
    font-size: 15px;
    color: #666666;
    line-height: 1.9;
    margin-bottom: 28px;
}

.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #EFE9DD;
    padding-top: 22px;
}

.blog-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #777777;
    font-size: 14px;
}

.blog-meta i {
    color: #C19127;
    width: 16px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #071F46;
    font-size: 15px;
    font-weight: 700;
    transition: .35s;
}

.read-more i {
    transition: .35s;
}

.blog-card:hover .read-more {
    color: #C19127;
}

.blog-card:hover .read-more i {
    transform: translateX(6px);
}

.blog-card::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -70px;
    bottom: -70px;
    border-radius: 50%;
    background: rgba(193, 145, 39, .04);
    transition: .35s;
}

.blog-card:hover::after {
    transform: scale(1.25);
}

.blog-card:hover .featured-badge {
    background: #071F46;
}

.blog-card:hover .blog-meta i {
    transform: scale(1.15);
}

.blog-card:hover {
    border-color: #C19127;
}

.blog-card,
.blog-image,
.blog-image img,
.blog-category a,
.blog-content h3 a,
.read-more,
.read-more i,
.featured-badge,
.blog-meta i {
    transition: all .35s ease;
}

.blog-content h3 {
    margin-top: 0;
}

.blog-content p {
    margin-top: 0;
}

.blog-newsletter {
    position: relative;
    background: #071F46;
    border-radius: 20px;
    padding: 70px 60px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(7, 31, 70, .20);
    z-index: 1;
}


/* Gold Top Border */

.blog-newsletter::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #C19127;
}

.blog-newsletter::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    right: -120px;
    bottom: -120px;
    background: rgba(193, 145, 39, .08);
}

.newsletter-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.circle-one {
    width: 14px;
    height: 14px;
    left: 45px;
    top: 45px;
    background: #C19127;
}

.circle-two {
    width: 170px;
    height: 170px;
    right: 60px;
    top: 50px;
    border: 2px dashed rgba(255, 255, 255, .08);
    animation: rotateNewsletter 20s linear infinite;
}

.circle-three {
    width: 10px;
    height: 10px;
    bottom: 40px;
    left: 120px;
    background: #ffffff;
    opacity: .2;
}

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

.newsletter-subtitle {
    display: inline-block;
    color: #C19127;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.newsletter-content h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.newsletter-content p {
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.9;
    margin: 0;
    max-width: 560px;
}

.newsletter-form {
    position: relative;
    z-index: 2;
}

.newsletter-form form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.newsletter-input {
    position: relative;
}

.newsletter-input input {
    width: 100%;
    height: 62px;
    border: none;
    outline: none;
    border-radius: 50px;
    background: rgba(255, 255, 255, .12);
    color: #ffffff;
    padding: 0 25px 0 58px;
    font-size: 15px;
    transition: .35s;
    backdrop-filter: blur(8px);
}

.newsletter-input input::placeholder {
    color: rgba(255, 255, 255, .65);
}

.newsletter-input i {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #C19127;
    font-size: 18px;
    transition: .35s;
}

.newsletter-input input:focus {
    background: rgba(255, 255, 255, .18);
    box-shadow: 0 0 0 4px rgba(193, 145, 39, .18);
}

.newsletter-form .theme-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 60px;
    border: none;
    border-radius: 50px;
    background: #C19127;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    cursor: pointer;
    transition: .35s;
    box-shadow: 0 15px 35px rgba(193, 145, 39, .28);
}

.newsletter-form .theme-btn i {
    transition: .35s;
}

.newsletter-form .theme-btn:hover {
    background: #A97718;
    transform: translateY(-4px);
    box-shadow: 0 22px 45px rgba(193, 145, 39, .38);
}

.newsletter-form .theme-btn:hover i {
    transform: translateX(6px);
}

.blog-newsletter:hover {
    box-shadow: 0 40px 90px rgba(7, 31, 70, .28);
}

.blog-newsletter:hover .newsletter-subtitle {
    letter-spacing: 3px;
}

.blog-newsletter:hover .newsletter-input i {
    color: #ffffff;
}

.blog-newsletter:hover .circle-two {
    border-color: rgba(193, 145, 39, .25);
}

.blog-newsletter,
.newsletter-input input,
.newsletter-input i,
.newsletter-form .theme-btn,
.newsletter-form .theme-btn i,
.newsletter-subtitle {
    transition: all .35s ease;
}

.newsletter-content h2 {
    margin-top: 0;
}

.newsletter-content p {
    margin-bottom: 0;
}

@keyframes rotateNewsletter {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.blog-section * {
    box-sizing: border-box;
}

.blog-section img {
    max-width: 100%;
    display: block;
}

.blog-section a {
    text-decoration: none;
}

.blog-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-section h2,
.blog-section h3,
.blog-section h4 {
    margin-top: 0;
}

.blog-section p {
    margin-bottom: 0;
}

.blog-card,
.blog-image,
.blog-image img,
.blog-content,
.blog-content h3 a,
.blog-category a,
.blog-footer,
.blog-meta,
.blog-meta span,
.blog-meta i,
.read-more,
.read-more i,
.featured-badge,
.blog-filter-tabs button,
.blog-search input,
.blog-search button,
.blog-search button i,
.blog-newsletter,
.newsletter-content,
.newsletter-input,
.newsletter-input input,
.newsletter-input i,
.newsletter-form .theme-btn,
.newsletter-form .theme-btn i {
    transition: all .35s ease;
}

.blog-card {
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06), 0 2px 8px rgba(0, 0, 0, .03);
}

.blog-card:hover {
    box-shadow: 0 35px 70px rgba(0, 0, 0, .12), 0 12px 25px rgba(193, 145, 39, .10);
}

.blog-newsletter {
    box-shadow: 0 30px 70px rgba(7, 31, 70, .20);
}

.blog-newsletter:hover {
    box-shadow: 0 45px 90px rgba(7, 31, 70, .30);
}

.blog-card:hover {
    border-color: #C19127;
}

.blog-card:hover::before {
    width: 100%;
}

.blog-card:hover .featured-badge {
    background: #071F46;
}

.blog-card:hover .blog-category a {
    background: #C19127;
    color: #ffffff;
}

.blog-card:hover .blog-content h3 a {
    color: #C19127;
}

.blog-card:hover .blog-meta i {
    color: #C19127;
    transform: scale(1.15);
}

.blog-card:hover .read-more {
    color: #C19127;
}

.blog-card:hover .read-more i {
    transform: translateX(6px);
}

.blog-newsletter:hover .newsletter-subtitle {
    color: #F3C766;
}

.blog-newsletter:hover .theme-btn {
    background: #A97718;
}

.blog-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .08));
    opacity: 0;
    transition: .35s;
    z-index: 1;
}

.blog-card:hover .blog-image::before {
    opacity: 1;
}

.theme-btn {
    position: relative;
    overflow: hidden;
}

.theme-btn::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, .35), transparent);
    transition: .7s;
}

.theme-btn:hover::before {
    left: 100%;
}

.blog-card::after {
    transition: .45s ease;
}

.blog-card:hover::after {
    transform: scale(1.3);
    opacity: .9;
}

.fade-up {
    animation: fadeUp .8s ease forwards;
}

.blog-card:nth-child(1) {
    animation-delay: .10s;
}

.blog-card:nth-child(2) {
    animation-delay: .20s;
}

.blog-card:nth-child(3) {
    animation-delay: .30s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.float {
    animation: floatItem 4s ease-in-out infinite;
}

@keyframes floatItem {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.pulse {
    animation: pulseGlow 2.5s infinite;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(193, 145, 39, .45);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(193, 145, 39, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(193, 145, 39, 0);
    }
}

.newsletter-circle {
    animation: floatDots 6s ease-in-out infinite;
}

.circle-two {
    animation: rotateNewsletter 20s linear infinite;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.blog-filter-tabs button:focus,
.blog-search input:focus,
.newsletter-input input:focus,
.theme-btn:focus {
    outline: none;
}

.blog-filter-tabs button:focus-visible,
.theme-btn:focus-visible {
    box-shadow: 0 0 0 3px rgba(193, 145, 39, .18);
}

.blog-section {
    isolation: isolate;
}

.blog-card {
    backdrop-filter: blur(4px);
}

.blog-newsletter {
    backdrop-filter: blur(8px);
}

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

.blog-newsletter * {
    position: relative;
    z-index: 2;
}

.blog-card:hover {
    cursor: pointer;
}

.blog-section .heading-divider {
    transition: .35s;
}

.blog-heading:hover .heading-divider {
    width: 95px;
}

.blog-section {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/***************************************
   Blog page End
****************************************/


/***************************************
   Blog Details page Start
****************************************/

section.inner-banner.blogDetails_banner {
    background-image: url(../img/blog_banner.jpg);
}


/*====================================================
            BLOG DETAILS SECTION
====================================================*/

.blog-details-section {
    position: relative;
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
}

.blog-details-section::before {
    content: "";
    position: absolute;
    left: -220px;
    top: -220px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(193, 145, 39, .04);
}

.blog-details-section::after {
    content: "";
    position: absolute;
    right: -250px;
    bottom: -250px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(7, 31, 70, .03);
}

.blog-details-wrapper {
    position: relative;
    z-index: 2;
}

.blog-details-content {
    margin-top: 45px;
}

.blog-feature-image {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.blog-feature-image img {
    width: 100%;
    display: block;
    transition: .6s;
}

.blog-feature-image:hover img {
    transform: scale(1.05);
}

.blog-feature-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .15), transparent);
    opacity: 0;
    transition: .35s;
}

.blog-feature-image:hover::after {
    opacity: 1;
}

.blog-details-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 30px;
}

.blog-details-content h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 46px;
    font-weight: 700;
    color: #222;
    margin: 45px 0 20px;
    line-height: 1.3;
}

.blog-intro {
    position: relative;
    font-size: 19px;
    line-height: 2;
    color: #555;
}

.blog-intro::first-letter {
    float: left;
    font-family: 'Times New Roman', Times, serif;
    font-size: 84px;
    line-height: .85;
    padding-right: 14px;
    padding-top: 8px;
    color: #C19127;
    font-weight: 700;
}

.blog-details-content h2 {
    position: relative;
    padding-bottom: 18px;
}

.blog-details-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: #C19127;
    transition: .35s;
}

.blog-details-content h2:hover::after {
    width: 120px;
}

.blog-details-content ul {
    padding-left: 25px;
    margin-bottom: 30px;
}

.blog-details-content li {
    margin-bottom: 14px;
    color: #555;
    line-height: 1.8;
}

.blog-details-content a {
    color: #C19127;
    text-decoration: none;
    transition: .35s;
}

.blog-details-content a:hover {
    color: #071F46;
}

.blog-feature-image {
    background: #fff;
}

.blog-feature-image img {
    object-fit: cover;
}

.blog-details-section img {
    max-width: 100%;
    display: block;
}

.blog-details-content h2,
.blog-details-content p,
.blog-feature-image,
.blog-feature-image img {
    transition: all .35s ease;
}

.blog-details-content p:last-child {
    margin-bottom: 0;
}

.blog-details-wrapper:hover .blog-feature-image {
    box-shadow: 0 35px 80px rgba(0, 0, 0, .15);
}

.blog-details-wrapper:hover .blog-intro::first-letter {
    color: #A97718;
}

.blog-details-content h2:hover {
    color: #C19127;
}

.blog-details-section .shape-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C19127;
}

.blog-details-section .shape-circle {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 2px dashed rgba(193, 145, 39, .15);
    border-radius: 50%;
    animation: blogRotate 25s linear infinite;
}

@keyframes blogRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.blog-quote {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin: 45px 0;
    padding: 35px 40px;
    background: #FCF8F1;
    border-radius: 18px;
    border-left: 5px solid #C19127;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .06);
    transition: .35s;
}

.blog-quote::before {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(193, 145, 39, .05);
}

.blog-quote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #C19127;
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.blog-quote:hover::after {
    transform: scaleX(1);
}

.quote-icon {
    position: relative;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C19127;
    font-size: 28px;
    box-shadow: 0 12px 35px rgba(193, 145, 39, .18);
    z-index: 2;
    transition: .35s;
}

.quote-icon::before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 2px dashed rgba(193, 145, 39, .25);
    border-radius: 50%;
}

.quote-content {
    position: relative;
    z-index: 2;
    flex: 1;
}

.quote-content p {
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
    font-style: italic;
    line-height: 1.8;
    color: #2F2F2F;
}

.quote-content h6 {
    margin: 25px 0 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #C19127;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.blog-quote:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .10);
}

.blog-quote:hover .quote-icon {
    background: #C19127;
    color: #ffffff;
    transform: scale(1.08);
}

.blog-quote:hover .quote-icon::before {
    border-color: rgba(255, 255, 255, .45);
}

.blog-quote:hover .quote-content h6 {
    color: #071F46;
}

.quote-content::before {
    content: "“";
    position: absolute;
    left: -8px;
    top: -30px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 90px;
    font-weight: 700;
    color: rgba(193, 145, 39, .10);
    line-height: 1;
    pointer-events: none;
}

.blog-quote,
.quote-icon,
.quote-content,
.quote-content p,
.quote-content h6 {
    transition: all .35s ease;
}

.quote-content p:last-child {
    margin-bottom: 0;
}

.blog-quote {
    backdrop-filter: blur(5px);
}

.quote-icon i {
    transition: .35s;
}

.blog-quote:hover .quote-icon i {
    transform: scale(1.15);
}

.investment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 50px 0 60px;
}

.investment-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #ECE7DD;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
    transition: .4s;
    z-index: 1;
}

.investment-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #C19127;
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.investment-card:hover::before {
    transform: scaleX(1);
}

.investment-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    right: -90px;
    bottom: -90px;
    background: rgba(193, 145, 39, .05);
    transition: .35s;
}

.investment-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #FCF7EC;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 12px 30px rgba(193, 145, 39, .12);
    transition: .35s;
}

.investment-icon img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    transition: .35s;
}

.investment-card h5 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 26px;
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 14px;
    transition: .35s;
}

.investment-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666666;
}

.investment-card {
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06), 0 3px 10px rgba(0, 0, 0, .02);
}

.investment-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, .12), 0 18px 35px rgba(193, 145, 39, .10);
}

.investment-card:hover {
    border-color: #C19127;
}

.investment-card:hover::after {
    transform: scale(1.2);
}

.investment-card:hover .investment-icon {
    background: #C19127;
    transform: scale(1.08);
    box-shadow: 0 20px 40px rgba(193, 145, 39, .28);
}

.investment-card:hover .investment-icon img {
    filter: brightness(0) invert(1);
    transform: scale(1.08);
}

.investment-card:hover h5 {
    color: #C19127;
}

.investment-card:hover .investment-icon {
    animation: investmentFloat .8s ease;
}

@keyframes investmentFloat {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px) rotate(-8deg);
    }
    100% {
        transform: translateY(0);
    }
}

.investment-card {
    animation: cardFadeUp .7s ease both;
}

.investment-card:nth-child(1) {
    animation-delay: .05s;
}

.investment-card:nth-child(2) {
    animation-delay: .15s;
}

.investment-card:nth-child(3) {
    animation-delay: .25s;
}

.investment-card:nth-child(4) {
    animation-delay: .35s;
}

@keyframes cardFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.investment-card,
.investment-card::before,
.investment-card::after,
.investment-icon,
.investment-icon img,
.investment-card h5,
.investment-card p {
    transition: all .35s ease;
}

.investment-card img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.investment-card {
    backdrop-filter: blur(4px);
}

.investment-grid:hover .investment-card:not(:hover) {
    opacity: .92;
}

.post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 70px;
    padding-top: 50px;
    border-top: 1px solid #ECE7DD;
}

.post-nav {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 28px 30px;
    background: #ffffff;
    border: 1px solid #ECE7DD;
    border-radius: 18px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .05);
    transition: .4s;
}

.post-nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #C19127;
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.post-nav:hover::before {
    transform: scaleX(1);
}

.post-nav::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    right: -80px;
    bottom: -80px;
    background: rgba(193, 145, 39, .05);
    transition: .35s;
}

.prev-post {
    justify-content: flex-start;
}

.next-post {
    justify-content: flex-end;
    text-align: right;
}

.nav-arrow {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    background: #FCF6EB;
    color: #C19127;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 12px 30px rgba(193, 145, 39, .15);
    transition: .35s;
}

.nav-content {
    flex: 1;
}

.nav-content small {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #C19127;
}

.nav-content h5 {
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    line-height: 1.5;
    color: #2F2F2F;
    transition: .35s;
}

.nav-divider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 30px;
}

.nav-divider span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #C19127;
    opacity: .45;
    transition: .35s;
}

.post-navigation:hover .nav-divider span {
    opacity: 1;
}

.post-nav:hover {
    transform: translateY(-8px);
    border-color: #C19127;
    box-shadow: 0 30px 65px rgba(0, 0, 0, .10);
}

.post-nav:hover::after {
    transform: scale(1.2);
}

.post-nav:hover .nav-arrow {
    background: #C19127;
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 20px 40px rgba(193, 145, 39, .30);
}

.post-nav:hover h5 {
    color: #C19127;
}

.prev-post:hover .nav-arrow i {
    transform: translateX(-5px);
}

.next-post:hover .nav-arrow i {
    transform: translateX(5px);
}

.post-nav:hover small {
    color: #071F46;
}

.post-nav:hover {
    background: linear-gradient( 180deg, #ffffff 0%, #FFF9EF 100%);
}

.post-nav,
.post-nav::before,
.post-nav::after,
.nav-arrow,
.nav-arrow i,
.nav-content h5,
.nav-content small,
.nav-divider span {
    transition: all .35s ease;
}

.post-nav img {
    display: block;
    max-width: 100%;
}

.post-nav {
    backdrop-filter: blur(4px);
}

.post-nav:hover {
    cursor: pointer;
}

.nav-content h5 {
    word-break: break-word;
}

.nav-arrow i {
    transition: .35s;
}

.blog-details-section * {
    box-sizing: border-box;
}

.blog-details-section img {
    max-width: 100%;
    display: block;
}

.blog-details-section a {
    text-decoration: none;
}

.blog-details-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-section h2,
.blog-details-section h3,
.blog-details-section h4,
.blog-details-section h5,
.blog-details-section h6 {
    margin-top: 0;
}

.blog-details-section p {
    margin-top: 0;
}

.blog-feature-image,
.blog-feature-image img,
.blog-details-content,
.blog-details-content h2,
.blog-details-content p,
.blog-quote,
.quote-icon,
.quote-icon i,
.quote-content,
.quote-content h6,
.investment-card,
.investment-card::before,
.investment-card::after,
.investment-icon,
.investment-icon img,
.post-nav,
.post-nav::before,
.post-nav::after,
.nav-arrow,
.nav-arrow i,
.nav-content h5,
.nav-content small {
    transition: all .35s ease;
}

.blog-feature-image {
    box-shadow: 0 25px 60px rgba(0, 0, 0, .10), 0 3px 12px rgba(0, 0, 0, .04);
}

.blog-quote {
    box-shadow: 0 20px 45px rgba(0, 0, 0, .06);
}

.investment-card {
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
}

.post-nav {
    box-shadow: 0 18px 40px rgba(0, 0, 0, .05);
}

.fade-up {
    animation: fadeUp .8s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.float {
    animation: floatItem 5s ease-in-out infinite;
}

@keyframes floatItem {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.pulse {
    animation: pulseGlow 2.5s infinite;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(193, 145, 39, .35);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(193, 145, 39, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(193, 145, 39, 0);
    }
}

.blog-feature-image {
    overflow: hidden;
}

.blog-feature-image img {
    transition: transform .8s ease;
}

.blog-feature-image:hover img {
    transform: scale(1.05);
}

.blog-details-content h2:hover {
    color: #C19127;
}

.blog-details-content h2:hover::after {
    width: 120px;
}

.investment-card:hover {
    border-color: #C19127;
}

.post-nav:hover {
    border-color: #C19127;
}

.blog-details-section {
    isolation: isolate;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog-details-wrapper {
    position: relative;
    z-index: 2;
}

.blog-feature-image,
.blog-quote,
.investment-card,
.post-nav {
    backdrop-filter: blur(4px);
}

.blog-details-section::selection {
    background: #C19127;
    color: #fff;
}


/***************************************
   Blog Details page End
****************************************/


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* =========================================
   SINGLE JOB APPLICATION FORM STYLES
========================================== */
.single-job-header {
    padding: 60px 0 40px;
    background: #FBF4E7;
}

.single-job-section {
    background: #ffffff;
}

.job-application-card {
    background: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    position: relative;
    overflow: hidden;
}

.job-application-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #C19127;
}

.job-application-card .application-card-header h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 26px;
    color: #2F2F2F;
    margin-bottom: 8px;
}

.job-application-card .application-card-header p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

.job-application-card .title-divider {
    display: block;
    width: 50px;
    height: 2px;
    background: #C19127;
    margin-bottom: 20px;
}

.job-apply-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #2F2F2F;
    margin-bottom: 6px;
}

.job-apply-form .form-control {
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: #2F2F2F;
    transition: all .3s ease;
}

.job-apply-form .form-control:focus {
    background: #ffffff;
    border-color: #C19127;
    box-shadow: 0 0 0 3px rgba(193, 145, 39, 0.15);
    outline: none;
}

.job-apply-form button.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    background: #C19127;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all .3s ease;
}

.job-apply-form button.theme-btn:hover {
    background: #2F2F2F;
    color: #ffffff;
}

/* Single Job Header ACF Meta Items */
.single-job-meta-list {
    margin-top: 18px;
    margin-bottom: 22px;
}

.single-job-meta-item {
    background: #F4E9D0;
    color: #2F2F2F;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid rgba(193, 145, 39, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.single-job-meta-item i {
    color: #C19127;
    font-size: 16px;
}

.single-job-meta-item:hover {
    background: #C19127;
    color: #ffffff;
    border-color: #C19127;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(193, 145, 39, 0.25);
}

.single-job-meta-item:hover i {
    color: #ffffff;
}

/* ==========================================
   THEME PAGINATION STYLES
========================================== */
.navigation.pagination {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
}

.navigation.pagination .screen-reader-text {
    display: none !important;
}

.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.navigation.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 16px;
    background: #F8F4EC;
    border: 1px solid #ECE3D3;
    color: #555555;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.35s ease;
    cursor: pointer;
}

.navigation.pagination .page-numbers:hover {
    background: #C19127;
    color: #ffffff;
    border-color: #C19127;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(193, 145, 39, 0.25);
}

.navigation.pagination .page-numbers.current {
    background: #C19127;
    color: #ffffff;
    border-color: #C19127;
    box-shadow: 0 12px 28px rgba(193, 145, 39, 0.28);
    cursor: default;
    pointer-events: none;
}

.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
    padding: 0 24px;
    gap: 8px;
}

.navigation.pagination .page-numbers.dots {
    background: transparent;
    border: none;
    cursor: default;
    color: #888888;
}

/* ==========================================================================
   BLOG DETAILS PAGE STYLES
   ========================================================================== */

/* 1. Hero Header Banner */
.single-blog-hero {
    background: #FBF4E7;
    padding: 60px 0 45px;
    position: relative;
}

.single-post-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    font-weight: 700;
    color: #2F2F2F;
    line-height: 1.25;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .single-post-title {
        font-size: 28px;
    }
}

.single-post-meta {
    font-size: 14px;
    color: #666666;
}

.single-post-meta .author-thumb {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border: 2px solid #C19127;
}

.single-post-meta .text-gold {
    color: #C19127;
}

.single-post-meta .text-category {
    color: #C19127;
    font-weight: 600;
    text-decoration: none;
}

.single-post-meta .text-category:hover {
    text-decoration: underline;
}

/* 2. Main Article Content Area */
.single-blog-main-section {
    background: #ffffff;
}

.single-post-featured-image img {
    max-height: 480px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.blog-details-body {
    font-size: 17px;
    line-height: 1.85;
    color: #383838;
}

.blog-details-body p {
    margin-bottom: 22px;
}

.blog-details-body h2,
.blog-details-body h3,
.blog-details-body h4 {
    font-family: 'Times New Roman', Times, serif;
    color: #2F2F2F;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 18px;
}

.blog-details-body h2 {
    font-size: 30px;
}

.blog-details-body h3 {
    font-size: 24px;
}

.blog-details-body h4 {
    font-size: 20px;
}

.blog-details-body blockquote {
    background: #FDF9F2;
    border-left: 4px solid #C19127;
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding: 24px 30px;
    border-radius: 0 12px 12px 0;
    margin: 30px 0;
    font-style: italic;
    font-size: 18px;
    color: #444444;
    line-height: 1.7;
    position: relative;
}

.blog-details-body blockquote::before {
    content: "“";
    font-family: Georgia, serif;
    font-size: 50px;
    color: rgba(193, 145, 39, 0.3);
    position: absolute;
    top: 5px;
    left: 12px;
    line-height: 1;
}

.blog-details-body ul,
.blog-details-body ol {
    margin-bottom: 25px;
    padding-left: 20px;
}

.blog-details-body li {
    margin-bottom: 10px;
}

/* 3. Tags & Social Share Bar */
.post-tags-share-bar {
    background: #FAF8F4;
    border: 1px solid #ECE6D9;
}

.tags-label,
.share-label {
    font-size: 14px;
    font-weight: 600;
    color: #2F2F2F;
}

.tag-badge {
    display: inline-block;
    padding: 5px 14px;
    background: #ffffff;
    border: 1px solid #E2DACB;
    border-radius: 20px;
    font-size: 13px;
    color: #555555;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tag-badge:hover {
    background: #C19127;
    color: #ffffff;
    border-color: #C19127;
}

.share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #E2DACB;
    color: #555555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn:hover {
    background: #C19127;
    color: #ffffff;
    border-color: #C19127;
    transform: translateY(-2px);
}

/* 4. Author Bio Box */
.author-bio-card {
    background: #FDFBF7;
    border: 1px solid #EDE5D5;
}

.author-bio-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 3px solid #C19127;
}

.author-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;

}

.author-name {
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    color: #2F2F2F;
}

.author-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}

.author-posts-link {
    font-size: 14px;
    font-weight: 600;
    color: #C19127;
    text-decoration: none;
    transition: all 0.3s ease;
}

.author-posts-link:hover {
    color: #2F2F2F;
}

/* ==========================================================================
   5. PREVIOUS & NEXT POST NAVIGATION (EXACTLY MATCHING USER'S MOCKUP)
   ========================================================================== */
.post-navigation-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.post-nav-row {
    position: relative;
}

.post-nav-col {
    flex: 1;
    min-width: 0;
}

.post-nav-card {
    background: #ffffff;
    border: 1px solid #EFEAE1;
    border-radius: 18px;
    padding: 24px 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    text-decoration: none !important;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-height: 100px;
}

/* Warm radial background glow elements */
.post-nav-card .nav-bg-glow {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 233, 208, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    z-index: 1;
    transition: all 0.4s ease;
}

.prev-post-col .nav-bg-glow {
    top: -40px;
    left: -40px;
}

.next-post-col .nav-bg-glow {
    bottom: -40px;
    right: -40px;
}

.post-nav-card .nav-arrow-btn {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: #F8F1E3;
    color: #C19127;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 18px;
    position: relative;
    z-index: 2;
    transition: all 0.35s ease;
    box-shadow: 0 4px 12px rgba(193, 145, 39, 0.08);
}

.post-nav-card .nav-card-content {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    min-width: 0;
}

.post-nav-card .nav-card-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #C19127;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.post-nav-card .nav-card-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: 600;
    color: #2F2F2F;
    line-height: 1.35;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

/* Hover interactions */
.post-nav-card:hover {
    transform: translateY(-4px);
    border-color: #C19127;
    box-shadow: 0 14px 35px rgba(193, 145, 39, 0.16);
}

.post-nav-card:hover .nav-arrow-btn {
    background: #C19127;
    color: #ffffff;
    transform: scale(1.06);
    box-shadow: 0 6px 18px rgba(193, 145, 39, 0.3);
}

.post-nav-card:hover .nav-card-title {
    color: #C19127;
}

.post-nav-card:hover .nav-bg-glow {
    transform: scale(1.2);
    opacity: 0.85;
}

/* Vertical Dotted Line Divider */
.post-nav-divider {
    padding: 0 8px;
    gap: 6px;
}

.post-nav-divider span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #D8C296;
    display: block;
}

/* Related Posts Section */
.related-header h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    color: #2F2F2F;
    margin-bottom: 6px;
}

.related-thumb img {
    height: 180px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-card:hover .related-thumb img {
    transform: scale(1.05);
}

.related-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 1.35;
}

.related-title a {
    color: #2F2F2F;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-title a:hover {
    color: #C19127;
}

/* ==========================================================================
   6. RIGHT SIDEBAR & CATEGORIES WIDGET STYLES
   ========================================================================== */
.blog-sidebar .sidebar-widget {
    background: #ffffff;
    border: 1px solid #ECE7DC !important;
}

.sidebar-widget .widget-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    font-weight: 700;
    color: #2F2F2F;
}

.sidebar-widget .widget-line {
    display: block;
    width: 40px;
    height: 2px;
    background: #C19127;
    margin-top: 6px;
}

/* Categories List */
.categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.categories-list li {
    margin-bottom: 10px;
}

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

.categories-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    border-radius: 12px;
    color: #444444;
    font-weight: 500;
    font-size: 15px;
    background: #FAF8F4;
    border: 1px solid #EFEAE0;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categories-list li a .cat-name {
    display: flex;
    align-items: center;
}

.categories-list li a .cat-arrow {
    font-size: 12px;
    color: #C19127;
    transition: transform 0.3s ease, color 0.3s ease;
}

.categories-list li a .cat-count {
    background: #EFE6D5;
    color: #C19127;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 11px;
    transition: all 0.3s ease;
}

/* Category Hover & Active States */
.categories-list li:hover a,
.categories-list li.active a {
    background: #C19127;
    color: #ffffff;
    border-color: #C19127;
    padding-left: 22px;
    box-shadow: 0 6px 18px rgba(193, 145, 39, 0.22);
}

.categories-list li:hover a .cat-arrow,
.categories-list li.active a .cat-arrow {
    color: #ffffff;
    transform: translateX(4px);
}

.categories-list li:hover a .cat-count,
.categories-list li.active a .cat-count {
    background: #ffffff;
    color: #C19127;
}

/* Search Widget */
.widget-search .form-control {
    background: #FAF8F4;
    border: 1px solid #EFEAE0;
    padding: 12px 16px;
    font-size: 14px;
    color: #2F2F2F;
}

.widget-search .form-control:focus {
    background: #ffffff;
    border-color: #C19127;
    box-shadow: 0 0 0 3px rgba(193, 145, 39, 0.15);
}

.search-submit-btn {
    cursor: pointer;
    font-size: 16px;
}

.search-submit-btn:hover {
    color: #2F2F2F !important;
}

/* Recent Posts Widget */
.recent-post-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.recent-thumb {
    width: 68px;
    height: 68px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recent-post-item:hover .recent-thumb {
    transform: scale(1.05);
}

.recent-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    line-height: 1.35;
}

.recent-title a {
    color: #2F2F2F;
    text-decoration: none;
    transition: color 0.3s ease;
}

.recent-title a:hover {
    color: #C19127;
}

/* CTA Sidebar Card */
.widget-cta-card {
    background: linear-gradient(135deg, #0A1128 0%, #17244D 100%);
    color: #ffffff;
    border: none !important;
}

.cta-icon-box {
    width: 64px;
    height: 64px;
    background: rgba(193, 145, 39, 0.18);
    color: #C19127;
    border: 1px solid rgba(193, 145, 39, 0.35);
}

.cta-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    color: #ffffff;
}

.cta-desc {
    color: #CCCCCC;
    line-height: 1.5;
}

.widget-cta-card .theme-btn {
    background: #C19127;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.widget-cta-card .theme-btn:hover {
    background: #ffffff;
    color: #0A1128;
}

/* ==========================================================================
   TIMELINE CONTENT BLOCK STYLES
   ========================================================================== */
.tcb-timeline-section {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
    color: #1E293B;
}

.tcb-timeline-section .tcb-container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Section Header */
.tcb-timeline-section .tcb-header {
    text-align: center;
    margin-bottom: 40px;
}

.tcb-timeline-section .tcb-tag {
    color: #C5961A;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.tcb-timeline-section .tcb-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0D233A;
    margin-bottom: 12px;
}

.tcb-timeline-section .tcb-header p {
    color: #64748B;
    font-size: 15px;
    max-width: 700px;
    margin: 0 auto;
}

/* Callout Banner Box */
.tcb-timeline-section .tcb-callout-box {
    background: #FFFDF5;
    border: 1px solid #EADBB6;
    border-left: 5px solid #C5961A;
    border-radius: 14px;
    padding: 24px 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 50px;
    box-shadow: 0 4px 20px rgba(197, 150, 26, 0.08);
}

.tcb-timeline-section .tcb-callout-icon-box {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: #FFF3D6;
    border: 1px solid #E5C370;
    color: #9A7210;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.tcb-timeline-section .tcb-callout-text {
    font-size: 14px;
    line-height: 1.8;
    color: #334155;
}

.tcb-timeline-section .tcb-callout-text strong {
    color: #0D233A;
}

/* Timeline Layout */
.tcb-timeline-section .tcb-timeline-wrapper {
    position: relative;
    padding-left: 75px;
}

/* Vertical Connected Line */
.tcb-timeline-section .tcb-timeline-line {
    position: absolute;
    left: 29px;
    top: 30px;
    bottom: 50px;
    width: 2px;
    background: #CBD5E1;
    z-index: 1;
}

/* Timeline Item Row */
.tcb-timeline-section .tcb-timeline-item {
    position: relative;
    margin-bottom: 45px;
}

.tcb-timeline-section .tcb-timeline-item:last-child {
    margin-bottom: 0;
}

/* Circular Icon Badge */
.tcb-timeline-section .tcb-icon-badge {
    position: absolute;
    left: -75px;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 2;
    box-shadow: 0 4px 14px rgba(13, 35, 58, 0.18);
    transition: transform 0.3s ease;
}

.tcb-timeline-section .tcb-timeline-item:hover .tcb-icon-badge {
    transform: scale(1.08);
}

/* Icon Color Variations */
.tcb-timeline-section .tcb-badge-navy {
    background: #0D233A;
    color: #ffffff;
    border: 2px solid #0D233A;
}

.tcb-timeline-section .tcb-badge-gold {
    background: #C5961A;
    color: #ffffff;
    border: 2px solid #C5961A;
}

.tcb-timeline-section .tcb-badge-blue {
    background: #1E40AF;
    color: #ffffff;
    border: 2px solid #1E40AF;
}

.tcb-timeline-section .tcb-badge-cream {
    background: #FFF8EA;
    color: #C5961A;
    border: 2px solid #C5961A;
}

.tcb-timeline-section .tcb-icon-badge i {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome", sans-serif;
    font-weight: 900;
    display: inline-block;
    line-height: 1;
}

.tcb-timeline-section .tcb-icon-badge img,
.tcb-timeline-section .tcb-icon-badge svg {
    max-width: 28px;
    max-height: 28px;
    object-fit: contain;
    fill: currentColor;
}

/* Content Body */
.tcb-timeline-section .tcb-item-body {
    background: #ffffff;
    border-radius: 12px;
    padding: 4px 0 16px;
}

.tcb-timeline-section .tcb-item-badge-tag {
    display: inline-block;
    background: #F1F5F9;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 8px;
}

.tcb-timeline-section .tcb-item-body h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0D233A;
    margin-bottom: 14px;
    line-height: 1.3;
}

.tcb-timeline-section .tcb-item-text {
    font-size: 14px;
    color: #475569;
    line-height: 1.8;
}

.tcb-timeline-section .tcb-item-text p {
    margin-bottom: 12px;
}

.tcb-timeline-section .tcb-item-text p:last-child {
    margin-bottom: 0;
}

/* Standard UL List styling (Bullet checkmarks using SVG data-URI for 100% reliable icon rendering) */
.tcb-timeline-section .tcb-item-text ul {
    list-style: none;
    padding-left: 0;
    margin: 14px 0;
}

.tcb-timeline-section .tcb-item-text ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #334155;
    line-height: 1.7;
}

.tcb-timeline-section .tcb-item-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23C5961A' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Multi-column grid for checkmark lists */
.tcb-timeline-section .tcb-grid-list ul,
.tcb-timeline-section .tcb-check-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px 24px;
}

/* Standard OL (Numbered List) styling */
.tcb-timeline-section .tcb-item-text ol {
    list-style: none;
    counter-reset: tcb-num-counter;
    padding-left: 0;
    margin: 14px 0;
}

.tcb-timeline-section .tcb-item-text ol li {
    counter-increment: tcb-num-counter;
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #334155;
    line-height: 1.7;
}

.tcb-timeline-section .tcb-item-text ol li::before {
    content: counter(tcb-num-counter);
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0D233A;
    color: #C5961A;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(13, 35, 58, 0.15);
}

/* Myth vs Reality / Arrow List styling */
.tcb-timeline-section .tcb-myths-list ul li::before,
.tcb-timeline-section .tcb-arrow-list li::before {
    content: "»";
    background-image: none !important;
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    color: #C5961A;
    left: 0;
    top: -2px;
    width: auto;
    height: auto;
}

/* Side Image */
.tcb-timeline-section .tcb-side-img {
    margin-top: 16px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
}

.tcb-timeline-section .tcb-side-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Responsive Media Queries */
@media (max-width: 767.98px) {
    .tcb-timeline-section .tcb-timeline-wrapper {
        padding-left: 50px;
    }
    .tcb-timeline-section .tcb-timeline-line {
        left: 20px;
    }
    .tcb-timeline-section .tcb-icon-badge {
        left: -50px;
        width: 44px;
        height: 44px;
        font-size: 17px;
    }
    .tcb-timeline-section .tcb-callout-box {
        flex-direction: column;
        padding: 18px;
    }
    .tcb-timeline-section .tcb-item-body h3 {
        font-size: 18px;
    }
}

.navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: space-between !important;
}
.solution-process-section .process-row {
    justify-content: center;
}
/*====================================================
    CUSTOM CONTAINER BLOCK / SERVICE DETAILS SECTION
    MOTLEY FINANCE DESIGN SYSTEM
====================================================*/

.custom-container-block {
    padding: 85px 0 75px;
    background: #ffffff;
    position: relative;
}

/* Top Intro Columns Layout (Image + Text) */
.custom-container-block .wp-block-columns:first-child {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 50px;
}

.custom-container-block .wp-block-columns:first-child > .wp-block-column:first-child {
    flex: 0 0 46%;
    max-width: 46%;
}

.custom-container-block .wp-block-columns:first-child > .wp-block-column:last-child {
    flex: 0 0 54%;
    max-width: 54%;
}

/* Featured Service Image */
.custom-container-block .wp-block-image {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(10, 30, 69, 0.10);
    position: relative;
    border: 1px solid rgba(197, 148, 45, 0.20);
}

.custom-container-block .wp-block-image img {
    width: 100%;
    height: 100%;
    max-height: 380px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.custom-container-block .wp-block-image:hover img {
    transform: scale(1.03);
}

/* Main Heading (H2) */
.custom-container-block h2 {
    font-family: "Poppins", sans-serif !important;
    font-size: 32px;
    font-weight: 700;
    color: #0a1e45;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

/* Sub-heading directly beneath H2 */
.custom-container-block h2 + h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #c5942d;
    line-height: 1.45;
    margin-top: 0;
    margin-bottom: 18px;
    display: block;
}

.custom-container-block h2 + h3::before {
    display: none !important;
}

/* Section Headings (H3) */
.custom-container-block h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0a1e45;
    line-height: 1.35;
    margin-top: 45px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-container-block h3::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #c5942d;
    border-radius: 3px;
    flex-shrink: 0;
}

/* Standard Paragraphs */
.custom-container-block p {
    font-family: "Poppins", sans-serif;
    color: #555555;
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 18px;
}

/* Lead Takeaway / Highlight Box */
.custom-container-block .wp-block-columns:nth-child(2) > .wp-block-column > p:first-of-type {
    background: linear-gradient(135deg, #fdfbf7 0%, #f7f1e4 100%);
    border-left: 4px solid #c5942d;
    padding: 22px 28px;
    border-radius: 0 14px 14px 0;
    font-size: 16.5px;
    font-weight: 500;
    color: #0a1e45;
    line-height: 1.7;
    margin: 15px 0 35px;
    box-shadow: 0 6px 20px rgba(197, 148, 45, 0.08);
}

.custom-container-block .wp-block-columns:nth-child(2) > .wp-block-column > p:first-of-type::before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #c5942d;
    margin-right: 12px;
    vertical-align: middle;
}

/* Modern Card Grid for Lists */
.custom-container-block .wp-block-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 20px 0 35px;
    padding: 0;
    list-style: none;
}

.custom-container-block .wp-block-list li {
    position: relative;
    padding: 16px 20px 16px 52px;
    background: #ffffff;
    border: 1px solid #e9edf5;
    border-radius: 12px;
    font-size: 14.5px;
    line-height: 1.6;
    color: #4b5563;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(10, 30, 69, 0.03);
}

.custom-container-block .wp-block-list li:hover {
    border-color: #c5942d;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(197, 148, 45, 0.12);
}

.custom-container-block .wp-block-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    background: rgba(197, 148, 45, 0.12);
    color: #c5942d;
    border-radius: 50%;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.custom-container-block .wp-block-list li:hover::before {
    background: #c5942d;
    color: #ffffff;
}

.custom-container-block .wp-block-list li strong {
    color: #0a1e45;
    font-weight: 600;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .custom-container-block {
        padding: 55px 0;
    }
    .custom-container-block .wp-block-columns:first-child {
        flex-direction: column;
        gap: 30px;
    }
    .custom-container-block .wp-block-columns:first-child > .wp-block-column:first-child,
    .custom-container-block .wp-block-columns:first-child > .wp-block-column:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .custom-container-block h2 {
        font-size: 28px;
    }
    .custom-container-block h3 {
        font-size: 21px;
        margin-top: 35px;
    }
    .custom-container-block .wp-block-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .custom-container-block h2 {
        font-size: 24px;
    }
    .custom-container-block h2 + h3 {
        font-size: 18px;
    }
    .custom-container-block h3 {
        font-size: 19px;
    }
    .custom-container-block .wp-block-columns:nth-child(2) > .wp-block-column > p:first-of-type {
        padding: 18px 20px;
        font-size: 15px;
    }
    .custom-container-block .wp-block-list li {
        padding: 14px 16px 14px 46px;
        font-size: 14px;
    }
    .custom-container-block .wp-block-list li::before {
        left: 14px;
        top: 14px;
    }
}


/*====================================================
        FORMInator NEWSLETTER FORM
        MOTLEY FINANCE STYLE
====================================================*/

#forminator-module-486{
    width:100%;
    max-width:570px;
    margin:0 auto;
}

#forminator-module-486 .forminator-label{
    display:none !important;
}

#forminator-module-486 .forminator-row{
    margin:0 !important;
}
#forminator-module-486 .forminator-field{
    margin:0 !important;
}
#forminator-module-486 .forminator-col{
    padding:0 !important;
}

#forminator-module-486 .forminator-field-email{
    margin-bottom:18px !important;
}

#forminator-module-486 input[type="email"]{
    width:100% !important;
    height:62px !important;
    padding:0 28px 0 58px !important;
    border:none !important;
    outline:none !important;
    border-radius:50px !important;
    background:#2B456D !important;
    color:#ffffff !important;
    font-family:"Poppins",sans-serif !important;
    font-size:15px !important;
    font-weight:400 !important;
    box-shadow:none !important;
    transition:all .35s ease !important;
}


/* Placeholder */

#forminator-module-486 input[type="email"]::placeholder{
    color:#ffffff !important;
    opacity:.75 !important;
}


/* Focus */

#forminator-module-486 input[type="email"]:focus{
    background:#304D78 !important;
    box-shadow:0 0 0 3px rgba(193,145,39,.18),
        0 12px 30px rgba(0,0,0,.10) !important;
}

#forminator-module-486 .forminator-field-email .forminator-field{
    position:relative;
}

#forminator-module-486 .forminator-field-email .forminator-field::before{
    content:"\f0e0";
    position:absolute;
    left:24px;
    top:50%;
    transform:translateY(-50%);
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#C19127;
    font-size:17px;
    z-index:5;
    pointer-events:none;
}

#forminator-module-486 .forminator-button-submit{
    width:100% !important;
    height:62px !important;
    padding:0 30px !important;
    border:none !important;
    outline:none !important;
    border-radius:50px !important;
    background:#C19127 !important;
    color:#ffffff !important;
    font-family:"Poppins",sans-serif !important;
    font-size:15px !important;
    font-weight:700 !important;
    cursor:pointer !important;
    box-shadow:0 15px 35px rgba(193,145,39,.25) !important;
    transition:all .35s ease !important;
}

#forminator-module-486 .forminator-button-submit::after{
    content:"\f178";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    margin-left:12px;
    display:inline-block;
    transition:all .35s ease;
}

#forminator-module-486 .forminator-button-submit:hover{
    background:#A97718 !important;
    transform:translateY(-3px);
    box-shadow:
        0 20px 40px rgba(193,145,39,.35) !important;
}

#forminator-module-486 .forminator-button-submit:hover::after{
    transform:translateX(6px);
}

#forminator-module-486 .forminator-button-submit:active{
    transform:translateY(0);
}

#forminator-module-486 .forminator-error-message,
#forminator-module-486 .forminator-required{
    display:none;
}

#forminator-module-486 .forminator-row-last{
    margin-top:0 !important;
}

#forminator-module-486 input[type="email"]:-webkit-autofill{
    -webkit-text-fill-color:#ffffff !important;
    -webkit-box-shadow:0 0 0 1000px #2B456D inset !important;
    transition:background-color 5000s ease-in-out 0s;
}

@media (max-width:767px){
    #forminator-module-486 input[type="email"],
    #forminator-module-486 .forminator-button-submit{
        height:58px !important;
    }
}


@media (max-width:575px){
    #forminator-module-486 input[type="email"]{
        padding-left:52px !important;
        font-size:14px !important;
    }
    #forminator-module-486 .forminator-button-submit{
        font-size:14px !important;
    }
}


@media (max-width:400px){
    #forminator-module-486 input[type="email"],
    #forminator-module-486 .forminator-button-submit{
        height:54px !important;
    }
    #forminator-module-486 input[type="email"]{
        padding-left:48px !important;
        font-size:13px !important;
    }
}
/*====================================================
        MOTLEY FINANCE CONTACT FORM
        FORMINATOR FORM ID: 463
====================================================*/

#forminator-module-463{
    width:100%;
    max-width:100%;
    margin:0;
    font-family:"Poppins", sans-serif;
}

#forminator-module-463 .forminator-row{
    margin:0 0 20px 0 !important;
}

#forminator-module-463 .forminator-row-last{
    margin-top:28px !important;
    margin-bottom:0 !important;
}


#forminator-module-463 .forminator-col{
    padding:0 !important;
}

#forminator-module-463 .forminator-field{
    margin:0 !important;
}

#forminator-module-463 .forminator-label{
    display:block !important;
    margin:0 0 9px !important;
    color:#142B4A !important;
    font-family:"Poppins", sans-serif !important;
    font-size:14px !important;
    font-weight:600 !important;
    line-height:1.4 !important;
}


/* Required star */
#forminator-module-463 .forminator-required{
    color:#B98520 !important;
    font-weight:700 !important;
}


#forminator-module-463 #name-1 > .forminator-row{
    display:flex;
    flex-wrap:wrap;
    margin:0 -12px !important;
}

#forminator-module-463 #name-1 > .forminator-row > .forminator-col{
    width:50%;
    padding:0 12px !important;
	margin-bottom: 0 !important;
}

#forminator-module-463 .forminator-input,
#forminator-module-463 .forminator-textarea{
    width:100% !important;
    border:1px solid #D5D5D5 !important;
    border-radius:8px !important;
    background:#FFFFFF !important;
    color:#26364A !important;
    font-family:"Poppins", sans-serif !important;
    font-size:14px !important;
    font-weight:400 !important;
    outline:none !important;
    box-shadow:none !important;
    transition:
        border-color .3s ease,
        box-shadow .3s ease,
        background .3s ease !important;
}

#forminator-module-463 .forminator-input{
    height:55px !important;
    padding:0 18px !important;
}

#forminator-module-463 .forminator-textarea{
    min-height:150px !important;
    height:150px !important;
    resize:vertical;
    padding:16px 18px !important;
    line-height:1.6 !important;
}

#forminator-module-463 input::placeholder,
#forminator-module-463 textarea::placeholder{
    color:#8A94A3 !important;
    opacity:1 !important;
}

#forminator-module-463 .forminator-input:focus,
#forminator-module-463 .forminator-textarea:focus{
    border-color:#C19127 !important;
    background:#FFFFFF !important;
    box-shadow:0 0 0 3px rgba(193,145,39,.10) !important;

}

#forminator-module-463 .forminator-iti-input{
    width:100% !important;
}

#forminator-module-463 .iti{
    width:100% !important;
}

#forminator-module-463 .iti__tel-input{
    padding-left:18px !important;
    padding-right:45px !important;
}
#forminator-module-463 .iti__country-container{
    display:none !important;
}

#forminator-module-463 .forminator-description{
    display:none !important;
}

#forminator-module-463 .forminator-button-submit{
    position:relative;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    gap:12px;
    min-width:259px;
    height:58px !important;
    padding:0 28px !important;
    border:none !important;
    border-radius:7px !important;
    background:#C19127 !important;
    color:#FFFFFF !important;
    font-family:"Poppins", sans-serif !important;
    font-size:14px !important;
    font-weight:700 !important;
    line-height:1 !important;
    cursor:pointer;
    box-shadow:0 15px 30px rgba(193,145,39,.20) !important;
    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease !important;
}

#forminator-module-463 .forminator-button-submit::after{
    content:"\f178";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    font-size:15px;
    display:inline-block;
    transition:transform .3s ease;
}

#forminator-module-463 .forminator-button-submit:hover{
    background:#A97718 !important;
    transform:translateY(-3px);
    box-shadow:0 20px 40px rgba(193,145,39,.30) !important;
}
#forminator-module-463 .forminator-button-submit:hover::after{
    transform:translateX(5px);
}

#forminator-module-463 .forminator-button-submit:active{
    transform:translateY(0);
}

#forminator-module-463 .forminator-button{
    border-width:0 !important;
}
#forminator-module-463 .forminator-button:focus{
    outline:none !important;
}

#forminator-module-463 .forminator-error-message{
    margin-top:7px !important;
    font-family:"Poppins", sans-serif !important;
    font-size:12px !important;
    color:#C0392B !important;
}

#forminator-module-463 .forminator-response-message{
    border-radius:8px;
    margin-bottom:20px;
}

@media (max-width:1199px){
    #forminator-module-463 .forminator-input{
        height:53px !important;
    }
    #forminator-module-463 .forminator-textarea{
        min-height:145px !important;
        height:145px !important;
    }
}

@media (max-width:991px){
    #forminator-module-463 #name-1 > .forminator-row{
        margin:0 -8px !important;
    }
    #forminator-module-463 #name-1 > .forminator-row > .forminator-col{
        padding:0 8px !important;
    }
    #forminator-module-463 .forminator-label{
        font-size:13px !important;
    }
}

@media (max-width:767px){
    #forminator-module-463 #name-1 > .forminator-row{
        display:block;
        margin:0 !important;
    }
    #forminator-module-463 #name-1 > .forminator-row > .forminator-col{
        width:100%;
        padding:0 !important;
        margin-bottom:20px !important;
    }
    #forminator-module-463 #name-1 > .forminator-row > .forminator-col:last-child{
        margin-bottom:0 !important;
    }
    #forminator-module-463 .forminator-input{
        height:54px !important;
    }
    #forminator-module-463 .forminator-textarea{
        height:140px !important;
        min-height:140px !important;
    }
    #forminator-module-463 .forminator-button-submit{
        width:100% !important;
        min-width:0;
    }
}

@media (max-width:575px){
    #forminator-module-463 .forminator-label{
        font-size:13px !important;
        margin-bottom:8px !important;
    }
    #forminator-module-463 .forminator-input{
        height:52px !important;
        padding:0 16px !important;
        font-size:13px !important;
    }
    #forminator-module-463 .forminator-textarea{
        min-height:135px !important;
        height:135px !important;
        padding:14px 16px !important;
        font-size:13px !important;
    }
    #forminator-module-463 .forminator-button-submit{
        height:55px !important;
        font-size:13px !important;
    }
}

@media (max-width:400px){
    #forminator-module-463 .forminator-input{
        height:50px !important;
        font-size:12px !important;
    }
    #forminator-module-463 .forminator-textarea{
        min-height:125px !important;
        height:125px !important;
        font-size:12px !important;
    }
    #forminator-module-463 .forminator-button-submit{
        height:52px !important;
        font-size:12px !important;
    }
}


/*====================================================
    MOTLEY FINANCE — FORMINATOR FORM 559
====================================================*/

#forminator-module-559 {
    width: 100%;
    margin: 0 auto;
    padding: 35px;
    border-radius: 14px;
    font-family: "Poppins", sans-serif;
}

#forminator-module-559 .forminator-row {
    margin: 0 0 20px !important;
}

#forminator-module-559 .forminator-col {
    padding: 0 !important;
}

#forminator-module-559 .forminator-field {
    margin: 0 !important;
}

#forminator-module-559 .forminator-label {
    display: block !important;
    margin-bottom: 8px !important;
    color: #102747 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

#forminator-module-559 .forminator-required {
    color: #bd8b22 !important;
}

#forminator-module-559 .forminator-input,
#forminator-module-559 .select2-selection--single {
    width: 100% !important;
    height: 54px !important;
    padding: 0 17px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 7px !important;
    background: #ffffff !important;
    color: #172b46 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all .3s ease;
}

#forminator-module-559 .forminator-input::placeholder {
    color: #9aa1ab !important;
    opacity: 1;
}

#forminator-module-559 .forminator-input:focus,
#forminator-module-559 .select2-selection--single:focus {
    border-color: #bd8b22 !important;
    box-shadow: 0 0 0 3px rgba(189, 139, 34, .10) !important;
}

#forminator-module-559 .forminator-iti-input {
    width: 100% !important;
}

#forminator-module-559 .iti {
    width: 100% !important;
}

#forminator-module-559 .iti__tel-input {
    height: 54px !important;
    padding-left: 75px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 7px !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
    outline: none !important;
    transition: all .3s ease;
}

#forminator-module-559 .iti__tel-input:focus {
    border-color: #bd8b22 !important;
    box-shadow: 0 0 0 3px rgba(189, 139, 34, .10) !important;
}

#forminator-module-559 .select2-container {
    width: 100% !important;
}

#forminator-module-559 .select2-selection--single {
    display: flex !important;
    align-items: center;
    padding: 0 17px !important;
}

#forminator-module-559 .select2-selection__rendered {
    padding: 0 !important;
    color: #9aa1ab !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
}

#forminator-module-559 #address-1 .forminator-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px !important;
}

#forminator-module-559 #address-1 .forminator-col-6 {
    flex: 1;
}

#forminator-module-559 #text-2 {
    margin-top: 5px;
}

#forminator-module-559 .forminator-multi-upload {
    position: relative;
    min-height: 145px;
    padding: 30px;
    border: 1.5px dashed #c9a45a !important;
    border-radius: 9px;
    background: #fcfaf5;
    text-align: center;
    transition: all .3s ease;
}

#forminator-module-559 .forminator-multi-upload:hover {
    border-color: #bd8b22 !important;
    background: #faf6eb;
    box-shadow: 0 8px 25px rgba(189, 139, 34, .08);
}


/* Upload icon */

#forminator-module-559 .forminator-icon-upload {
    display: block;
    margin-bottom: 10px;
    color: #bd8b22;
    font-size: 28px;
}


/* Upload text */

#forminator-module-559 .forminator-multi-upload-message p {
    margin: 0;
    color: #6e7480;
    font-size: 13px;
}


/* Choose files */

#forminator-module-559 .forminator-upload-file--forminator-field-upload-1_6a869fb691c3c {
    color: #bd8b22 !important;
    font-weight: 600;
    text-decoration: none;
    transition: color .3s ease;
}

#forminator-module-559 .forminator-upload-file--forminator-field-upload-1_6a869fb691c3c:hover {
    color: #8d6718 !important;
}

#forminator-module-559 .forminator-button-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 55px !important;
    padding: 0 28px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: #bd8b22 !important;
    color: #ffffff !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(189, 139, 34, .20) !important;
    transition: transform .3s ease, background .3s ease, box-shadow .3s ease !important;
}


/* Arrow */

#forminator-module-559 .forminator-button-submit::after {
    content: "\f178";
    margin-left: 12px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: transform .3s ease;
}


/* Hover */

#forminator-module-559 .forminator-button-submit:hover {
    background: #9f7218 !important;
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(189, 139, 34, .30) !important;
}

#forminator-module-559 .forminator-button-submit:hover::after {
    transform: translateX(5px);
}

#forminator-module-559 .forminator-error-message {
    margin-top: 6px !important;
    color: #c0392b !important;
    font-size: 12px !important;
}

#forminator-module-559 .forminator-response-message {
    margin-bottom: 20px;
    border-radius: 7px;
}

@media (max-width: 991px) {
    #forminator-module-559 {
        max-width: 100%;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    #forminator-module-559 {
        padding: 25px 20px;
        border-radius: 10px;
    }
    #forminator-module-559 #address-1 .forminator-row {
        display: block;
        margin-bottom: 0 !important;
    }
    #forminator-module-559 #address-1 .forminator-col-6 {
        width: 100%;
        margin-bottom: 20px;
    }
    #forminator-module-559 .forminator-button-submit {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 575px) {
    #forminator-module-559 {
        padding: 22px 16px;
    }
    #forminator-module-559 .forminator-input,
    #forminator-module-559 .iti__tel-input,
    #forminator-module-559 .select2-selection--single {
        height: 52px !important;
        font-size: 12px !important;
    }
    #forminator-module-559 .forminator-label {
        font-size: 12px !important;
    }
    #forminator-module-559 .forminator-multi-upload {
        min-height: 130px;
        padding: 25px 15px;
    }
}

@media (max-width: 400px) {
    #forminator-module-559 {
        padding: 18px 14px;
    }
    #forminator-module-559 .forminator-input,
    #forminator-module-559 .iti__tel-input,
    #forminator-module-559 .select2-selection--single {
        height: 49px !important;
    }
    #forminator-module-559 .forminator-button-submit {
        height: 52px !important;
        font-size: 12px !important;
    }
}

.footer-policy ul li {
    display: inline-block;
}

.footer .footer-policy ul li a::before {
	content:none;
}
.footer-policy ul li {
    display: inline-block;
    padding: 0  15px;
    border-right: 1px solid #c79a2b;
}
.footer-policy ul li:last-child {
    display: inline-block;
    padding: 0 0 0  15px;
    border-right: 0px solid #c79a2b;
}
@media (max-width: 767px) {
	.footer-policy ul li {
		display: block;
		padding: 0  15px;
		border: none;
	}
}