body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#f5f5f5;
    padding-top:60px;
}

header{

    background-image:url("images/hero-banner.png");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;

    color:white;
    text-align:center;

    padding:40px 20px 340px 20px;

}

.hero-overlay{
    background:none;

    max-width:1400px;

    margin:auto;

    padding:25px;

    border-radius:15px;

    position:relative;

    top:-68px;
}

header h1{

    margin:0;

    font-size:42px;

    font-weight:900;

    letter-spacing:1.5px;

    color:#ffffff;

    -webkit-text-stroke:1.5px #000;

    text-shadow:
        3px 3px 8px rgba(0,0,0,0.65);

}

header h2{

    font-size:20px;

    font-weight:700;

    color:#ffffff;

    margin-top:12px;

    margin-bottom:10px;

    text-shadow:2px 2px 6px rgba(0,0,0,.75);

}

header p{

    font-size:16px;

    max-width:820px;

    margin:0 auto;

    line-height:1.5;

    font-weight:600;

    text-shadow:2px 2px 6px rgba(0,0,0,.75);

}

section{
    text-align:center;
    padding:60px 20px;
}

section h2{
    color:#0B3D91;
    font-size:34px;
    font-weight:800;
}

h3{
    color:#ff7a00;
    font-size:20px;
    font-weight:600;
    margin-bottom:20px;
}

section p{
    max-width:950px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
}/* Navigation Bar */

.navbar{

    background:#0B3D91;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:20px;

    padding:15px 20px;

    position:fixed;

    top:0;

    left:0;

    width:100%;

    box-sizing:border-box;

    z-index:9999;

    box-shadow:0 2px 12px rgba(0,0,0,0.25);

}

.navbar a{
    color:white;
    text-decoration:none;
    margin:0 20px;
    font-size:17px;
    font-weight:bold;
    transition:0.3s;
}

.navbar a:hover{
    color:#00A651;
}

.nav-flag{

    width:36px;

    height:26px;

    object-fit:cover;

    border-radius:3px;

    box-shadow:0 2px 6px rgba(0,0,0,0.35);

    transition:0.3s;

}

.nav-flag:hover{

    transform:scale(1.08);

}

.hero p{
    font-size:16px;
    font-weight:700;
    color:white;
    text-shadow:
        4px 4px 12px rgba(0,0,0,1),
        0px 0px 8px rgba(0,0,0,0.9);
}

.about-preview{
    background:white;
    padding:80px 20px;
}

.about-preview img{
    width:100%;
    max-width:500px;
    border-radius:15px;
    margin:30px auto;
    display:block;
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
}

.about-preview p{
    max-width:1000px;
    margin:auto;
    font-size:21px;
    line-height:1.8;
}

.friendship-section{
    background:#f8f8f8;
    padding:80px 20px;
}

.friendship-section img{
    width:100%;
    max-width:750px;
    border-radius:15px;
    margin:30px auto;
    display:block;
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
}

.friendship-section p{
    max-width:1000px;
    margin:auto;
    font-size:21px;
    line-height:1.8;
}

.achievements-section{
    background:white;
    padding:80px 20px;
}

.achievements-section img{
    width:100%;
    max-width:500px;
    border-radius:15px;
    margin:30px auto;
    display:block;
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
}

.achievements-section p{
    max-width:1000px;
    margin:auto;
    margin-bottom:40px;
    font-size:21px;
    line-height:1.8;
}

.expeditions-section{
    background:#f8f8f8;
    padding:80px 20px;
}

.expeditions-section img{
    width:100%;
    max-width:500px;
    border-radius:15px;
    margin:30px auto;
    display:block;
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
}

.expeditions-section p{
    max-width:1000px;
    margin:auto;
    font-size:21px;
    line-height:1.8;
}
/* ACHIEVEMENTS SECTION */

.achievements-section h3{
    margin-top:50px;
    margin-bottom:20px;
    color:#d97706;
    font-size:26px;
    font-weight:700;
}

.achievements-section > img{
    margin-top: 15px;
    margin-bottom: 20px;
}
/* MISSION SECTION */

.mission-section{

    background:#f8f8f8;

    padding:80px 20px;

}

.mission-section img{

    width:100%;

    max-width:900px;

    border-radius:15px;

    display:block;

    margin:45px auto;

    box-shadow:0 8px 25px rgba(0,0,0,0.18);

}

.mission-section p{

    max-width:1000px;

    margin:auto auto 30px;

    font-size:21px;

    line-height:1.9;

}

