body{
    background-color: #fffcf4;
}

.footer {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 2rem;
    background-color: #1d242c;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-register  {
    flex: 1;
    min-width: 250px;
    padding: 0 15px;
    margin-bottom: 1rem;

}
.footer-column{
    flex: 1;
    min-width: 250px;
    padding-left: 100px;
    margin-bottom: 1rem;
}
.footer-contact{
    flex: 1;
    min-width: 250px;
    padding-left: 150px;
    margin-bottom: 1rem;
}
h3.h5{
    color:#000000;
    margin-top: 10%;
}
h1, h2 {
    color: #c9972b; 
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.contact, .contact-1 {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.contact svg, .contact-1 svg {
    margin-right: 0.5rem;
}
.newsletter-form {
    display: flex;
    /* {% comment %} margin-top: 1rem; {% endcomment %} */
}
.email-input {
    flex: 1;
    padding: 0.75rem;
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 0.9rem;
}
.newsletter-input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-right: none;
  }
.submit-btn {
    background-color: #f0ad4e;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}
.submit-btn:hover {
    background-color: #b2882d;
}

@media screen and (max-width: 768px) {
    .footer-content {
        flex-direction: column;
    }
    .footer-register, .footer-column, .footer-contact {
        width: 100%;
        padding: 0;
    }
    .contact, .contact-1 {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 480px) {
    .footer {
        padding: 2rem;
    }
    h1, h2 {
        font-size: 1.2rem;
    }
    .email-input, .submit-btn {
        font-size: 0.8rem;
    }
}

.response-message {
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
}
.success-message {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}
.error-message {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Style for the success message */
.success-message {
    margin-top: 10px;
    padding: 10px;
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    border-radius: 4px;
}
.tick-mark {
    font-size: 24px;
    color: green;
    display: inline-block;
    vertical-align: middle;
}
.subscription-wrapper {
    width: 100%;
    max-width: 400px;
    position: relative;
    border-radius: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.subscription-form {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    /* transition: opacity 0.3s ease; */

}



.subscription-form.resetting {
    opacity: 0.5; /* Slightly fade out during reset */
}

.subscription-input,
.subscription-button {
    transition: all 0.10ms ease;
}


.subscription-input {
    width: 70%;
    height: 80%;
    padding: 15px;
    outline: none;
    border: none;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 16px;
    background: #fff;
}

.subscription-button {
    position: absolute;
    height: 80%;
    right: 20%;
    padding: 20px;
    border: none;
    background: #ff9f43; /* Your orange color from Image 3 */
    color: white;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

/* Success state styles */
.subscription-form.success .subscription-button {
    width: 100%;
    background: #ffffff;
    /* Light green color like in Image 1 */
}

.button-text,
.success-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    transition: opacity 0.8s ease;
}

.success-text {
    opacity: 0;
    width: 100%;
    text-align: center;
}

.subscription-form.success .button-text {
    opacity: 0;
}

.subscription-form.success .success-text {
    opacity: 1;
    transition-delay: 0.2s;
    position: inherit;
    margin-left: 10%;
    padding: 20px; 
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
} /* Contact Section Styles */
 .swiper {
    position: relative;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.card {
    max-width: 100%;
}
form {
  background: none !important;
  box-shadow: none !important;  
  border: none;                 
}
input, textarea {
background-color: rgba(255, 255, 255, 0.9); 
border-radius: 20px; 
border: 1px solid #ccc; 
}
#submit-btn{
border-radius: 15px;
/* background: black; */
}
.btn {
    z-index: 10; /* Ensure buttons are above swiper */
}


.contact-section {
font-family: Arial, sans-serif;
border-radius: 20px;
}
.email{
color: #131212;
text-decoration: none;
transition: color 0.3s;

}
.pb-4 {
color: #333;
}
/* .nav-link{
color: rgb(34, 33, 33);
display: flex;
align-items: baseline;
} */
.pb-1, .mb-9, .p-1{
color: whitesmoke;
}
li{
color: #000000;
}
.pb-24{
color: whitesmoke;
}
*, ::after, ::before{
color: #c9972b;
}
.mail-icon{
color: #6c757d;
margin-right: 0.5rem;
width: 20px;
margin-top: auto;
text-align: center;
}

.mb-0{
color: #000000;
}

.contact-section h2 {
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 2rem;
}

.contact-image {
height: 100%;
object-fit: cover;
border-radius: 5px;
}

.map-button {
background-color: white;
color: #333;
padding: 0.75rem 1.5rem;
border-radius: 50px;
text-decoration: none;
transition: background-color 0.3s, color 0.3s;
}

.map-button:hover {
background-color: #f0f0f0;
}

.m-0, .p-0{ 
color: #333;
}

.contact-details {
background-color: #f8f9fa;
padding: 3rem;
border-radius: 5px;
}

.contact-item {
margin-bottom: 1.5rem;
color: #131212;
}

.contact-icon {
color: #6c757d;
margin-right: 0.5rem;
width: 20px;
text-align: center;
}
.fs-em, .mb-8, .fs-normal{
color: whitesmoke;
}
.contact-text {
color: #333;
}

.contact {
color: #131212;
text-decoration: none;

}
.fs-sm{
color: #5b5757;
height:auto;
font-size: 100%;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
    font-size: 100%;
}

.contact-link:hover {
color: #007bff;
}

@media (max-width: 768px) {
.contact-details {
padding: 2rem;
}

.contact-section h2 {
font-size: 2rem;
}
}
  .logo{
    height: 50px;
  }

  .footer-row{
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    align-items: center;
    margin-left: auto;
   
  }
  .container-start {
margin-top: 20px; /* Adjust margin as needed */
}

.swiper {
overflow: hidden;

}

.swiper-wrapper {
display: flex;

}

.swiper-slide {
flex-shrink: 0;
width: auto;
height: auto;

}
.pt-m-1{
border-radius: 10px; 
height: auto;
width: auto;
margin-left: 15px;
margin-right: auto;
right: 20px;
}




.card {
max-width: 306px;
}

.d-flex.align-items-end.align-items-md-start {
display: flex;
flex-direction: column;
align-items: flex-start;


}

@media (min-width: 768px) {
.d-flex.align-items-end.align-items-md-start {
    align-items: flex-end;
}
}
.me-3{
color:#c9972b;
}
.values-slider-section {
overflow: hidden;

}

.values-swiper {
width: 100%;
height: auto;

}

.swiper-slide {
width: 100%;
height: auto;
color: #c9972b;
}
#prev-values, #next-values{
color: #c9972b;
}
.card {
height: 100%;
}

@media (min-width: 768px) {
.values-swiper {
overflow: visible;
}

.swiper-slide {
width: calc((100% - 48px) / 3);
}
}

@media (max-width: 767px) {
.values-swiper {
padding: 0 15px;
}
.mx-n2{
color: #c9972b;
}

.swiper-slide {
padding: 0 15px;

}
}

.pb-1, .mb-9{
color: whitesmoke;
}

.pb-24{
color: whitesmoke;
}
*, ::after, ::before{
color: #c9972b;
}
.mail-icon{
color: #6c757d;
margin-right: 0.5rem;
width: 20px;
margin-top: auto;
text-align: center;
}

.mb-0{
color:#6c757d;
font-size: 2rem;
}

.fs-xs{
color:#6c757d;
}
.mb-1{
    color: #000000;
    font-size: 1.0rem;
}
.gold{
color: #c9972b;
font-size: 2.0rem;
}
.gold-trust-wrapper {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.gold-trust-wrapper h2 {
margin: 0 5px;
white-space: nowrap;
}
.contact-section h2 {
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 2rem;
}

.contact-image {
height: 100%;
object-fit: cover;
border-radius: 5px;
}

.map-button {
background-color: white;
color: #333;
padding: 0.75rem 1.5rem;
border-radius: 50px;
text-decoration: none;
transition: background-color 0.3s, color 0.3s;
}

.map-button:hover {
background-color: #f0f0f0;
}

.contact-details {
background-color: #f8f9fa;
padding: 3rem;
border-radius: 5px;
}

.contact-item {
margin-bottom: 1.5rem;
color: #131212;
}

.contact-icon {
color: #6c757d;
margin-right: 0.5rem;
width: 20px;
text-align: center;
}
.fs-em, .mb-8, .fs-normal{
color: whitesmoke;
}
.contact-text {
color: #333;
}

.contact {
color: #131212;
text-decoration: none;
}


#phone.form-control-lg{
    width: 50%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    height: 30%;
    margin-top: 20px;

}

.contact-link:hover {
color: #007bff;
}

@media (max-width: 768px) {
.contact-details {
    padding: 2rem;
}

.contact-section h2 {
    font-size: 2rem;
}
}
    .logo{
        height: 50px;
    }
    .row{
        margin-left: 50px;
        align-content: center;
        border-radius: 10px;
        padding: 15px;
    
    }
    .footer-row{
        height: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-right: auto;
        align-items: center;
        margin-left: auto;
    }
    .container-start {
    margin-top: 20px; /* Adjust margin as needed */
}
/* General styles for the form */
#thank-you-message {
    display: none; /* Hidden initially */
    width: 100%; /* Ensure it fills the width of the container */
    height: 100%; /* Ensure it fills the height of the container */
    text-align: center;
    padding-bottom: 10px;
    background-color: #f1eaea; /* Optional: A background color to differentiate it */
}

#thank-you-message p{
    color: #000000;
}

#contact-form-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#contact-form {
    width: 100%; /* Set width to ensure form is full-width */
}

.hidden {
    display: none;
}
  

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

.form-label {
font-weight: 500;
display: block;
margin-bottom: 5px;
color: #000000;
}

.form-control {
border-radius: 4px;
border: 1px solid #ced4da;
padding: 10px;
}

textarea.form-control {
resize: vertical;
}

.btn-primary {
background-color: #007bff;
border-color: #007bff;
color: #fff;
border-radius: 4px;
padding: 10px 15px;
font-size: 16px;
margin-top: 22px;
cursor: pointer;
transition: background-color 0.2s, border-color 0.2s;
}

.country_code {
    width: 4.5rem; /* Adjust the width as needed */
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    border-radius: 25px;
    color: #333;
    border: solid #fff;
    margin-top: 20px;
}



.btn-primary:hover {
background-color: #0056b3;
border-color: #004085;
}

.btn-primary:disabled {
background-color: #6c757d;
border-color: #6c757d;
cursor: not-allowed;
}

/* Styles for OTP Verification Button */
#verification-status {
    display: none; /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
    margin-top: 5px;
}

