/* Navbar */
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins', sans-serif !important;
}

.navbar-brand {
    font-size: 1.5rem;
}


.nav-link {
    /* font-weight: bold !important; */
    color: #333 !important;
    transition: color 0.3s ease !important;
    /* font-size: 2rem; */
    text-transform: capitalize;
    font-weight: 600;
}

/* By default, hide both ULs */
.desktop-ul,
.mobile-ul {
    display: none;
}

/* Show Desktop & Tablet version on larger screens (>=768px) */
@media (min-width: 768px) {
    .desktop-ul {
        display: block;
    }
}

/* Show Mobile version on smaller screens (<768px) */
@media (max-width: 767px) {
    .mobile-ul {
        display: block;
    }
}

/* Hero Slider */
.carousel-item {
    height: 70vh;
    position: relative;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
}

.offer-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem 4rem;
    border-radius: 10px;
    z-index: 2;
}

.offer-banner h2 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: bold;
}



/* Brands Section */
.brands img {
    /* max-height: 50px; */
    object-fit: contain;
    /* filter: grayscale(100%); */
    transition: filter 0.3s ease;
}

.brands img:hover {
    filter: grayscale(0%);
}

/* Footer */
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('/assets/images/photo\ \(1\).jpg') center/cover no-repeat fixed;
    color: #fff;
    position: relative;
    padding: 5rem 0;
}

.footer h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.footer h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #fff;
}

.footer p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.5rem;
    font-size: large;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .carousel-item {
        height: 50vh;
    }

    .offer-banner {
        padding: 1rem 2rem;
    }

    .offer-banner h2 {
        font-size: 1.8rem;
    }

    .brands img {
        max-height: 40px;
    }
}

@media (max-width: 576px) {
    .carousel-item {
        height: 40vh;
    }

    .offer-banner {
        padding: 0.8rem 1.5rem;
    }

    .offer-banner h2 {
        font-size: 1.5rem;
    }
}

.title {
    text-align: center;
    margin-bottom: 4rem;
}

.title h2 {
    font-size: 2rem;
    text-transform: capitalize;
    margin-bottom: 0.75rem;
}

.underline {
    height: 0.25rem;
    width: 5rem;
    background-color: #ffbf00;
    margin: 0 auto;
}

.logo {
    max-width: 100%;
    height: 35px;
    width: auto;
    object-fit: contain;
}



.underline {
    height: 0.25rem;
    width: 5rem;
    background-color: #ffbf00;
    margin: 0 auto;
}



.review:hover {
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.5);
}

.img-container {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.person-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.img-container::after {
    font-family: serif;
    font-size: 2rem;
    font-weight: 900;
    content: "\201D";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transform: translateY(25%);
    background: #ffbf00;
    color: #333;
    z-index: 2;
}

.img-container::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffbf00;
    position: absolute;
    top: -0.25rem;
    right: -0.5rem;
    border-radius: 50%;
    z-index: 0;
}





