   /* Base Styles */
        body {
            background: rgb(255, 255, 255);
            font-family: 'Outfit';
            min-height: 100%;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }

        html {
            min-height: 100%;
        }

        /* Navbar Styles */
        .navbar-custom {
            background-color: #1E1832;
        }

        /* Apply Inter font to the entire header */
        .navbar-custom {
            font-family: 'Inter', sans-serif;
        }

        .nav-item {
            font-size: 14px;
        }

        .navbar-toggler {
            position: absolute;
            right: -5px !important;
            top: -35px;
            padding: 1px 6px;
            font-size: inherit;
        }

        /* Header Spacing */
        .header-spacing {
            margin-top: 88px !important;
        }

        /* Footer Styles */
        .bg-custom-footer {
            font-family: 'Raleway', sans-serif;
            background-color: #1E1832;
            color: #fff;
        }

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

        .footer-list-container {
            padding-top: 75px;
            padding-bottom: 40px;
        }

        .footer-nav li {
            margin-bottom: 13px;
            /* font-weight: 200 !important; */
            font-size: 14px !important;
        }

        .footer-link {
            color: #fff !important;
            text-decoration: none !important;
        }

        .footer-link:hover {
            color: #efefef !important;
        }

        /* Carousel Styles */
        .carousel-caption h1 {
            font-weight: bold !important;
            font-size: 70px !important;
            /* background-color: rgba(0, 0, 0, 0.5); */
        }

        #carouselExample {
            height: 90vh;
            width: 100%;
        }

        .carousel-inner,
        .carousel-item {
            height: 100%;
        }

        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .carousel-caption-cotaniner {
            width: 100%;
            height: 100%;
            right: 0 !important;
            left: 0;
            padding-top: 13%;
            padding-left: 10%;
            padding-right: 10%;
            text-align: left;
            bottom: 0;
        }

        .carousel-caption-cta {
            margin-top: 20px;
            background-color: #D89623;
            color: #fff;
            padding: 10px 20px;
            border-radius: 20px;
            border: none;
        }

        .carousel-caption-cta2 {
            margin-top: 20px;
            background-color: #3C2A76;
            color: #fff;
            padding: 10px 20px;
            border-radius: 20px;
            font-size: 14px;
            text-decoration: none !important;
            display: inline-block;
        }

        .carousel-caption-cta2 img {
            max-width: 24px;
            margin-left: 10px;
            margin-top: -5px;
        }

        /* Button Styles */
        .btn-learn-more {
            background-color: #426BD4;
            color: #fff;
            padding: 20px 30px;
            border-radius: 20px;
            font-weight: bold;
        }

        /* Utility Classes */
        .uppercase {
            text-transform: uppercase;
        }

        .badge {
            padding: 2px 5px !important;
            border-radius: 50%;
        }

        /* Responsive Grid */
        .custom-col-5 {
            flex: 0 0 20%;
            max-width: 20%;
            /* padding-bottom: 60px; */
        }

        .custom-col-5 img {
            margin-bottom: 10px;
            margin-top: 5px;
        }

        .custom-col-5 h5 {
            margin-bottom: 10px;
        }

        .home-find-your-photos div img {
            margin-bottom: 10px;
        }

        .home-find-your-photos div h4 {
            margin-bottom: 10px;
        }

        #lblCartCount {
            font-size: 12px;
            background: #D89623;
            color: #fff;
            padding: 0 5px;
            vertical-align: top;
            margin-left: -10px;
            z-index: 999;
        }

        /* Text Styles */
        .text-responsive {
            font-size: 3rem;
            text-shadow: 0px 1px, 1px 0px, 1px 1px;
        }

        .text-shadow {
            text-shadow: 0px 1px, 1px 0px, 1px 1px;
        }

        .font_raleway_p {
            font-family: 'Raleway', sans-serif !important;
            font-size: 16px;
            font-weight: 300;
            line-height: 120%;
        }

        .font-raleway {
            font-family: 'Raleway', sans-serif;
            font-weight: 400;
        }

        .font-raleway-large {
            font-family: 'Raleway', sans-serif;
            font-size: 32px;
            font-weight: 300;
        }

        /* Section Backgrounds */
        .section-dark-bg {
            background-color: #1E1832;
            color: #fff;
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .section-light-bg {
            background-color: #E5D0B0;
            padding-top: 60px;
            padding-bottom: 60px;
        }

        /* Image Columns */
        .img-col {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            min-height: 400px;
        }

        .img-col-md {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            min-height: 350px;
        }

        .img-col-lg {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            min-height: 470px;
        }

        /* Text Columns */
        .text-col {
            display: flex;
            align-items: center;
        }

        /* Color Classes */
        .gold-text {
            color: #D89623;
        }

        .white-text {
            color: white;
        }

        /* Spacing Utilities */
        .mt-20 {
            margin-top: 20px;
        }

        .mt-35 {
            margin-top: 35px;
        }

        .py-60 {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .pt-30 {
            padding-top: 30px;
        }

        .pt-60 {
            padding-top: 60px;
        }

        .pt-90 {
            padding-top: 90px;
        }

        .pb-60 {
            padding-bottom: 60px;
        }

        .px-5 {
            padding-left: 5px;
            padding-right: 5px;
        }

        /* Button Styles */
        .gold-btn {
            background-color: #D89623;
            color: #fff;
            padding: 10px 20px;
            border-radius: 20px;
            margin-top: 20px;
        }

        .blue-btn {
            background-color: #1E1832;
            color: #fff;
            padding: 8px 20px;
            border-radius: 200px;
            margin-top: 40px;
            width: 200px;
            text-align: center;
            font-family: 'Raleway', sans-serif !important;
        }
        .blue-btn:hover {
            background-color: #3C2A76;
            color: #fff;
        }

        .nav-link-btn {
            background-color: #D89623;
            color: #fff;
            padding: 10px 20px;
            border-radius: 20px;
        }

        /* Caption Text */
        .caption-text {
            color: white;
            font-size: 1.5vw;
        }

        /* Feature Styles */
        .feature-title {
            font-size: 20px;
            font-weight: 400;
        }

        .feature-desc {
            font-size: 14px;

        }

        /* Logo Styles */
        .logo-img {
            max-width: 50%;
        }

        .footer-logo {
            max-height: 60px;
        }

        .credit-logo {
            width: 150px;
        }

        .credit-logo-sm {
            width: 100px;
        }

        /* Social Icons */
        .social-icon {
            height: 25px;
            margin-right: 15px;
        }

        .cart-icon {
            color: #D89623;
            font-size: 25px;
            position: relative;
        }

        /* Mobile-specific adjustments */
        @media (max-width: 767.98px) {
            #carouselExample {
                height: 90vh;
                width: 100%;
            }

            .carousel-inner,
            .carousel-item {
                height: 100%;
            }

            .carousel-item img {
                width: auto;
                min-width: 100%;
                height: 100vh;
                object-fit: cover;
                object-position: center;
                position: relative;
                left: 50%;
                transform: translateX(-50%);
            }

            .carousel-caption {
                display: block !important;
                /* bottom: 20%; */
                width: 90%;
                left: 5%;
                right: 5%;
            }

            .carousel-caption>h1 {
                font-weight: bold !important;
                font-size: 12vw !important;
                background: none !important;
            }

            .carousel-caption h4 {
                font-size: 6vw;
                width: 100% !important;
                font-weight: 300 !important;
                font-family: 'Raleway', sans-serif !important;
                font-size: 24px;
            }

            .footer-list-container {
                padding-top: 40px;
                padding-bottom: 40px;
            }

            .home-find-your-photos div img {
                margin-top: 30px;
            }

            .caption-text {
                width: 80% !important;
            }

            .pt-90 {
                padding-top: 10px;
            }
        }

        @media (max-width: 992px) {
            .custom-col-5 {
                flex: 0 0 33.33%;
                max-width: 33.33%;
            }
        }

        @media (max-width: 768px) {
            .custom-col-5 {
                flex: 0 0 50%;
                max-width: 50%;
            }

            .footer-list-container {
                padding-top: 60px;
                padding-bottom: 60px;
            }

            .caption-text {
                width: 80% !important;
            }
        }

        @media (max-width: 576px) {
            .custom-col-5 {
                flex: 0 0 100%;
                max-width: 100%;
            }
        }

        @media (min-width: 768px) {
            .text-responsive {
                font-size: 3.8rem;
                font-weight: bold;
            }

            .text-col {
                min-height: 300px !important;
            }

            .caption-text {
                width: 40% !important;
            }
        }

        @media (min-width: 1024px) {
            .text-responsive {
                font-size: 4rem;
            }
        }

        .video-section {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        .video-section video,
        .video-section img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
        }

        .video-section video {
            display: none;
        }

        .video-section img {
            display: block;
        }

        #playButton {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: transparent;
            border: none;
            padding: 0;
            cursor: pointer;
            z-index: 2;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .play-svg {
            width: 100%;
            height: 100%;
        }

        @media (max-width: 767.98px) {
            .video-section {
                position: relative;
                width: 100%;
                height: 400px;
                margin-top: 70px;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .video-section video,
            .video-section img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 400px;
                object-fit: cover;
            }

            #videoPoster {
                z-index: 1;
            }

            #playButton {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 2;
            }
        }


        /*video blow */
        .steps-section {
            text-align: center;
            padding: 40px 20px;
            background-color: #fff;
            font-family: 'Outfit', sans-serif;
        }

        .steps {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 85px;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }

        .step {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .step-icon-img {
            width: 55px;
            height: 55px;
            object-fit: contain;
            margin-bottom: 10px;
        }

        .step-text {
            font-size: 55px;
            font-weight: 900;
            /* letter-spacing: -1px; */
            color: #212529 !important;
        }

        .subtitle {
            font-size: 40px;
            color: #212529;
            margin-top: 15px;
            font-weight: 400;
        }

        @media (max-width: 768px) {
            .steps {
                flex-direction: column;
                gap: 20px;
                /* spacing between stacked steps */
            }

            .step {
                justify-content: center;
                /* center align the icon and text */
            }
            .subtitle{
                font-size: 26px !important;
            }
        }

        .photography-hub {
            background-color: #D9D9D9;
            text-align: center;
            padding: 25px 20px;
        }

        .photography-hub h2 {
            font-size: 48px;
            font-weight: 700;
            color: #212529;
            margin: 0;
            line-height: 1.3;
            font-family: 'Outfit', sans-serif;
        }

        @media (max-width: 767px) {
            .photography-hub h2 {
                font-size: 32px;
                font-weight: 600;
                line-height: 1.2;
                margin: 0;
            }

            .desktop-break {
                display: none;
            }
        }

        .features-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            /* centers the whole content horizontally */
            padding: 60px 20px;
        }
        
        .feature-boxes {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;
            text-align: center;
        }

        .feature-boxes .col {
            flex: 1 1 250px;
            max-width: 300px;
            min-width: 240px;
        }

        .feature-boxes img {
            max-width: 80px;
            margin-bottom: 20px;
        }

        .feature-boxes h5 {
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 10px;
            font-family: 'Outfit', sans-serif;
        }

        .feature-boxes p {
            font-size: 15px;
            font-family: 'Raleway', sans-serif;
            font-weight: 400;
        }

        .section-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px 16px;
        }

        .img-col {
            background-size: contain;
            background-position: center;
            height: 500px;
            width: 500px;
            margin: 0px;

        }

        /* Optional: make text responsive */
        .text-responsive {
            font-size: 48px;
            font-family: 'Outfit', sans-serif;
        }

        .font-outfit {
            font-family: 'Outfit', sans-serif;
            font-size: 20px;
            font-weight: 400;
            width: 450px;
            color: #212529;

        }

        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .font-outfit {
                width: auto;
                font-size: 15.5px !important;
            }

            .text-responsive {
                font-size: 36px;
            }

            .img-col {
                min-height: 250px;
            }
        }

        .white-bg {
            background-color: #ffffff;
            gap: 10;
        }

        .desktop-break {
            display: none;
        }

        @media (min-width: 768px) {
            .desktop-break {
                display: block;
            }
        }

        .text-col2 {

            align-items: center;
            justify-content: center;
            /* Centers horizontally if needed */
            padding-left: 80px;
            /* Adjust this value as needed to add space from image */
            padding-right: 20px;
            /* Optional, for consistent spacing on the right */
            text-align: left;
        }

        .img-col2 {
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            height: 650px;
            width: 650px;
            margin: 0px;
            padding: 0px;

        }

        .marginsection {
            margin-top: 50px;
            margin-bottom: 80px;
        }

        @media (max-width: 767px) {
            .marginsection {
                margin-top: 0px;
            }
        }

        @media (max-width: 767px) {


            .text-col {
                margin-bottom: 0;
            }
        }

        @media (max-width: 767px) {
            .img-col {
                width: 100%;
                height: auto;
                /* allow height to be flexible */
                max-height: 400px;
                /* limit height - adjust as needed */
                overflow: hidden;
                /* prevent overflow if any */
                display: flex;
                /* flex container for alignment */
                justify-content: center;
                /* center horizontally */
                align-items: center;
                /* center vertically */
                padding: 0;
                margin: 0;
            }

            .img-col img {
                max-width: 100%;
                max-height: 100%;
                /* image max height = container height */
                height: auto;
                width: auto;
                display: block;
            }
        }



        @media (max-width: 767px) {
            .row.container.custom-gap {
                flex-direction: column;
                gap: 0;
                margin: 0;
                padding: 0;
            }

            .text-col2 {
                width: 100%;
                padding: 0 15px;
                text-align: left !important;
                /* 🔧 force left alignment */
                margin-bottom: 10px;
                /* 🔧 reduce space below text */
                display: block;

            }

            .text-col2 a {
                text-align: center !important;
                justify-content: center !important;
                align-items: center !important;
            }

            .text-col2 h1,
            .text-col2 h4 {
                text-align: left !important;
                /* 🔧 apply to all text elements */
            }
        }

        @media (max-width: 767px) {
            .img-col2 {
                width: 100%;
                max-height: 500px;
                /* adjust as needed */
                overflow: hidden;
                display: flex;
                justify-content: flex-start;
                /* <-- align image to left */
                align-items: center;
                /* vertical center */
                padding: 0;
                margin: 0;
            }

            .img-col2 img {
                max-width: 100%;
                max-height: 100%;
                height: auto;
                width: auto;
                display: block;
            }
        }

        .text-orange {
            color: orange;
        }

        .text-orange:hover {
            color: darkorange;
        }

        .footer-list-container {
            min-height: 200px;
            /* Adjust as needed */
            display: flex;
            align-items: stretch;
        }

        .footer-list-container .row {
            flex: 1;
        }

        .footer-list-container .col-md-3 {
            display: flex;
            flex-direction: column;
        }

        .social-icons a {
            margin-left: 10px
        }
        .full-width-section {
                width: 100vw;
                position: relative;
                left: 50%;
                right: 50%;
                margin-left: -50vw;
                margin-right: -50vw;
                background: rgb(255, 255, 255);
                padding: 40px 0;
            }

            .card {
                border-radius: 16px;
                overflow: hidden;
                background: white;
                width: 100%;
                height: 280px;
                /* total card height */
                display: flex;
                flex-direction: column;
            }

            .card img {
                width: 100%;
                height: 220px !important;
                /* fixed height, won't shrink */
                object-fit: cover;
                flex-shrink: 0;
            }

            .card-content {
                background: #D89624;
                color: white;
                text-align: center;
                padding: 0 15px;
                flex-grow: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
                /* vertical center */
                align-items: center;
                cursor: pointer !important;
                padding-top: 10px !important;
                /* horizontal center */
            }

            .card-content h4 {
                margin: 0 0 0px 0;
                font-weight: bold;
                font-size: 16px;
            }

            .card-content small {
                font-size: 10px;
            }

            .swiper-container-padding {
                padding: 0 20px;
            }

            @media (max-width: 767.98px) {
                .card-content {
                    padding: 0px;
                }

                .card-content h4 {
                    font-size: 1rem;
                    margin-bottom: 0px;
                }

                .card-content small {
                    font-size: 0.85rem;
                }

                .swiper-container-padding {
                    padding: 0 10px;
                }
            }
            .lmlink{
                cursor: pointer !important;
                color: white !important;
                text-decoration: none;
                padding: 0px !important;
                margin-bottom: 20px !important;
            }
            @media (max-width: 576px) {
    .steps {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        justify-items: center;
    }

    .step:nth-child(3) {
        grid-column: span 2;
        justify-self: center;
    }

    .step-text {
        font-size: 32px;
        color: #212529 !important;
    }

    .step-icon-img {
        width: 35px;
        height: 35px;
    }
}
.card-content h4,
.card-content .lmlink {
    margin: 0;
    padding: 0;
    line-height: 1; /* Optional: keeps things tight */
}