.is-valid {
    transition: all 0.3s ease-in-out;
}

/* Keep your existing styles */
#verifyPhoneButton {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
    margin-top: 10px;
}

#verifyPhoneButton:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

#verifyPhoneButton:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
}

/* Styles for Phone Verification Status */
#phoneVerificationStatus {
font-size: 14px;
vertical-align: middle;
}

#phoneVerificationStatus::before {
content: "\2713"; /* Unicode checkmark character */
display: inline-block;
font-size: 18px;
margin-right: 5px;
}

.swiper {
    overflow: hidden;
    
}

.swiper-wrapper {
    display: flex;

}
.row{
margin-left: auto;
margin-right: auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: auto;
    height: auto;
    
}
.accordion-body{
    color: #000000;
}
.pt-m-1{
border-radius: 10px; 
height: auto;
width: auto;
margin-left: 15px;
margin-right: 15px;
right: 20px;
}

.card {
    max-width: 306px;
}

.d-flex.align-items-end.align-items-md-start {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;

    
}
ol,
ul {
display: flex;
flex-direction: column;
gap: 0.5rem;
padding-left: 2.0rem;
}

@media (min-width: 768px) {
    .d-flex.align-items-end.align-items-md-start {
        align-items: flex-end;
    }
}
.me-3{
color:#c9972b;
}
.values-slider-section {
overflow: hidden;

}

