/* General body styles */
body {
    margin: 0;
    font-family: 'Lexend', sans-serif; /* Replace with your font */
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    }
/* banner */
/* Banner styling */

#banner-main{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    background-color: #050f17;

}
.banner1 {
    height: 400px; /* Ensure height is set */
    background-size: cover; /* Cover the entire area */
    background-position: center; /* Center the image */
    display: flex; /* Flex for centering content */
    align-items: center; /* Vertically center content */
    justify-content: center; /* Horizontally center content */
    color: #FFFFFF; /* Set text color to pure white */
    background-image: url('../images/bannerabout.jpg');
    background-color: #000; /* Fallback color if image fails to load */
    position: relative; /* Position relative for overlay */
}

/* Overlay for better text visibility */
.banner1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for better contrast */
    z-index: 1;
}

.banner-content {
    position: relative;
    text-align: center;
    z-index: 2; /* Ensures content is above the overlay */
}

/* Heading styling */
.banner-bread {
    color: #fff; /* Keep breadcrumb links white */
}

.banner h2 {
    color: #FFFFFF; /* Set heading color to pure white */
    font-family: "Italiana", Sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.3em;
}

/* Breadcrumb styling */
.banner p {
    font-size: 14px; /* Set font size to 14px */
    font-family: 'Lexend', sans-serif; /* Lexend font for breadcrumbs */
    margin: 10px 0 0; /* Space below the heading */
}

/* Links inside the breadcrumbs */
.banner p a {
    color: #FFFFFF; /* Set breadcrumb link color to pure white */
    text-decoration: none;
    font-family: 'Lexend', sans-serif;
}

/* Hover effect for links */
.banner p a:hover {
    text-decoration: underline; /* Underline on hover */
    color: #A8894D; /* Change color on hover */
}

/* Responsive Design */
@media (max-width: 768px) {
    .banner {
        height: 300px; /* Reduce height for smaller screens */
    }

    .banner h1 {
        font-size: 36px; /* Smaller font for mobile */
    }

    .banner p {
        font-size: 12px; /* Adjust breadcrumb text size on smaller screens */
    }
}


/* end banner */

/* call to action */

/* Main CTA Section */
#cta-main {
    padding: 120px 30px 80px;
    background-color: #050f17;
    width: 100%;
    overflow: hidden;
}

/* Background wrapper */
.cta-background {
    position: relative;
    max-width: 100%;
    max-height: 700px;
}

/* Background Image */
.cta-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Hero Section */
.cta-hero {
    position: relative;
    z-index: 2;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 0 20px;
}

/* Overlay Content */
.cta-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 50px;
    border-radius: 10px;
}

/* Title */
.cta-title {
    color: #E8E8E8;
    font-family: "Italiana", sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 20px;
}

/* Subtitle */
.cta-subtitle {
    color: #e8e8e8;
    font-size: 16px;
    font-family: "Lexend", sans-serif;
    max-width: 700px;
    margin: 0 auto 30px;
}

/* Button */
.cta-button {
    background-color: #A8894d;
    color: #050f17;
    padding: 15px 40px;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #ffffff;
    color: #050f17;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .cta-title {
        font-size: 42px;
    }
    .cta-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .cta-hero {
        height: auto;
        padding: 60px 20px;
    }
    .cta-title {
        font-size: 32px;
    }
    .cta-subtitle {
        font-size: 14px;
    }
    .cta-overlay {
        padding: 30px 20px;
    }
    .cta-button {
        padding: 12px 30px;
    }
}

@media (max-width: 480px) {
    .cta-title {
        font-size: 28px;
    }
    .cta-subtitle {
        font-size: 13px;
    }
    .cta-button {
        padding: 10px 25px;
    }
}

/* end call to action */


/* counter */
/* Stats Section */
.stats-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 80px 80px;
    background-color: #050f17;
    color: #e8e8e8; /* Light text color */
    flex-wrap: nowrap; /* No wrapping for larger screens */
}

/* Individual Stat Box */
.stat-box {
    text-align: center;
    margin: 0 20px;
}

.stat-box h1 {
    font-size: 50px;
    font-weight: 400;
    color: #e8e8e8;
    font-family: "Italiana", Sans-serif;
    position: relative;
    display: inline-block;
}

.stat-box h1 span {
    font-size: 20px;
    color: #d2a679; /* Gold-like color for the K+ */
    position: relative;
    top: -10px;
    margin-left: 3px;
}

.stat-box p {
    font-size: 14px;
    margin-top: 5px;
    color: #e8e8e8;
    font-family: "Lexend", Sans-serif;
    font-weight: 300;
    line-height: 1.5rem;
}

