html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

/* event video section */
.event-video {
    position: relative;
}
.card-overlay p {
    color: #fff;
}
.event-video::before {
    position: absolute;
    content: "";
    width: 208px;
    height: 86px;
    left: 0px;
    top: -40px;
    right: auto;
    background-image: url("/leopaw_theme_pawrti/static/src/img/images/snow-image.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Right corner decoration */
.event-video::after {
    position: absolute;
    content: "";
    width: 208px;
    height: 86px;
    left: auto;
    right: -0px;
    top: -30px;
    background-image: url("/leopaw_theme_pawrti/static/src/img/images/big-snow-image.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
}

/* event video section */

/* hero section */
.christmas-section {
    text-align: center;
    padding: 60px 20px;
}

.christmas-section::before {
    position: absolute;
    content: "";
    width: 278px;
    height: 168px;
    left: -60px;
    top: 250px;
    background: linear-gradient(41.29deg, #ff7715 14.83%, #ea9413 81.65%);

    opacity: 0.26;
    filter: blur(165px);
    transform: rotate(90deg);
}

.christmas-section h1 {
    font-weight: 700;
    margin-bottom: 0;
}

.christmas-section span {
    font-family: "royal_saroh";
    font-weight: 400;
    background: linear-gradient(90deg, #01abce 0%, #6bcbdf 96.73%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.christmas-section img {
    position: absolute;
    right: 0;
}

.christmas-section p {
    max-width: 600px;
    margin: 0 auto 25px;
    color: #333;
}

.christmas-section .btn {
    display: inline-block;
    background: #06b6d4;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
}

.royal_sorah {
    color: #06b6d4;
    position: relative;
    display: inline-block;
}

.royal_sorah img {
    position: absolute;
    top: -35px;
    right: -25px;
    width: 50px;
}

.imagesContainer {
    width: 100%;
    padding: 50px 20px;
    background: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
}

.imagesContainer .heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.imagesContainer .subheading {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.rcCarousel {
    overflow: hidden;
    margin: 30px 0;
    position: relative;
}

.rcCarousel:last-child {
    margin-bottom: 60px;
}

.rcCarouselStrip {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

.rcCarouselStrip.reverse {
    animation: scroll-right 30s linear infinite;
}

.rcCarouselBox {
    display: flex;
    gap: 30px;
}

.rcCarouselItem {
    flex-shrink: 0;
    width: auto;
    height: 250px;
    /* Remove margin for seamless loop */
    border-radius: 15px;
    overflow: hidden;
}

.rcCarouselItem img {
    width: auto;
    height: 100%;
    display: block;
    border-radius: 20px;
}

/* Animations */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-30%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-20%);
    }

    100% {
        transform: translateX(0);
    }
}

/* hero section */

/* secure section */
.secure-christmas {
    position: relative;
    text-align: center;
    padding: 85px 20px 170px;
    background: url("/leopaw_theme_pawrti/static/src/img/images/party-bg-image.png")
        no-repeat center/cover;
    color: #111;
}

.holiday-section.secure-christmas {
    background-image: none;
    padding: 0px 0 192px;
    position: relative;
}

/* Left corner decoration */
.holiday-section::before {
    position: absolute;
    content: "";
    width: 292px;
    height: 390px;
    left: 0px;
    top: 0;
    right: auto;
    background-image: url("/leopaw_theme_pawrti/static/src/img/images/christmas-decoration-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Right corner decoration */
.holiday-section.secure-christmas::after {
    position: absolute;
    content: "";
    width: 242px;
    height: 242px;
    left: auto;
    right: -0px;
    top: 50px;
    background-image: url("/leopaw_theme_pawrti/static/src/img/images/christmas-decoration-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
}

.holiday-section .secure-content {
    max-width: 780px;
    margin: auto;
}

.holiday-section .secure-content p {
    margin-bottom: 30px;
}

.secure-christmas::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
}

/* Secure Content */
.secure-content {
    position: relative;
    z-index: 2;
}

.secure-content h2 {
    font-weight: 700;
    margin-bottom: 0;
}

.secure-content .gradient-text {
    font-family: "royal_saroh";
    background: linear-gradient(41.29deg, #4450f3 14.83%, #fd4ac6 81.65%);
    word-spacing: -25px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: normal;
    line-height: 122px;
    margin-bottom: 30px;
}

/* secure section */

/* celebration sections */
.christmas-image-grid {
    padding: 60px 20px 100px;
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

.section-header .blue-text {
    font-family: "royal_saroh";
    font-weight: 400;
    background: linear-gradient(90deg, #01abce 0%, #6bcbdf 96.73%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.trust-btn {
    display: inline-block;
    background: linear-gradient(90deg, #01abce 0%, #6bcbdf 100%);

    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border-radius: 32px;
    padding: 14px 38px;
    text-decoration: none;
}

.pawrti-btn {
    color: #fff;
    display: inline-block;
    background: linear-gradient(16deg, #4450f3 14.83%, #fd4ac6 81.65%);
    border-radius: 50px;
    padding: 13px 30px;
    position: relative;
    font-weight: 600;

    z-index: 200;
    text-decoration: none;
    transition: 0.3s;
}

.orange-btn {
    color: #fff;
    display: inline-block;
    background: linear-gradient(41.29deg, #4450f3 14.83%, #fd4ac6 81.65%);
    border-radius: 50px;
    padding: 13px 30px;
    position: relative;
    font-weight: 600;
    z-index: 200;
    text-decoration: none;
    transition: 0.3s;
}

.section-header .title {
    font-weight: 800;
    margin-bottom: 40px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
}

.card img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 15px;
    transition: transform 0.4s ease;
}

.card:hover img {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0 0 15px 15px;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
    transform: translateY(30%);
    opacity: 0.8;
}

.card:hover .card-overlay {
    transform: translateY(0);
    opacity: 1;
}

/* celebration sections */

/*Celebrate Your Way*/
.latest-section {
    padding-top: 80px;
    padding-bottom: 120px;
    background: url("/leopaw_theme_pawrti/static/src/img/images/rotate-section-bg.png")
        no-repeat center/cover;
    position: relative;
}

.latest-section .lastest-decor-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.latest-section .lastest-decor-2 {
    position: absolute;
    bottom: -90px;
    right: -190px;
    z-index: 1;
    transform: rotate(39deg);
}

.latest-section .latest-container {
    max-width: 1040px;
    margin: 0 auto;
}

.latest-section .latest-container .rotate-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 120px;
}

.latest-section .latest-container .rotate-section .list-content a {
    max-width: 547px;
}

.latest-section .blog-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.latest-section .latest-container .rotate-section .list-content {
    position: relative;
}

.latest-section .latest-container .rotate-section .list-content .blob {
    right: -60px;
    left: auto;
    z-index: -1;
    top: 0;
    bottom: -140px;
    width: 160px;
    height: 160px;
    margin: auto;
}

.latest-section .latest-container .rotate-section .list-content .blob.blob-yellow {
    background: linear-gradient(
        239.12deg,
        rgba(255, 119, 21, 0.3) 8.25%,
        rgba(234, 148, 19, 0.3) 84.05%
    );
    opacity: 1;
    transform: rotate(-59.67deg);
}

.latest-section .latest-container .rotate-section .list-content .date {
    margin-bottom: 5px;
}

.latest-section .latest-container .rotate-section .list-content .detail-title {
    max-width: 410px;
    width: 100%;
}

.latest-section .latest-container .rotate-section .list-content h3 {
    margin-bottom: 4px;
    line-height: 27px;
}

.latest-section .latest-container .rotate-section .list-content:first-child,
.latest-section .latest-container .rotate-section .list-content:nth-child(3) {
    transform: rotate(-4deg);
}

.latest-section .latest-container .rotate-section .list-content:nth-child(4) {
    margin-top: 30px;
    position: relative;
}

.latest-section .latest-container .rotate-section .list-content .decoration-2 {
    position: absolute;
    top: -10px;
    right: -60px;
    z-index: -1;
}

.latest-section .latest-container .rotate-section .list-content:nth-child(2),
.latest-section .latest-container .rotate-section .list-content:nth-child(4) {
    transform: rotate(6.6deg);
}

.latest-section
    .latest-container
    .rotate-section
    .list-content:nth-child(3)
    .blob.blue1 {
    left: -70px;
    right: auto;
    bottom: -80px;
}

.latest-section .latest-container .rotate-section .list-content:nth-child(2) .blob,
.latest-section .latest-container .rotate-section .list-content:nth-child(3) .blob {
    top: -40px;
    bottom: auto;
    background: linear-gradient(
        180deg,
        rgba(1, 171, 206, 0.3) 0%,
        rgba(1, 171, 206, 0.165) 100%
    );
    opacity: 1;
    right: -60px;
}

.latest-section .latest-container .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.latest-section .latest-container .section-header .orange-text {
    font-family: "royal_saroh";
    background: linear-gradient(41.29deg, #ff7715 14.83%, #ea9413 81.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
    word-spacing: -25px;
}

.latest-section .latest-container .section-header .text {
    font-family: "poppins";
}

.latest-section .latest-container .detail-title {
    color: #000000;
}

/* Celebrate Your Way*/

/* Celebrate testimonial Section */

.celebrate-section {
    padding-top: 100px;
    padding-bottom: 120px;
    background-image: none;
}

.celebrate-section .celebrate-section-container {
    width: 916px;
    margin: 0 auto;
    position: relative;
}

.celebrate-section .profile-images {
    position: relative;
}

.celebrate-section .celebrate-section-container .celebrated-title {
    background: linear-gradient(90deg, #01abce 0%, #6bcbdf 96.73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-spacing: -25px;
}

.celebrate-section .celebrate-section-container .quote-icon {
    position: absolute;
    top: -4px;
    left: 10px;
    z-index: -1;
}

.celebrate-section .celebrate-section-container .celebrate-decor {
    position: absolute;
    top: 70px;
    left: -20px;
    z-index: 1;
}

.celebrate-section .celebrate-section-container .testimonial-text-container {
    width: 755px;
    margin-top: 10px;
}

.celebrate-section .testimonial-display {
    max-width: 80%;
    margin: auto;
}

.trusted-voices-section.celebrate-section .profile-slide {
    text-align: center;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.celebrate-section .profile-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s ease;
    cursor: pointer;
    transform: scale(1);
}

.celebrate-section .profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}

.celebrate-section .profile-designation {
    font-size: 14px;
    color: #818185;
    margin-top: 0px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
    text-align: center;
}

.celebrate-section .profile-name {
    background: linear-gradient(41.29deg, #4450f3 14.83%, #fd4ac6 81.65%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin-top: 10px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
    text-align: center;
    white-space: nowrap;
}

.celebrate-section .swiper-slide-active img {
    opacity: 1;
    transform: scale(1.2);
}

.celebrate-section .swiper-slide-active .profile-name,
.celebrate-section .swiper-slide-active .profile-designation {
    opacity: 1;
    transform: translateY(0);
}

/* Celebrate testimonial Section */

/* Mobile Responsive Styles for Christmas Hero Section */
@media (min-width: 1200px) and (max-width: 1599px) {
    .latest-section {
        overflow: hidden;
    }
    .latest-section .lastest-decor-2 {
        right: -200px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    /*navbar header start*/
    .navbar-button {
        display: none;
    }

    .plan-image.for-mobile .blob-dark-yellow {
        bottom: 10px;
        left: 40px;
        right: 0;
    }

    .openSidebarMenu,
    .sidebarIconToggle {
        display: block;
    }

    .navbar-menu {
        display: block;
        background-color: #fff;
        top: 0;
        bottom: 0;
        transition: 0.3s ease-in;
        z-index: 99999999;
        height: 100%;
        position: fixed;
        left: 0;
        width: 300px;
        transform: translateX(-300px);
        transition: transform 250ms ease-in-out;
        margin: 0;
        box-shadow: 0px 6px 50px rgba(70, 70, 70, 0.1);
    }

    .navbar-menu .nav-list li {
        display: block;
        margin-right: 0;
        text-align: left;
        padding: 15px 25px;
        margin-left: 0;
        overflow: hidden;
    }

    .nav-list {
        padding-top: 40px;
    }

    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 34px;
        height: 22px;
        width: 22px;
        right: 20px;
    }

    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #212135;
    }

    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        width: 50%;
        border-radius: 20px;
    }

    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
        border-radius: 20px;
    }

    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        width: 77%;
        border-radius: 20px;
    }

    .christmas-section {
        padding: 70px 15px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .christmas-section h1 {
        line-height: 1.2;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .christmas-section span {
        display: block;
        line-height: 60px;
        position: relative;
        width: 240px;
        margin: auto;
    }

    .christmas-section span img {
        width: 50px;
        height: auto;
        position: absolute;
        right: 20px;
        top: -10px;
    }

    .christmas-section::before {
        width: 278px;
        height: 148px;
        left: -60px;
        top: 140px;
    }

    .christmas-section p {
        line-height: 1.5;
        margin: 20px auto 20px;
        padding: 0 10px;
    }

    .christmas-section .trust-btn,
    .christmas-section .btn {
        padding: 10px 20px;
        display: inline-block;
        margin-top: 10px;
        width: fit-content;
    }

    .rcCarousel:last-child {
        margin-bottom: 40px;
    }

    /* Infinite Slider Mobile Styles */
    .infinite-slider {
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }

    .rcCarousel {
        overflow: hidden;
        margin: 20px 0;
        width: 100%;
    }

    .rcCarouselStrip {
        animation-duration: 25s;
    }

    .rcCarouselStrip.reverse {
        animation-duration: 25s;
    }

    .rcCarouselBox {
        gap: 15px;
    }

    .rcCarouselItem {
        height: 180px;
        border-radius: 12px;
        min-width: 200px;
    }

    .rcCarouselItem img {
        border-radius: 12px;
        object-fit: cover;
        width: 100%;
    }

    /* Secure Section Mobile Styles */
    .secure-christmas {
        padding: 70px 15px;
        background-size: cover;
        background-position: center;
    }

    .holiday-section.secure-christmas {
        padding: 30px 15px 100px;
    }

    .holiday-section::before {
        width: 150px;
        height: 200px;
        left: 0px;
        top: -60px;
    }

    .holiday-section.secure-christmas::after {
        width: 120px;
        height: 120px;
        right: 0px;
        top: auto;
    }

    .holiday-section .secure-content {
        max-width: 100%;
        padding: 0 10px;
    }

    .secure-content h2 {
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .secure-content .gradient-text {
        word-spacing: -15px;
        line-height: 76px;
        margin-bottom: 030px;
    }

    .holiday-section .secure-content p {
        line-height: 1.5;
        margin-bottom: 25px;
        padding: 0 10px;
    }

    .pawrti-btn {
        padding: 10px 25px;
        border-radius: 25px;
    }

    .event-video::before {
        height: 76px;
    }

    .event-video::after {
        height: 56px;
        top: -20px;
    }

    /* Christmas Image Grid Mobile Styles */
    .christmas-image-grid {
        padding: 40px 15px 60px;
        max-width: 100%;
    }

    .christmas-image-grid .section-header {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .christmas-image-grid .section-header .title {
        margin-bottom: 25px;
        line-height: 1.3;
        padding: 0 5px;
    }

    .christmas-image-grid .grid {
        gap: 15px;
        margin-bottom: 20px;
        grid-template-columns: repeat(3, 1fr);
    }

    .christmas-image-grid .grid {
        gap: 15px;
        margin-bottom: 20px;
    }

    .christmas-image-grid .grid2 {
        gap: 15px;
        margin-top: 20px;
    }

    .christmas-image-grid .card {
        border-radius: 12px;
        min-height: 200px;
    }

    .christmas-image-grid .card img {
        border-radius: 12px;
        height: 200px;
        object-fit: cover;
    }

    .christmas-image-grid .card-overlay {
        padding: 15px;
        border-radius: 0 0 12px 12px;
    }

    /* Latest Section (Celebrate Your Way) Mobile Styles */
    .latest-section {
        padding-top: 50px;
        padding-bottom: 60px;
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    .latest-section .lastest-decor-1 {
        width: 80px;
        height: auto;
        top: 10px;
        left: 0;
        z-index: -1;
    }

    .latest-section .lastest-decor-2 {
        height: auto;
        width: 250px;
        bottom: -30px;
        right: -73px;
        z-index: -1;
        transform: rotate(39deg);
    }

    .latest-section .latest-container {
        max-width: 100%;
        padding: 0 15px;
    }

    .latest-section .latest-container .section-header {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .latest-section .latest-container .rotate-section {
        flex-wrap: wrap;
        gap: 30px 60px;
        align-items: flex-start;
        justify-content: center;
    }

    .latest-section .latest-container .rotate-section .list-content {
        max-width: 45%;
        width: 45%;
        transform: rotate(-2deg) !important;
        margin-top: 0 !important;
    }

    .latest-section .latest-container .rotate-section .list-content:nth-child(2),
    .latest-section .latest-container .rotate-section .list-content:nth-child(4) {
        transform: rotate(3deg) !important;
    }

    .latest-section .latest-container .rotate-section .list-content:nth-child(3) {
        transform: rotate(-3deg) !important;
        margin-top: 20px;
    }

    .latest-section .latest-container .rotate-section .list-content:nth-child(4) {
        margin-top: 20px;
    }

    .latest-section .latest-container .rotate-section .list-content a {
        max-width: 100%;
    }

    .latest-section .latest-container .rotate-section .list-content .blob {
        width: 120px;
        height: 120px;
        right: -40px;
        top: -20px;
        bottom: auto;
    }

    .latest-section
        .latest-container
        .rotate-section
        .list-content:nth-child(3)
        .blob.blue1 {
        left: -40px;
        right: auto;
        bottom: auto;
        top: -20px;
    }

    .latest-section .latest-container .rotate-section .list-content .decoration-2 {
        right: -40px;
        top: -5px;
        width: 80px;
        height: auto;
    }

    .latest-section .blog-img {
        border-radius: 12px;
        margin-bottom: 15px;
    }

    .latest-section .blog-img img {
        width: 100%;
        height: auto;
    }

    .latest-section .latest-container .rotate-section .list-content .detail-title {
        max-width: 100%;
        padding: 0 5px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .latest-section .latest-container .rotate-section .list-content .date {
        margin-bottom: 8px;
        padding: 0 5px;
    }

    /* Celebrate Testimonial Section Mobile Styles */
    .celebrate-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .celebrate-section .celebrate-section-container {
        width: 100%;
        max-width: 100%;
    }

    .celebrate-section .celebrate-section-container .celebrated-title {
        word-spacing: -15px;
        text-align: center;
        line-height: 50px;
        margin-bottom: 0;
    }

    .celebrate-section.testimonial-content {
        gap: 0;
    }

    .celebrate-section .celebrate-section-container .quote-icon {
        display: none;
    }

    .celebrate-section .celebrate-section-container .celebrate-decor {
        display: none;
    }

    .celebrate-section .celebrate-section-container .testimonial-text-container {
        width: 100%;
        margin: 20px auto 0;
    }

    .celebrate-section .testimonial-display {
        max-width: 95%;
        text-align: center;
        line-height: 1.5;
    }

    .celebrate-section .profile-images {
        overflow: hidden;
    }

    .celebrate-section .testimonialSwiper {
        padding: 20px 0;
    }

    .celebrate-section .profile-slide img {
        width: 80px;
        height: 80px;
    }

    .celebrate-section .swiper-slide-active img {
        transform: scale(1.1);
    }

    .celebrate-section .profile-name {
        margin-top: 8px;
        white-space: normal;
        text-align: center;
        max-width: 100px;
        line-height: 1.2;
    }

    .celebrate-section .profile-designation {
        margin-top: 5px;
        text-align: center;
        max-width: 100px;
        line-height: 1.2;
    }

    .celebrate-section .profile-container {
        padding: 10px 5px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    /*navbar header start*/
    .navbar-button {
        display: none;
    }

    .plan-image.for-mobile .blob-dark-yellow {
        bottom: 10px;
        left: 40px;
        right: 0;
    }

    .openSidebarMenu,
    .sidebarIconToggle {
        display: block;
    }

    .navbar-menu {
        display: block;
        background-color: #fff;
        top: 0;
        bottom: 0;
        transition: 0.3s ease-in;
        z-index: 99999999;
        height: 100%;
        position: fixed;
        left: 0;
        width: 300px;
        transform: translateX(-300px);
        transition: transform 250ms ease-in-out;
        margin: 0;
        box-shadow: 0px 6px 50px rgba(70, 70, 70, 0.1);
    }

    .navbar-menu .nav-list li {
        display: block;
        margin-right: 0;
        text-align: left;
        padding: 15px 25px;
        margin-left: 0;
        overflow: hidden;
    }

    .nav-list {
        padding-top: 40px;
    }

    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 34px;
        height: 22px;
        width: 22px;
        right: 20px;
    }

    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #212135;
    }

    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        width: 50%;
        border-radius: 20px;
    }

    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
        border-radius: 20px;
    }

    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        width: 77%;
        border-radius: 20px;
    }

    .christmas-section {
        padding: 40px 15px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .christmas-section h1 {
        line-height: 1.2;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .christmas-section span {
        display: block;
        line-height: 60px;
        position: relative;
        width: 240px;
        margin: auto;
    }

    .christmas-section span img {
        width: 50px;
        height: auto;
        position: absolute;
        right: 20px;
        top: -10px;
    }

    .christmas-section::before {
        width: 278px;
        height: 148px;
        left: -60px;
        top: 140px;
    }

    .christmas-section p {
        line-height: 1.5;
        margin: 20px auto 20px;
        padding: 0 10px;
    }

    .christmas-section .trust-btn,
    .christmas-section .btn {
        padding: 10px 20px;
        display: inline-block;
        margin-top: 10px;
        width: fit-content;
    }

    .rcCarousel:last-child {
        margin-bottom: 40px;
    }

    /* Infinite Slider Mobile Styles */
    .infinite-slider {
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }

    .rcCarousel {
        overflow: hidden;
        margin: 20px 0;
        width: 100%;
    }

    .rcCarouselStrip {
        animation-duration: 25s;
    }

    .rcCarouselStrip.reverse {
        animation-duration: 25s;
    }

    .rcCarouselBox {
        gap: 15px;
    }

    .rcCarouselItem {
        height: 180px;
        border-radius: 12px;
        min-width: 200px;
    }

    .rcCarouselItem img {
        border-radius: 12px;
        object-fit: cover;
        width: 100%;
    }

    /* Secure Section Mobile Styles */
    .secure-christmas {
        padding: 50px 15px;
        background-size: cover;
        background-position: center;
    }

    .holiday-section.secure-christmas {
        padding: 30px 15px 100px;
    }

    .holiday-section::before {
        width: 150px;
        height: 200px;
        left: 0px;
        top: -60px;
    }

    .holiday-section.secure-christmas::after {
        width: 120px;
        height: 120px;
        right: 0px;
        top: auto;
    }

    .holiday-section .secure-content {
        max-width: 100%;
        padding: 0 10px;
    }

    .secure-content h2 {
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .secure-content .gradient-text {
        word-spacing: -15px;
        line-height: 66px;
        margin-bottom: 030px;
    }

    .holiday-section .secure-content p {
        line-height: 1.5;
        margin-bottom: 25px;
        padding: 0 10px;
    }

    .pawrti-btn {
        padding: 10px 25px;
        border-radius: 25px;
    }

    .event-video::before {
        height: 76px;
    }

    .event-video::after {
        height: 56px;
        top: -20px;
    }

    /* Christmas Image Grid Mobile Styles */
    .christmas-image-grid {
        padding: 40px 15px 60px;
        max-width: 100%;
    }

    .christmas-image-grid .section-header {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .christmas-image-grid .section-header .title {
        margin-bottom: 25px;
        line-height: 1.3;
        padding: 0 5px;
    }

    .christmas-image-grid .grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 20px;
    }

    .christmas-image-grid .grid2 {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 20px;
    }

    .christmas-image-grid .card {
        border-radius: 12px;
        min-height: 200px;
    }

    .christmas-image-grid .card img {
        border-radius: 12px;
        height: 200px;
        object-fit: cover;
    }

    .christmas-image-grid .card-overlay {
        padding: 15px;
        border-radius: 0 0 12px 12px;
    }

    /* Latest Section (Celebrate Your Way) Mobile Styles */
    .latest-section {
        padding-top: 50px;
        padding-bottom: 60px;
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    .latest-section .lastest-decor-1 {
        width: 80px;
        height: auto;
        top: 10px;
        left: 0;
        z-index: -1;
    }

    .latest-section .lastest-decor-2 {
        height: auto;
        width: 250px;
        bottom: -30px;
        right: -73px;
        z-index: -1;
        transform: rotate(39deg);
    }

    .latest-section .latest-container {
        max-width: 100%;
        padding: 0 15px;
    }

    .latest-section .latest-container .section-header {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .latest-section .latest-container .rotate-section {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .latest-section .latest-container .rotate-section .list-content {
        max-width: 100%;
        transform: none !important;
        margin-top: 0 !important;
    }

    .latest-section .latest-container .rotate-section .list-content a {
        max-width: 100%;
    }

    .latest-section .latest-container .rotate-section .list-content .blob {
        display: none;
    }

    .latest-section .latest-container .rotate-section .list-content .decoration-2 {
        display: none;
    }

    .latest-section .blog-img {
        border-radius: 12px;
        margin-bottom: 15px;
    }

    .latest-section .blog-img img {
        width: 100%;
        height: auto;
    }

    .latest-section .latest-container .rotate-section .list-content .detail-title {
        max-width: 100%;
        padding: 0 10px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .latest-section .latest-container .rotate-section .list-content .date {
        margin-bottom: 10px;
        padding: 0 10px;
    }

    /* Celebrate Testimonial Section Mobile Styles */
    .celebrate-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .celebrate-section .celebrate-section-container {
        width: 100%;
        max-width: 100%;
    }

    .celebrate-section .celebrate-section-container .celebrated-title {
        word-spacing: -15px;
        text-align: center;
        line-height: 50px;
        margin-bottom: 0;
    }

    .celebrate-section.testimonial-content {
        gap: 0;
    }

    .celebrate-section .celebrate-section-container .quote-icon {
        display: none;
    }

    .celebrate-section .celebrate-section-container .celebrate-decor {
        display: none;
    }

    .celebrate-section .celebrate-section-container .testimonial-text-container {
        width: 100%;
        margin: 20px auto 0;
    }

    .celebrate-section .testimonial-display {
        max-width: 95%;
        text-align: center;
        line-height: 1.5;
    }

    .celebrate-section .profile-images {
        overflow: hidden;
    }

    .celebrate-section .testimonialSwiper {
        padding: 20px 0;
    }

    .celebrate-section .profile-slide img {
        width: 80px;
        height: 80px;
    }

    .celebrate-section .swiper-slide-active img {
        transform: scale(1.1);
    }

    .celebrate-section .profile-name {
        margin-top: 8px;
        white-space: normal;
        text-align: center;
        max-width: 100px;
        line-height: 1.2;
    }

    .celebrate-section .profile-designation {
        margin-top: 5px;
        text-align: center;
        max-width: 100px;
        line-height: 1.2;
    }

    .celebrate-section .profile-container {
        padding: 10px 5px;
    }
}

/* Tablet */
@media (max-width: 900px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .grid {
        grid-template-columns: 1fr;
    }
}