.values-swiper {
width: 100%;
height: auto;

}



/* carousel-slider */

.gold-trust-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.gold-trust-wrapper h6 {
    margin: 0 5px;
    padding-left: 10px;
    font-size: 300px;
}
.carousel-image {
    height: 75vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 75%;
    border-radius: 10px;
    margin: 0 auto; /* Center the image horizontally */
    left: 0; /* Remove left margin */
    right: 0; /* Ensure it's centered */
    object-fit: cover;
    /* border: 5px solid #333; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

}
.carousel-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    /* background: rgba(0,0,0,0.7); */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distribute text vertically */
    max-width: 50%;
    border-radius: 10px;
    text-align: right;
}

.carousel-title {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 1.5rem;
    text-align: left; /* Align heading to the left */
    font-weight: bold;
    background: rgba(0,0,0,0.5);
    color:#c9972b;
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Aligning the text to the bottom-right */
.carousel-text {
    position: absolute;
    bottom: 50px;
    right: 0px;
    text-align: left;
    background: rgba(0,0,0,0.5);
    color: #ffffff; /* Align text to the right */
    font-weight: 400;
    width: 80%;
    height: 30%;
    max-width: 350px;
    border-radius: 10px;    
    padding: 15px;
    font-size: 95%;
}

.gold {
    color: #c9972b;

}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #141414;
    background-clip: padding-box;
    border: 0;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}


