
body{    padding: 15px;    font-family: "Montserrat", Sans-serif;}
.gallery-img {
  cursor: zoom-in;
  transition: transform .3s ease;
}
.gallery-img:hover {
  transform: scale(1.03);
}
.register-btn:hover{
    background-color: #FF0000!important;
}
/* Top & Bottom Marquee */
.notice-bar {
    background: #e6c56f;
    font-size: 14px;
    font-weight: 600;
    color: #545a52;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px;
}

.marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 25s linear infinite;
}

.marquee-track span {
    padding-right: 10px;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


.marquee-item {
    display: inline-block;
    white-space: nowrap;
    padding-right: 40px; /* bas itna gap, no blank */
}

/* Main Banner */
.ddjay-banner {
    background: #f6871f;
    padding: 0px 0;
}

.ddjay-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

/* Green Strip */
.ddjay-location {
    font-family: "Montserrat", Sans-serif;
    background: #0aa650;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 6px 10px;
}

/* Logos */
.logo-img {
    max-height: 85px;
}

.logo-right {
    max-height: 75px;
}
.mobile-section-footer {
    display: none;
}
/* Responsive */
@media (max-width: 768px) {
    .ddjay-content {
    padding: 50px 0px!important;
}
.p-5 {
    padding: 1rem !important;
}

    p{    text-align: justify;}
    .ddjay-title {
        font-size: 26px;
    }
    .ddjay-location {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .mobile-section-footer {
        position: fixed;
        bottom: 0;
        z-index: 99;
        background: #f8f9fa;
        width: 100%;
        padding: 2px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        right: 0;
    }
        .mobile-section-footer a.btn {
        border-radius: 0px !important;
        border-right: solid 1px #fff;
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }
    .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border-color: none!important;
}
}




/* Section */
.ddjay-section {
    background: #fffde8;
}

/* Left Content */
.ddjay-left h1 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    line-height: 1.2;
}

.ddjay-left h2 {
   font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #D24A00;

}

.ddjay-left h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000000;

}

.ddjay-left ul {
    padding-left: 0;

}

.ddjay-left ul li {
    list-style: none;
    font-size: 17px;
    margin-bottom: 5px;
}

.ddjay-left ul li::before {
    /* content: "✔";
    color: #000!important;
    font-weight: 700;
    margin-right: 10px; */
         content: "";
    display: inline-block;
    width: 9px;
    height: 15px;
    border: solid #000;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    margin-right: 10px;
}

.application-fee {
       font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #D24A00;
}

.fee-amount {
   font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.register-btn {
   background-color: #FF0000;
    width: 90%;
    border-style: none;
    /* background: red; */
    color: #fff;
    font-size: 17px;
    padding: 9px;
    border-radius: 6px;
    margin-top: 15px
}

/* Right Image */
.ddjay-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .ddjay-left h1 {
        font-size: 20px;
    }
    .ddjay-left h2 {
        font-size: 16px;
    }
    .ddjay-left h3 {
        font-size: 18px;
    }
    .application-fee {
        font-size: 16px;
    }
}



/* TOP DATE BAR */
.date-bar {
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.date-box {
    padding: 14px 10px;
}

.bg-green {
        background-color: transparent;
    background-image: linear-gradient(215deg, #F78320 42%, #00A85A 100%);
}

.bg-orange {
       background-color: transparent;
    background-image: linear-gradient(101deg, #F78320 42%, #00A85A 100%);
}

/* CONTENT */
.ddjay-content {
    padding: 50px 15px;
}

.ddjay-content h1 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.ddjay-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #e85d04;
    text-align: center;
    margin-bottom: 25px;
}

.ddjay-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #111;
}

.ddjay-content b {
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .ddjay-content h1 {
        font-size: 26px;
    }
    .ddjay-content h2 {
        font-size: 18px;
    }
}


/* Heading */
.section-title {
    text-align: center;
    margin: 40px 0 25px;
}
.section-title h2 {
    font-weight: 700;
}
.section-title span {
    color: #e85d04;
    font-size: 20px;
    font-weight: 600;
}

/* Table */
.price-table thead th {
    background: #4c4c8a;
    color: #fff;
    padding: 18px 15px;
    font-weight: 600;
    white-space: nowrap;
}

.price-table tbody td {
    padding: 18px 15px;
    vertical-align: middle;
    white-space: nowrap;
}

.price-table tbody tr:nth-child(even) {
    background: #f2f2f2;
}

/* Status */
.status-open {
    color: #e63946;
    font-weight: 600;
}
.status-close {
    color: #000;
    font-weight: 500;
}

/* Bottom Bar */
.register-bar {
    background: red;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 5px;
    margin-top: 20px;
    border-radius: 6px;
}

/* Mobile tweak */
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 22px;
    }
    .section-title span {
        font-size: 16px;
    }
}


/* Section Title */
.amenities-title {
    text-align: center;
    margin: 50px 0 35px;
}
.amenities-title h2 {
    font-weight: 700;
}
.amenities-title span {
    color: #e85d04;
    font-size: 20px;
    font-weight: 600;
}

/* Card */
.amenity-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.amenity-card h6 {
    margin-top: 12px;
    font-weight: 600;
    text-align: center;
}

/* Mobile image height */
@media (max-width: 576px) {
    .amenity-card img {
        height: 140px;
    }
}


.icon-box {
  width: 55px;
  height: 55px;
  background: #304f9e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

@media (max-width: 576px) {
  h2 {
    font-size: 18px;
  }
}


.ease-title {
  color: #e65100;
  font-weight: 600;
}

.ease-box {
  text-align: center;
}

.ease-icon {
  font-size: 48px;
  color: #000;
  display: block;
  margin-bottom: 20px;
}

.ease-btn {
  border: 1px solid #1c2b5a;
  padding: 12px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 600;
  background: #fff;
}

.ease-btn:hover {
  background: #1c2b5a;
  color: #fff;
}

footer {
  border-top: 1px solid #ddd;
  font-size: 14px;
}
