/*

Theme Name: Ocean Guard Premium
Version: 9.2
*/

/* GLOBAL */
*{
    box-sizing:border-box;
}

body{
    margin:0;
    font-family:Arial,sans-serif;
    color:#18324a;
    background:#fff;
    background-image:
    radial-gradient(rgba(45,120,183,.04) 1px, transparent 1px);
    background-size:24px 24px;
}


/* REMOVE WORDPRESS TAGLINE */
.site-description{
    display:none !important;
}


/* HEADER */
.og-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;

    z-index:999;

    padding:22px 70px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    background:rgba(12,26,42,.45);
    backdrop-filter:blur(12px);

    border-bottom:1px solid rgba(255,255,255,.12);
}


/* LOGO */
.og-header img{
    height:60px;
}


/* MENU */
.og-header nav a{
    color:#fff;
    text-decoration:none;
    margin:0 16px;
    font-weight:700;
    transition:.3s;
}

.og-header nav a:hover{
    color:#d4a85d;
}


/* HERO */
/*.hero{
    min-height:92vh;

    background:
    linear-gradient(rgba(20,45,70,.35),rgba(20,45,70,.55)),
    url('https://oceanguard.mv/wp-content/uploads/2024/10/viber_image_2024-01-26_22-18-30-975.jpg');

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;
    color:#fff;

    padding:120px 30px;
}*/

.hero{
    min-height:92vh;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    padding:120px 30px;
}
/* HERO TITLE */
.hero h1{
    font-size:82px;
    max-width:1000px;
    line-height:1.1;
}


/* BUTTON */
.btn{
    display:inline-block;

    background:#2d78b7;
    color:#fff;

    padding:16px 34px;

    border-radius:40px;
    text-decoration:none;

    margin:10px;

    transition:.3s;
}

.btn:hover{
    background:#1d5f96;
    transform:translateY(-2px);
}


/* STATS */
.stats{
    position:relative;
    overflow:hidden;

    max-width:1200px;

    margin:-55px auto 60px;

    background:#fff;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    display:grid;
    grid-template-columns:repeat(4,1fr);

    text-align:center;

    padding:30px;
}


/* MAP BACKGROUND */
.stats:before,
.band:before{
    content:'';

    position:absolute;
    inset:0;

    background:
    url('https://oceanguard.mv/wp-content/uploads/2024/12/maldives-map-bg.png')
    center/contain no-repeat;

    opacity:.06;

    pointer-events:none;
}


/* GENERAL SECTION */
.section{
    max-width:1280px;
    margin:auto;
    padding:90px 30px;
}


/* SPLIT SECTION */
.split{
    display:grid;
    grid-template-columns:1.1fr 1fr;

    gap:40px;

    align-items:center;

    margin-bottom:70px;
}


/* SPLIT IMAGE */
.split img{
    width:100%;
    height:380px;

    object-fit:cover;

    border-radius:18px;

    transition:transform .5s;
}

.split img:hover{
    transform:scale(1.03);
}


/* TITLES */
.title{
    font-size:46px;
    color:#15324d;
}


/* TEXT */
.text{
    font-size:18px;
    line-height:1.7;
    color:#4a6175;
}


/* FLEET GRID */
.fleetgrid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
}


/* FLEET CARD */
.fleetcard{
    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s;
}

.fleetcard:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}


/* FLEET IMAGE */
.fleetcard img{
    width:100%;
    height:250px;

    object-fit:cover;

    transition:transform .5s;
}

.fleetcard:hover img{
    transform:scale(1.06);
}


/* FLEET TITLE */
.fleetcard h3{
    padding:20px;
    text-align:center;
}


/* BAND SECTION */
.band{
    position:relative;
    overflow:hidden;

    background:#f2f7fb;

    padding:80px 30px;
}


/* ICON GRID */
.icongrid{
    max-width:1200px;

    margin:auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:24px;

    text-align:center;
}


/* BOX */
.box{
    background:#fff;

    padding:30px;

    border-radius:16px;

    box-shadow:0 10px 25px rgba(0,0,0,.06);

    transition:.35s;
}

.box:hover{
    transform:translateY(-8px);
}


/* FOOTER */
.footer{
    background:#14304a;
    color:#fff;

    text-align:center;

    padding:60px;
}


/* WHATSAPP */
.whatsapp{
    position:fixed;

    right:20px;
    bottom:20px;

    z-index:999;

    background:#25D366;
    color:#fff;

    padding:14px 18px;

    border-radius:50px;

    text-decoration:none;
    font-weight:bold;
}


/* MOBILE */
@media(max-width:768px){

    .og-header{
        padding:18px 20px;
    }

    .og-header img{
        height:48px;
    }

    .og-header nav a{
        margin:0 8px;
        font-size:14px;
    }

    .hero h1{
        font-size:46px;
    }

    .stats{
        grid-template-columns:1fr 1fr;
    }

    .split{
        grid-template-columns:1fr;
    }

    .fleetgrid{
        grid-template-columns:1fr;
    }

    .icongrid{
        grid-template-columns:1fr 1fr;
    }

}

/* Trusted Resorts Section */
.trusted-resorts{
    padding:90px 20px;
    background:#f7fbff;
    position:relative;
    overflow:hidden;
}

.trusted-resorts .container{
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    font-size:38px;
    font-weight:700;
    margin-bottom:50px;
    color:#0b1f33;
    letter-spacing:-1px;
}

.logo-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:25px;
    align-items:center;
}

.logo-box{
    background:#fff;
    border-radius:24px;
    padding:35px 25px;
    min-height:160px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .35s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    border:1px solid rgba(0,0,0,0.04);
}

.logo-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

.logo-box img{
    max-width:100%;
    max-height:80px;
    width:auto;
    height:auto;
    object-fit:contain;
    filter:grayscale(100%);
    opacity:.85;
    transition:all .3s ease;
}

.logo-box:hover img{
    filter:grayscale(0%);
    opacity:1;
}

@media(max-width:768px){

    .trusted-resorts{
        padding:70px 15px;
    }

    .section-title{
        font-size:28px;
        margin-bottom:35px;
    }

    .logo-grid{
        grid-template-columns:repeat(2,1fr);
        gap:18px;
    }

    .logo-box{
        min-height:130px;
        padding:25px 20px;
    }

    .logo-box img{
        max-height:60px;
    }

}