.card-content {
    display: flex;
    flex-direction: column;
    gap: 0; /* Ensure no gap between elements */
}
@media (max-width: 767px) {
  
.feature-boxes .col{
    min-width: 100px !important;
    max-width: 140px !important;
}
}

.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(255, 255, 255, 0.2); /* light transparent background */
    color: #ffffff !important; /* white arrow color */
    width: 37px !important;
    height: 40px !important;
    border-radius: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/* Optional: Adjust arrow icon size */
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 14px !important;
    font-weight: 700 !important;
}
@media (max-width: 768px) {
    .features-wrapper {
        display: flex !important;
        justify-content: center !important;
        padding: 40px 10px !important;
    }

    .feature-boxes {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px 0px !important;
        
        margin: 0 auto !important;
    }

    .feature-boxes .custom-col-5 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        /*max-width: 150px !important; /* Set a container width for block */
        margin: 0 auto !important;
    }

    .feature-boxes .custom-col-5 img {
        width: 36px !important;
        height: 36px !important;
        margin-bottom: 6px !important;
    }

    .feature-boxes .custom-col-5 h5 {
        font-size: 15px !important;
        font-weight: 600 !important;
        margin: 0 0 4px 0 !important;
        line-height: 1.2 !important;
        width: 80px !important;
    }

    .feature-boxes .custom-col-5 p {
        font-size: 12px !important;
        width: 100% !important;
        margin: 0 auto !important;
        line-height: 1.4 !important;
        color: #000000 !important;
        word-wrap: break-word !important;
        font-weight: 500;
    }
    .feature-boxes .col {
        min-width: 178px !important;
        max-width: 211px !important;
    }
    .lastsection{
        font-size: 32px !important;

    }
    .imgsection{
        font-size: 38px !important;
    }
    .feature-title{
        font-size: 15px !important;
    }
    .lastsectionp{
        font-size: 26px !important;
    }
    .lastsectionbtn{
        margin-top: 0px !important;
        margin-bottom: 25px !important;
    }
}