.carousel-indicators button {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0f0f0f;
    background-clip: padding-box;
    border: none;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}

@media(max-width:1200px){
    .carousel-title{
        font-size: 1.5rem;
        top: 0%;
    }
    .carousel-image{
        height: 70vh;
    }

    .carousel-text{
        max-width: 60%;
        font-size: 85%;
    }
}

@media(max-width: 992px){
    .carousel-title{
        font-size: 1.2rem;
        top: 0%;

    }
    .carousel-image{
        height: 60vh;
    }

    .carousel-text{
        max-width: 100%;
        font-size: 80%;
    }
}

@media(max-width:  768px){
    .carousel-title{
        font-size: 1.0rem;
        top: 0%;
    }
    .carousel-image{
        height: 55vh;
    }
    .carousel-text{
        max-width: 100%;
        font-size: 70;
        text-align: left;
        left: auto;
        right: 0%;
    }

    .carousel-text-overlay{
        padding: 10px;
    }
}

@media(max-width: 576px){
    .carousel-title{
        font-size: 1.0rem;
        top: 0%;
        left: 0%;
        padding-left: 10%;

    }
    .carousel-image{
        height: 50vh;
    }

    .carousel-text{
        font-size: 65%;
        left: auto;
        right: 0%;
        text-align: left;
        padding:10px;
    }

    .carousel-indicators{
        bottom: 5px;
    }
}


@media(max-width: 420px){
    .carousel-title{
        font-size: 65%;
        top: 0%;
        left: 0%;
        padding-left: 10%;

    }
    .carousel-image{
        height: 50vh;
    }

    .carousel-text{
        font-size: 55%;
        right: 0%;
        text-align: left;
        padding: 10px;
    }

    .carousel-indicators{
        bottom: 5px;
    }
}

/* General Navbar Link Styling */
.navbar-nav .nav-item .nav-link {
    position: relative;
    text-decoration: none;
    color: #333; /* Adjust color as needed */
    padding-bottom: 5px; /* Add some space for the underline */
}





.offcanvas .dropdown-item:hover {
    background-color: rgba(201, 151, 43, 0.2); /* Slightly darker on hover */
}

/* Fix for modal backdrop issue */
.modal-backdrop {
    display: none !important;
}

/* Ensure dropdown is visible in offcanvas */
.offcanvas .dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}


.swiper-slide {
width: 100%;
height: auto;
color: #c9972b;
}
#prev-values, #next-values{
color: #c9972b;
}
.card {
display: contents;
height: 100%;
}

@media (min-width: 768px) {
.values-swiper  {
    overflow: visible;
}

.swiper-slide {
    width: calc((100% - 48px) / 3);
}
}

@media (max-width: 767px) {
.values-swiper {
    padding: 0 15px;
}
.mx-n2{
    color: #c9972b;
}

.swiper-slide {
    padding: 0 15px;

}
}