.mission-section h3{

    color:#d97706;

    margin-top:40px;

    margin-bottom:20px;

    font-size:28px;

    font-weight:700;

}

/* BRAND SECTION */

.brand-section{

    background:white;

    padding:80px 20px;

}

.brand-section img{

    width:100%;

    max-width:500px;

    display:block;

    margin:35px auto;

    border-radius:15px;

    box-shadow:0 5px 20px rgba(0,0,0,0.15);

}

.brand-section p{

    max-width:1000px;

    margin:auto auto 30px;

    font-size:21px;

    line-height:1.9;

}

.brand-section h3{

    color:#d97706;

    margin-top:30px;

}

/* CAPTAINS SECTION */

.captains-section{

    background:white;

    padding:80px 20px;

}

.captains-section p{

    max-width:1000px;

    margin:auto auto 30px;

    font-size:21px;

    line-height:1.9;

}

.captains-section h3{

    color:#d97706;

}

.flag{

    font-size:28px;

    margin-right:6px;

    vertical-align:middle;

}

.subtitle{

    display:block;

    margin-top:10px;

    font-size:20px;

    font-weight:500;

    color:#0B3D91;

}

/* VISION SECTIONS */

.vision-section{

    background:#f8f8f8;

    padding:80px 20px;

}

.vision-section:nth-of-type(even){

    background:white;

}

.vision-section img{

    width:100%;

    max-width:900px;

    display:block;

    margin:40px auto;

    border-radius:15px;

    box-shadow:0 8px 25px rgba(0,0,0,0.18);

}

.vision-section h3{

    color:#d97706;

    font-size:28px;

    margin-top:35px;

    margin-bottom:20px;

}

.vision-section p{

    max-width:1000px;

    margin:auto auto 30px;

    font-size:21px;

    line-height:1.9;

}
/* ================= WEBSITE UPDATE ================= */

.website-update{

    background:#f5f8fc;

    padding:70px 20px;

    text-align:center;

}

.website-update h2{

    font-size:36px;

    color:#0a2d62;

    margin-bottom:25px;

}

.update-text{

    max-width:950px;

    margin:20px auto;

    font-size:19px;

    line-height:1.9;

    color:#444;

}

.coming-soon{

    background:white;

    margin:45px auto;

    max-width:850px;

    padding:35px;

    border-radius:15px;

    box-shadow:0 5px 20px rgba(0,0,0,.10);

}

.coming-soon h3{

    color:#d97706;

    margin-bottom:25px;

}

.coming-soon ul{

    list-style:none;

    padding:0;

}

.coming-soon li{

    padding:12px;

    font-size:18px;

    border-bottom:1px solid #ececec;

}

.website-note{

    display:inline-block;

    margin-top:35px;

    background:#0a2d62;

    color:white;

    padding:12px 30px;

    border-radius:30px;

    font-size:17px;

    font-weight:bold;

}

/* ================= CONTACT ================= */

.contact{

    background:white;

    padding:70px 20px;

    text-align:center;

}

.contact h2{

    font-size:36px;

    color:#0a2d62;

    margin-bottom:20px;

}

.contact h3{

    color:#d97706;

    margin-top:25px;

}

.contact p{

    font-size:18px;

    line-height:1.9;

    color:#444;

}

.contact a{

    color:#0a2d62;

    text-decoration:none;

    font-weight:bold;

}

.contact a:hover{

    color:#d97706;

}

/* ================= MEDIA SECTION ================= */

.media-section{

    background:white;

    padding:80px 20px;

}

.media-section h2{

    color:#0B3D91;

    font-size:36px;

    font-weight:800;

}

.media-section p{

    max-width:1000px;

    margin:auto;

    font-size:21px;

    line-height:1.9;

}

/* ================= MEDIA GRID ================= */

.media-grid{

    display:grid;

    grid-template-columns:repeat(3,minmax(320px,1fr));

    gap:24px;

    margin-top:20px;

    align-items:start;

}


/* ================= MEDIA CARD ================= */

.media-card{

    background:#f8f8f8;

    padding:20px;

    border-radius:15px;

    box-shadow:0 5px 18px rgba(0,0,0,.10);

    transition:0.3s;

    height:100%;

}

.media-card:hover{

    transform:translateY(-6px);

}

.media-card:hover{

    transform:translateY(-8px);

}

.media-card h3{

    color:#0B3D91;

    margin-bottom:15px;

}

.media-card p{

    font-size:18px;

    line-height:1.7;

}

