/*
Theme Name: OceanWP Child
Template: oceanwp
Version: 1.0
*/
/* =========================
   BLOG PAGES
========================= */
.blogs_section a {
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #a7c23a;
    font-size: 2rem;
}
.blogs_section time { font-weight: bolder; }
 
.testimonial-item {
    margin: 15px 0 15px 20px;
}
.testimonial-item h3 {
    margin: 10px 0;
    font-family: 'Montserrat', sans-serif;
    color: #a7c23a;
    font-size: 2rem;
}
 .testimonial-item h3 a {
    color: #a7c23a;
    
}
.blog_title {
    max-width: 1200px;
    width: 100%;
    margin: 20px auto;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #a7c23a;
    border-radius: 5px;
}
 #menu-top-menu .search-toggle-li,
#menu-top-menu .search-toggle-li a,
.mobile-searchform {
    display: none !important;
}
/* =========================
   BASE
========================= */
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    overflow-x: hidden;
}
 
img {
    max-width: 100%;
    height: auto;
}
 
/* =========================
   HEADER
========================= */
.header {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
 
.header-inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    align-items: center;
}
 
.logo {
    background: #a4c639;
    color: #fff;
    padding: 25px 40px;
    font-size: 28px;
}
.logo small {
    display: block;
    font-size: 14px;
}
 
/* Menu toggle (mobile only) */
.menu-toggle {
    display: none;
    background: #eee;
    color: #8bb63c;
    padding: 12px 20px;
    margin: 10px auto;
    width: fit-content;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}
 
