/* --- Hero Section --- */
.hero {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><linearGradient id="desert" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23f4a261"/><stop offset="50%" stop-color="%23e76f51"/><stop offset="100%" stop-color="%23e9c46a"/></linearGradient></defs><rect width="1200" height="800" fill="url(%23desert)"/><path d="M0,600 Q300,550 600,580 T1200,560 L1200,800 L0,800 Z" fill="%23d4a574"/><path d="M0,650 Q400,620 800,640 T1200,630 L1200,800 L0,800 Z" fill="%23c49663"/></svg>');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}\n

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    font-weight: 700;
}\n

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}\n

.section {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}\n


.section-title {
    color: #264653;
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
}\n

.about-section {
    background: linear-gradient(135deg, #264653 0%, #2a9d8f 100%);
    color: white;
}\n

.about-section .section-title {
    color: #f4a261;
}\n

.contact-section {
    background: #f8fafc;
    text-align: center;
}\n

.contact-section .section-title {
    color: #264653;
}\n

.tours-hero .hero-content h1 {
    font-size: 2.5rem;
    color: #264653;
    margin-bottom: 1rem;
    font-weight: 700;
}\n

.tours-hero .hero-content p {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}\n
    
    .hero-content h1 {
        font-size: 2.5rem;
    }\n

    .section {
        padding: 3rem 1rem;
    }\n

    .section-title {
        font-size: 2rem;
    }\n

    .tours-hero .hero-content h1 {
        font-size: 2.5rem;
    }\n
    
    .hero-content h1 {
        font-size: 2rem;
    }\n

    .hero-content p {
        font-size: 1.1rem;
        padding: 0 1rem;
    }\n

    .section-title {
        font-size: 1.75rem;
    }\n

    .tours-hero .hero-content h1 {
        font-size: 2rem;
    }\n

    .tours-hero .hero-content p {
        font-size: 1rem;
    }\n

.hero-image-container {
    margin-bottom: 3rem;
}\n

.hero-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}\n

.hero-caption {
    font-size: 0.875rem;
    color: #64748b;
    margin-top: 0.5rem;
    text-align: center;
}\n

.section-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #334155;
    margin: 3rem 0 1.5rem 0;
}\n
    
    .hero-image {
        height: 250px;
    }\n
    
    .section-heading {
        font-size: 1.75rem;
    }\n
    
    .section-heading {
        font-size: 1.5rem;
    }\n
    
    .hero-image {
        height: 200px;
    }\n
    
    .tours-hero .hero-content h1 {
        font-size: 2rem;
    }\n
    
    .tours-hero .hero-content p {
        font-size: 1rem;
    }\n
    
    .tours-hero .hero-content h1 {
        font-size: 1.75rem;
    }\n
    
    .tours-hero .hero-content p {
        font-size: 0.95rem;
    }\n
    
    .section-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }\n

/* Why Agafay Section */
.why-agafay-section{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:4rem 2rem 3rem;text-align:center}.why-agafay-content{max-width:800px;margin:0 auto 3rem}.why-agafay-content p{font-size:1.125rem;color:#64748b;line-height:1.7;margin-bottom:2rem}.why-agafay-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.why-agafay-item{display:flex;align-items:center;gap:1rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.why-agafay-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.why-agafay-icon{width:50px;height:50px;background:linear-gradient(135deg,#e76f51 0%,#f4a261 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-agafay-icon i{color:#fff;font-size:1.25rem}.why-agafay-text{text-align:left}.why-agafay-text h4{font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.25rem}.why-agafay-text p{font-size:.75rem;color:#64748b;margin:0;line-height:1.4}@media (max-width:768px){.why-agafay-grid{grid-template-columns:1fr;gap:1rem}.why-agafay-content p{font-size:1rem}}