.media-card img{

    width:100%;

    max-width:260px;

    display:block;

    margin:0 auto 20px;

    border-radius:12px;

    box-shadow:0 5px 15px rgba(0,0,0,.15);

}

/* Mobile */

@media (max-width:900px){

    .media-grid{

        grid-template-columns:1fr;

    }

}
/* ================= FEATURED OFFICIAL RECOGNITION ================= */

.media-card h4{

    color:#d97706;

    font-size:20px;

    font-weight:700;

    text-align:center;

    margin-top:25px;

    margin-bottom:20px;

}

.featured-recognition{

    background:#ffffff;

    border:1px solid #d9d9d9;

    border-radius:12px;

    padding:25px;

    margin-top:15px;

    min-height:140px;

}

.featured-recognition h5{

    margin:0;

    color:#0B3D91;

    font-size:26px;

    font-weight:800;

    text-align:center;

}

.recognition-source{

    margin-top:4px;

    margin-bottom:4px;

    color:#000;

    font-size:18px;

    font-weight:700;

    text-align:center;

}

.recognition-location{

    margin-top:6px;

    margin-bottom:4px;

    color:#555;

    font-size:16px;

    font-weight:600;

    text-align:center;

}

.recognition-title{

    margin-top:0;

    color:#d97706;

    font-size:17px;

    font-weight:600;

    text-align:center;

}

.recognition-summary{

    margin-top:20px;

    max-width:270px;

    margin-left:auto;

    margin-right:auto;

    color:#444;

    font-size:16px;

    line-height:1.7;

    text-align:center;

}

.recognition-reference{

    margin-top:15px;

    margin-bottom:10px;

    font-size:13px;

    color:#666;

    text-align:center;

    font-style:italic;

}

.recognition-reference strong{

    color:#0B3D91;

    font-style:normal;

}

.recognition-button{

    display:inline-block;

    margin-top:20px;

    background:#0B3D91;

    color:white;

    text-decoration:none;

    padding:10px 24px;

    border-radius:30px;

    font-size:15px;

    font-weight:700;

    transition:0.3s;

}

.recognition-button:hover{

    background:#d97706;

}

.recognition-photo{

    width:100%;

    max-width:260px;

    display:block;

    margin:25px auto;

    border-radius:10px;

    box-shadow:0 4px 12px rgba(0,0,0,.15);

}
/* ==========================================================
   MASTER ALTERNATING STORY LAYOUT
   Indian Saudi Couple Travellers
========================================================== */

.story-row{

    width:90%;
    max-width:1100px;

    margin:55px auto;

    padding:35px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:45px;

    background:#ffffff;

    border-radius:16px;

    box-shadow:0 5px 18px rgba(0,0,0,0.08);

    box-sizing:border-box;

}


/* ================= IMAGE SIDE ================= */

.story-image{

    flex:0 0 42%;

    display:flex;
    justify-content:center;
    align-items:center;

}

.story-image img{

    width:100%;
    max-width:440px;
    height:auto;

    display:block;

    border-radius:12px;

    box-shadow:0 5px 15px rgba(0,0,0,0.15);

}


/* ================= CONTENT SIDE ================= */

.story-content{

    flex:1;

    text-align:left;

}

.story-content h2{

    color:#0b3d91;

    font-size:26px;

    margin:0 0 20px;

    line-height:1.3;

}

.story-content p{

    color:#333333;

    font-size:16px;

    line-height:1.8;

    margin:0 0 16px;

}

.story-content p:last-child{

    margin-bottom:0;

}


/* ==========================================================
   REVERSE STORY LAYOUT
   Text Left / Image Right
========================================================== */

.story-row.reverse{

    flex-direction:row-reverse;

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width:900px){

    .story-row{

        width:92%;

        padding:28px;

        gap:30px;

    }

    .story-image{

        flex:0 0 44%;

    }

    .story-content h2{

        font-size:23px;

    }

    .story-content p{

        font-size:15px;

        line-height:1.7;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:700px){

    .story-row,
    .story-row.reverse{

        width:92%;

        margin:35px auto;

        padding:22px;

        flex-direction:column;

        gap:24px;

    }

    .story-image{

        width:100%;

        flex:none;

    }

    .story-image img{

        width:100%;

        max-width:500px;

    }

    .story-content{

        width:100%;

        text-align:center;

    }

    .story-content h2{

        font-size:22px;

        margin-bottom:15px;

    }

    .story-content p{

        font-size:15px;

        line-height:1.7;

        text-align:left;

    }

}