/*
Theme Name: NemuTrip
Theme URI: https://nemutrip.com
Author: Hidayat Nur
Author URI: https://nemutrip.com
Description: Official WordPress Theme for NemuTrip Bali Shuttle Service.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nemutrip
Domain Path: /languages
Tags: transportation, travel, tourism, booking, shuttle, bootstrap, responsive, custom-logo
*/

/* ==========================================================
   CSS RESET
========================================================== */

*,
*::before,
*::after{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* ==========================================================
   ROOT
========================================================== */

html{
    scroll-behavior:smooth;
    -webkit-text-size-adjust:100%;
}

/* ==========================================================
   BODY
========================================================== */

body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:1.6;
    color:#222;
    background:#fff;
    overflow-x:hidden;
    text-rendering:optimizeLegibility;
}

body.admin-bar{
    position:relative;
}

/* ==========================================================
   MEDIA
========================================================== */

img,
svg,
iframe{
    max-width:100%;
    height:auto;
    display:block;
}

figure{
    margin:0;
}

/* ==========================================================
   LINKS
========================================================== */

a{
    text-decoration:none;
    transition:.3s ease;
}

a:hover{
    text-decoration:none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible{
    outline:2px solid #0d6efd;
    outline-offset:2px;
}

/* ==========================================================
   LISTS
========================================================== */

ul,
ol{
    list-style:none;
    margin:0;
    padding:0;
}

/* ==========================================================
   FORM
========================================================== */

input,
textarea,
select,
button{
    font:inherit;
}

button{
    cursor:pointer;
}

/* ==========================================================
   TABLE
========================================================== */

table{
    width:100%;
    border-collapse:collapse;
}

/* ==========================================================
   CODE
========================================================== */

pre,
code{
    font-family:Consolas, Monaco, monospace;
}

/* ==========================================================
   BLOCKQUOTE
========================================================== */

blockquote{
    margin:1.5rem 0;
    padding-left:1rem;
    border-left:4px solid #0d6efd;
}

/* ==========================================================
   WORDPRESS
========================================================== */

.alignleft{
    float:left;
    margin-right:1.5rem;
}

.alignright{
    float:right;
    margin-left:1.5rem;
}

.aligncenter{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.wp-caption{
    max-width:100%;
}

.wp-caption img{
    width:100%;
    height:auto;
}

.gallery-caption{
    font-size:.875rem;
}

.sticky{
    display:block;
}

.bypostauthor{
    display:block;
}

.screen-reader-text{
    position:absolute;
    left:-9999px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.screen-reader-text:focus{
    left:5px;
    top:5px;
    width:auto;
    height:auto;
    padding:10px 15px;
    background:#fff;
    color:#000;
    z-index:100000;
}

/* ==========================================================
   UTILITIES
========================================================== */

.container-fluid{
    padding-left:15px;
    padding-right:15px;
}