@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: auto;
    overflow-x: hidden;
    /* keep horizontal safe */
    overflow-y: auto;
}

@font-face {
    font-family: "Pristina";
    src: url("/fonts/PRISTINA.TTF") format("ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-pristina: "Pristina", cursive;
}

.font-pristina {
    font-family: var(--font-pristina);
}


body {
    font-family: "Poppins", sans-serif !important;
}

header {
    padding-top: 2vw;
    padding-inline: 4vw;
}

header .logo-img {
    width: 6.25vw;
    height: 6.25vw;
}

header .btn {
    position: relative;
    border: none;
    background-color: none;
    padding: 0px;
    color: white;
    font-size: 1vw;
    font-weight: 600;
    width: max-content;
}

header .btn:hover {
    color: white;
}

a {
    text-decoration: none;
}

.btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

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

.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.video-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(3deg, rgba(0, 0, 0, 0.00) 12.45%, #004A63 127.6%);
    z-index: -1;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.banner-content p {
    text-align: center;
    font-weight: 300;
    font-size: 0.97vw;
    margin-top: 0.2vw;
}

.banner-content .gradient-box {
    background: linear-gradient(90deg, rgba(0, 74, 99, 0.00) 0%, #004A63 55.77%, rgba(0, 74, 99, 0.00) 100%);
    width: 90%;
    padding-block: 0.6vw;
    text-align: center;
}

.terms-checkbox-group input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.terms-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.phone-input-wrapper {
    display: flex;
    gap: 0;
    align-items: stretch;
    border-bottom: 1px solid #c9bfb3;
    background: transparent;
    position: relative;
    transition: border-color 0.3s ease;
}

.terms-text {
    flex: 1;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}

.terms-link:hover {
    color: #003b4a;
}
.banner-content .gradient-box p {
    font-size: 1vw;
    margin-bottom: 0px;
    font-weight: 500;
}

.registration-section {
    padding: 4.225vw;
    background: #ffffff;
}

/* Left image */
.card-image {
    width: 45%;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right content */
.card-content {
    padding: 50px;
}

.card-content h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 8px;
}

.subtitle {
    font-size: 13px;
    color: #555;
    margin-bottom: 32px;
}

/* Form */
.registration-form {
    width: 100%;
}

.form-row {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    position: relative;
}

.form-group label {
    font-weight: 600;
    display: block;
    font-size: 0.950vw;
    color: #004A63;
    margin-bottom: 6px;
}

.form-group input,
.form-group select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c9bfb3;
    background: transparent;
    padding: 8px 0;
    font-size: 14px;
    outline: none;
    color: #9aa0a6;
}

.form-group select option {
    color: #000;
}

.form-group select::placeholder {
    color: #c9bfb3;
}

.upload-group {
    position: relative;
}

.upload-btn {
    border: none;
    background: none;
    color: #003b4a;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

/* Submit */
.submit-btn {
    margin-top: 20px;
    background: #003b4a;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.submit-btn img {
    width: 17px;
    height: 8px;
}

.card-content h2 {
    font-family: "Marcellus", serif;
}

.browse-btn {
    position: absolute;
  /*  bottom: 0.5vw; */
    right: 0;
  top:30%;
}

.download-icon {
    width: 18px;
    height: 18px
}

.scroll-btn {
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    cursor: pointer;
    pointer-events: auto;
}

.banner-content h2 {
    font-family: "Marcellus", serif;
    font-size: 2.8vw;
    margin-top: 0.5vw;
}

.error {
    border-color: #e63946 !important;
}

.error-msg {
    font-size: 12px;
    color: #e63946;
    margin-top: 4px;
}

.pile-colors-2 {
    position: absolute;
    bottom: -8vw;
    left: 0;
    width: 11vw;
    height: auto;
    transform: rotate(-10deg);
}

.pricing-section .pile-colors-2 {
    position: absolute;
    bottom: 21vw;
    left: 0;
    width: 11vw;
    height: auto;
    transform: rotate(-10deg);
}

.ethos-section {
    position: relative;
    background-color: white;
}

.pile-colors-1 {
    position: absolute;
    top: -8vw;
    right: 0;
    width: 13vw;
    height: auto;
    /* transform: rotate(-10deg); */
}

.ethos-section .banner-content {
    color: #000000;
    width: 74%;
}

.ethos-section .banner-content h4 {
    color: #004A63;
}

.ethos-section .banner-content p {
    color: #656565;
    margin-top: 0.7vw;
}

.ethos-section h2 {
    text-align: center;
}

.section-image {
    width: 100%;
    height: 100%;
}

.footer-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #004A63;
    color: white;
    padding: 3vw 2vw;
    z-index: 9999;
}

.footer-section h3 {
    font-family: "Marcellus", serif;
    margin: 1vw 2.5vw;
}

.footer-section p {
    font-size: 1vw;
}

.footer-section .footer-logo-img {
    width: 7.5vw;
    height: 7.5vw;
}

.pricing-section {
    padding-inline: 4.225vw;
    background: #fff;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.pricing-text .small-title {
    font-style: italic;
    color: #004A63;
    font-size: 1.8vw;
}

.pricing-text h2 {
    font-family: "Marcellus", serif;
    margin: 10px 0;
}

.pricing-text p {
    color: #666;
}

/* Cards */
.pricing-card {
    background: #FDEEDC;
    border-radius: 24px;
    position: relative;
}

.pricing-card.popular {
    background: #fde3c0;
}

/* Price circle */
.price-circle {
    width: 8vw;
    height: 8vw;
    background: #003b4a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    top: -2vw;
    right: 1.5vw;
    font-family: "Marcellus", serif;
    z-index: 9999;
}

/* Card content */
.pricing-card h3 {
    font-family: "Marcellus", serif;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 3vw;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: auto;
    margin-left: 3vw;
}

.pricing-card ul li {
    padding-left: 2vw;
    margin-bottom: 0.5vw;
    position: relative;
    font-size: 14px;
    color: #656565;
}

.pricing-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url('../images/list-marker-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.plan-name {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #FFD6A5;
    padding-block: 0.9vw;
    padding-left: 3vw;
    font-weight: 600;
    color: #004A63;
}

/* Button */
.plan-btn {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 30px;
    background: #FFD6A6;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #004A63;
}

.plan-btn a {
    font-weight: 600;
    cursor: pointer;
    color: #004A63;
    text-decoration: none;
}


.modal-header {
    border-bottom: none !important;
    padding: 20px !important;
}

.modal-footer {
    border-top: none !important;
}

.plan-btn:hover {
    background: #ffc078;
}



.note {
    font-size: 12px;
    color: #777;
    text-align: right;
    margin-top: 25px !important;
    margin-bottom: 30px;
}

.facilites-box {
    background-color: #004A63;
}

.facilites-box h2 {
    font-family: "Marcellus", serif;
    font-size: 2.310vw;
    margin-bottom: 0.7vw;
    color: white;
}

.facilites-box p {
    font-size: 1vw;
    color: white;
}

.info-box {
    margin-bottom: 1.8vw;
}

.info-box h4 {
    font-family: "Marcellus", serif;
    font-size: 1.370vw;
}

.info-box img {
    width: 3.1vw;
    height: auto;
    margin-right: 0.7vw;
}

.services-box {
    padding: 4.225vw;
}

.conduct-box {
    background-color: #FDEEDC;
}

.conduct-box h2 {
    font-family: "Marcellus", serif;
    font-size: 2.310vw;
    margin-bottom: 0.7vw;
    color: #000000;
}

.conduct-box p {
    font-size: 1vw;
    color: #004A63;
}

.conduct-list li {
    font-family: "Marcellus", serif;
    color: #656565;
    font-size: 1.5vw;
    position: relative;
}

.conduct-list li::before {
    content: '';
    position: absolute;
    left: -27px;
    top: 6px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url('../images/Green-Check.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.conduct-box .box-text {
    background-color: #004A63;
    color: white;
}

.services-box a {
    text-decoration: none;
    font-weight: 500;
}

.services-box a img {
    margin-left: 10px;
}

.timeline-section {
    padding-top: 7vw;
    padding-bottom: 5vw;
    z-index: 0;
    margin-top: -3vw;
}

.timeline-section h2 {
    font-family: "Marcellus", serif;
    ;
}

.timeline-section .subheading {
    color: white;
    font-size: 1vw;
    font-weight: 300;
}

.timeline-section {
    background-image: url('../images/Holi-Colors.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.timeline-overlay {
    background: rgba(0, 74, 99, 0.89);
    position: absolute;
    inset: 0;
}

.timeline-line {
    height: 1px;
    background-color: #ffffff;
    width: calc(100% - 25%);
    margin-left: 12.5%;
    z-index: 0;
}

.timeline-connector {
    width: 2px;
    height: 80px;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.timeline-connector::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 9px;
    height: 9px;
    background-color: #ffffff;
}

.timeline-info {
    position: relative;
    padding-inline: 1vw;
}

.timeline-info h6 {
    font-family: "Marcellus", serif;
    font-size: 1.4vw;
    margin-top: 2.6vw;
}

.timeline-info p {
    color: white;
    font-weight: 400;
    font-size: 1vw;
    margin-top: 1.3vw;
}

.timeline-bottom-text {
    margin-top: 7vw;
    font-size: 1vw;
    text-align: center;
}

.timeline-bottom-text .main-text {
    font-family: "Marcellus", serif;
    font-size: 1.2vw;
}

.artist-section {
    position: relative;
    padding-inline: 4.225vw;
    padding-top: 5vw;
    padding-bottom: 6vw;
}

.artist-section .header-part h4 {
    color: #004A63;
}

.artist-section .header-part h2 {
    font-family: "Marcellus", serif;
}

.artist-card {
    background: #fff;
    /* border-radius: 18px; */
    transition: all 0.4s ease;
    padding-bottom: 1vw;
    border-bottom: 3px solid #004A63;
    position: relative;
    height: 100%;
}

.artist-card h5 {
    font-family: "Marcellus", serif;
    font-size: 1.9vw;
    color: #004A63;
    margin-top: 1vw;
}

.artist-card .role {
    font-size: 1vw;
    color: #004A63;
}

.artist-swiper {
    margin-top: 2vw;
}

.artist-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 12px;
    transition: all 0.4s ease;
}

.decorated-title h4 {
    font-size: 2vw;
}

.location-badge {
    position: absolute;
    top: -2px;
    left: -4px;
    background: #FFD6A5;
    padding: 0.5vw 0.9vw;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 0.9vw;
    font-style: italic;
    color: #004A63;
}

.role {
    font-size: 13px;
    font-weight: 600;
}

.desc {
    font-size: 0.97vw;
    color: #656565;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.artist-card a {
    font-size: 1vw;
    font-weight: 600;
    text-decoration: none;
    color: #004A63;
}

/* NAV ARROWS */
.custom-nav {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.design-pattern {
    position: absolute;
    top: -8.7%;
    left: 40%;
    z-index: -21;
    width: 20vw;
}

.swiper-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 40px;
    z-index: 9999;
    position: relative;
}


.blue-swiper-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #004A63;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* gap: 50px; */
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 999;
}

.leftimg-1 {
    position: absolute;
    top: 0;
    left: 4%;
    transform: translate(-38%, 150%);
}

.leftimg-2 {
    position: absolute;
    top: 0;
    left: 4%;
    transform: translate(-38%, 45%);
}

.leftimg-3 {
    position: absolute;
    top: 3%;
    left: 10vw;
    /* transform: translate(70%, 10%); */
}

.leftimg-4 {
    position: absolute;
    top: 29%;
    left: 10vw;
}

.leftimg-5 {
    position: absolute;
    top: 16%;
    left: 19.7vw;
    /* transform: translate(100%, 75%); */
}

.leftimg-6 {
    position: absolute;
    top: 4%;
    left: 29.5vw;
    /* transform: translate(40%, 115%); */
}

.leftimg-7 {
    position: absolute;
    top: 14%;
    left: 39.3vw;
}

.leftimg-8 {
    position: absolute;
    top: 5%;
    left: 49vw;
}

.leftimg-9 {
    position: absolute;
    top: 16%;
    right: 23vw;
}

.leftimg-10 {
    position: absolute;
    top: 5%;
    right: 13vw;
}

.leftimg-11 {
    position: absolute;
    top: 31%;
    right: 13vw;
}

.leftimg-12 {
    position: absolute;
    top: 37%;
    right: 3vw;
}

.leftimg-13 {
    position: absolute;
    top: 11%;
    right: 3vw;
}

.img-box {
    width: 9vw;
    height: 12.5vw;
    object-fit: cover;
    border-radius: 18px;
}

/* TEXT BLOCK */

.content-box h2 {
    font-family: "Marcellus", serif;
    font-size: 2.3vw;
    color: #000000;
    margin-bottom: 1vw;
}

.content-box p {
    font-size: 1vw;
    color: #656565;
    line-height: 1.7;
}

.desktop-img-boxes {
    display: none;
}

.swiper-slide {
    filter: none !important;
}

.swiper-slide-shadow {
    display: none !important;
}

.content-box .about {
    font-size: 1.7vw;
    color: #004A63;
    margin-bottom: 0.6vw;
}

.scroll-btn {
    color: white;
    text-decoration: none !important;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .image-collage {
        height: auto;
    }

    .img-box {
        position: static;
        margin: 8px;
    }
}


/* Mobile */
@media (max-width: 768px) {

    .modal-body {
        padding: 25px !important;
        font-size: 13px;
    }

    .registration-card {
        position: relative;
        background: #fdf1e3;
        border-radius: 24px;
    }

    .form-row {
        flex-direction: column;
    }

    .form-group label {
        font-weight: 600;
        display: block;
        font-size: 13px;
        color: #004A63;
        margin-bottom: 6px;
    }
    
    .video-section{
        height: 94vh;
    }

    .banner-content {
        top:48%;
        width: 90%;
    }

    .footer-section {
        padding: 30px 25px;
    }

    .footer-section p {
        font-size: 12px;
        text-align: center;
    }

    .footer-section .footer-logo-img {
        width: 60px;
        height: 60px;
    }

    .footer-section h3 {
        margin: 10px 20px;
    }

    .banner-content .gradient-box p {
        font-size: 14px;
    }

    .banner-content p {
        font-size: 13px;
    }

    .banner-content h2 {
        font-size: 26px;
        text-align: center;
    }

    .banner-content .gradient-box {
        padding-block: 15px;
    }

    .modal-header {
        font-size: 18px;
    }

    .icon {
        width: 70px;
        height: 40px;
    }

    .decorated-title {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .decorated-title {
        font-size: 23px;
    }

    .cancel-icon {
        width: 13px;
        height: auto;
        margin-right: 2px;
    }

    .pile-colors-1 {
        width: 90px;
        height: auto;
    }

    .pile-colors-2 {
        width: 90px;
        height: auto;
        transform: rotate(0deg);
        bottom: -77px;
    }

    .scroll-btn {
        transform: translate(-52%, -26%);
    }

    .plan-name {
        padding-block: 10px;
        padding-left: 20px
    }

    /* .pricing-card {
        margin-bottom: 40px;
    } */

    .pricing-card h3 {
        padding-left: 5px;
    }

    .pricing-card ul li {
        padding-left: 25px;
        margin-bottom: 18px;
    }

    .pricing-text .small-title {
        font-size: 22px;
    }

    .pricing-text p {
        font-size: 14px;
    }

    .price-circle {
        top: -22px;
        right: 10px;
        width: 95px;
        height: 95px;
    }

    .facilites-box h2 {
        font-size: 22px;
    }

    .facilites-box p {
        font-size: 13px;
    }

    .info-box {
        margin-bottom: 25px;
    }

    .info-box img {
        width: 34px;
        height: 34px;
    }

    .info-box h4 {
        font-size: 18px;
    }

    .info-box p {
        font-size: 13px;
    }

    .services-box a {
        font-size: 14px;
    }

    .services-box {
        padding-block: 48px;
        padding-inline: 30px;
    }

    .conduct-box .box-text {
        font-size: 15px;
    }

    .conduct-box h2 {
        font-size: 22px;
    }

    .conduct-box p {
        font-size: 13px;
    }

    .conduct-list li {
        font-size: 17px;
    }

    .timeline-section .subheading {
        font-size: 14px;
    }

    .timeline-info {
        margin-bottom: 38px;
    }

    .timeline-info h6 {
        font-family: "Marcellus", serif;
        font-size: 17px;
    }

    .timeline-info p {
        font-size: 13px;
        color: white;
    }

    .timeline-bottom-text {
        font-size: 12px;
        margin-top: 7%;
    }

    .timeline-bottom-text .main-text {
        font-size: 12px;
    }

    .artist-img {
        width: 100%;
        height: auto;
    }

    .timeline-section {
        padding-block: 60px;
        padding-inline: 17px;
        margin-top: 50px;
    }

    .artist-card {
        padding-bottom: 20px;
    }

    .artist-card h5 {
        font-size: 20px;
    }

    .artist-card .role {
        font-size: 14px;
    }

    .desc {
        font-size: 13px;
        color: #656565;
    }

    .artist-card a {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .artist-card a img {
        margin-left: 10px;
    }

    .swiper-nav {
        position: absolute;
        top: -20px;
        right: 15px
    }

    .design-pattern {
        display: none;
    }

    .desktop-img-boxes {
        display: none;
    }

    .content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }

    .content-box .about {
        font-size: 21px;
        color: #004A63;
        margin-bottom: 10px;
    }

    .content-box h2 {
        font-size: 24px;
    }

    .content-box p {
        font-size: 14px;
        margin-top: 15px;
    }

    .swiper-slide {
        filter: none !important;
    }

    .swiper-slide-shadow {
        display: none !important;
    }

    .artist-section {
        padding-block: 50px;
    }

    .braj-section {
        padding-bottom: 40px;
        padding-inline: 40px;
        padding-top: 50px
    }

    .location-badge {
        position: absolute;
        top: -2px;
        left: -4px;
        background: #FFD6A5;
        padding: 6px 11px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        font-size: 11px;
        font-style: italic;
        color: #004A63;
    }

    .scroll-btn {
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        cursor: pointer;
        pointer-events: auto;
    }

    .decorated-title h4 {
        font-size: 22px;
    }

    header {
        padding-top: 20px;
    }

    header .logo-img {
        width: 60px;
        height: auto;
    }

    header .btn {
        font-size: 12px;
    }

    .ethos-section .banner-content {
        position: relative;
        transform: translate(-48%, -8%);
        padding-top: 100px !important;
        padding-bottom: 31px;
    }

    .section-image{
        display: none;
    }

    .registration-card{
        margin-bottom: 80px;
    }

}

@media (min-width:769px) {

    .modal-body {
        font-size: 1.05vw;
        padding-inline: 2vw !important;
        padding-bottom: 2vw !important;
    }


    .cancel-icon {
        width: 1vw;
        height: auto;
        margin-right: 0.4vw;
    }

    .registration-card {
        position: relative;
        margin-bottom: -1vw;
        z-index: 1;
        background: #fdf1e3;
        border-radius: 24px;
        overflow: hidden;
        margin: auto;
        margin-top: 4vw;
        width: 91.5vw;
    }

    /* .timeline-section {
        margin-top: 50px;
    } */
}

/* Tablet */
/* @media (min-width: 769px) and (max-width: 990px) {} */

/* Desktop */
@media (min-width: 991px) {

    .banner-content p {
        text-align: center;
        font-weight: 300;
        font-size: 0.97vw;
        margin-top: 0.2vw;
    }

    .banner-content .gradient-box {
        background: linear-gradient(90deg, rgba(0, 74, 99, 0.00) 0%, #004A63 55.77%, rgba(0, 74, 99, 0.00) 100%);
        width: 90%;
        padding-block: 0.6vw;
        text-align: center;
    }

    .banner-content .gradient-box p {
        font-size: 1vw;
        margin-bottom: 0px;
        font-weight: 500;
    }

    .decorated-title {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .content-box {
        max-width: 700px;
        position: absolute;
        top: 50%;
        left: 22%;
    }

    .content-box::before {
        margin-top: 3vw;
        content: "";
        position: absolute;
        inset: -8vw;
        background: url(../images/Holi-Fire-Img.png) center / contain no-repeat;
        opacity: 1;
        z-index: 1;
        left: -11vw;
    }

    .desktop-img-boxes {
        display: block;
    }

    .braj-section {
        background: #fff;
        overflow: hidden;
        height: 110vh;
        margin-inline: 4vw;
        margin-top: 3vw;
        overflow-x: hidden;
    }

    .cancel-icon {
        width: 1vw;
        height: auto;
        margin-right: 0.4vw;
    }

}

@media (min-width: 769px) and (max-width: 991px) {
    .braj-section {
        padding-bottom: 40px;
        padding-inline: 40px;
        padding-top: 50px;
    }

    .price-circle {
        width: 8vw;
        height: 8vw;
    }

    .content-box {
        margin-top: 40px;
    }
}