/* Responsive adjustments for tablets (up to 768px) */
@media (max-width: 768px) {
    .stats-section {
        justify-content: space-between;
        padding: 50px;
        flex-wrap: wrap;
        text-align: center;
    }

    .stat-box h1 {
        font-size: 40px;
    }

    .stat-box p {
        font-size: 12px;
    }
}

/* Responsive adjustments for mobile (up to 480px) */
@media (max-width: 480px) {
    .stats-section {
        flex-direction: column;
        padding: 20px;
    }

    .stat-box {
        margin-bottom: 30px;
    }

    .stat-box h1 {
        font-size: 32px; /* Adjust font size to be smaller */
    }

    .stat-box h1 span {
        font-size: 16px; /* Adjust the size of K or + */
        top: -8px;
    }

    .stat-box p {
        font-size: 12px; /* Reduce the size of the paragraph */
    }

    /* Align text center and reduce margins */
    .stat-box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;    
    }

    .stat-box h1 {
        display: inline-block;
        margin-bottom: 5px;
    }
}


/* end counter */



/* General Styling */
.post-guide-section {
    background-color: #050f17;
    color: white;
    padding: 40px 20px;
    text-align: center;
    padding-top: 100px;
    /* padding-bottom: 100px; */
}

.post-guide-header {
    max-width: 800px;
    margin: 0 auto 40px;
}

.post-guide-header h2 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #A8894D;
}

.post-guide-header p {
    font-size: 16px;
    line-height: 1.5;
}

.post-guide-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.post-step {
    background-color: #050f17;
    color: #ffffff;
    /* border-radius: 10px; */
    padding: 20px;
    width: 350px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #A8894D;
}

.post-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.post-step img {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
}

.post-step h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #A8894D;
}

.post-step p {
    font-size: 14px;
    line-height: 1.5;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .post-guide-header h2 {
        font-size: 24px;
    }

    .post-guide-header p {
        font-size: 14px;
    }

    .post-guide-grid {
        flex-direction: column;
        align-items: center;
    }

    .post-step {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .post-guide-header h2 {
        font-size: 20px;
    }

    .post-guide-header p {
        font-size: 13px;
    }

    .post-step h3 {
        font-size: 16px;
    }

    .post-step p {
        font-size: 12px;
    }
}



/* tetimonial */
/* Testimonials Section Styling */
.testimonials-section {
    background-color: #050F17;
    color: #FFFFFF;
    text-align: center;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
    padding-top: 150px;
    overflow: hidden; /* Prevent overflow from sliding cards */
}

.testimonials-section h3 {
    color: #A8894D;
    font-family: "Italiana", Sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.3em;
}

.testimonials-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.testimonials-slider {
    display: flex;
    justify-content: center;
    overflow: hidden; /* Hides extra cards */
    position: relative;
}

.testimonials-container {
    display: flex;
    gap: 0; /* No gap between cards */
    animation: slide 15s linear infinite; /* Continuous sliding */
    transition: transform 0.5s ease;
}

.testimonial {
    background-color: #1c1c1c;
    padding: 20px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    flex: 0 0 calc(50% - 10px); /* 2 cards visible in container */
    margin: 0 5px; /* Slight margin for cards */
}

.stars {
    color: #A8894D;
    font-size: 20px;
    margin-bottom: 15px;
}

.testimonial p {
    font-size: 16px;
    color: #CCCCCC;
    margin-bottom: 15px;
    text-align: center;
}

.testimonial h4 {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.title {
    font-size: 14px;
    color: #A8894D;
    font-weight: 500;
}

/* Animation Keyframes */
@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Stop sliding on hover */
.testimonials-container:hover {
    animation-play-state: paused;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .testimonial {
        flex: 0 0 calc(100% - 10px); /* Show 1 card on smaller screens */
    }

    .testimonials-container {
        animation: slide 20s linear infinite; /* Adjust animation speed */
    }
}

/* end testimonial*/


/* main first content  */
/* General Styles */
.premium-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 150px;
    background-color: #050f17;
    gap: 30px;
    height: auto; /* Allow height to adapt to content */
    flex-wrap: wrap; /* Ensure wrapping on smaller screens */
}

.premium-content {
    flex: 1;
    padding: 20px;
}

.premium-content h2 {
    font-size: 48px;
    color: #A8894D;
    font-family: 'Italiana', Sans-serif;
    margin-bottom: 20px;
}

.premium-content p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7em;
    margin-bottom: 30px;
    font-family: "Lexend", sans-serif;
    text-align: justify;
}

.premium-checklist {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    margin-left: -40px;
}

.premium-checklist .checklist-column {
    list-style: none;
}

.premium-checklist li {
    color: #E8E8E8;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "Lexend", sans-serif;
}

.premium-checklist li span {
    color: #d2a679;
    margin-right: 10px;
}

.apply-btn {
    background-color: #A8894D;
    color: #050f17;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Lexend', sans-serif;
    transition: all 0.3s ease;
}