.clients-section {
    position: relative;
    padding: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    /* background: linear-gradient(300deg,#ffffff -59%,#02013b 50%,#ffffff 185%); */
    background: linear-gradient(176deg, rgba(30, 29, 87, 0.64) 3.27%, #02013B 134%);
    box-shadow: 6px 10px 4px 2px rgba(0, 0, 0, 0.04) inset;


}

.clients-section .sponsors-outer {
    position: relative;
    margin-top: 30px;
}

.clients-section .slide-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.clients-section .slide-item a {
    position: relative;
}

.clients-section .slide-item img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.brands {
    padding: 3rem 0;

    background: linear-gradient(176deg, rgba(228, 228, 232, 0.59) 3.27%, #f0f0f3 134%);
    box-shadow: 6px 10px 4px 2px rgba(255, 246, 246, 0.941) inset;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.sponsors-outer {
    position: relative;
    margin-top: 30px;
}

.logo-row {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}

.logo-row:last-child {
    margin-bottom: 0;
}

.logo-slide {
    display: flex;
    width: 200%;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.logo-row:nth-child(1) .logo-slide {
    animation-name: moveLeft;
}

.logo-row:nth-child(2) .logo-slide {
    animation-name: moveRight;
}

.logo-item {
    flex: 0 0 calc(100% / 30);
    /* Divide by total number of logos in a slide (original + clone) */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.slide-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.neon-box {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
    transition: box-shadow 0.3s ease;
}

.neon-box:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.logo-container img {
    max-height: 80px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo-container:hover img {
    transform: scale(1.1);
}

@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes moveRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    .logo-item {
        padding: 0 10px;
    }

    .slide-item {
        height: 80px;
    }

    .logo-container {
        padding: 10px;
    }

    .logo-container img {
        max-height: 50px;
    }
}

/* Small mobile styles */
@media (max-width: 480px) {
    .logo-item {
        padding: 0 5px;
    }

    .slide-item {
        height: 70px;
    }

    .logo-container {
        padding: 8px;
    }

    .logo-container img {
        max-height: 40px;
    }
}

/* Video container to ensure correct aspect ratio */
/* Styles for the video section */
.video-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    padding-top: 100%;
    /* Square aspect ratio */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #000;
}

.video-wrapper iframe {
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 12px;
    pointer-events: none;
    /* Prevents interaction with video */
}

.video-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    border-radius: 0 0 12px 0;
}

.video-wrapper:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .video-wrapper {
        padding-top: 100%;
        /* Keep square aspect on mobile */
    }

    .video-overlay {
        width: 80px;
        height: 30px;
    }
}

@media (max-width: 576px) {
    .title h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .title h2 {
        font-size: 1.5rem;
        /* Adjust title font size on very small screens */
    }
}


.social-links a {
    display: inline-block;
    margin: 0 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background-color: #333;
    /* default fallback */
}

.social-links a .fab {
    font-size: 20px;
}

.social-links a:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/* Brand colors */
.social-links a:nth-child(1) {
    background-color: #FF0000;
}

/* YouTube */
.social-links a:nth-child(2) {
    background-color: #3b5998;
}

/* Facebook */
.social-links a:nth-child(3) {
    background-color: #25D366;
}

/* WhatsApp */
.social-links a:nth-child(4) {
    background-color: #C13584;
}

.footer .contact-link i {
    font-size: 20px;
    margin-right: 10px;
    color: #e4e9ee;
}

.footer .contact-link:hover i {
    color: #d4dae0;
}



/* Footer Area */
.it-footer-area {
    background: linear-gradient(176deg, rgba(30, 29, 87, 0.64) 3.27%, #02013B 134%);
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.it-footer-wrap {
    padding-top: 65px;
}

.it-footer-widget {
    padding-bottom: 25px;
}


.it-footer-text p {
    color: #fff;
    font-size: 16px;
}

.it-footer-social a {
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
}

.phone-svg-icon {
    width: 24px;
    height: 24px;
    stroke: #ffffff;
    /* Change this to match your site's color scheme */
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.it-footer-social a:hover {
    color: #f8c200;
    /* Hover color */
}


/* Address Section */
.address-section {
    display: flex;
    margin-bottom: 15px;
}

.address-section a {
    color: #fff !important;
    text-decoration: none;

}

.address-section a:hover {
    text-decoration: underline;
}

.address-icon i,
.it-footer-top-icon span {
    color: #fff;
    font-size: 20px;
}

.address-text {
    color: #fff;
    margin-left: 10px;
}

.address-label {
    font-weight: bold;
}

.address-locations h5 {
    color: #fff;
    font-size: 18px;
}

.address-locations p {
    color: #ddd;
}

/* Map Container */
.map-container iframe {
    border: none;
}

/* Footer Title */
.it-footer-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

/* Copy-right Area */
.it-copyright-area {
    background-color: #111;
    padding: 20px 0;
}

.it-copyright-text {
    color: #fff;
    font-size: 14px;
}

.it-copyright-text a {
    color: #f8c200;
    text-decoration: none;
}

.it-copyright-text a:hover {
    color: #fff;
}

/* Responsive Design */
@media (max-width: 991px) {
    .it-footer-area {
        padding-bottom: 50px;
    }

    .it-footer-wrap {
        padding-top: 50px;
    }

    .col-xl-4,
    .col-xl-3,
    .col-xl-5 {
        margin-bottom: 30px;
    }

    .it-footer-widget.footer-col-5 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .it-footer-social a {
        font-size: 30px;
        margin-right: 8px;
    }

    .address-text {
        font-size: 16px;
    }

    .it-footer-title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .it-footer-area {
        padding-bottom: 40px;
    }

    .it-footer-wrap {
        padding-top: 30px;
    }

    .address-text {
        font-size: 15px;
    }

    .it-footer-title {
        font-size: 18px;
    }
}



/* about us css */


/* Hero Section */
.hero-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 100px 0px 15px 0px;
    flex-direction: column;
}

.hero-text {
    flex: 1;
    font-family: sans-serif;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-text p {
    color: #666;
    font-size: 1.125rem;
}

.hero-image {
    flex: 1;
    width: 100%;
}

.hero-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Features Section */
.features {
    background-color: #f9fafb;
    padding: 4rem 0 6rem;
}

.features h2,
.milestones h2 {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.feature-card {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.feature-card i {
    width: 3rem;
    height: 3rem;
    color: #4f46e5;
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #666;
}

/* Milestones Section */
.milestones {
    padding: 4rem 0 6rem;
}

.milestones-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
}

.milestone-card {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.milestone-card .number {
    font-size: 2.25rem;
    font-weight: bold;
    color: #09090e;
    margin-bottom: 0.5rem;
}

.milestone-card .label {
    font-size: 25px;
    color: #4a5568;
}


/* Responsive Design */
@media (min-width: 768px) {
    .hero-content {
        flex-direction: row;
    }

    .hero-text h1 {
        font-size: 3rem;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .milestones-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Feature Section */
.features {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.features h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    color: #333;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    /* Makes the layout responsive */
    gap: 30px;
    justify-items: center;
}

.feature-card {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
}



.feature-card h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

/* Icons Styling */
.crown-icon {
    background: url('/assets/icons/crown.svg') no-repeat center center;
    background-size: contain;
}

.diamond-icon {
    background: url('/assets/icons/diamond-icon.svg') no-repeat center center;
    background-size: contain;
}

.sparkles-icon {
    background: url('/assets/icons/water.svg') no-repeat center center;
    background-size: contain;
}

.heart-icon {
    background: url('/assets/icons/heart.svg') no-repeat center center;
    background-size: contain;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .features h2 {
        font-size: 30px;
    }

    .feature-card {
        padding: 25px;
        margin-top: 10px;
    }

    .feature-card h3 {
        font-size: 20px;
    }

    .feature-card p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .features h2 {
        font-size: 28px;
    }

    .features-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .feature-card {
        padding: 20px;
        margin-top: 10px;
    }

    .feature-card h3 {
        font-size: 18px;
    }

    .feature-card p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .features h2 {
        font-size: 24px;
    }

    .features-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .feature-card {
        padding: 15px;
        margin-top: 10px;
    }

    .feature-card h3 {
        font-size: 16px;
    }

    .feature-card p {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .features h2 {
        font-size: 22px;
    }

    .feature-card {
        padding: 10px;
    }

    .feature-card h3 {
        font-size: 14px;
    }

    .feature-card p {
        font-size: 11px;
    }
}


.testimonial {
    border-right: 4px solid #0b0b0c;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #29d18b;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}

.testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #29d18b;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #29d18b;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #29d18b;
    font-style: italic;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #2a3d7d;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #29d18b !important;
    border-color: #29d18b;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}

.video-container {
    /* border: 2px solid #007bff; */
    /* Change the color and width as needed */
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    /* Optional: adds rounded corners */
    padding: 5px;
    /* Optional: adds space between the border and video */
    margin-bottom: 20px;
    /* Space between video containers */
}


/* Categories Section Styling */
.categories-section {
    padding: 30px 0;
    background-color: #f9f9f9;
}

.categories-section .title h2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.categories-section .underline {
    height: 3px;
    width: 80px;
    background-color: #000;
    margin-bottom: 30px;
}

.category-card {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.category-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.category-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s;
}

.category-card:hover .category-img {
    transform: scale(1.05);
}

.category-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.category-label span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.5px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .category-img {
        height: 200px;
    }

    .category-label span {
        font-size: 14px;
    }
}

.gallery-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 20px;
}

.product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
}

.product-img {
    max-width: 200px;
    height: auto;
}

.product-label {
    border: 2px solid #000;
    border-radius: 25px;
    padding: 8px 20px;
    margin-top: -10px;
    background-color: white;
    font-size: 16px;
    min-width: 80px;
    text-align: center;
}

@media (max-width: 768px) {
    .gallery-container {
        flex-direction: column;
    }

    .product-item {
        margin-bottom: 30px;
    }
}


/* Title styling */
.title {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 2rem;
}

.title h2 {
    font-size: 2rem;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #FFD700 50%, #ccc 50%);
    margin: 0 auto;
}



/* Media queries for responsiveness */
@media screen and (max-width: 992px) {
    .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .container {
        grid-template-columns: 1fr;
    }

    .review {
        min-height: 250px;
    }
}

.container2 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    object-fit: contain;
}

.footer-logo {
    position: relative;
    width: auto;
    height: 90px;
}

/* testimoninal sytyle */


.testimonial-slider {
    padding: 40px 0;
    background-color: #f5f5f5;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    /* padding: 0 15px; */
}

/* Title styles */
.title {
    text-align: center;
    margin-bottom: 4rem;
}

.title h2 {
    font-size: 2rem;
    text-transform: capitalize;
    margin-bottom: 0.75rem;
}

.underline {
    height: 0.25rem;
    width: 5rem;
    background-color: #ffbf00;
    margin: 0 auto;
}

/* Review container */
.review-container {
    position: relative;
    overflow: hidden;
}

/* Review track - contains all reviews */
.review-track {
    display: flex;
    transition: transform 0.5s ease;
}

/* Individual review card */
.review {
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 10px;
    background-color: #222;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s linear;
    text-align: center;
    min-height: 250px;
    display: flex;
    flex-direction: column;
}

.review:hover {
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.5);
}

/* Author name */
.author {
    color: white;
    font-weight: bold;
    margin-bottom: 1rem;
}

/* Review text */
.info {
    color: #adadad;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 1rem;
}

/* Star Rating Styles */
.stars {
    margin-top: auto;
    font-size: 24px;
    color: #ddd;
}

.star {
    display: inline-block;
    margin: 0 2px;
}

.star.filled {
    color: #ffd700;
}

/* Controls */
.controls {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.prev-btn,
.next-btn {
    background: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    margin: 0 1rem;
    transition: all 0.3s ease-in-out;
    color: #333;
}

.prev-btn:hover,
.next-btn:hover {
    color: #ffbf00;
}

/* Responsive styles */
@media (max-width: 992px) {
    .review {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .review {
        flex: 0 0 calc(100% - 20px);
    }

    .title h2 {
        font-size: 1.5rem;
    }

    .review {
        padding: 1rem;
    }

    .stars {
        font-size: 18px;
    }

    .prev-btn,
    .next-btn {
        font-size: 1.5rem;
    }
}



/* our collections */

.collections-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.collection-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: block;
    text-decoration: none;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.collection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.collection-image {
    height: 200px;
    overflow: hidden;
}

.collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.collection-card:hover .collection-image img {
    transform: scale(1.05);
}

.collection-content {
    padding: 20px;
    text-align: center;
    min-height: 140px;
    /* Fixed height for content area */
}

.icon-container {
    margin-bottom: 10px;
}

.icon {
    width: 50px;
    height: 50px;
    fill: #4a5568;
}

.collection-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2d3748;
}

.collection-description {
    font-size: 14px;
    color: #718096;
    line-height: 1.5;
}

/* Responsive design */
@media (max-width: 1200px) {
    .collections-container {
        grid-template-columns: repeat(3, 1fr);
        padding: 0 20px;
    }

    .collection-content {
        min-height: 150px;
    }
}

@media (max-width: 992px) {
    .collections-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-title {
        font-size: 28px;
    }

    .collection-content {
        min-height: 130px;
    }
}

@media (max-width: 768px) {
    .page-title {
        margin: 15px 0 30px;
    }

    .collection-image {
        height: 180px;
    }

    .collection-content {
        padding: 15px;
        min-height: 120px;
    }

    .collection-title {
        font-size: 16px;
    }

    .collection-description {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .collections-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }

    .page-title {
        font-size: 24px;
    }

    .collection-image {
        height: 200px;
    }

    .collection-content {
        min-height: auto;
        padding-bottom: 25px;
    }
}



/* Phone Icon and Animation */
.phone-container {
    display: flex;
    align-items: center;
    margin-left: 15px;
    position: relative;
    text-decoration: none;
}

a.phone-number {
    text-decoration: none;
    color: inherit;
    margin-left: 10px;
    /* background-color: #fff; */
    padding: 5px 12px;
    border-radius: 20px;
    /* box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); */
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}

a.phone-number:hover,
a.phone-number:focus {
    text-decoration: none;
    color: #007bff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.phone-icon {
    cursor: pointer;
    background-color: #070708;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.phone-icon svg {
    width: 24px;
    height: 24px;
}

.phone-container:hover .phone-icon {
    animation: ring 0.8s ease;
    background-color: #08090a;
}

/* Animation for ringing effect */
@keyframes ring {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(10deg);
    }

    20% {
        transform: rotate(-10deg);
    }

    30% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .phone-container {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0;
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .phone-container {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .phone-number {
        position: static;
        margin-left: 10px;
        opacity: 1;
        visibility: visible;
        transform: none;
        text-decoration: none;

    }
}




/* 3D model container */
.model-container {
    border-radius: 10px;
    overflow: hidden;
    /* margin-bottom: 2rem; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
    background-color: #f8f9fa;
}

.model-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

#model-viewer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.model-wrapper {
    position: relative;
    padding-bottom: 100%;
    /* Square aspect ratio */
    height: 0;
    overflow: hidden;
}

/* Loading animation for 3D model */
.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    transition: opacity 0.5s ease;
}

.loading.hidden {
    opacity: 0;
    pointer-events: none;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #ffbf00;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .col-lg-3 {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 576px) {

    .video-wrapper,
    .model-wrapper {
        /* padding-bottom: 75%; */
        /* Adjust aspect ratio for mobile */
    }
}


/* Hero Slider - Complete Fix */
#heroSlider {
    width: 100%;
    height: 80vh;
    /* Increased height for better visibility */
    margin-top: 76px;
    /* Accounts for fixed navbar */
    position: relative;
    overflow: hidden;
}

.carousel-inner,
.carousel-item {
    width: 100%;
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    /* Eliminates any extra space */
}

/* Responsive adjustments */
@media (max-width: 991px) {
    #heroSlider {
        height: 60vh;
        margin-top: 60px;
        /* Adjusted for smaller navbar */
    }
}

@media (max-width: 768px) {
    #heroSlider {
        height: 50vh;
        margin-top: 56px;
    }
}

@media (max-width: 576px) {
    #heroSlider {
        height: 40vh;
    }
}

/* Optional: Add a darkening overlay to make text more visible if needed */
.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    /* Slight dark overlay */
    z-index: 1;
}

/* Position offer banner correctly if you decide to use it */
.offer-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem 4rem;
    border-radius: 10px;
    z-index: 2;
    text-align: center;
}


.terms-container {
    max-width: 800px;
    margin: 120px auto 60px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.terms-header {
    margin-bottom: 30px;
    text-align: center;
}

.terms-header h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #333;
}

.terms-section {
    margin-bottom: 30px;
}

.terms-section h2 {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
}

.terms-section p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #555;
}