/* 
/* {% comment %} Footer CSS {% endcomment %} 
        .footer {
            border-radius: 10px;
            padding: 2rem;
            background-color: #1d242c;
        }

       
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 1200px;
            margin: 0 auto;
        }
        .footer-register  {
            flex: 1;
            min-width: 250px;
            padding: 0 15px;
            margin-bottom: 1rem;
        
        }
        .footer-column{
            flex: 1;
            min-width: 250px;
            padding-left: 100px;
            margin-bottom: 1rem;
        }
        .footer-contact{
            flex: 1;
            min-width: 250px;
            padding-left: 150px;
            margin-bottom: 1rem;
        } */
        h1, h2 {
            color: #c9972b; 
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }
        p {
            color: #ffffff;
            margin-bottom: 0rem;
            font-size: 100%;
        }
        .contact, .contact-1 {
            color: #ffffff;
            text-decoration: none;
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
        }
        .contact svg, .contact-1 svg {
            margin-right: 0.5rem;
        }
        .newsletter-form {
            display: flex;
            /* {% comment %} margin-top: 1rem; {% endcomment %} */
        }
        .email-input {
            flex: 1;
            padding: 0.75rem;
            border: none;
            border-radius: 4px 0 0 4px;
            font-size: 0.9rem;
        }
        .newsletter-input {
            flex-grow: 1;
            padding: 10px;
            border: 1px solid #ccc;
            border-right: none;
          }
        .submit-btn {
            background-color: #f0ad4e;
            color: white;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
        }
        .submit-btn:hover {
            background-color: #b2882d;
        }

        @media screen and (max-width: 768px) {
            .footer-content {
                flex-direction: column;
            }
            .footer-register, .footer-column, .footer-contact {
                width: 100%;
                padding: 0;
            }
            .contact, .contact-1 {
                justify-content: flex-start;
            }
        }

        @media screen and (max-width: 480px) {
            .footer {
                padding: 2rem;
            }
            h1, h2 {
                font-size: 1.2rem;
            }
            .email-input, .submit-btn {
                font-size: 0.8rem;
            }
            p{
                font-size: 80%;
            }
        }

        /* {% comment %} subscription css {% endcomment %}
        .response-message {
            padding: 10px;
            margin-top: 10px;
            border-radius: 4px;
        }
        .success-message {
            background-color: #d4edda;
            border-color: #c3e6cb;
            color: #155724;
        }
        .error-message {
            background-color: #f8d7da;
            border-color: #f5c6cb;
            color: #721c24;
        }
        #subscription-form {
            display: flex;
            align-items: stretch;
        }
        
        /* Style the email input 
        #subscription-form input[type="email"] {
            flex-grow: 1;
            height: 38px; /* Adjust this value to match your button height 
            padding: 0 10px;
            border: 1px solid #ccc;
            border-right: none;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            font-size: 16px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }
        
        /* Style the submit button 
        #subscription-form button[type="submit"] {
            width: 20%; /* Make it square, matching the input height 
            height: 42px; /* Should match the input height 
            padding: 0;
            background-color: #f0ad4e; /* Keeping your existing color 
            border: none;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            color: white;
            font-size: 20px;
            cursor: pointer;
        }
        
        /* Ensure the button content is centered 
        #subscription-form button[type="submit"]  > * {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
        }
        
        /* Style for the success message 
        .success-message {
            margin-top: 10px;
            padding: 10px;
            background-color: #d4edda;
            border-color: #c3e6cb;
            color: #155724;
            border-radius: 4px;
        }
        .tick-mark {
            font-size: 24px;
            color: green;
            display: inline-block;
            vertical-align: middle;
        }
        /* Style the success message box after submission 
        .subscription-success-box {
            display: flex;
            justify-content:center;
            align-items: center;
            background-color: white;  /* Set the box color to white 
            border: 1px solid #ccc;
            border-radius: 4px;
            height: 38px; /* Match the input field height 
            padding: 0 10px;
            font-size: 20px;
            color:  #4e5562; /* Keep the text color gold 
            box-shadow: none;
            width: 290px;
        }
    
        /* Style for the right tick inside the box 
        .subscription-success-box .tick-mark {
            font-size: 24px;
            color: green;
            margin-right: 10px;
        }
  
 */

.logo {
    height: 40px; /* Adjust as needed */
}

/* General Navbar Link Styling */
.navbar-nav .nav-item .nav-link {
    position: relative;
    text-decoration: none;
    color: #333;
    padding-bottom: 5px;
}

/* Golden Underline Effect on Hover and Active - Main Navbar */
.navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    color: #c9972b;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