.apply-btn:hover {
    background-color: #ffffff;
    color: #050f17;
}

/* Form Styles */
.premium-form-container {
    flex: 1;
    padding: 40px;
    /* background: #141a23; */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column; /* Keep form content in a column */
    justify-content: center; /* Center form content vertically */
    align-items: center; /* Center form content horizontally */
    border: 1px solid #f8f8f8;
    max-width: 500px;
}

.premium-form-container form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px; /* Limit form width for better aesthetics */
}

.premium-form-container input,
.premium-form-container textarea {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
}

.premium-form-container input::placeholder,
.premium-form-container textarea::placeholder {
    color: #cccccc;
}

.premium-form-container textarea {
    height: 120px;
    resize: vertical;
}

.premium-form-container button {
    background-color: #A8894D;
    color: #050f17;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
}

.premium-form-container button:hover {
    background-color: #ffffff;
    color: #050f17;
}

/* Adjust content alignment for smaller screens */
@media (max-width: 1024px) {
    .premium-section {
        flex-direction: column; /* Stack content vertically */
        padding: 40px; /* Reduce padding for smaller screens */
        gap: 20px;
    }

    .premium-content h2 {
        font-size: 36px; /* Adjust heading size */
    }

    .premium-content p {
        font-size: 15px; /* Slightly smaller font */
        line-height: 1.5em; /* Maintain readability */
    }

    .premium-checklist li {
        font-size: 13px;
    }

    .apply-btn {
        width: 100%; /* Full-width button on smaller screens */
        padding: 10px;
    }

    .premium-form-container {
        padding: 30px; /* Adjust padding */
        max-width: 100%; /* Full-width container */
        box-shadow: none; /* Simplify shadow on smaller devices */
    }

    .premium-form-container input,
    .premium-form-container textarea {
        font-size: 14px; /* Maintain clarity */
    }

    .premium-form-container button {
        width: 100%; /* Full-width button */
    }
}

/* Extra Small Screens (Mobile) */
@media (max-width: 768px) {
    .premium-content h2 {
        font-size: 28px; /* Smaller heading size */
    }

    .premium-content p {
        font-size: 13px; /* Smaller paragraph font */
        text-align: left; /* Align text to the left */
    }

    .premium-form-container {
        padding: 20px; /* Further reduced padding */
    }

    .premium-form-container input,
    .premium-form-container textarea {
        font-size: 12px;
    }

    .premium-checklist {
        flex-direction: column; /* Stack checklist items vertically */
        gap: 10px; /* Reduce gaps */
    }

    .premium-checklist li {
        font-size: 12px;
    }
}

/* Fine-tune layout for narrow mobile screens */
@media (max-width: 480px) {
    .premium-section {
        padding: 20px;
    }

    .premium-content h2 {
        font-size: 24px;
    }

    .premium-content p {
        font-size: 12px;
    }

    .premium-form-container input,
    .premium-form-container textarea {
        font-size: 11px;
        padding: 8px; /* Reduce padding inside fields */
    }

    .apply-btn {
        padding: 8px;
        font-size: 14px;
    }

    .premium-form-container button {
        padding: 10px;
        font-size: 14px;
    }
}

/* end main contnt */


/* gallery */
/* Modal Styling */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background-color: #000;
    padding: 20px;
    text-align: center;
    /* border-radius: 10px; */
    overflow: hidden;
}

.main-image img {
    max-width: 100%;
    max-height: 70vh;
    /* border-radius: 10px; */
    transition: transform 0.3s ease;
}

.thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.thumbnail-slider {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For IE and Edge */
}

.thumbnail-slider::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}

.thumbnail-slider img {
    width: 80px;
    height: 80px;
    /* border-radius: 5px; */
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.thumbnail-slider img:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.thumbnail-slider img.active {
    border: 2px solid #A8894D;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #A8894D;
    color: #FFF;
    font-size: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-modal:hover {
    background: #fff;
    color: #A8894D;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-image img {
        max-height: 60vh;
    }

    .thumbnail-slider img {
        width: 60px;
        height: 60px;
    }
}


/* Gallery Section */
.gallery-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    margin-top: 20px;
}

.gallery-container {
    display: flex;
    animation: slideGallery 15s linear infinite;
}

.gallery-item {
    flex-shrink: 0;
    width: 350px; /* Adjust width as needed */
    height: 100%;
    margin-right: 10px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 10px; */
}

.gallery-section h3{
    color: #A8894D;
    font-family: "Italiana", Sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.3em;
}

.gallery-section h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.gallery-section{
    text-align: center;
    margin-top: 10%;
}

/* Animation for Sliding */
@keyframes slideGallery {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Duplicate the images for infinite sliding */
.gallery-container:after {
    content: '';
    display: flex;
}

/* end gallery */