.terms-contact {
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
    margin-top: 30px;
}

.terms-contact h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-info i {
    margin-right: 10px;
    color: #555;
}

.last-updated {
    text-align: center;
    font-style: italic;
    color: #777;
    margin-top: 30px;
    font-size: 0.9rem;
}


/* Offer Box Styling */
#offer-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    justify-content: center;
    align-items: center;
}

#offer-box.visible {
    display: flex;
    opacity: 1;
}

#inner-offer {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    /* background-color: white; */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: scale-in 0.5s ease;
}

.way {
    position: relative;
    padding: 10px;
    text-align: center;
}

.way img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.close-btn:hover {
    background-color: #f0f0f0;
}

@keyframes scale-in {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Utility class for hidden elements */
.hidden {
    display: none !important;
}



/* navbar changes */

/* Logo styling */
/* .logo {
    height: 40px;
    width: auto;
} */

/* Menu toggle container */
.menu-toggle-container {
    position: relative;
    width: 30px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Desktop and mobile specific elements */
@media (min-width: 992px) {
    .mobile-ul {
        display: none;
        text-decoration-line: line-through;
    }

    .menu-toggle-container {
        display: none;
    }


}

@media (max-width: 991px) {
    .desktop-ul {
        display: none;
    }
}

/* Custom styles for the burger menu */
.navbar-toggler {
    border: none;
    padding: 0;
    width: 30px;
    height: 25px;
    position: relative;
    background-color: transparent !important;
    margin: 0;
    display: block;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Hide default toggle icon */
.navbar-toggler-icon {
    display: none;
}

/* Custom burger icon */
.burger-line {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
}

.burger-line:nth-child(1) {
    top: 0;
}

.burger-line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.burger-line:nth-child(3) {
    bottom: 0;
}

/* Close icon */
.close-icon {
    width: 30px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    z-index: 1050;
}

.close-icon:before,
.close-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    top: 50%;
    left: 0;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

/* Custom dropdown menu */
@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 15px;
        width: auto;
        min-width: 150px;
        padding: 15px 25px;
        background: linear-gradient(to right, rgba(51, 51, 51, 0.92), rgba(18, 18, 18, 0.79));
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        z-index: 1000;
    }

    /* Since we're using a dark background, we need to change text color */
    .navbar-collapse .navbar-nav .nav-link {
        color: #ffffff !important;
        font-size: 16px;
    }

    /* Add a subtle hover effect for links */
    .navbar-collapse .navbar-nav .nav-link:hover {
        color: #f0f0f0 !important;
        opacity: 0.9;
    }

    /* For mobile specific styles */
    .navbar-collapse .mobile-ul .nav-link {
        color: #ffffff !important;
    }
}

/* Phone icon styling */
.phone-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.phone-icon svg {
    width: 38px;
    height: 38px;
}

.desktop-ul .nav-item {
    display: flex;
    align-items: center;
}


/* Centered Back to Top Button CSS */
.back-to-top {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    display: none;
    /* Initially hidden */
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.back-to-top button {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.back-to-top:hover {
    background-color: #f0f0f0;
    transform: translateX(-50%) translateY(-3px);
}

/* Make sure the WhatsApp button doesn't collide with back-to-top */
@media (max-width: 768px) {
    .back-to-top {
        bottom: 80px;
        /* Move up to avoid collision with WhatsApp button */
    }
}

@media (max-width: 991px) {
    .desktop-contact {
        display: none !important;
    }

    .mobile-contact {
        display: block;
    }
}

/* WhatsApp icon styling - only for mobile */
.whatsapp-icon {
    color: #f4f6f4;
    margin-right: 5px;
    font-size: 18px;
}

/* Active nav item styling with underline */
/* .nav-item.active .nav-link {
    position: relative;
    font-weight: 700;
} */

/* .nav-item.active .nav-link:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
} */

/* For mobile dropdown with dark background */
@media (max-width: 991px) {
    .navbar-collapse .nav-item.active .nav-link:after {
        background-color: #fff;
    }
}

/* Stats Section Styling */
/* Updated Stats Section Styling */
.stats-section {
    position: relative;
    background-image: url('/assets/images/achievement_logo.png');
    background-size: 90% auto;
    /* Make the width 50% and height auto-adjust */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    color: white;
    padding: 60px 0;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(130 121 128 / 70%);
    z-index: 1;
}

.container3 {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    /* Set a max width for the container */
    margin: 0 auto;
    /* Center the container */
}

/* 
 */

.underline {
    width: 60px;
    height: 5px;
    background-color: yellow;
    margin: 20px auto;
}

/* Row for Stats Boxes */
.row1 {
    display: flex;
    justify-content: center;
    /* Center the boxes */
    flex-wrap: wrap;
    /* Allow wrapping of boxes */
    max-width: 100%;
    /* Prevent overflow */
}

/* Stats Box Styling */
.stats-box {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(30px);
    flex: 1 1 30%;
    /* This ensures 3 cards per row */
    max-width: 360px;
    margin: 10px;
    /* Add margin for spacing */
}

.stats-box.active {
    opacity: 1;
    transform: translateY(0);
}

.stats-box.pulse {
    animation: pulse 1.5s infinite;
}

.stat-icon {
    font-size: 50px;
    margin-bottom: 10px;
}

.counter {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    display: inline-block;
}

.plus-icon {
    font-size: 40px;
    color: #000;
    margin-left: 5px;

}

.stats-text {
    font-size: 16px;
    color: #000;
}

/* Hover Effect */
.stats-box:hover {
    transform: translateY(-10px);
    /* Lift the box on hover */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .stats-section {
        padding: 40px 0;
    }

    .stats-box {
        flex: 1 1 100%;
        /* Cards will take full width on smaller screens */
        margin-bottom: 20px;
    }

    .row1 {
        flex-direction: column;
        /* Stack cards vertically on small screens */
        align-items: center;
        /* Center cards */
    }
}

/* Stats Box Animation */
.stats-box {
    opacity: 0;
    /* Start hidden */
    transform: translateY(30px);
    /* Start from below */
    transition: transform 0.5s ease, opacity 0.5s ease;
    /* Smooth transition */
}

.stats-box.active {
    opacity: 1;
    /* Fade in */
    transform: translateY(0);
    /* Move to original position */
}


/* Feature Card Animation */
.feature-card {
    opacity: 0;
    /* Start hidden */
    transform: translateX(-100%);
    /* Start from the left */
    transition: transform 0.5s ease, opacity 0.5s ease;
    /* Smooth transition */
}

.feature-card.active {
    opacity: 1;
    /* Fade in */
    transform: translateX(0);
    /* Move to original position */
}

.hero-text h1 {
    letter-spacing: 1px;
    /* Adjust the value as needed */
}

.hero-text p {
    letter-spacing: 0.5px;
    /* Adjust the value as needed */
}

.whatsapp-chat-widget {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-chat-btn {
    display: flex;
    align-items: center;
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-chat-btn:hover {
    background-color: #128C7E;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon {
    margin-right: 10px;
}

.whatsapp-icon svg {
    width: 24px;
    height: 24px;
}

.whatsapp-text {
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

.whatsapp-text .default-text {
    display: inline-block;
    transition: opacity 0.3s ease;
}

.whatsapp-text .hover-text {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.whatsapp-chat-btn:hover .default-text {
    opacity: 0;
}

.whatsapp-chat-btn:hover .hover-text {
    opacity: 1;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .whatsapp-chat-widget {
        bottom: 70px;
        right: 15px;
    }

    .whatsapp-chat-btn {
        padding: 8px 16px;
    }

    .whatsapp-icon svg {
        width: 20px;
        height: 20px;
    }

    .whatsapp-text {
        font-size: 14px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .whatsapp-chat-widget {
        bottom: 20px;
        right: 10px;
    }

    .whatsapp-chat-btn {
        padding: 6px 12px;
    }

    .whatsapp-icon svg {
        width: 18px;
        height: 18px;
    }
}

/* Ensure proper spacing from Back to Top button */
@media (max-width: 768px) {
    .back-to-top {
        bottom: 90px;
        /* Position above WhatsApp button */
    }
}

/* Animation for attention */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* Apply animation on page load */
.whatsapp-chat-btn {
    animation: pulse 2s infinite;
}

/* Stop animation on hover */
.whatsapp-chat-btn:hover {
    animation: none;
}

/* WhatsApp Chat Widget - Circular Style */
/* .whatsapp-chat-widget {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1000;
} */

.whatsapp-chat-btn {
    display: flex;
    align-items: center;
    background-color: #38b865;
    /* Teal/turquoise color matching your screenshot */
    color: white;
    padding: 10px 22px;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-chat-btn:hover {
    background-color: #00796b;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}



.chat-text {
    font-weight: 500;
    font-size: 15px;
    color: white;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .whatsapp-chat-widget {
        bottom: 20px;
        right: 20px;
    }
}

/* Mobile specific adjustments */
@media (max-width: 768px) {
    .back-to-top {
        bottom: 85px;
        /* Position above WhatsApp button */
        width: 40px;
        /* Slightly smaller on mobile */
        height: 40px;
    }

    .back-to-top svg {
        width: 20px;
        /* Smaller icon on mobile */
        height: 20px;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .back-to-top {
        bottom: 90px;
        width: 38px;
        height: 38px;
    }
}

.custom-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #000;
}

.custom-video-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.youtube-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

/* Tablet and mobile adjustments */
@media (max-width: 991px) {
    .custom-video-wrapper {
        margin-bottom: 20px;
    }
}

/* Small mobile screens */
@media (max-width: 576px) {
    .col-sm-6 {
        padding: 0 10px;
    }

    .custom-video-wrapper {
        margin-bottom: 15px;
    }
}


/* Responsive design for mobile */
@media (max-width: 768px) {
    .collections-container {
        grid-template-columns: repeat(2, 1fr) !important;
        /* 2 columns for screens below 768px */
    }
}

@media (max-width: 600px) {
    .collections-container {
        grid-template-columns: 1fr !important;
        /* 1 column for screens below 600px */
        gap: 20px;
        /* Adjust gap for smaller screens */
    }
}



/* Instagram Reels-style videos */
.reels-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    padding-top: 177.78%;
    /* 9:16 aspect ratio (portrait mode like Instagram reels) */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #000;
}

.reels-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* Prevents interaction with video */
}

.video-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 40px;
    background-color: #000;
    z-index: 2;
    display: none;
}

.from-tag {
    position: absolute;
    bottom: 50px;
    left: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 28px;
    color: #ffff00;
    text-transform: uppercase;
    z-index: 3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 1px black;
}

.reels-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Tablet and mobile adjustments */
@media (max-width: 991px) {
    .reels-wrapper {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .title h2 {
        font-size: 1.5rem;
    }

    .from-tag {
        font-size: 24px;
        bottom: 40px;
        left: 15px;
    }
}