/* Show underline on hover and active state */
.navbar-nav .nav-item .nav-link:hover::before,
.navbar-nav .nav-item .nav-link.active::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Ensure active state always shows underline */
.navbar-nav .nav-item .nav-link.active::before {
    transform: scaleX(1);
}

/* header css nav-bar*/
.navbar-sticky {
    transition: all 0.3s ease;
}

.navbar {
    padding: 10px 0;
}

.logo {
    height: 40px;
}

.navbar-brand {
    transition: all 0.3s ease;
}

/* Offcanvas specific styles */
.offcanvas .nav-link {
    position: relative;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

/* Left border highlight for offcanvas menu */
.offcanvas .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #c9972b;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

/* Show left border on hover and active state in offcanvas */
.offcanvas .nav-link:hover::before,
.offcanvas .nav-link.active::before {
    transform: scaleY(1);
}



/* Styles for larger screens */
@media (min-width: 992px) {
    .navbar-nav {
        display: flex;
        align-items: center;
    }
    
    .offcanvas-header {
        display: none;
    }
    
    .navbar-toggler {
        display: none;
    }
    
    /* Reset offcanvas styles for desktop */
    .navbar-nav .nav-link::before {
        width: 100%;
        height: 2px;
        bottom: 0;
        top: auto;
    }
}

/* Styles for smaller screens */
@media (max-width: 991px) {
    .navbar-brand {
        position: absolute; 
        left: 45%;
        transform: translateX(-50%);
    }

    .navbar-toggler {
        display: block;
        border: none;
        background: transparent;
        cursor: pointer;
        position: absolute;
        left: 15px;
    }

    .offcanvas {
        width: 250px;
    }

    .offcanvas-body {
        padding-top: 1rem;
    }

    /* Ensure proper spacing in mobile menu */
    .offcanvas .nav-link {
        padding: 0.75rem 1.5rem;
        margin: 0.25rem 0;
    }
    
    /* Enhance hover effect for mobile */
    .offcanvas .nav-link:hover {
        background-color: rgba(201, 151, 43, 0.1);
    }
}


.carousel-navigation-buttons {
    margin-top: 15px;
}

.carousel-navigation-buttons .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #333;
}

button#carouselNext {
    margin-left: 50%;
}

.carousel-navigation-buttons .btn:hover {
    background-color: #686765;
    border-style:hidden;
    color: white;
}

#prev, #next {
    z-index: 1000;
}

/* top button css */
.floating-buttons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1030;
  }
  
  .btn-scroll-top {
    transform: rotate(-90deg);
    transform-origin: right bottom;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    white-space: nowrap;
    color: #333;
    border: none;
    border-radius: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

.btn-scroll-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 200% 2px, 200% 2px, 2px 200%, 2px 200%;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    transition: all 0.3s ease-in-out;
}
  
  .btn-scroll-top:hover {
    background-color: #444;
  }
  
  .btn-scroll-top i,
  .btn-scroll-top .position-absolute,
  .btn-scroll-top svg {
    display: contents;
    color: #333;
  }

  .btn-scroll-top::before {
    background-position: 
        var(--border-top, 0 0), 
        var(--border-bottom, 0 100%), 
        var(--border-left, 0 0), 
        var(--border-right, 100% 0);
}

  /* Responsive adjustments */
  @media (max-width: 767.98px) {
    .floating-buttons {
        display: none;
    }
}
  
@media (min-width: 768px) and (max-width: 991.98px) {
    .floating-buttons {
        right: 15px;
    }
}

/* Desktop adjustments */
@media (min-width: 992px) {
    .floating-buttons {
        right: 20px;
    }
}

/* login-form css  */
.login-form {
    min-height: 100%;
    padding: 50px;
    margin-top: 50px;
    width: 100%;
}

.login-container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(-90deg, #c9972b, #e6b94d);  /* Golden gradient background */
    box-shadow: 0 0 20px #333;
}

.custom-login-form-container {
    flex: 1;
    padding: 40px;
    background-color: transparent;  /* Golden background for form side */
}

.custom-login-image-container {
    flex: 1;
    background-size: cover;
    background-position: center;
}

