@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

:root {
    --primary-color: #65130d;
    --secondary-color: #bfa760;
    --tertiary-color: #7a4c15;
    --primary-color-light: #7a4c15;
    --secondary-color-light: #fffdf9;
    --background-color: #f8f8f8;
    --primary-gradient: linear-gradient(90deg, #65130dc9 0%, #65130d9a 100%);
    --secondary-gradient: linear-gradient(90deg, #f7ecd0 0%, #fffbe9 100%);
    --tertiary-gradient: linear-gradient(90deg, #bfa760 0%, rgba(255, 217, 0, 0.444) 100%);
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-tertiary {
    color: var(--tertiary-color) !important;
}

.text-primary-light {
    color: var(--primary-color-light) !important;
}

.text-secondary-light {
    color: var(--secondary-color-light) !important;
}

h1 {
    font-size: 2.5em !important;
}

h2 {
    font-size: 2.2em !important;
}

h3 {
    font-size: 1.8em !important;
}

h4 {
    font-size: 1.5em !important;
    line-height: 1.6 !important;
}

h5 {
    font-size: 1.2em !important;
}

h6 {
    font-size: 1em !important;
}

body {
    font-family: "Josefin Sans", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: var(--background-color);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
strong,
em,
ul,
li,
a,
button {
    font-family: "Josefin Sans", serif !important;
}


img {
    object-fit: cover;
}

.dropdown-toggle::after {
    display: none;
}

.text-decoration-none {
    text-decoration: none !important;
}

.header-top {
    background: linear-gradient(90deg, #f7ecd0 0%, #fffbe9 100%);
    color: #7a4c15;
    border-bottom: 1px solid #e6cfa7;
}

.header-top a,
.header-main a,
.header-nav a {
    color: #7a4c15;
    font-weight: 500;
}

.header-main {
    background: #fffdfa;
    box-shadow: 0 2px 8px rgba(212, 180, 120, 0.08);
}

.header-main .fw-bold,
.header-main .fs-4 {
    color: #7a4c15 !important;
    letter-spacing: 0.5px;
}

.header-nav {
    background: linear-gradient(90deg, #f7ecd0 0%, #fffbe9 100%);
    border-bottom: 1px solid #e6cfa7;
}

.header-nav .nav-link {
    font-size: 1.1rem;
    color: #7a4c15;
    font-weight: 500;
}

.header-nav .nav-link:hover,
.header-nav .nav-link.active {
    color: #b8860b;
    background: #f9f3e6 !important;
}

.btn-danger,
.btn-gold {
    background: linear-gradient(90deg, #b8860b 0%, #ffd700 100%);
    color: #fff;
    border: none;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(212, 180, 120, 0.12);
}

.btn-danger:hover,
.btn-gold:hover {
    background: linear-gradient(90deg, #ffd700 0%, #b8860b 100%);
    color: #fff;
}

.logo-img {
    height: 48px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(212, 180, 120, 0.12);
    background: #fffdfa;
    padding: 4px;
}

.company-name-ellipsis {
    color: #7a4c15;
    font-weight: 600;
}

.nav-link {
    color: #7a4c15;
    font-size: 1.05rem;
    padding: 0.5rem 1.2rem;
    transition: background 0.2s, color 0.2s;
}

.nav-link:focus {
    outline: none;
    box-shadow: 0 0 0 2px #ffd70033;
}

@media (max-width: 991.98px) {
    .main-navbar {
        border-radius: 0;
        margin-top: 0;
    }

    .company-name-ellipsis {
        max-width: 120px;
    }
}

footer {
    background: var(--footer-background-color);
    padding: 20px 15px;
    color: var(--footer-text-color);
    font-size: 18px;
}

footer p {
    margin-bottom: 8px;
    font-size: 18px;
}

footer p a {
    text-decoration: none;
    color: var(--footer-link-color);
    transition: color 0.3s ease;
}

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

footer h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--footer-text-color);
}

footer h5 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--footer-link-color);
}

.footer-section {
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
}

.footer-section a {
    color: var(--footer-link-color);
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: var(--footer-link-hover-color);
}

.app-image {
    position: absolute;
    top: -69px;
    right: 7px;
    max-width: 180px;
    transition: top 0.3s ease, right 0.3s ease;
}

.store-img {
    max-width: 160px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.store-img:hover {
    transform: scale(1.1);
}

.download-section {
    /* background: rgba(0, 0, 0, 0.5);
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: background 0.3s ease; */
}

.download-section:hover {
    /* background: rgba(0, 0, 0, 0.7); */
}

.download-section a {
    display: inline-block;
    margin-right: 12px;
}

.app-image img {
    height: 261px !important;
}

@media (max-width: 1200px) {
    .app-image {
        position: relative;
        max-width: 160px;
        top: auto;
        right: auto;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    footer {
        padding: 40px 15px;
    }

    .footer-section {
        margin-bottom: 25px;
    }

    .app-image {
        position: relative;
        max-width: 160px;
        top: auto;
        right: auto;
    }

    .store-img {
        max-width: 130px;
        margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
    footer {
        padding: 30px 15px;
    }

    footer h4 {
        font-size: 18px;
    }

    footer h5 {
        font-size: 14px;
    }

    .footer-section p,
    .footer-section h5 {
        font-size: 12px;
    }

    .store-img {
        max-width: 110px;
        margin-bottom: 8px;
    }

    .app-image {
        max-width: 130px;
        top: auto;
    }
}

hr {
    border: 1px solid var(--secondary-color-light);
    margin: 20px 0;
}

address i {
    width: 14px;
}

.right_conatct_social_icon {
    background: var(--primary-color-light);
}

.contact_us {
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner {
    background-color: var(--background-color);
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

.contact_field {
    padding: 60px 340px 90px 100px;
}

/* Contact info section: Position it absolutely on larger screens, align for smaller screens */
.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
    color: #fff;
}

/* Form Fields */
.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
    font-size: 16px;
    letter-spacing: 1px;
}

/* Submit Button */
button.contact_form_submit {
    background: #65130d;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

/* Contact Info Section */
.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}

.right_contact_social_icon {
    height: 100%;
}

.social_item_inner li {
    list-style: none;
}

.social_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.social_item_inner {
    padding-bottom: 10px;
}

/* Map Section */
.map_sec {
    padding: 50px 0px;
}

.map_inner h4,
.map_inner p {
    color: #000;
    text-align: center;
}

.map_inner p {
    font-size: 13px;
}

.map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
    height: 450px;
    width: 100%;
}

.map_bind iframe {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    .contact_field {
        padding: 60px 200px 90px 60px;
    }

    .contact_info_sec {
        width: 270px;
        top: 20%;
    }

    .contact_inner {
        box-shadow: 15px 17px 34px #cccc;
    }
}

@media (max-width: 992px) {
    .contact_field {
        padding: 40px 50px 70px 50px;
    }

    .contact_info_sec {
        width: 250px;
        top: 25%;
        position: absolute;
    }

    .contact_inner {
        padding: 30px;
        box-shadow: 12px 14px 28px #cccc;
    }

    .col-md-10 {
        max-width: 100%;
    }

    .col-md-2 {
        display: none;
    }

    .contact_form_submit {
        padding: 12px 15px;
    }

    .contact_info_sec {
        width: 100%;
        border-radius: 25px;
        top: 25%;
        position: relative;
    }
}

@media (max-width: 768px) {
    .contact_field {
        padding: 40px 20px 60px 20px;
    }

    .contact_info_sec {
        width: 100%;
        position: relative;
        top: 0;
        margin-top: 30px;
    }

    .contact_field h3 {
        font-size: 30px;
    }

    .contact_field p {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .info_single {
        margin: 20px 0px;
    }

    .info_single span {
        font-size: 12px;
    }

    button.contact_form_submit {
        font-size: 12px;
    }

    .contact_inner {
        box-shadow: 10px 12px 24px #cccc;
    }
}

@media (max-width: 576px) {
    .contact_field {
        padding: 30px 10px 50px 10px;
        /* Minimal padding for very small screens */
    }

    .contact_info_sec {
        width: 100%;
        margin-top: 20px;
        position: relative;
        top: 0;
    }

    .contact_field h3 {
        font-size: 24px;
    }

    .contact_field p {
        font-size: 11px;
    }

    .info_single span {
        font-size: 11px;
    }

    .info_single i {
        font-size: 18px;
    }

    button.contact_form_submit {
        font-size: 14px;
        padding: 12px 18px;
    }

    .contact_inner {
        padding: 20px;
        box-shadow: 8px 10px 20px #cccc;
    }
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #FFD879;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    border-radius: 20px;
}

.scheme {
    border-radius: 20px;
    overflow: hidden;
}

.scheme img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.scheme:hover .overlay {
    width: 100%;
    left: 0;
}

.text {
    color: #65130d;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.group {
    width: 100%;
    margin: auto;
}

.layout {
    padding: 20px;
    background-color: #ffffff;
    margin: 20px auto;
    border-radius: 10px;
    box-sizing: border-box;
}

.text-1 {
    font-weight: 700;
    font-size: 3rem;
    margin: 20px auto 0;
    text-align: center;
    color: #65130d;
}

.text-2 {
    font-weight: 400;
    margin: 20px 0;
    text-align: justify;
    font-size: 18px;
    opacity: .8;
}

@media (max-width: 768px) {
    .text-1 {
        font-size: 2.5rem;
    }

    .text-2 {
        font-size: 16px;
    }

    .layout {
        padding: 15px;
        margin: 15px 0;
    }
}

@media (max-width: 480px) {
    .text-1 {
        font-size: 2rem;
    }

    .text-2 {
        font-size: 14px;
        line-height: 1.6;
    }

    .layout {
        padding: 10px;
        margin: 10px 0;
    }
}

.invalid-feedback {
    font-size: 14px;
    color: #e74c3c;
}

@media (max-width: 767px) {
    #bannerCarousel.owl-carousel {
        height: 50vh;
    }

    #bannerCarousel.owl-theme .owl-nav {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .app-image img {
        height: 164px !important;
    }
}

.owl-item .card.mb-4 {
    overflow: hidden;
}

footer .footer-section ul {
    margin-top: 74px !important;
    width: auto !important;
}

footer .footer-section ul a {
    padding: .3rem .5rem;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
}

.nav-link.active .card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.l-bg-cherry-1 {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-cherry-2 {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-cherry-3 {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas,
.card .card-statistic-3 .card-icon-large .far,
.card .card-statistic-3 .card-icon-large .fab,
.card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.scheme .owl-nav {
    text-align: revert-layer;
    position: absolute;
    top: 35%;
    width: 100%;
    justify-content: space-between;
    display: flex;

}

.scheme .owl-nav button {
    font-size: 45px !important;
}

.tab-pane {
    display: block;
    width: 100%;
    overflow: hidden;
}

/* Text Color Classes */

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-tertiary {
    color: var(--tertiary-color) !important;
}

.text-primary-light {
    color: var(--primary-color-light) !important;
}

.text-secondary-light {
    color: var(--secondary-color-light) !important;
}

.text-tertiary-light {
    color: var(--tertiary-color-light) !important;
}

/* Button Styles */

.btn {
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    line-height: 1.25rem !important;
    border-radius: .375rem !important;
    border: 2px solid transparent !important;
    transition: all 0.6s ease !important;
    box-shadow: unset !important;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-primary:hover {
    background-color: var(--primary-color-light) !important;
    border-color: var(--primary-color-light) !important;
}

.btn-secondary {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.btn-secondary:hover,
.btn-secondary.active {
    background-color: transparent !important;
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.btn-tertiary {
    background-color: var(--tertiary-color) !important;
    border-color: var(--tertiary-color) !important;
}

.btn-tertiary:hover {
    background-color: var(--primary-color-light) !important;
    border-color: var(--primary-color-light) !important;
}

.btn-outline-primary {
    background-color: transparent !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-outline-primary:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.btn-outline-secondary {
    background-color: transparent !important;
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.btn-outline-secondary:hover,
.btn-secondary.active {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
}

.btn-outline-tertiary {
    background-color: transparent !important;
    color: var(--tertiary-color) !important;
    border-color: var(--tertiary-color) !important;
}

.btn-outline-tertiary:hover {
    background-color: var(--primary-color-light) !important;
    color: #fff !important;
}

.btn-gradient-primary {
    background: var(--primary-gradient) !important;
    color: #fff !important;
    border: none !important;
}

.btn-gradient-secondary {
    background: var(--secondary-gradient) !important;
    color: #fff !important;
    border: none !important;
}

.btn-gradient-tertiary {
    background: var(--tertiary-gradient) !important;
    color: #fff !important;
    border: none !important;
}

.btn-outline-primary.active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}


.welcome-message {
    padding: 70px 0px;
}

.schemes {
    background: var(--secondary-color-light);
    padding: 70px 0px;
}

.scheme .slick-slide {
    height: 350px;
}

@media screen and (max-width: 768px) {
    .scheme .slick-slide {
        height: unset;
    }

}

.scheme .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: linear-gradient(90deg, #65130dc9 0%, #65130d9a 100%);
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 7px rgba(212, 180, 120, 0.15);
}

.scheme .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.scheme .slick-prev {
    left: 0px;
}

.scheme .slick-next {
    right: 0px;
}

.scheme .scheme-card {
    background: linear-gradient(98.26deg, rgb(252, 243, 232) -1.13%, rgba(252, 243, 232, 0.74) 99.22%);
    height: 100%;
    color: var(--primary-color);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 7px rgba(212, 180, 120, 0.15);
}

.scheme .scheme-card img {
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}

.scheme .scheme-card .title,
.scheme .scheme-card .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promotions {
    padding: 70px 0px;
}

.promotions img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 7px rgba(212, 180, 120, 0.15);
}

footer {
    background: var(--secondary-gradient);
    color: var(--primary-color) !important;
}

.contact-banner {
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    height: 60vh;
}

.contact-banner .content h3 {
    color: white;
    font-size: 3.4rem !important;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
}

.contact-banner::before {
    content: '';
    position: absolute;
    background: inherit;
    filter: blur(2px);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.contact-banner .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 567px) {

    .d-flex.align-items-center.gap-2.flex-wrap.gold-rate-contact-bar {
        justify-content: space-between !important;
    }

    .gold-rate-contact-bar #liveGoldRate,
    .gold-rate-contact-bar .contact-number,
    .gold-rate-contact-bar .contact-btn {
        font-size: 10px !important;
    }

    .gold-rate-contact-bar .contact-btn {
        padding: 0.25em 0.9em !important;
    }
}

@media (max-width: 991px) {
    .slick-slider .item {
        height: 350px !important;
    }
}

@media (max-width: 575px) {
    .slick-slider .item {
        height: 200px !important;
    }
}