        body {
            font-family: 'Inter' !important;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p {
            font-family: 'Inter' !important;
        }

        .sticky-height {
            height: 135px;
        }

        .sticky-header-pos {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 111;
            background-color: #f8f7ee;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            height: 105px;
        }

        .logo-size {
            width: 28% !important;
        }

        .form-check-repeat .error-message {
            margin-left: 36px;
        }

        .full-body-background {
            background-color: #f8f7ee;
            margin-top: -15px;
        }

        .gray-scale-img {
            -webkit-filter: grayscale(1);
            -webkit-transition: all .8s ease-in-out;
            padding: 0px 0px 5px !important;
        }

        .gray-scale-img:hover {
            filter: none;
            -webkit-filter: grayscale(0);
            /* -webkit-transform: scale(1.01); */
        }

        .photogallery-main .swiper-slide img {
            border-radius: 15px !important;
        }

        .photogallery-main .banner-color {
            border-radius: 15px !important;
        }

        .photogallery-main .swiper-pagination {
            top: auto !important;
            width: 100% !important;
            bottom: 20px !important;
        }

        .photogallery-main .photogallery-datetime-pos {
            font-size: 9px !important;
            line-height: 17px !important;
            bottom: 30% !important;
        }

        .photogallery-main .photogallery-text-pos {
            bottom: 24px !important;
            left: -4px !important;
        }

        .photogallery-main .photogallery-title {
            font-family: 'Inter';
            font-size: 12px !important;
            line-height: 15px !important;
            text-align: center;
        }

        .photogallery-main .camera-over-image-gallery {
            bottom: -18px !important;
        }

        .photogallery-main .camera-over-image-gallery {
            width: 26px;
            font-size: 10px;
            right: 5px;
            bottom: -10px;
            position: absolute;
            text-align: center;
            line-height: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .main-title-position h2 {
            font-size: 25px;
            color: #121212;
            /* font-family: 'Merriweather' !important; */
            text-align: center;
        }

        .photogallery-main .number-back-pos {
            background: #0055a5;
            position: absolute;
            right: 0px;
            padding: 18px 30px;
            border-radius: 0px 15px 0px 15px;
            z-index: 1234;
        }

        .photogallery-main .number-pos {
            position: absolute;
            right: 10px;
            top: 11px;
            color: #FFFFFF;
            font-size: 11px;
            font-weight: bold;
            font-family: 'Inter';
            word-spacing: 0px;
        }

        .videos-background-pos {
            background: #000000;
            /* padding: 0px 0px 33px; */
            padding: 7px;
            margin: 2px 0px;
        }

        .swiper.videoSwiperPos.mx-md-3.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden {
            /* padding-bottom: 80px !important; */
            padding-bottom: 41px !important;
        }

        .videos-background-pos .swiper-pagination {
            /* bottom: 30px !important; */
            bottom: 14px !important;
        }

        .videos-background-pos .swiper-pagination-bullet-active {
            background: #FFFFFF !important;
        }

        .videos-background-pos .video-play-icon {
            width: 20%;
            position: absolute;
            bottom: 70px;
            left: 80px;
        }

        .back-to-home-icon {
            font-size: 20px;
            font-weight: bold;
            color: red;
            position: absolute;
            top: 26px;
            /* z-index: 9999; */
        }

        .back-to-home-text {
            font-size: 16px;
            color: #121212;
            text-decoration: underline;
            position: absolute;
            top: 50px;
            left: 25px;
            cursor: pointer;
            z-index: 9999;
        }

        .image-hover-box {
            position: relative;
            display: inline-block;
            overflow: hidden;
        }

        .image-hover-box img {
            display: block;
            width: 100%;
            height: auto;
            aspect-ratio: 1/1;
        }

        .hover-text {
            position: absolute;
            bottom: 5px;
            left: 0;
            right: 0;
            background-color: rgba(0, 85, 165, 0.8);
            /* semi-transparent background */
            color: white;
            text-align: left;
            padding: 5px 10px;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }

        .hover-text p {
            font-size: 14px;
            font-weight: 500;
            text-decoration: underline;
            text-underline-offset: 5px;
            text-decoration-thickness: 1px;
            color: #FFFFFF;
        }

        .hover-text .description-text p {
            font-size: 14px;
            font-weight: bold;
            color: #FFFFFF;
            text-decoration: none;

        }

        .image-hover-box:hover .hover-text {
            opacity: 1;
        }

        .description-text-lineclamp {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .form-div-pos {
            border: 1px solid #cecec9;
            padding: 20px;
            margin-bottom: 20px;
        }

        .total-div-height {
            /* height: auto */
            height: 360px;
        }

        /* .form-container {
            padding: 15px;
            border: 1px solid #cecec9;
            max-width: 700px;
            margin: 0px 0px 20px auto;
        } */

        .form-heading {
            font-size: 25px;
            color: #121212;
        }

        .btn-primary {
            background-color: #0055A5;
            border: none;
            padding: 15px;
            font-size: 14px;
        }

        .form-control {
            border: 1px solid #9A9A9A;
            border-radius: 0px !important;
            padding: 8px 10px;
            background: #FFFFFF;
        }

        .form-group {
            margin-bottom: 9px !important;
        }

        .upload-container {
            border: 1px solid #9A9A9A;
            background-color: #FFFFFF;
            padding: 12px 8px;
        }

        .upload-container input[type="file"] {
            margin-right: 10px;
            font-size: 13px;
        }

        .upload-container a {
            color: #2572B7;
            text-decoration: none;
            font-size: 12px;
            font-style: italic;
            /* display: block; */
        }

        .upload-details-pos {
            position: absolute;
            left: -2%;
            bottom: 16px;
            height: 0px;
            line-height: 18px;
        }

        .div-position {
            position: relative;
            top: 34px;
        }

        .upload-container a:hover {
            text-decoration: underline;
        }

        .upload-container small {
            font-size: 12px;
        }

        input[type='file'] {
            color: rgba(0, 0, 0, 0)
        }

        small#fileError {
            position: absolute;
            top: 42px;
            left: -47%;
            font-size: 12px;
            font-weight: 500;
            font-family: "Inter";
        }

        small.text-danger.fileError {
            position: relative;
            right: 0px;
            top: 0px;
            font-size: 12px;
            font-weight: 500;
        }

        .form-check-label {
            margin-bottom: 0;
            padding-top: 2px;
        }

        .form-check {
            width: 100%;
        }

        .thanks-text {
            font-size: 32px;
            font-weight: bold;
            color: #121212;
            text-align: center;
            padding: 0px;
            line-height: 35px;
        }

        .have-moment p {
            color: #434343;
            font-size: 16px;
            font-weight: 500;
        }

        .have-moment .click-here {
            color: #2572B7 !important;
            text-decoration: underline !important;
            cursor: pointer !important;
        }

        .form-element {
            display: block;
        }

        .message-element {
            display: none;
        }

        .third-position-row {
            padding: 7px 10px;
        }

        .form-img-back-pos {
            margin-bottom: 7px;
        }

        .lucky-winner {
            font-size: 15px;
            color: #FFFFFF;
            position: absolute;
            bottom: 22px;
            left: 25px;
            padding: 0px 20px 0px 0px;
            border-right: 2px solid #414141;
        }

        .topleftSwiper .swiper-pagination {
            bottom: 19px !important;
        }

        .topleftSwiper .swiper-pagination-bullet-active {
            background: #FFFFFF !important;
        }

        .worth-price {
            font-weight: bold;
            color: #FFC800;
        }

        /* .btn-danger {
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            background: #E50018;
            color: #FFFFFF;
            border-radius: 0px;
            position: absolute;
            bottom: 46px;
            left: 10px;
            padding: 10px 25px;
        } */

        .btn-danger-repeat {
            bottom: 38px;
        }

        .mumbai-moments-with-us {
            font-size: 22px;
            font-weight: bold;
            color: #FFFFFF;
            text-align: center;
            position: absolute;
            bottom: 274px;
            width: 100%;
        }

        .mumbai-moments-with-us-repeat {
            bottom: 250px;
            padding: 0px 50px;
        }

        .modal-title {
            font-size: 20px;
            font-weight: bold;
            color: #0055A5 !important;
            text-align: center;
            width: 100%;
            left: 16px;
            position: relative;
        }  

        .modal-close-btn-pos {
            background-color: #E50018 !important;
            z-index: 9999999;
            padding: 5px 10px 6px !important;
            border: none !important;
            border-radius: 50%;
            position: relative;
            bottom: 18px;
            left: 20px;
            opacity: 1 !important;
            color: #FFFFFF !important;
        }

        .close:focus,
        .close:hover {
            color: #FFFFFF;
            text-decoration: none;
            opacity: 1;
            border: none !important;
        }

        .error {
            border-color: red !important;
            /* Makes the input field red */
        }

        .error-message {
            color: red;
            font-size: 0.875rem;
            margin-top: 5px;
        }

        .featured-moments-pos {
            background: #052F56;
            padding: 10px 0px 30px;
        }


        .featured-moments-with-us p {
            font-size: 20px !important;
            font-weight: bold !important;
            color: #FFFFFF !important;
            text-align: center !important;
            padding: 10px 26px !important;
            line-height: 25px !important;
            margin-bottom: 0px !important;
        }

        .topleftSwiperimg .card {
            padding: 10px;
            border-radius: 0px;
            height: 250px !important
        }

        .topleftSwiperimg .top-main-title p {
            font-size: 14px;
            font-weight: 600;
            color: #000000;
            line-height: 20px;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .topleftSwiperimg .top-main-name p {
            font-size: 12px;
            font-weight: 500;
            color: #848484;
            margin-bottom: 0px;
        }

        .featured-moments-pos .swiper-pagination-bullet-active {
            background: #FFFFFF !important;
        }

        .topleftSwiperimg .swiper-slide .swiper-slide-prev {
            opacity: 0.5;
        }

        .swiper-slide.swiper-slide-prev.opacity,
        .swiper-slide-next.opacity {
            opacity: 0.5;
        }

        .featured-moments-pos .swiper-pagination {
            top: auto !important;
            width: 100%;
            bottom: 10px !important;
        }

        .btn-primary {
            font-size: 16px !important;
            font-family: 'Inter' !important;
            font-weight: 600 !important;
            padding: 15px 0px !important;
        }

        .banner-tops{
                margin-top: 0px;
            }

        @media (min-width: 1200px) {
            .social-icon {
                margin-left: 0px !important;
            }

            .share-us {
                display: block;
            }

            .lhselement-pos {
                flex: 0 0 40.00% !important;
                max-width: 40.00% !important;
            }

            .rhselement-pos {
                flex: 0 0 60.00% !important;
                max-width: 60.00% !important;
            }

            .desktop-row-pos {
                padding: 12px;
            }

            .desktop-row-pos-repeat {
                padding: 3px 10px;
            }

            .photogallery-main .swiper-slide.position-relative.swiper-slide-visible.swiper-slide-next {
                margin-left: 0px !important;
            }

            .photogallery-main .swiper-3d {
                perspective: 533px !important;
            }

            .topleftSwiper-height {
                height: 342px;
            }

            .social-icon-repeat {
                bottom: 15px;
                left: 55px;
                display: block !important;
            }

            .share-us-size {
                position: relative;
                top: 10px;
            }

        }

        @media screen and (max-width: 767px) {
            .sticky-header-pos {
                height: 100px;
            }

            .banner-tops{
                margin-top: -15px;
            }

            .sticky-height {
                height: 140px;
            }

            /* .sticky-footer-pos {
                position: fixed;
                bottom: 0px;
                left: 0;
                width: 100%;
                z-index: 111;
                background-color: #f8f7ee;
                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                height: 130px;
            } */

            .fa-facebook-f:before,
            .fa-facebook:before {
                font-size: 20px !important;
            }

            .fa-instagram:before {
                font-size: 20px !important;
                position: relative;
                top: 2px;
            }

            .x-size {
                width: 26px !important;
                position: relative;
                top: 4px;
            }

            .fa-youtube-play:before {
                font-size: 20px !important;
                position: relative;
                top: 2px;
            }

            /* .mobile-margin-pos {
                margin-bottom: 160px;
            } */

            .logo-size {
                width: 70% !important;
            }

            .desktop-row-pos-repeat {
                padding: 0px 10px;
            }

            .photogallery-main .photogallery-datetime-pos {
                bottom: 60px !important;
            }

            .photogallery-main .swiper-pagination {
                bottom: 0px !important;
            }

            .videos-background-pos {
                margin-bottom: 2px;
            }

            .videos-background-pos .video-play-icon {
                bottom: 55px;
                left: 55px;
            }

            .back-to-home-icon {
                font-size: 30px !important;
                top: 18px;
            }

            .back-to-home-text {
                display: none;
            }

            .hover-text .description-text p {
                font-size: 12px;
                font-weight: bold;
                color: #FFFFFF;
                text-decoration: none;
            }

            .hover-text {
                padding: 0px 10px 2px;
            }

            .total-div-height {
                height: auto;
            }

            .thanks-text {
                font-size: 22px;
                padding: 20px 0px;
            }

            .form-container {
                margin: 0px 0px 15px auto;
            }

            .lucky-winner {
                bottom: 60px;
                left: 20px;
                padding: 0px 20px 8px 0px;
                border-right: 0px;
                border-bottom: 2px solid #414141;
                text-align: center;
                line-height: 18px;
                width: 90%;
            }

            .topleftSwiper .swiper-pagination {
                bottom: 16px !important;
            }

            /* .btn-danger {
                bottom: 33px;
                left: 35%;
                padding: 5px 20px;
            } */

            .form-img-back-pos {
                height: 100% !important;
                object-fit: inherit !important;
                width: 100%;
                height: auto !important;
            }

            .modal-close-btn-pos {
                padding: 1px 6px 3px !important;
                bottom: 15px;
                left: 15px;
                font-size: 20px !important;
            }

            .upload-container a {
                font-size: 10px;
                line-height: 10px;
                display: inline;
            }

            .upload-container small {
                /* color: #4b8ac1; */
                text-decoration: none;
                font-size: 10px !important;
            }

            .third-position-row {
                padding: 10px 10px 0px;
            }

            .gray-scale-img {
                padding: 0px !important;
            }

            .hover-text {
                bottom: 0px !important;
            }

            .topleftSwiperimg .card {
                height: auto !important
            }

            .topleftSwiperimg .top-main-title p {
                font-size: 12px;
                line-height: 18px;
            }

            .topleftSwiperimg .top-main-name p {
                font-size: 13px;
            }

            .featured-moments-pos {
                margin-bottom: 10px;
            }

            .form-check-repeat .error-message {
                margin-left: 0px;
            }
        }

        /* Details Section */
        h1,
        h2,
        h3,
        h4.h5,
        blockquote {
            font-family: 'Inter' !important;
        }

        .midday-anneviesery-main-heading h1 {
            font-size: 32px;
            font-weight: bold !important;
            color: #121212;
            margin: 0px;
            font-family: 'Inter' !important;
        }

        .midday-anniversery-short-description p {
            font-size: 18px;
            font-weight: 500;
            color: #616161;
            margin-top: 10px;
            margin-bottom: 7px;
            font-family: 'Inter' !important;
        }

        .midday-anniversery-date-time p {
            font-size: 16px;
            font-weight: 500;
            color: #434343;
            margin-bottom: 5px;
            font-family: 'Inter' !important;
        }

        /* .share-us {
            display: flex;
        } */

        .share-us-size {
            font-size: 16px;
            font-weight: 500 !important;
            color: #000000;
        }

        .facebook {
            position: absolute;
            top: -4px;
        }

        .facebook::before {
            font-size: 18px !important;
            position: relative;
            top: 6px;
        }


        .share-us .x-size {
            position: relative;
            top: 3px;
            left: 16px;
            width: 28px;
        }

        .share-us .fa-instagram:before {
            font-size: 18px;
            position: relative;
            top: 2px;
            left: 16px;
        }

        .share-us .fa-youtube-play:before {
            font-size: 18px;
            position: relative;
            top: 2px;
            left: 18px;
        }

        .detail-img img {
            /* aspect-ratio: 16/9; */
            border-radius: 10px;
            margin-top: -4px;
            margin-bottom: 10px !important;
        }

        .article-details p {
            font-size: 16px;
            font-weight: 500;
            color: #434343;
            margin-top: 15px;
            margin-bottom: 0px;
        }

        .article-detail-border-right {
            border-right: 1px solid #D9D9D9;
        }

        .more-stories h2 {
            font-size: 22px;
            color: #121212;
            border-bottom: 1px solid #DFDFDF;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

        .more-detail-scroll-pos {
            overflow-y: auto;
            height: 735px;
        }

        .share-us .whatsapp-size {
            position: relative;
            top: -2px;
            left: 15px;
            width: 17px;
        }

        @media (min-width: 1200px) {
            .sticky-position {
                position: sticky;
                top: 130px;
                bottom: 0px;
            }

            /* Styling for the scrollable container */
            .more-detail-scroll-pos {
                max-height: 735px;
                /* Set a max height for scrolling */
                overflow-y: scroll;
                /* Enable vertical scrolling */
                padding: 10px;
            }

            /* Customize the scrollbar */
            .more-detail-scroll-pos::-webkit-scrollbar {
                width: 5px;
                /* Set scrollbar width */
            }

            .more-detail-scroll-pos::-webkit-scrollbar-track {
                background: #f1f1f1;
                /* Background of the scrollbar track */
            }

            .more-detail-scroll-pos::-webkit-scrollbar-thumb {
                background: #888;
                /* Scrollbar thumb color */
                border-radius: 6px;
                /* Rounded corners for the thumb */
            }

            .more-detail-scroll-pos::-webkit-scrollbar-thumb:hover {
                background: #555;
                /* Darker thumb on hover */
            }
        }

        @media screen and (max-width: 767px) {
            .share-us .whatsapp-size {
                top: -3px;
                left: 0px;
            }

            .midday-anneviesery-main-heading h1 {
                font-size: 22px;
            }

            .midday-anniversery-short-description p {
                font-size: 18px;
                margin-bottom: 0px;
            }

            .midday-anniversery-date-time p {
                font-size: 14px;
                margin-bottom: 0px;
                padding: 10px 0px;
            }

            .facebook::before {
                top: 3px;
                font-size: 18px !important;
                left: -14px;
            }

            .share-us .x-size {
                top: 2px;
                width: 25px;
                left: 2px;
            }

            .share-us .fa-instagram:before {
                top: -2px;
            }

            .share-us .fa-instagram:before {
                top: 0px;
                font-size: 18px;
                left: 1px;
            }

            .share-us .fa-youtube-play:before {
                top: 0px;
                left: 4px;
                font-size: 18px;
            }

            .article-detail-border-right {
                border-right: none;
            }

            .more-stories h2 {
                padding-bottom: 6px;
                margin-top: 10px;
                margin-bottom: 0px;
            }

            .more-detail-scroll-pos {
                overflow-y: auto;
                height: auto;
                overflow-x: scroll;
                white-space: nowrap;
            }

            .gray-scale-img-mobile {
                margin: 10px 15px 0px 0px;
                padding: 0px !important;
                width: 65%;
                white-space: nowrap;
            }

            .hover-text-repeat {
                white-space: normal;
            }

            .share-us {
                /* display: block; */
                height: 30px;
                max-width: 100%;
                padding: 3px 0px;
            }

            .social-icon-repeat {
                margin-left: 0px;
                bottom: 25px;
                left: 55px;
                display: block !important;
            }

            .detail-img img {
                margin-top: 10px;
            }
        }