.custom-login-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1.custom-title{
    color: #333 !important;  /* Black text for better contrast on golden background */
    padding-bottom: 20px;
    font-size: 25px;
}   

.custom-nav, .custom-form-check-label, .custom-nav-link {
    color: #333 !important;  /* Black text for better contrast on golden background */
}


.custom-form-control {
    border: none;
    margin-top: 10px;
    border-radius: 25px;
    width: 100%;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    color: #888;
}


.custom-form-control:hover{
    color: #555; /* Darker color on hover */
}

.form-control{
    border: none;
    border-radius: 25px;
    width: 100%;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
}
/* Add these styles to your existing CSS */
.password-field {
    position: relative;
}

.password-field input {
    padding-right: 45px; /* Make space for the toggle button */
}

.password-toggle-btn {
    position: absolute !important;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    cursor: pointer;
    z-index: 5;
}

.password-toggle-btn:hover {
    color: #555;
}

.password-toggle-btn:focus {
    outline: none;
    box-shadow: none;
}

.password-toggle-btn i {
    font-size: 1.2rem;
    line-height: 1;
    padding-top: 20%;
}

/* If your custom form control has specific styles, ensure the password field inherits them */
.password-field .custom-form-control {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #ced4da;
    padding: 15px;
    font-size: 16px;
}

.password-field .custom-form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* Keep your existing custom button styles */
.custom-btn-primary {
    background-color: #c9972b;
    border: none;
    border-radius: 25px;
    padding: 15px;
    font-size: 18px;
    max-width: 50%;
    font-weight: bold;
}

.custom-btn-primary:hover {
    background-color: #333;
}

.forgot-password-link {
    color: #333 !important;
}
@media (max-width: 768px) {
    .custom-login-container {
        flex-direction: column;
    }

    .custom-login-image-container {
        display: none;
    }
}


/* accordion item css */
.accordion-container {
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.accordion-item {
    border-bottom: 1px solid #e5e7eb;
}

.accordion-header {
    width: 100%;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.accordion-header:hover {
    background-color: #f9fafb;
}

.accordion-title {
    font-size: 1.125rem;
    font-weight: 500;
    color: #111827;
}


.accordion-icon {
    width: 20px;
    height: 20px;
    position: relative;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 1rem;
    color: #4b5563;
}

.accordion-content.active {
    max-height: 200px;
    padding: 1rem;
}

    .newsletter-cover-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 4px;
        width: 100%;
        height: 100%;
        position: relative;
        background-color: #f8f9fa;
    }

    .newsletter-cover-item {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 10px !important;

    }

    .newsletter-cover-item.single {
        grid-column: 1 / -1;
        grid-row: 1 / -1;
        border-radius: 10px !important;
    }

    .newsletter-cover-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
        border-radius: 10px !important;
    }

    .newsletter-cover-item:hover img {
        transform: scale(1.05);
    }

    .animate-target{
        font-size: 15.5px; 
        transition: color 0.2s ease;

        &:hover {
            color: #a1724b;
            text-decoration: underline;
            transform: scale(1.05);

        }
    }

    .hover-effect {
        color: #c9972b;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .hover-effect:hover {
        color: #a1720b;
    }

    .description {
        color: #6c757d;
        display: -webkit-box;
        /* -webkit-line-clamp: 2; */
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.5;
    }

    /* Add responsive adjustments */
    @media (max-width: 768px) {
        .newsletter-cover-container {
            gap: 1px;
        }
    }

    .ratio-4x3 {
        --bs-aspect-ratio: 5%;
    } 

    .object-fit-cover {
        object-fit: cover;
    }

    .image-link {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }
    
    .hover-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(201, 151, 43, 0.7); /* Your gold color with opacity */
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .image-link:hover .hover-overlay {
        opacity: 1;
    }
    
    .view-text {
        color: white;
        font-size: 1rem;
        font-weight: 500;
        padding: 8px 16px;
        border: 2px solid white;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.2);
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .view-text {
            font-size: 0.9rem;
            padding: 6px 12px;
        }
    }
    
    @media (max-width: 576px) {
        .view-text {
            font-size: 0.8rem;
            padding: 4px 8px;
        }
    }
  