/* ##################################################
   GLOBAL SECTION UTILITIES
################################################### */

/* Section Title Red */
.section-title-red {
    color: #b71c1c;
    font-weight: 700;
}


/* ##################################################
   COMPLIANCE STRIP SECTION
################################################### */

.compliance_strip {
    background: linear-gradient(135deg, #f8f9fa, #eef2f7);
    border-top: 3px solid #d4af37;
    border-bottom: 1px solid #e2e6ea;
}

.compliance_strip p {
    font-size: 16px;
    line-height: 1.7;
    color: #2c3e50;
}

.compliance_strip strong {
    color: #0b1c2d;
}


/* ##################################################
   OUR SERVICES SECTION
################################################### */

.our-services-section {
    background: #f5f6f8;
}

.our-services-title {
    font-size: 40px;
    font-weight: 700;
    color: #b71c1c;
    margin-bottom: 15px;
}

.our-services-subtitle {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
}

/* Service Cards */
.our-service-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.our-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.our-service-icon {
    font-size: 40px;
    color: #b71c1c;
    margin-bottom: 20px;
}

.our-service-card h5 {
    font-weight: 600;
    color: #b71c1c;
    margin-bottom: 15px;
}

.our-service-card p {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    flex-grow: 1;
}

.our-service-more {
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.our-service-more::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #b71c1c;
    margin: 5px auto 0;
    transition: 0.3s ease;
}

.our-service-card:hover .our-service-more {
    color: #b71c1c;
}

.our-service-card:hover .our-service-more::after {
    width: 40px;
}

@media (max-width: 991px) {
    .our-services-title { font-size: 32px; }
}

@media (max-width: 767px) {
    .our-services-title { font-size: 26px; }
}


/* ##################################################
   HERO CTA BUTTON
################################################### */

.hero-cta-btn {
    display: inline-block;
    padding: 12px 28px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
}

.hero-cta-btn:hover {
    background: #ffffff;
    color: #b71c1c;
    transform: translateY(-3px);
}


/* ##################################################
   BOOKING PROCESS SECTION
################################################### */

.process-box {
    padding: 25px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.process-number {
    font-size: 22px;
    font-weight: 700;
    color: #b71c1c;
    margin-bottom: 10px;
}


/* ##################################################
   INFO / OCCASION / POLICY COMMON BOXES
################################################### */

.info-box,
.policy-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.occasion-box {
    padding: 20px;
    border: 2px solid #b71c1c;
    border-radius: 50px;
    font-weight: 600;
}


/* ##################################################
   POLICY SECTION
################################################### */

.policy-list {
    list-style: none;
    padding-left: 0;
}

.policy-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.policy-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #b71c1c;
    font-weight: bold;
}


/* ##################################################
   ENTRY INCLUSION CARDS (Rounded Grid)
################################################### */

.entry-inclusion-section {
    background: #f4f6f9;
    padding: 60px 0;
}

.inclusion-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #ececec;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
    text-align: center;
    transition: all 0.35s ease;
    height: 100%;
}

.inclusion-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: rgba(183,28,28,0.25);
}

.icon-badge {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background: rgba(183,28,28,0.08);
    color: #b71c1c;
    font-size: 20px;
    transition: 0.3s ease;
}

.inclusion-card:hover .icon-badge {
    background: #b71c1c;
    color: #ffffff;
}

.inclusion-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.inclusion-card p {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
}


/* ##################################################
   MODERN ENTRY GRID SECTION
################################################### */

.entry-modern-section {
    background: #f4f6f9;
    padding: 80px 0;
}

.modern-title {
    font-size: 42px;
    font-weight: 700;
    color: #b71c1c;
    margin-bottom: 20px;
}

.modern-subtext {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.modern-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 28px;
    background: #b71c1c;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.modern-btn:hover {
    background: #8e0000;
}

.modern-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    position: relative;
    transition: all 0.35s ease;
    height: 100%;
}

.modern-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.modern-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: rgba(183,28,28,0.1);
    color: #b71c1c;
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
    transition: 0.3s ease;
}

.modern-card:hover .modern-icon {
    background: #b71c1c;
    color: #fff;
}

.modern-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #b71c1c;
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 50px;
}

.modern-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.modern-card p {
    font-size: 14px;
    color: #6c757d;
}

.modern-more {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 2px solid #b71c1c;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease;
}

.modern-card:hover .modern-more {
    color: #b71c1c;
}
