/* ========================================================= MEDICA 2026 - NEW PACKAGE / BROCHURE DESIGN ========================================================= */ .medica-information, .medica-brochure-section, .booking-process { background: #f7f9fc; } .section-heading { text-align: center; max-width: 900px; margin: 0 auto 45px; } .section-tag { display: inline-block; color: #c49a1f; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px; } .section-heading h2 { color: #0b2f63; font-size: 42px; line-height: 1.2; margin-bottom: 18px; } .section-heading p { color: #555; font-size: 17px; line-height: 1.8; } /* ========================================================= INFORMATION ========================================================= */ .medica-information { padding: 80px 0 30px; } .information-card { background: #fff; max-width: 1060px; margin: auto; padding: 40px; border-radius: 18px; box-shadow: 0 12px 35px rgba(0,0,0,.08); border-top: 4px solid #d4af37; } .information-card h3 { color: #0b2f63; font-size: 26px; margin-bottom: 25px; } .information-card ul { list-style: none; padding: 0; margin: 0; } .information-card li { padding: 13px 0; border-bottom: 1px solid #eee; color: #333; font-size: 16px; } .information-card li:last-child { border-bottom: 0; } /* ========================================================= PACKAGES ========================================================= */ .packages { background: #f7f9fc; padding: 70px 0 90px; } .medica-package-image-wrapper { width: 100%; max-width: 1100px; margin: 0 auto; padding: 18px; background: #fff; border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,.12); } .medica-package-image { display: block !important; width: 100% !important; max-width: 1060px !important; height: auto !important; min-height: 0 !important; object-fit: contain !important; margin: 0 auto !important; border-radius: 12px; } /* ========================================================= PACKAGE CTA ========================================================= */ .package-cta { max-width: 900px; margin: 45px auto 0; text-align: center; background: #0b2f63; padding: 45px 30px; border-radius: 20px; box-shadow: 0 15px 40px rgba(11,47,99,.18); } .package-cta h3 { color: #fff; font-size: 30px; margin-bottom: 12px; } .package-cta p { color: rgba(255,255,255,.85); font-size: 16px; line-height: 1.7; } .package-cta-buttons { margin-top: 25px; } .package-cta-buttons a { display: inline-block; text-decoration: none; margin: 7px; padding: 14px 28px; border-radius: 50px; font-weight: 700; } .package-cta-buttons .btn-gold { background: #d4af37; color: #111; } .package-cta-buttons .btn-dark { background: transparent; border: 2px solid #d4af37; color: #fff; } /* ========================================================= BOOKING PROCESS ========================================================= */ .booking-process { padding: 90px 0; } .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; } .process-card { position: relative; background: #fff; padding: 35px 25px; border-radius: 18px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,.07); transition: .3s ease; } .process-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,.12); } .process-number { position: absolute; top: 15px; right: 18px; color: #d4af37; font-size: 13px; font-weight: 800; } .process-icon { width: 65px; height: 65px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; border-radius: 50%; background: #0b2f63; color: #d4af37; font-size: 24px; } .process-card h3 { color: #0b2f63; font-size: 20px; margin-bottom: 12px; } .process-card p { color: #666; line-height: 1.7; font-size: 15px; } /* ========================================================= PAYMENT BOX ========================================================= */ .payment-box { display: flex; align-items: flex-start; gap: 25px; max-width: 1050px; margin: 50px auto 0; padding: 35px; background: #fff; border-left: 5px solid #d4af37; border-radius: 18px; box-shadow: 0 12px 35px rgba(0,0,0,.08); } .payment-icon { width: 65px; min-width: 65px; height: 65px; display: flex; align-items: center; justify-content: center; background: #0b2f63; color: #d4af37; border-radius: 50%; font-size: 25px; } .payment-box h3 { color: #0b2f63; font-size: 25px; margin-bottom: 10px; } .payment-box p { color: #555; line-height: 1.7; } .payment-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 22px; } .payment-details div { color: #333; font-size: 14px; } .payment-details i { color: #d4af37; margin-right: 7px; } /* ========================================================= BOOKING BUTTONS ========================================================= */ .booking-buttons { text-align: center; margin-top: 40px; } .booking-buttons a { display: inline-block; margin: 7px; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: 700; } .booking-buttons .btn-gold { background: #d4af37; color: #111; } .btn-whatsapp { background: #25d366; color: #fff; } /* ========================================================= FINAL CTA ========================================================= */ .final-cta { background: linear-gradient(135deg, #07172c, #0b2f63); padding: 90px 20px; text-align: center; } .final-cta .section-tag { color: #d4af37; } .final-cta h2 { color: #fff; font-size: 44px; margin: 12px 0 18px; } .final-cta p { max-width: 750px; margin: auto; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.8; } .final-cta-buttons { margin-top: 30px; } .final-cta-buttons a { display: inline-block; margin: 7px; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: 700; } .final-cta-buttons .btn-gold { background: #d4af37; color: #111; } /* ========================================================= MOBILE ========================================================= */ @media (max-width: 900px) { .process-grid { grid-template-columns: repeat(2, 1fr); } .section-heading h2 { font-size: 34px; } .final-cta h2 { font-size: 36px; } } @media (max-width: 600px) { .medica-information, .packages, .booking-process { padding: 55px 0; } .section-heading { margin-bottom: 30px; } .section-heading h2 { font-size: 29px; } .section-heading p { font-size: 15px; } .information-card { padding: 25px 20px; } .medica-package-image-wrapper { padding: 8px; border-radius: 12px; } .medica-package-image { border-radius: 8px; } .process-grid { grid-template-columns: 1fr; } .payment-box { flex-direction: column; padding: 25px; } .payment-details { grid-template-columns: 1fr; } .package-cta { padding: 35px 20px; } .package-cta h3 { font-size: 25px; } .final-cta { padding: 65px 20px; } .final-cta h2 { font-size: 30px; } }