.menu { margin: 0 auto; }
 
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 60px;
}
.menu ul li { display: inline-block; }
.menu ul li a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.menu ul li a:hover { color: #9cc03b; }
 
/* =========================
   HERO
========================= */
.hero { background: #eee; }
 
.hero-inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    align-items: center;
}
 
.hero-text {
    width: 35%;
    background: #fff;
    z-index: 9999999;
    padding: 20px;
}
.hero-text h2 { color: #a5553a; }
 
.hero-images {
    width: 65%;
    display: flex;
    justify-content: space-between;
}
.hero-images img { width: 30%; }
 
/* =========================
   BREADCRUMB
========================= */
.breadcrumb {
    max-width: 1200px;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    margin: 20px auto;
    background: #e5e5e5;
    border-radius: 5px;
}
 
/* =========================
   LAYOUT
========================= */
.container {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 30px auto;
    align-items: flex-start;
    background: #f5f5f5;
}
 
.sidebar {
    width: 260px;
    flex-shrink: 0;
    margin: 20px;
}
 
.content {
    flex: 1;
    min-width: 0;
    padding: 12px;
}
 
/* =========================
   SIDEBAR
========================= */
.sidebar-box {
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
 
.sidebar-title {
    background: #e6e6e6;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #d5d5d5;
}
 
.sidebar-box ul,
.sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.sidebar-box ul li,
.sidebar-list li {
    border-bottom: 1px solid #eee;
}
 
.sidebar-box ul li a,
.sidebar-list li a {
    display: block;
    padding: 10px 15px;
    color: #555;
    text-decoration: none;
    font-size: 14px;
}
 
.sidebar-box ul li a:hover,
.sidebar-list li a:hover {
    background: #f5f5f5;
    color: #8bb63c;
}
 form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea
 {
     border:1px solid;
 }
/* =========================
   HOME PAGE CONTENT BLOCKS
========================= */
.motor-text-section { padding: 0 20px 10px; }
.btn-wrapper { text-align: center; }
 
.motor-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
 
.main-title {
    font-size: 34px;
    font-weight: 600;
    color: #c8a36a;
    margin-bottom: 25px;
    position: relative;
}
.main-title:before,
.main-title:after {
    content: "";
    display: block;
    height: 1px;
    background: #c8a36a;
    margin: 15px auto;
    width: 100%;
    max-width: 600px;
}
 
.intro-text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}
 
.green-btn {
    display: inline-block;
    background: #8bb63c;
    color: #fff;
    padding: 12px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}
.green-btn:hover { background: #7aa832; }
 
.sub-title {
    font-size: 26px;
    color: #8bb63c;
    margin-top: 50px;
    margin-bottom: 20px;
}
 
.motor-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    text-align: left;
}
 
.bullet-box {
    text-align: left;
    margin: 25px 0;
}
.bullet-box ul {
    margin-top: 10px;
    padding-left: 20px;
}
.bullet-box li { margin-bottom: 6px; }
 
.bottom-title {
    font-size: 26px;
    color: #8bb63c;
    margin-top: 40px;
    text-align: left;
    background-color: #e6e6e6;
    padding: 20px;
}
 
/* =========================
   FORMS
========================= */
form input[type="text"],
form input[type="password"],testimonial-item
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
    border: 1px solid #9e9e9e !important;
}
 
input {
    display: inline-block;
    height: 33px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border linear .2s, box-shadow linear .2s;
}
 
textarea {
    height: 70px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
 
input,
textarea,
select {
    width: 100%;
    max-width: 100%;
}
 
/* Grey Form Box */
.grey-form-box {
    background: #f3f3f3;
    padding: 40px 30px;
}
.grey-form-box form {
    background: #dfdfdf;
    padding: 30px;
    border-radius: 12px;
    max-width: 780px;
    margin: auto;
}
.grey-form-box label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
}
.grey-form-box .elementor-field-group,
.grey-form-box p {
    margin-bottom: 22px;
}
.grey-form-box input:focus,
.grey-form-box select:focus,
.grey-form-box textarea:focus {
    border-color: #999;
    outline: none;
}
.grey-form-box input[type="date"] { padding-right: 40px; }
 
.form-card-box button,
.form-card-box input[type="submit"] {
    background: #8bb63c;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.form-card-box button:hover,
.form-card-box input[type="submit"]:hover {
    background: #7aa832;
}
 
/* CF7 Rows */
fieldset.hidden-fields-container { display: none; }
 
.cf7-row p {
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px 0;
    padding: 1px 0 1px 5px;
}
.cf7-row p label {
    width: 150px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
 
p.mandatory { margin: 0; }
 
/* CF7 File & Submit */
input.wpcf7-form-control.wpcf7-file {
    width: auto;
    height: 40px;
    line-height: 30px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    padding: 4px !important;
    border: 1px solid #d3d3d3;
    margin-bottom: 3px;
    cursor: pointer;
}
.btn-center { text-align: center; }
 
/* Radio Buttons */
.wpcf7-radio label {
    display: inline-flex;
    align-items: center;
    width: auto !important;
    white-space: nowrap;
}
.wpcf7-list-item-label {
    display: inline-block;
    white-space: nowrap;
}
.wpcf7-list-item { margin-right: 15px; }
.wpcf7-radio input[type="radio"] { width: auto; }
 
/* =========================
   FOOTER
========================= */
.mv-footer {
    background: #f5f5f5;
    color: #7a7a7a;
    padding-top: 40px;
    font-size: 14px;
    margin-top: 20px;
}
 
.mv-footer-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px 40px;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
 
.mv-footer-col { width: 33%; }
.mv-footer-col h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}
.mv-footer-col p {
    color: #7a7a7a;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}
 
.mv-footer i {
    width: 36px;
    height: 36px;
    background: #8bb63c;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
}
 
.mv-footer-bottom {
    background: #222;
    text-align: center;
    padding: 12px;
    font-size: 13px;
    color: #bbb;
}
 
.footer {
    color: #aaa;
    text-align: center;
    padding: 15px;
    margin-top: 10px;
}
 
/* =========================
   MOBILE  (max-width: 768px)
========================= */
@media (max-width: 768px) {
 
    /* Header */
    .header-inner {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .logo {
        width: 100%;
        text-align: center;
        padding: 20px;
    }
    .menu-toggle { display: block; }
    .menu {
        width: 100%;
        display: none;
    }
    .menu ul {
        flex-direction: column;
        gap: 0;
    }
    .menu ul li {
        width: 100%;
        text-align: center;
    }
    .menu ul li a {
        display: block;
        padding: 12px;
        border-bottom: 1px solid #ddd;
    }
 
    /* Hero */
    .hero,
    .hero-inner {
        padding: 0 !important;
    }
    .hero-inner { flex-direction: column; }
    .hero-images {
        order: 1;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
    }
    .hero-text {
        order: 2;
        width: 100%;
        text-align: center;
    }
    .hero-images img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
 
    /* Smart Slider height */
    /*.hero-images .n2-ss-slider,*/
    /*.hero-images .n2-ss-slider-wrapper,*/
    /*.hero-images .n2-ss-slider-1,*/
    /*.hero-images .n2-ss-slide {*/
    /*    height: 360px !important;*/
    /*    min-height: 360px !important;*/
    /*    width: 100% !important;*/
    /*}*/
 
    /* Layout */
    .container { flex-direction: column; }
    .sidebar { width: 100%; margin: 0; }
    .content { width: 100%;padding:2px; }
 
    /* Typography */
    .main-title { font-size: 26px; }
    .sub-title,
    .bottom-title { font-size: 22px; }
    .motor-content p { font-size: 14px; }
    .motor-text-section { padding: 0 5px 6px; }
 
    /* Forms */
    .grey-form-box { padding: 2px 1px; }
    .grey-form-box form { padding: 5px; }
 
    .cf7-row p {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .cf7-row p label {
        width: 100%;
        margin-bottom: 6px;
    }
 
    input,
    textarea,
    select {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
        padding: 8px;
        font-size: 14px;
        border-radius: 6px;
    }
    input:focus,
    textarea:focus,
    select:focus {
        border-color: #8bb63c;
    }
    textarea { height: 100px; }
 
    input.wpcf7-file { width: 100%; }
    input.wpcf7-submit {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }
 
    .wpcf7-radio {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .wpcf7-radio label {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }
 
    /* Footer */
    .mv-footer-container {
        flex-direction: column;
        gap: 25px;
    }
    .mv-footer-col { width: 100%; }
}
/* =========================
   SMART SLIDER FINAL FIX
   ID = n2-ss-2
========================= */

/* ===== DESKTOP ===== */

#n2-ss-2,
#n2-ss-2 .n2-ss-slider,
#n2-ss-2 .n2-ss-slider-wrapper,
#n2-ss-2 .n2-ss-slide {

    height: 400px !important;
    max-height: 400px !important;
    min-height: 400px !important;

}

/* Image fit */

#n2-ss-2 img {

    width: 100%;
    height: 100% !important;

    object-fit: contain !important;
    object-position: center center !important;

}

/* =========================
   MOBILE HERO + SLIDER FINAL FIX
========================= */

@media (max-width:768px){

/* Make hero section taller */

.hero {
    min-height: 360px !important;
}

.hero-inner {
    min-height: 360px !important;
}

/* Make slider full height */

#n2-ss-2,
#n2-ss-2 .n2-ss-slider,
#n2-ss-2 .n2-ss-slider-wrapper,
#n2-ss-2 .n2-ss-slide {

    height: 250px !important;
    min-height: 250px !important;

}

/* Keep full image visible (no zoom) */

#n2-ss-2 img {

    width: auto !important;
    height: 70% !important;

    max-width: none !important;

}

/* Control background scaling */


#n2-ss-2 .n2-ss-slide-background {

    background-size: 100% auto !important;
    background-position: center center !important;

}

/* Remove extra blank spacing */

.hero-images {
    padding: 0 !important;
    margin: 0 !important;
}

}
/* ===== HERO ===== */

.hero {
margin-bottom:30px;
}


/* ===== LAYOUT ===== */

.custom-container {
max-width:1200px;
margin:auto;
padding:20px;
}

.custom-row {
display:flex;
gap:30px;
}


/* ===== SIDEBAR ===== */

.custom-sidebar {
width:30%;
background:#f5f5f5;
padding:20px;
}

.custom-sidebar ul {
padding-left:15px;
}

.custom-sidebar li {
margin-bottom:10px;
}


/* ===== CONTENT ===== */

.custom-content {
width:70%;
}


/* ===== MOBILE ===== */

@media (max-width:768px){

.custom-row {
flex-direction:column;
}

.custom-sidebar,
.custom-content {
width:100%;
}

}
.single-title {

    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #a7c23a;
    text-align:center;

}

/* Center title on single pages */

.single-post .single-title,
.single-testimonial .single-title {

    text-align: center;

}
/* Breadcrumb Styling */

.breadcrumb {

font-size: 14px;

margin-top: 5px;
margin-bottom: 25px;

}

.breadcrumb a {

text-decoration: none;
color: #333;

}

.breadcrumb a:hover {

color: #ff3c00;

}

.breadcrumb span {

font-weight: 600;

}
.wpcf7-form button {
    padding: 10px 15px;
    cursor: pointer;
}

.wpcf7-form .cf7-row span {
    font-size: 14px;
}