﻿@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

:root {
    --primary:#0b2c4d;
    --secondary:#0f69af;
    --accent:#f7a600;
    --dark:#081927;
    --light:#f4f7fb;
    --white:#fff;
    --text:#555;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Poppins,Arial,sans-serif;
    color: var(--text);
}

section {
    padding: 30px 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

h2 {
    text-align: center;
    color: var(--primary);
    font-size: 36px;
    margin-bottom: 10px;
}

.subtitle {
    text-align: center;
    color: #777;
    margin-bottom: 50px;
}

@font-face {
    font-family: 'pictorial_signatureregular';
    src: url('../fonts/pictorialsignature.woff2') format('woff2'), url('../fonts/pictorialsignature.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {   
    padding-top: 80px; /* adjust based on header height */
    color: #797979;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #0f69af;
}

    a:hover {
        text-decoration: none;
    }

button {
    cursor: pointer;
}

    button:focus {
        outline: 0;
        box-shadow: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424;
    line-height: 1.5;
}

h1,
.h1 {
    font-size: 60px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 24px;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 20px;
    font-weight: 500;
}

h4,
.h4 {
    font-size: 18px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
}

.scroll-top {
    color: #0f69af;
}

.scroll-top2 {
    color: #f29924;
}

.primary-bg {
    background-color: #0f69af;
}

.bg-gray {
    background: #f7f7f7;
}

.section-padding--small {
    padding: 50px 0;
}

@media (min-width: 992px) {
    .section-padding--small {
        padding: 100px 0;
    }
}

.section-margin {
    margin: 70px 0;
}

@media (min-width: 992px) {
    .section-margin {
        margin: 120px 0;
    }
}

.section-margin--large {
    margin: 40px 0;
}

@media (min-width: 992px) {
    .section-margin--large {
        margin: 40px 0;
    }
}

.section-padding {
    padding: 10px 0;
}

.section-padding--large {
    padding: 70px 0;
}

@media (min-width: 992px) {
    .section-padding--large {
        padding: 130px 0;
    }
}

.pb-98px {
    padding-bottom: 58px;
}

@media (min-width: 992px) {
    .pb-98px {
        padding-bottom: 98px;
    }
}

.pb-80px {
    padding-bottom: 58px;
}

@media (min-width: 992px) {
    .pb-80px {
        padding-bottom: 80px;
    }
}

.mb-50px {
    margin-bottom: 50px;
}

.tab-pane.active {
    animation: slide-down .5s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.main_menu .container-fluid {
    max-width: 1324px;
    /*padding-right: 33px;*/
}

.header_area {
    width: 100%;
    z-index: 99;
    transition: background 0.4s, all 0.3s linear;
}


    .header_area.sticky-header {
        position: fixed;
        background-color: #FFF;
        border-bottom: solid 1px #f1f1f1;
    }

        .header_area.sticky-header .top_header_bg {
            display: none;
        }

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

i.down {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -2px;
}

.header_area .navbar .nav .nav-item:hover i.down {
    border-color: #f29924;
}

.header_area .navbar-right {
    min-width: 200px;
    text-align: right;
}
/* Fixed header */
.header_area {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff; /* or your header bg */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Add some space so page content doesn't hide behind header */


/* Optional: smooth transition for mobile menu */
.navbar-collapse {
    transition: height 0.3s ease;
}

@media (max-width: 991px) {
    .header_area .navbar-right {
        margin: 20px 0;
    }
}

.header_area .navbar-brand {
    margin-right: 30px;
    padding: 0;
}

.logo_h img {
    width: 100px;
}

.header_area .navbar-social {
    min-width: 95px;
    float: right;
}

    .header_area .navbar-social li {
        margin-right: 12px;
    }

        .header_area .navbar-social li i,
        .header_area .navbar-social li span {
            font-size: 13px;
            color: #242429;
        }

        .header_area .navbar-social li:last-child {
            margin-right: 0;
        }

        .header_area .navbar-social li a:hover i,
        .header_area .navbar-social li span {
            color: #0f69af;
        }

.header_area .menu_nav {
    /*width: 100%;*/
    justify-content: center;
}

.header_area .navbar {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
}

    .header_area .navbar .nav-right {
        min-width: 130px;
    }

        .header_area .navbar .nav-right a {
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 500;
            color: #0f69af;
        }

    .header_area .navbar .nav .nav-item {
        margin-right: 38px;
    }

        .header_area .navbar .nav .nav-item .nav-link {
            color: #010101;
            text-transform: capitalize;
            font-weight: 600;
            padding: 25px 0;
            display: inline-block;
            font-size: 16px;
            letter-spacing: 0.5px;
        }

            .header_area .navbar .nav .nav-item .nav-link:after {
                display: none;
            }

        .header_area .navbar .nav .nav-item:hover .nav-link,
        .header_area .navbar .nav .nav-item.active .nav-link {
            color: #f29924;
            opacity: 1;
        }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}

    .header_area .navbar .nav .nav-item.submenu ul {
        border: none;
        padding: 0px;
        border-radius: 0px;
        box-shadow: none;
        margin: 0px;
        background: #fff;
    }

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}

    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        line-height: 40px;
        color: #0f69af !important;
        padding: 0px 30px;
        transition: all 150ms linear;
        display: block;
        margin-right: 0px;
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
        border-bottom: none;
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
        background-color: #0f69af;
        color: #fff !important;
    }

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}

.header_area .navbar .search {
    font-size: 12px;
    line-height: 60px;
    display: inline-block;
    margin-left: 80px;
}

    .header_area .navbar .search i {
        font-weight: 600;
    }

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
        line-height: 20px;
    }

    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item:hover .nav-link,
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item.active .nav-link {
        color: #0f69af;
    }

@media (min-width: 992px) {
    .header_area.white_menu .navbar .navbar-brand img {
        display: none;
    }

        .header_area.white_menu .navbar .navbar-brand img + img {
            display: inline-block;
        }
}

@media (max-width: 991px) {
    .header_area.white_menu .navbar .navbar-brand img {
        display: inline-block;
    }

        .header_area.white_menu .navbar .navbar-brand img + img {
            display: none;
        }
}

.header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #fff;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
    display: inline-block;
}

    .header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img + img {
        display: none;
    }

.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
}

.top_menu {
    background: #ec9d5f;
}

    .top_menu .float-left a {
        line-height: 40px;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        margin-right: 50px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .top_menu .float-left a:last-child {
            margin-right: 0px;
        }

    .top_menu .float-right .pur_btn {
        color: #fff;
        line-height: 40px;
        display: block;
        padding: 0px 40px;
        font-weight: 500;
        font-size: 12px;
    }

@media (max-width: 1619px) {
    .header_area .navbar .search {
        margin-left: 40px;
    }
}

@media (max-width: 1199px) {
    .header_area .navbar .nav .nav-item {
        margin-right: 20px;
    }

    .home_banner_area .banner_inner {
        padding: 100px 0px;
    }

    .header_area .navbar .tickets_btn {
        margin-left: 40px;
    }

    .home_banner_area .banner_inner .banner_content h2 br {
        display: none;
        font-size: 36px;
    }

    .home_banner_area .banner_inner .banner_content h2 {
        font-size: 36px;
        line-height: 45px;
    }
}

.ftsocial i {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.3;
    border-radius: 0.25rem;
    font-size: 15px;
}
@media (max-width: 767px) {
    .home_banner_area {
        min-height: 500px;
    }

        .home_banner_area .banner_inner {
            min-height: 500px;
        }

            .home_banner_area .banner_inner .banner_content {
                margin-top: 0px;
            }

    .blog_banner .banner_inner .blog_b_text h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .blog_info.text-right {
        text-align: left !important;
        margin-bottom: 10px;
    }

    .home_banner_area .banner_inner .banner_content h3 {
        font-size: 30px;
    }

    .home_banner_area .banner_inner .banner_content p br {
        display: none;
    }

    .home_banner_area .banner_inner .banner_content h3 span {
        line-height: 45px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .footer-bottom {
        text-align: center;
    }

        .footer-bottom .footer-social {
            text-align: center;
            margin-top: 15px;
        }

    .made_life_inner .nav.nav-tabs li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }

    .made_life_inner .nav.nav-tabs {
        margin-bottom: -15px;
    }

    .made_life_area.made_white .left_side_text {
        margin-bottom: 0px;
        margin-top: 30px;
    }
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 575px) {
    .top_menu {
        display: none;
    }

    .home_banner_area .banner_inner .banner_content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .home_banner_area {
        min-height: 450px;
    }

        .home_banner_area .banner_inner {
            min-height: 450px;
        }

    .blog_banner .banner_inner .blog_b_text {
        margin-top: 0px;
    }

    .home_banner_area .banner_inner .banner_content img {
        display: none;
    }

    .home_banner_area .banner_inner .banner_content h5 {
        margin-top: 0px;
    }

    .p_120 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .main_title h2 {
        font-size: 25px;
    }

    .sample-text-area {
        padding: 70px 0 70px 0;
    }

    .generic-blockquote {
        padding: 30px 15px 30px 30px;
    }

    .blog_details h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .blog_banner .banner_inner .blog_b_text h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .pad_top {
        padding-top: 70px;
    }

    .pad_btm {
        padding-bottom: 70px;
    }
}

@media (max-width: 480px) {
    .header_area .navbar-collapse {
        max-height: 250px;
    }

    .home_banner_area .banner_inner .banner_content {
        padding: 30px 15px;
        margin-top: 0px;
    }

    .banner_content .white_btn {
        display: block;
    }

    .home_banner_area .banner_inner .banner_content h3 {
        font-size: 24px;
    }

    .banner_area .banner_inner .banner_content h2 {
        font-size: 32px;
    }

    .comments-area .thumb {
        margin-right: 10px;
    }

    .testi_item .media .d-flex {
        padding-right: 0px;
    }

        .testi_item .media .d-flex img {
            width: auto;
            margin-bottom: 15px;
        }

    .testi_item .media {
        display: block;
    }

    .banner_btn {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        margin-bottom: 23px;
    }

    .header_area .navbar {
        background: #fff;
    }

        .header_area .navbar .nav-item.active .nav-link {
            color: #0f69af !important;
        }

    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }

    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #f29924;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }

    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav {
        padding: 0px 0px;
    }

    .header_top .nav {
        padding: 0px;
    }

    .header_area .navbar .nav .nav-item .nav-link {
        padding: 5px 0;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0px;
    }

    .header_area .navbar .search {
        margin-left: 0px;
    }

    .header_area .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll;
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        padding: 0px 15px;
    }

    .header_area .navbar .nav .nav-item {
        margin-right: 0px;
    }

    .home_banner_area .banner_inner .banner_content .banner_map_img {
        display: none;
    }

    .header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
        line-height: 40px;
    }

    .header_area.white_menu .navbar .nav .nav-item .nav-link {
        color: #222;
    }

    .categories_post img {
        width: 100%;
    }

    .categories_post {
        max-width: 360px;
        margin: 0 auto;
    }

    .blog_categorie_area .col-lg-4 {
        margin-top: 30px;
    }

    .blog_area {
        padding-bottom: 80px;
    }

    .single-post-area .blog_right_sidebar {
        margin-top: 30px;
    }

    .contact_info {
        margin-bottom: 50px;
    }

    .home_banner_area .donation_inner {
        margin-bottom: -30px;
    }

    .home_banner_area .dontation_item {
        max-width: 350px;
        margin: auto;
    }

    .footer_area .col-sm-6 {
        margin-bottom: 30px;
    }

    .footer_area .footer_inner {
        margin-bottom: -30px;
    }

    .news_widget {
        padding-left: 0px;
    }

    .home_banner_area .banner_inner .home_left_img {
        display: none;
    }

    .header_area .navbar .tickets_btn {
        display: none;
    }

    .home_banner_area .banner_inner {
        padding: 70px 0px 100px 0px;
    }

    .left_side_text {
        margin-bottom: 50px;
    }

    .price_item {
        max-width: 360px;
        margin: 0px auto 30px;
    }

    .price_inner {
        margin-bottom: -30px;
    }


   .navbar-collapse.collapse {
    height: auto !important; /* optional: only if needed for height adjustments */
    padding-bottom: 0;
    overflow: visible !important;
}

/* Ensure it only opens when .show class is added (Bootstrap default) */
.navbar-collapse.collapse:not(.show) {
    display: none !important;
}
}



.hero-banner, .career-banner {
    position: relative;
    padding: 70px 0;
    background: url('../images/contact-us/contact-banner.png') left center no-repeat;
    background-size: cover;
}

.hero-banner-sm .text-center {
    position: relative;
    z-index: 1;
}

.hero-banner::after, .career-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

#contactForm .send-btn-info {
    padding: 0;
}

#contactForm .view-btn.send-btn.button {
    padding: 10px 62px 10px 22px;
    font-size: 14px;
}

    #contactForm .view-btn.send-btn.button span {
        padding: 10px 14px;
    }



@media (min-width: 768px) {
    .hero-banner {
        padding: 150px 0;
    }
}

@media (min-width: 1200px) {
    .hero-banner {
        padding: 240px 0;
    }
}

.hero-banner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .hero-banner-sm {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.hero-banner h1 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 28px;
}

@media (min-width: 768px) {
    .hero-banner h1 {
        font-size: 60px;
        margin-bottom: 45px;
    }
}

.hero-banner h2 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .hero-banner h2 {
        font-size: 40px;
    }
}

.hero-banner p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
}

.hero-banner-icon {
    color: #fff;
    display: inline-block;
}

@media (min-width: 768px) {
    .hero-banner-icon {
        margin-bottom: 10px;
    }
}

.hero-banner-icon i,
.hero-banner-icon span {
    font-size: 35px;
}

@media (min-width: 768px) {
    .hero-banner-icon i,
    .hero-banner-icon span {
        font-size: 60px;
    }
}

.hero-banner-icon [class^="flaticon-"]:before,
.hero-banner-icon [class*=" flaticon-"]:before,
.hero-banner-icon [class^="flaticon-"]:after,
.hero-banner-icon [class*=" flaticon-"]:after {
    font-size: 35px;
}

@media (min-width: 768px) {
    .hero-banner-icon [class^="flaticon-"]:before,
    .hero-banner-icon [class*=" flaticon-"]:before,
    .hero-banner-icon [class^="flaticon-"]:after,
    .hero-banner-icon [class*=" flaticon-"]:after {
        font-size: 60px;
    }
}

.banner-breadcrumb {
    display: inline-block;
}

    .banner-breadcrumb .breadcrumb {
        background: transparent;
        padding: 0;
    }

    .banner-breadcrumb .breadcrumb-item {
        padding: .1rem;
    }

        .banner-breadcrumb .breadcrumb-item a {
            text-transform: capitalize;
            color: #fff;
        }

        .banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            color: #fff;
            padding-left: .2rem;
            padding-right: .4rem;
        }

        .banner-breadcrumb .breadcrumb-item.active {
            color: #fff;
        }

.section-intro {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}

.section-intro__title {
    text-transform: uppercase;
    margin-bottom: 0;
}

.section-intro h2 {
    font-size: 26px;
}

@media (min-width: 600px) {
    .section-intro h2 {
        font-size: 36px;
    }
}

.section-intro-white > * {
    color: #fff;
}

.innovative-wrapper h3 {
    margin-bottom: 25px;
}

.innovative-wrapper p {
    margin-bottom: 0;
}

.clockdiv {
    margin-bottom: 35px;
}

    .clockdiv li {
        display: inline-block;
        margin-right: 30px;
    }

@media (max-width: 320px) {
    .clockdiv li {
        margin-right: 0;
    }
}

.clockdiv li:last-child {
    margin-right: 0;
}

.clockdiv h1 {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    color: #0f69af;
}

.clockdiv .smalltext {
    font-size: 14px;
    font-weight: 300;
}

.clockdiv .clockdiv-single {
    width: 130px;
    height: 145px;
    text-align: center;
    padding-top: 45px;
}

.clockdiv .clockdiv-day {
    background: url(../images/home/countdown-day.png) left center no-repeat;
    background-size: cover;
}

.clockdiv .clockdiv-hour {
    background: url(../images/home/countdown-hour.png) left center no-repeat;
    background-size: cover;
}

.clockdiv .clockdiv-minute {
    background: url(../images/home/countdown-minute.png) left center no-repeat;
    background-size: cover;
}

.card-feature {
    text-align: center;
}

@media (min-width: 992px) {
    .card-feature {
        max-width: 295px;
    }
}

.card-feature .feature-icon {
    width: 99px;
    height: 97px;
    line-height: 97px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background: url(../images/home/feature-icon-bg.png) left center no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 18px;
}

@media (min-width: 991px) {
    .card-feature .feature-icon {
        margin-bottom: 25px;
    }
}

.card-feature .feature-icon i,
.card-feature .feature-icon span {
    font-size: 38px;
    color: #0f69af;
}

.card-feature .feature-icon [class^="flaticon-"]:before,
.card-feature .feature-icon [class*=" flaticon-"]:before {
    font-size: 38px;
}

.card-feature h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

@media (min-width: 991px) {
    .card-feature h3 {
        margin-bottom: 20px;
    }
}

.card-feature p {
    font-weight: 300;
}

.card-feature:hover .feature-icon {
    background: url(../images/home/feature-icon-active-bg.png) left center no-repeat;
    background-size: cover;
}

    .card-feature:hover .feature-icon i,
    .card-feature:hover .feature-icon span {
        color: #fff;
    }

.card-speaker .speaker-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(24, 38, 37, 0.6);
    padding: 2% 4%;
    z-index: 2;
    transition: all .7s ease;
}

    .card-speaker .speaker-footer h4 {
        margin-bottom: 0;
        color: #fff;
        font-size: 20px;
        margin-bottom: 3px;
    }

    .card-speaker .speaker-footer p {
        margin-bottom: 0;
        color: #fff;
        font-size: 14px;
    }

    .card-speaker .speaker-footer .tours-l .p-name {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: normal;
    }

.card-speaker .speaker-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59, 29, 130, 0.8);
    z-index: 1;
    transform: translateY(-60px);
    opacity: 0;
    z-index: -1;
    transition: all .6s ease;
}

.card-speaker:hover .speaker-overlay {
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
}

.card-speaker:hover .speaker-footer {
    background: rgba(15, 105, 175, 0.6);
}

.speaker-social {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .speaker-social li {
        display: inline-block;
    }

        .speaker-social li i,
        .speaker-social li span {
            font-size: 14px;
            color: #fff;
            opacity: .7;
        }

        .speaker-social li::after {
            content: "|";
            color: #f29924;
            margin-left: 9px;
            margin-right: 7px;
        }

        .speaker-social li:last-child::after {
            display: none;
        }

        .speaker-social li:hover i,
        .speaker-social li:hover span {
            color: #fff;
            opacity: 1;
        }

.scheduleTab .nav {
    border-bottom: 0;
    justify-content: center;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .scheduleTab .nav {
        margin-bottom: 80px;
    }
}

.scheduleTab .nav-item {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .scheduleTab .nav-item {
        margin-right: 30px;
    }
}

.scheduleTab .nav-item:last-child {
    margin-right: 0;
}

.scheduleTab .nav-item a {
    display: block;
    padding: 8px 16px;
    background: #f7f7f7;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 992px) {
    .scheduleTab .nav-item a {
        padding: 20px 42px;
        margin-bottom: 0;
    }
}

.scheduleTab .nav-item h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.scheduleTab .nav-item p {
    font-size: 15px;
    color: #797979;
    margin-bottom: 0;
}

.scheduleTab .nav-item a.active {
    background: #0f69af;
}

    .scheduleTab .nav-item a.active > * {
        color: #fff;
    }

.card-identity {
    background: #0f69af;
    text-align: center;
    padding: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
    -webkit-box-shadow: 0px 66px 26px -70px #121D12;
    -moz-box-shadow: 0px 56px 36px -60px #121D12;
    -o-box-shadow: 0px 56px 36px -60px #121D12;
}

    .card-identity > * {
        color: #fff;
    }

    .card-identity img {
        display: inline-block;
        border-radius: 50%;
        max-width: 220px;
        min-height: 220px;
        border: 4px double #f1f1f140;
    }

    .card-identity h3 {
        margin-bottom: 5px;
    }

.schedule-content {
    padding: 10px;
}

@media (min-width: 768px) {
    .schedule-content {
        padding: 0px 20px 0px 30px;
    }
}

.schedule-content .schedule-date {
    font-size: 14px;
}

.schedule-content .schedule-title {
    display: inline-block;
    margin-bottom: 8px;
}

.schedule-card p {
    margin-bottom: 0;
}

.schedule-card:hover .card-identity {
    background: #f29924;
}

.schedule-card:last-child {
    margin-bottom: 0;
}

.contact-info {
    margin-bottom: 12px;
}

.hd-office {
    position: relative;
    margin-bottom: 26px;
}

    .hd-office::before,
    .hd-office::after {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #f0e9ff;
        text-align: center;
        margin: auto;
    }

    .hd-office::before {
        top: -14px;
    }

.contact-info__icon {
    margin-right: 15px;
}

    .contact-info__icon i,
    .contact-info__icon span {
        color: #8f9195;
        font-size: 24px;
    }

.contact-info .media-body h3 {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

    .contact-info .media-body h3 span {
        color: #f29924;
    }

.contact-info .media-body p.ph {
    color: #f29924;
    opacity: 0.9;
}

.contact-info .media-body p span {
    margin-left: 20px;
}

.contact-info .media-body h3 a {
    color: #242424;
}

.contact-info .media-body p {
    color: #666666;
    margin-bottom: 0;
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 12px;
}

    .contact-title span {
        color: #f29924;
    }

.contactuspageform {
    border: 4px double #E2E2E2;
    padding: 10px;
    margin-bottom: 15px;
}



.form-contact label {
    color: #0f69af;
    font-size: 14px;
}

.form-contact .form-group {
    margin-bottom: 30px;
}

.form-contact .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 10px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

    .form-contact .form-control:focus {
        outline: 0;
        box-shadow: none;
    }

    .form-contact .form-control::placeholder {
        font-weight: 300;
        color: #999999;
    }

.form-contact textarea {
    border-radius: 12px;
    height: 100% !important;
}

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px;
}

    .l_blog_item .l_blog_text .date a {
        font-size: 12px;
    }

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    color: #242424;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .l_blog_item .l_blog_text h4:hover {
        color: #0f69af;
    }

.l_blog_item .l_blog_text p {
    margin-bottom: 0px;
    padding-top: 20px;
}

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px;
}

    .causes_slider .owl-dots .owl-dot {
        height: 14px;
        width: 14px;
        background: #eeeeee;
        display: inline-block;
        margin-right: 7px;
    }

        .causes_slider .owl-dots .owl-dot:last-child {
            margin-right: 0px;
        }

        .causes_slider .owl-dots .owl-dot.active {
            background: #0f69af;
        }

.causes_item {
    background: #fff;
}

    .causes_item .causes_img {
        position: relative;
    }

        .causes_item .causes_img .c_parcent {
            position: absolute;
            bottom: 0px;
            width: 100%;
            left: 0px;
            height: 3px;
            background: rgba(255, 255, 255, 0.5);
        }

            .causes_item .causes_img .c_parcent span {
                width: 70%;
                height: 3px;
                background: #0f69af;
                position: absolute;
                left: 0px;
                bottom: 0px;
            }

                .causes_item .causes_img .c_parcent span:before {
                    content: "75%";
                    position: absolute;
                    right: -10px;
                    bottom: 0px;
                    background: #0f69af;
                    color: #fff;
                    padding: 0px 5px;
                }

    .causes_item .causes_text {
        padding: 30px 35px 40px 30px;
    }

        .causes_item .causes_text h4 {
            color: #242424;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
            cursor: pointer;
        }

            .causes_item .causes_text h4:hover {
                color: #0f69af;
            }

        .causes_item .causes_text p {
            font-size: 14px;
            line-height: 24px;
            font-weight: 300;
            margin-bottom: 0px;
        }

    .causes_item .causes_bottom a {
        width: 50%;
        border: 1px solid #0f69af;
        text-align: center;
        float: left;
        line-height: 50px;
        background: #0f69af;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

        .causes_item .causes_bottom a + a {
            border-color: #eeeeee;
            background: #fff;
            font-size: 14px;
            color: #242424;
        }

.latest_blog_area {
    background: #f9f9ff;
}

.single-recent-blog-post {
    margin-bottom: 30px;
}

    .single-recent-blog-post .thumb {
        overflow: hidden;
    }

        .single-recent-blog-post .thumb img {
            transition: all 0.7s linear;
        }

    .single-recent-blog-post .details {
        padding-top: 30px;
    }

        .single-recent-blog-post .details .sec_h4 {
            line-height: 24px;
            padding: 10px 0px 13px;
            transition: all 0.3s linear;
        }

    .single-recent-blog-post .date {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }

    .single-recent-blog-post:hover img {
        transform: scale(1.23) rotate(10deg);
    }

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center;
    color: #242424;
}

    .tags .tag_btn:before {
        background: #0f69af;
    }

    .tags .tag_btn + .tag_btn {
        margin-left: 2px;
    }

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 900px) {
    .blog_categorie_area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1100px) {
    .blog_categorie_area {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer;
}

    .categories_post img {
        max-width: 100%;
    }

    .categories_post .categories_details {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background: rgba(34, 34, 34, 0.75);
        color: #fff;
        transition: all 0.3s linear;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .categories_post .categories_details h5 {
            margin-bottom: 0px;
            font-size: 18px;
            line-height: 26px;
            text-transform: uppercase;
            color: #fff;
            position: relative;
        }

        .categories_post .categories_details p {
            font-weight: 300;
            font-size: 14px;
            line-height: 26px;
            margin-bottom: 0px;
        }

        .categories_post .categories_details .border_line {
            margin: 10px 0px;
            background: #fff;
            width: 100%;
            height: 1px;
        }

    .categories_post:hover .categories_details {
        background: rgba(222, 99, 32, 0.85);
    }

.blog_item {
    margin-bottom: 50px;
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
    .blog_details {
        padding: 60px 30px 35px 35px;
    }
}

.blog_details p {
    margin-bottom: 30px;
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px;
}

    .blog-info-link li a {
        color: #999999;
    }

    .blog-info-link li i,
    .blog-info-link li span {
        font-size: 13px;
        margin-right: 5px;
    }

    .blog-info-link li::after {
        content: "|";
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog-info-link li:last-child::after {
        display: none;
    }

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table;
}

.blog_item_img {
    position: relative;
}

    .blog_item_img .blog_item_date {
        position: absolute;
        bottom: -10px;
        left: 10px;
        display: block;
        color: #fff;
        background: #f29924;
        padding: 8px 15px;
        border-radius: 5px;
    }

@media (min-width: 768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px;
    }
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px;
    }
}

.blog_item_img .blog_item_date p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px;
    }
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
}

    .blog_right_sidebar .widget_title::after {
        content: "";
        display: block;
        padding-top: 15px;
        border-bottom: 1px solid #f0e9ff;
    }

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}

    .blog_right_sidebar .search_widget .form-control::placeholder {
        color: #999999;
    }

    .blog_right_sidebar .search_widget .form-control:focus {
        border-color: #f0e9ff;
        outline: 0;
        box-shadow: none;
    }

.blog_right_sidebar .search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}

    .blog_right_sidebar .search_widget .input-group button i,
    .blog_right_sidebar .search_widget .input-group button span {
        font-size: 14px;
        color: #999999;
    }

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
}

    .blog_right_sidebar .newsletter_widget .form-control::placeholder {
        color: #999999;
    }

    .blog_right_sidebar .newsletter_widget .form-control:focus {
        border-color: #f0e9ff;
        outline: 0;
        box-shadow: none;
    }

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}

    .blog_right_sidebar .newsletter_widget .input-group button i,
    .blog_right_sidebar .newsletter_widget .input-group button span {
        font-size: 14px;
        color: #999999;
    }

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}

    .blog_right_sidebar .post_category_widget .cat-list li:last-child {
        border-bottom: 0;
    }

    .blog_right_sidebar .post_category_widget .cat-list li a {
        font-size: 14px;
        line-height: 20px;
        color: #888888;
    }

        .blog_right_sidebar .post_category_widget .cat-list li a p {
            margin-bottom: 0px;
        }

    .blog_right_sidebar .post_category_widget .cat-list li + li {
        padding-top: 15px;
    }

    .blog_right_sidebar .post_category_widget .cat-list li:hover a {
        color: #f29924;
    }

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}

    .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
        transition: all 0.3s linear;
    }

        .blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
            color: #0f69af;
        }

    .blog_right_sidebar .popular_post_widget .post_item .media-body p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0px;
    }

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
}

    .blog_right_sidebar .tag_cloud_widget ul li a {
        display: inline-block;
        border: 1px solid #eeeeee;
        background: #fff;
        padding: 4px 20px;
        margin-bottom: 8px;
        margin-right: 5px;
        transition: all 0.3s ease 0s;
        color: #888888;
        font-size: 13px;
    }

        .blog_right_sidebar .tag_cloud_widget ul li a:hover {
            background: #0f69af;
            color: #fff;
        }

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
}

    .blog_right_sidebar .instagram_feeds .instagram_row li {
        width: 33.33%;
        float: left;
        padding-right: 6px;
        padding-left: 6px;
        margin-bottom: 15px;
    }

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px;
}

.blog-pagination {
    margin-top: 80px;
}

    .blog-pagination .page-link {
        font-size: 14px;
        position: relative;
        display: block;
        padding: 0;
        text-align: center;
        margin-left: -1px;
        line-height: 45px;
        width: 45px;
        height: 45px;
        border-radius: 0 !important;
        color: #8a8a8a;
        border: 1px solid #f0e9ff;
        margin-right: 10px;
    }

        .blog-pagination .page-link i,
        .blog-pagination .page-link span {
            font-size: 13px;
        }

        .blog-pagination .page-link:hover {
            background-color: #fbf9ff;
        }

    .blog-pagination .page-item.active .page-link {
        background-color: #fbf9ff;
        border-color: #f0e9ff;
        color: #888888;
    }

    .blog-pagination .page-item:last-child .page-link {
        margin-right: 0;
    }

.single-post-area .blog_details {
    box-shadow: none;
    padding: 0;
}

.single-post-area .social-links {
    padding-top: 10px;
}

    .single-post-area .social-links li {
        display: inline-block;
        margin-bottom: 10px;
    }

        .single-post-area .social-links li a {
            color: #cccccc;
            padding: 7px;
            font-size: 14px;
            transition: all 0.2s linear;
        }

            .single-post-area .social-links li a:hover {
                color: #242424;
            }

.single-post-area .blog_details {
    padding-top: 26px;
}

    .single-post-area .blog_details p {
        margin-bottom: 20px;
    }

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .single-post-area .quote-wrapper {
        padding: 30px;
    }
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid #0f69af;
}

@media (min-width: 768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px;
    }
}

.single-post-area .arrow {
    position: absolute;
}

    .single-post-area .arrow .lnr {
        font-size: 20px;
        font-weight: 600;
    }

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff;
}

    .single-post-area .navigation-top p {
        margin-bottom: 0;
    }

    .single-post-area .navigation-top .like-info {
        font-size: 14px;
    }

        .single-post-area .navigation-top .like-info i,
        .single-post-area .navigation-top .like-info span {
            font-size: 16px;
            margin-right: 5px;
        }

    .single-post-area .navigation-top .comment-count {
        font-size: 14px;
    }

        .single-post-area .navigation-top .comment-count i,
        .single-post-area .navigation-top .comment-count span {
            font-size: 16px;
            margin-right: 5px;
        }

    .single-post-area .navigation-top .social-icons li {
        display: inline-block;
        margin-right: 15px;
    }

        .single-post-area .navigation-top .social-icons li:last-child {
            margin: 0;
        }

        .single-post-area .navigation-top .social-icons li i,
        .single-post-area .navigation-top .social-icons li span {
            font-size: 14px;
            color: #999999;
        }

        .single-post-area .navigation-top .social-icons li:hover i,
        .single-post-area .navigation-top .social-icons li:hover span {
            color: #f29924;
        }

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px;
}

@media (max-width: 600px) {
    .single-post-area .blog-author {
        padding: 20px 8px;
    }
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px;
}

@media (max-width: 600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px;
    }
}

.single-post-area .blog-author a {
    display: inline-block;
}

.single-post-area .blog-author p {
    margin-bottom: 0;
}

.single-post-area .blog-author h4 {
    font-size: 16px;
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px;
}

    .single-post-area .navigation-area p {
        margin-bottom: 0px;
    }

    .single-post-area .navigation-area h4 {
        font-size: 18px;
        line-height: 25px;
        color: #242424;
    }

    .single-post-area .navigation-area .nav-left {
        text-align: left;
    }

        .single-post-area .navigation-area .nav-left .thumb {
            margin-right: 20px;
            background: #000;
        }

            .single-post-area .navigation-area .nav-left .thumb img {
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

        .single-post-area .navigation-area .nav-left .lnr {
            margin-left: 20px;
            opacity: 0;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .single-post-area .navigation-area .nav-left:hover .lnr {
            opacity: 1;
        }

        .single-post-area .navigation-area .nav-left:hover .thumb img {
            opacity: .5;
        }

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px;
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right;
}

    .single-post-area .navigation-area .nav-right .thumb {
        margin-left: 20px;
        background: #000;
    }

        .single-post-area .navigation-area .nav-right .thumb img {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

    .single-post-area .navigation-area .nav-right .lnr {
        margin-right: 20px;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .single-post-area .navigation-area .nav-right:hover .lnr {
        opacity: 1;
    }

    .single-post-area .navigation-area .nav-right:hover .thumb img {
        opacity: .5;
    }

@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0px;
    }
}

.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px;
}

@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px;
    }
}

.comments-area h4 {
    margin-bottom: 35px;
    color: #242424;
    font-size: 18px;
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

.comments-area a {
    color: #242424;
}

.comments-area .comment-list {
    padding-bottom: 48px;
}

    .comments-area .comment-list:last-child {
        padding-bottom: 0px;
    }

    .comments-area .comment-list.left-padding {
        padding-left: 25px;
    }

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px;
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px;
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px;
    }
}

.comments-area .thumb {
    margin-right: 20px;
}

    .comments-area .thumb img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

.comments-area .date {
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 0;
    margin-left: 20px;
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777777;
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
}

    .comment-form .form-group {
        margin-bottom: 30px;
    }

    .comment-form h4 {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 22px;
        color: #242424;
    }

    .comment-form .name {
        padding-left: 0px;
    }

@media (max-width: 767px) {
    .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem;
    }
}

.comment-form .email {
    padding-right: 0px;
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0px;
    }
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

    .comment-form .form-control:focus {
        outline: 0;
        box-shadow: none;
    }

    .comment-form .form-control::placeholder {
        font-weight: 300;
        color: #999999;
    }

    .comment-form .form-control::placeholder {
        color: #777777;
    }

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important;
}

.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777;
}

.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777;
}

.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777;
}

.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777;
}

.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #242424;
    border: 1px solid #0f69af;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
    .button {
        font-size: 13px;
        padding: 9px 24px;
    }
}

.button:hover {
    background: #0f69af;
    color: #fff;
}

.button-link {
    letter-spacing: 0;
    color: #0f69af;
    border: 0;
    padding: 0;
}

    .button-link:hover {
        background: transparent;
        color: #0f69af;
    }

.button-header {
    background: #f29924;
    color: #fff;
    border-color: #f29924;
}

    .button-header:hover {
        background: #b8024c;
        color: #fff;
    }

.button-contactForm {
    background: #0f69af;
    color: #fff;
    border-color: #0f69af;
}

    .button-contactForm:hover {
        border-color: #f29924;
        background: #b8024c;
        color: #fff;
    }

.footer-area {
    background: #03121e;
}

    .footer-area .footer-nav li {
        margin-top: 18px;
    }

        .footer-area .footer-nav li a {
            color: #fff;
        }

            .footer-area .footer-nav li a:hover {
                color: #0f69af;
            }

    .footer-area .primary-btn {
        background-color: #0f69af;
        line-height: 42px;
        padding-left: 30px;
        padding-right: 60px;
        border-radius: 25px;
        border: none;
        color: #fff;
        display: inline-block;
        font-weight: 500;
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: pointer;
        text-transform: uppercase;
        position: relative;
    }

        .footer-area .primary-btn:focus {
            outline: none;
        }

        .footer-area .primary-btn span {
            color: #fff;
            position: absolute;
            top: 50%;
            transform: translateY(-60%);
            right: 30px;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .footer-area .primary-btn:hover {
            background-color: #0f69af;
            box-shadow: none;
            color: #fff;
        }

            .footer-area .primary-btn:hover span {
                color: #fff;
                right: 20px;
            }

        .footer-area .primary-btn.white {
            border: 1px solid #fff;
            color: #fff;
        }

            .footer-area .primary-btn.white span {
                color: #fff;
            }

            .footer-area .primary-btn.white:hover {
                background: #fff;
                color: #0f69af;
            }

                .footer-area .primary-btn.white:hover span {
                    color: #0f69af;
                }

    .footer-area h6 {
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.5px;
        border-right: 1px solid #2677b6;
    }

.copy-right-text i,
.copy-right-text a {
    color: #0f69af;
}

.instafeed {
    margin: -5px;
}

    .instafeed li {
        overflow: hidden;
        width: 60px;
        margin-bottom: 0 !important;
    }

        .instafeed li img {
            margin: 5px;
        }

.footer-social {
    text-align: right;
}

    .footer-social a {
        width: 20px;
        width: 40px;
        display: inline-table;
        height: 40px;
        text-align: center;
        padding-top: 10px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .footer-social a:hover i {
            color: #f29924;
        }

    .footer-social i,
    .footer-social span {
        font-size: 18px;
        color: rgba(221, 221, 221, 0.5);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

@media (max-width: 991.98px) {
    .footer-social {
        text-align: left;
        margin-top: 20px;
    }
}

.single-footer-widget {
    color: #fff;
    padding: 22px;
    height: 100%;
    text-align: justify;
}


    .single-footer-widget.border-none-r {
        border-right: none;
    }

    .single-footer-widget input {
        line-height: 38px;
        border: none;
        background: #fff;
        border: 1px solid #fff;
        font-weight: 400;
        color: #999999;
        padding-left: 20px;
        width: 80%;
        font-size: 14px;
    }

        .single-footer-widget input::placeholder {
            font-weight: 400;
        }

    .single-footer-widget .bb-btn {
        background-color: #f29924;
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        border-radius: 0;
        cursor: pointer;
    }

@media (max-width: 960px) {
    .single-footer-widget .nw-btn {
        margin-top: 20px;
    }

    .single-footer-widget .newsletter {
        padding-bottom: 40px;
    }
}

.single-footer-widget .info {
    position: absolute;
    margin-top: 3px;
    color: #fff;
    font-size: 14px;
}

    .single-footer-widget .info.valid {
        color: green;
    }

    .single-footer-widget .info.error {
        color: #f29924;
    }

.single-footer-widget ::-moz-selection {
    background-color: #0f69af;
    color: #797979;
}

.single-footer-widget ::selection {
    background-color: #0f69af;
    color: #797979;
}

.single-footer-widget ::-webkit-input-placeholder {
    color: #797979;
    font-weight: 300;
}

.single-footer-widget :-moz-placeholder {
    color: #797979;
    opacity: 1;
    font-weight: 300;
}

.single-footer-widget ::-moz-placeholder {
    color: #797979;
    opacity: 1;
    font-weight: 300;
}

.single-footer-widget :-ms-input-placeholder {
    color: #797979;
    font-weight: 300;
}

.single-footer-widget ::-ms-input-placeholder {
    color: #797979;
    font-weight: 300;
}

@media (max-width:992px) {
    .single-footer-widget {
        padding: 10px 0;
    }
}

.single-footer-widget p {
    color: #FFF;
    position: relative;
}

.single-footer-widget ul li {
    margin-bottom: 10px;
}

    .single-footer-widget ul li::before {
        content: "\f0c1"; /* fa-link icon */
        font-family: "Font Awesome 6 Free";
        font-weight: 900; /* required for solid icons */
        display: inline-block;
        margin-right: 10px;
        color: #d7d7d7;
        font-size: 12px;
        vertical-align: middle;
        transition: inherit;
    }

    .single-footer-widget ul li a {
        color: #FFF;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .single-footer-widget ul li:hover::before {
        width: 20px;
        color: #f29924;
        transition: 0.5s all ease-in-out;
    }

    .single-footer-widget ul li:hover a {
        color: #f29924;
        width: 34px;
    }

    .single-footer-widget ul li a:hover {
        color: #f29924;
        width: 34px;
    }

.footer-bottom {
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 1000px) {
    .footer-bottom {
        margin-top: 70px;
    }
}

.footer-text a,
.footer-text i {
    color: #f29924;
}

.top_header {
    font-size: 14px;
    text-align: right;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ic_ar,
.ic_ph,
.ic_em,
.ic_f,
.ic_t,
.ic_i,
.ft-t,
.ft-f,
.ft-i,
.ft-add,
.ft-call,
.ft-inq,
.ic_btn,
.ic-fn,
.ic-ln,
.ic-el,
.ic-mn,
.ic-ym,
.menu-wrap ul li a::after,
.scroll-arrow, .close-arrow {
    content: "";
    background-image: url('../images/social-icon.png');
    background-repeat: no-repeat;
    display: inline-block;
    transition: all 0.40s ease 0s;
}

.ic_ar {
    width: 15px;
    background-position: 0px -18px;
    height: 8px;
}

.ic_ph {
    background-position: -15px -8px;
    width: 6px;
    position: relative;
    top: 2px;
    margin-left: 6px;
    height: 16px;
    margin-right: 3px;
}

.ic_em {
    background-position: -28px -8px;
    width: 16px;
    position: relative;
    top: 3px;
    margin-left: 4px;
    height: 16px;
    margin-right: 4px;
}

.top_header_bg {
    background-color: #03121e;
    padding: 5px 0;
}

    .top_header_bg span.sc_icon {
        position: absolute;
    }

.ic_f {
    width: 22px;
    background-position: -46px -24px;
    height: 22px;
    margin-left: 8px;
}

.ic_t {
    width: 22px;
    background-position: -68px -24px;
    height: 22px;
    margin-left: -3px;
}

.ic_i {
    width: 22px;
    background-position: -90px -24px;
    height: 22px;
    margin-left: -3px;
}

.ic_f:hover {
    background-position: -46px -25px;
}

.ic_t:hover {
    background-position: -67px -25px;
}

.ic_i:hover {
    background-position: -90px -25px;
}

.inqu a {
    color: #fff;
}

.ft-t,
.ft-f,
.ft-i {
    width: 54px;
    height: 52px;
}

.ft-t {
    background-position: 0px -48px;
}

.ft-f {
    background-position: -53px -48px;
}

.ft-i {
    background-position: -106px -48px;
}

.ft-t:hover {
    background-position: 0px -101px;
}

.ft-f:hover {
    background-position: -53px -101px;
}

.ft-i:hover {
    background-position: -106px -101px;
}

.footer-bottom-bg {
    padding: 8px 0;
    margin: 0;
    background-color: #000;
}

    .footer-bottom-bg p {
        padding: 0;
        margin: 0;
        font-weight: 600;
        text-align: center;
        color: #FFF;
    }

.ft-add,
.ft-call,
.ft-inq {
    width: 22px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}

.ft-call {
    background-position: -135px -1px;
}

.ft-add {
    background-position: -114px -1px;
}

.ft-inq {
    background-position: -156px -1px;
}

.single-footer-widget p a {
    color: #FFF;
}

    .single-footer-widget p a:hover {
        color: #f9aa6d;
    }

.menu-wrap li.selected a {
    color: #0c6db6;
}

.scrollTop {
    position: fixed;
    right: 1%;
    bottom: 6%;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    text-transform: uppercase;
    z-index: 9;
}

    .scrollTop a {
        font-size: 16px;
        color: #fff;
        padding: 8px 14px;
        background-color: #FFF;
        border-radius: 6px;
        position: fixed;
        right: 1%;
        bottom: 6%;
    }

.scroll-arrow {
    background-position: -106px -168px;
    width: 8px;
    height: 14px;
}

.scrollTop a:hover {
    background-color: #F58632;
}

    .scrollTop a:hover .scroll-arrow {
        background-position: -106px -152px;
    }

.sticky {
}

    .sticky.stick {
        margin-top: 0 !important;
        position: fixed;
        top: 60px;
        z-index: 10000;
    }

.vs-container {
    max-width: 1320px;
    margin: auto;
    padding: 0 15px;
}

.vs-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* TOP BAR */
.vs-topbar {
    background: var(--dark);
    color: #fff;
    font-size: 14px;
}

    .vs-topbar .vs-container {
        display: flex;
        justify-content: space-between;
        padding: 8px 15px;
    }

    .vs-topbar span,
    .vs-topbar a {
        margin-right: 15px;
        color: #fff;
        font-weight: 500;
    }

/* =========================
   TABLET & SMALL LAPTOP
========================= */
@media (max-width: 991px) {
    .vs-topbar span,
    .vs-topbar a {
        font-size: 11px;
        margin-right: 10px;
    }
}

/* =========================
   MOBILE FIX (IMPORTANT)
========================= */
@media (max-width: 767px) {

    .vs-topbar .vs-container {
        flex-direction: column;
        text-align: center;
    }

    .vs-topbar .vs-top-left,
    .vs-topbar .vs-top-right {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 4px;
    }

    .vs-topbar span,
    .vs-topbar a {
        margin: 3px 8px;
        font-size: 11px;
        white-space: normal;
    }
}


/* ===== CENTER MENU WITHOUT CHANGING CLASSES ===== */
@media (min-width: 992px) {

    .header_area .main_menu .navbar {
        position: relative;
    }

    /* Keep logo on left */
    /*.header_area .navbar-brand {
        position: absolute;
        left: 15px;
    }*/

    /* Center menu */
    .header_area .navbar-collapse {
        justify-content: center !important;
    }

    .header_area .menu_nav {
        margin: 0 auto;
        float: none;
    }

        .header_area .menu_nav > li {
            float: none;
            display: inline-block;
        }
}

/* ===== GET QUOTE BUTTON START ===== */
@media (min-width: 992px) {

    .header_area .navbar {
        position: relative;
    }

    /* Right side CTA */
    .header-cta {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    /*.btn-get-quote {
        background: #0788ca;
        color: #ffffff;
        padding: 10px 22px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
        display: inline-block;
    }

        .btn-get-quote:hover {
            background: #ffc107;
            color: #000;
            transform: translateY(-1px);
        }*/

    .btn-get-quote {
        position: relative;
        display: inline-block;
        padding: 10px 22px;
        font-weight: 600;
        font-size: 14px;
        color: #ffffff;
        border-radius: 30px;
        text-decoration: none;
        /* Base Gradient */
        background: linear-gradient(135deg, #43bbd9, #3391b8);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
        transition: all 0.45s ease;
        overflow: hidden;
    }

        /* ================= HOVER EFFECT ================= */
        .btn-get-quote:hover {
            transform: translateY(-4px);
            /* Hover Gradient */
            background: linear-gradient(135deg, #0788ca, #111e32);
            box-shadow: 0 18px 40px rgba(7, 136, 202, 0.55);
            color: #fff;
        }

        /* ================= SHINE EFFECT ================= */
        .btn-get-quote::after {
            content: '';
            position: absolute;
            top: 0;
            left: -120%;
            width: 120%;
            height: 100%;
            background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.45), transparent );
            transition: 0.7s ease;
        }

        /* Trigger shine on hover */
        .btn-get-quote:hover::after {
            left: 120%;
        }
    /* Adjust menu center spacing */
    .header_area .menu_nav {
        padding-right: 150px;
    }
}
/* Make header fixed on top */

@media (max-width: 991px) {

    /* Make navbar items vertical */
    .navbar-collapse {
        text-align: left;
    }

    /* Header CTA container */
    .header-cta {
        width: 100%;
        margin-top: 10px;
        padding: 10px 15px;
        border-top: 1px solid #ededed;
        text-align: center;
    }

        /* Get a Quote button - mobile */
        .header-cta .btn-get-quote {
            display: inline-block;
            width: 100%;
            max-width: 260px;
            padding: 12px 20px;
            margin: 10px auto 0;
            background: linear-gradient(135deg, #43bbd9, #3391b8);
            color: #fff !important;
            border-radius: 30px;
            font-weight: 600;
            text-align: center;
            border: none;
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }

            /* Remove unwanted menu link styling */
            .header-cta .btn-get-quote:hover {
                background: linear-gradient(135deg, #3391b8, #43bbd9);
                color: #fff;
            }
}

/* ===== GET QUOTE BUTTON END ===== */

/* ================= SLIDER ================= */
.MainSlider {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;
}

    .MainSlider::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg,rgba(11,44,77,.9),rgb(15 105 175 / 11%));
    }

.slider-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
}

.MainSlider h1 {
    font-size: 52px;
    margin-bottom: 15px;
    color: #fff;
}

.MainSlider p {
    font-size: 18px;
}

 .btn-primary {
        position: relative;
        display: inline-block;
        padding: 10px 22px;
        font-weight: 600;
        font-size: 14px;
        color: #ffffff;
        border-radius: 30px;
        text-decoration: none;
        /* Base Gradient */
        background: var(--accent);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
        transition: all 0.45s ease;
        overflow: hidden;
    }

        /* ================= HOVER EFFECT ================= */
        .btn-primary:hover {
            transform: translateY(-4px);
            /* Hover Gradient */
            background: linear-gradient(135deg, #0788ca, #111e32);
            box-shadow: 0 18px 40px rgba(7, 136, 202, 0.55);
            color: #fff;
        }

        /* ================= SHINE EFFECT ================= */
        .btn-primary::after {
            content: '';
            position: absolute;
            top: 0;
            left: -120%;
            width: 120%;
            height: 100%;
            background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.45), transparent );
            transition: 0.7s ease;
        }

        /* Trigger shine on hover */
        .btn-primary:hover::after {
            left: 120%;
        }
/*.btn-primary {
    display: inline-block;
    margin-top: 25px;
    background: var(--accent);
    color: #000;
    padding: 14px 40px;
    border-radius: 40px;
    font-weight: 600;
    transition: .3s;
}

    .btn-primary:hover {
        background: #ffd04a;
    }*/

.slider-btn {
    transform: translateY(-50%);
    background: rgba(255,255,255,.2);
    border: none;
    color: #fff;
    /*width: 25px;
    height: 25px;*/
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 1;
}

.prev {
    left: 0px;
}

.next {
    right: 0px;
}

/* ================= SERVICES ================= */
.Services {
    background: var(--light);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 30px;
}

.service-box {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    transition: .4s;
}

    .service-box:hover {
        transform: translateY(-10px);
    }

    .service-box h4 {
        margin-top: 15px;
        color: var(--primary);
    }

.services-section {
    position: relative;
    padding: 100px 20px;
    overflow: hidden;
    color: #fff;
}

/* Decorative Shape */
.services-shape {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    animation: floatShape 6s ease-in-out infinite;
}

@keyframes floatShape {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(25px);
    }
}

.container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

    .section-header h2 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .section-header .subtitle {
        font-size: 18px;
        opacity: 0.9;
    }

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Service Card */

.service-card {
    position: relative;
    padding: 40px 25px;
    border-radius: 18px;
    background: linear-gradient(180deg, #0b2c4d, #0f69af);
    text-align: center;
    color: #fff;
    overflow: hidden;
    transition: all 0.5s ease;
}

    /* lift effect */
    .service-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    }

    /* ================= IMAGE LAYER (DEFAULT VISIBLE) ================= */
    .service-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        opacity: 1; /* ✅ visible by default */
        transition: opacity 0.5s ease, transform 0.6s ease;
        transform: scale(1);
        z-index: 0;
    }

    /* ================= GRADIENT LAYER (HIDDEN BY DEFAULT) ================= */
    .service-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 135deg, rgba(7, 136, 202, 0.92), rgba(11, 44, 77, 0.85) );
        opacity: 0.9; /* ❌ hidden by default */
        transition: opacity 0.5s ease;
        z-index: 1;
    }

    /* ================= ON HOVER ================= */
    .service-card:hover::before {
        opacity: 0; /* ❌ hide image */
        transform: scale(1.1);
    }

    .service-card:hover::after {
        opacity: 1; /* ✅ show gradient */
    }

    /* ================= CONTENT ABOVE ALL ================= */
    .service-card > * {
        position: relative;
        z-index: 2;
    }

    /* ================= TOPIC-WISE IMAGES ================= */
    .service-card.solar::before {
        background-image: url('../images/Services/solar-power-plant-innovation-green-energy-life.jpg');
    }

    .service-card.epc::before {
        background-image: url('../images/Services/energy-concept.jpg');
    }

    .service-card.electrical::before {
        background-image: url('../images/Services/male-electrician-works-switchboard-using-electrical-connection-cable.jpg');
    }

    .service-card.ev::before {
        background-image: url('../images/Services/smart-city-initiative-promoting-electric-vehicle-adoption-with-widespread-charging-stations-incentives.jpg');
    }

    /* ================= ICON EFFECT ================= */
    .service-card .icon {
        font-size: 42px;
        transition: transform 0.4s ease;
    }

    .service-card:hover .icon {
        transform: scale(1.2) rotate(6deg);
    }

    /* ================= TEXT ================= */
    .service-card h4 {
        margin-bottom: 15px;
        font-weight: 600;
        color: #fff;
    }

@media (max-width: 991px) {
    .section-header h2 {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .section-header h2 {
        font-size: 26px;
        line-height: 1.3;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .service-card {
        padding: 30px 20px;
    }
}

@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
/*.service-card {
    position: relative;
    padding: 40px 25px;
    border-radius: 18px;
    background: linear-gradient(180deg, #0b2c4d, #0f69af);
    text-align: center;
    color: #fff;
    overflow: hidden;
    transition: all 0.5s ease;
}


.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}


.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.6s ease;
    transform: scale(1.15);
    z-index: 0;
}


.service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(7, 136, 202, 0.85),
        rgba(0, 0, 0, 0.65)
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}


.service-card:hover::before,
.service-card:hover::after {
    opacity: 1;
    transform: scale(1);
}


.service-card > * {
    position: relative;
    z-index: 2;
}


.service-card.solar::before {
    background-image: url('../images/Services/solar-power-plant-innovation-green-energy-life.jpg');
}

.service-card.epc::before {
    background-image: url('../images/Services/energy-efficiency-concept-businessman-touching-virtual-screen-energy-efficiency-rating-energy-efficient-house-building-rate-label-audit-renewable-energy-concept.jpg');
}

.service-card.electrical::before {
    background-image: url('../images/Services/male-electrician-works-switchboard-using-electrical-connection-cable.jpg');
}

.service-card.ev::before {
    background-image: url('../images/Services/smart-city-initiative-promoting-electric-vehicle-adoption-with-widespread-charging-stations-incentives.jpg');
}


.service-card .icon {
    font-size: 42px;
    transition: transform 0.4s ease;
}

.service-card:hover .icon {
    transform: scale(1.2) rotate(6deg);
}
 .service-card h4 {     
        margin-bottom: 15px;
        font-weight: 600;
        color: #fff;
    }
@media (max-width: 768px) {
    .service-card {
        padding: 30px 20px;
    }
}*/
/***Only Counter Section Design Start***/
/* ===== STATS SECTION ===== */
.stats-section {
    /*padding: 90px 20px;*/
    background: linear-gradient(135deg, #0b2c4d, #3a3a3a);
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    align-items: center;
}

/* STAT BOX */
.stat-box {
    text-align: center;
    padding: 35px 20px;
    position: relative;
    transition: transform 0.4s ease;
}

    .stat-box:hover {
        transform: translateY(-10px);
    }

    /* Divider line */
    .stat-box:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -12px;
        top: 50%;
        width: 1px;
        height: 60%;
        background: rgba(255,255,255,0.25);
        transform: translateY(-50%);
    }

    /* NUMBERS */
    .stat-box h3 {
        font-size: 46px;
        font-weight: 800;
        margin-bottom: 8px;
        color: #ffdd57;
    }

    /* TEXT */
    .stat-box p {
        font-size: 16px;
        opacity: 0.95;
    }

/* HIGHLIGHT */
.stat-highlight {
    background: rgba(255,255,255,0.15);
    border-radius: 18px;
}

    .stat-highlight h3 {
        color: #ffffff;
        font-size: 52px;
    }

.since {
    display: inline-block;
    background: #ffdd57;
    color: #0b2c4d;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-box::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stats-section {
        padding: 70px 15px;
    }
}

/***Only Counter Section Design End***/


/* ===== ABOUT + COUNTER SECTION ===== */

.about-counter-section {
    background: #ffffff;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.about-counter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ===== LEFT CONTENT ===== */
.about-content {
    flex: 1;
}

.about-tag {
    display: inline-block;
    border: 1px solid #cfcfcf;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
}

.about-content h2 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #0b2c4d;
    text-align: left;
}

    .about-content h2 span {
        color: #0f69af;
    }

.about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

/* =====ABOUT AND COUNTER CIRCLES ===== */
.counter-circles {
    flex: 1;
    position: relative;
    min-height: 420px;
}

.counter-circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 2px solid rgba(15, 105, 175, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #fff;
    text-align: center;
    animation: float 6s ease-in-out infinite;
}

    .counter-circle.large {
        width: 260px;
        height: 260px;
        bottom: 0;
        left: 120px;
    }

    /* Positioning */
    .counter-circle:nth-child(1) {
        top: 0;
        left: 0;
    }

    .counter-circle:nth-child(2) {
        top: 40px;
        right: 40px;
    }

@keyframes float {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Numbers */
.counter-circle h3 {
    font-size: 56px;
    font-weight: 800;
    color: #0b2c4d;
}

.counter-circle p {
    font-size: 15px;
    color: #666;
    margin-top: 6px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .about-counter-wrap {
        flex-direction: column;
        text-align: center;
    }

    .counter-circles {
        /*margin-top: 40px;*/
        min-height: 500px;
    }

    .counter-circle {
        position: relative;
        margin: 20px auto;
    }

        .counter-circle.large {
            left: 0;
        }
}

@media (max-width: 576px) {
    .about-content h2 {
        font-size: 30px;
    }

    .counter-circle,
    .counter-circle.large {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 991px) {
    .counter-circles {
        min-height: 360px;
    }

    .counter-circle {
        width: 200px;
        height: 200px;
    }

        .counter-circle.large {
            width: 230px;
            height: 230px;
            left: 80px;
        }

        .counter-circle h3 {
            font-size: 48px;
        }
}

/* ===== Mobile devices (max-width: 767px) ===== */
@media (max-width: 767px) {
    .counter-circles {
        position: relative;
        min-height: auto;
        /*display: flex;*/
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .counter-circle {
        position: relative;
        width: 200px;
        height: 200px;
        animation: none; /* smoother mobile experience */
    }

        .counter-circle.large {
            width: 220px;
            height: 220px;
            left: auto;
            bottom: auto;
        }

        .counter-circle:nth-child(1),
        .counter-circle:nth-child(2) {
            top: auto;
            left: auto;
            right: auto;
        }

        .counter-circle h3 {
            font-size: 44px;
        }

        .counter-circle p {
            font-size: 14px;
        }
}

/* ===== Small mobiles (max-width: 480px) ===== */
@media (max-width: 480px) {
    .counter-circle {
        width: 180px;
        height: 180px;
    }

        .counter-circle.large {
            width: 180px;
            height: 180px;
        }

        .counter-circle h3 {
            font-size: 40px;
        }

        .counter-circle p {
            font-size: 13px;
        }
}
/* ================= QUOTE ================= */

.Quote {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    /*background: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ), url('/assets/images/quote-bg.jpg') center right / cover no-repeat;*/
    background-image: url('../images/Services/experienced-worker-installing-solar-panels-sustainable-energy-production.jpg');
    background-repeat: no-repeat;
    background-position: right;
    overflow: hidden;
    background-size: cover;
}

    .Quote::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(5, 20, 35, 0.92) 0%, rgba(5, 20, 35, 0.85) 45%, rgba(5, 20, 35, 0.40) 100% );
        z-index: 1;
    }

    /* container alignment */
    .Quote .container {
        max-width: 1200px;
        margin: auto;
        padding: 80px 20px;
        text-align: center;
        animation: fadeUp 1.2s ease forwards;
    }

    /* heading */
    .Quote h2 {
        font-size: 48px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 25px;
        letter-spacing: 1px;
    }


    /* ================= BUTTON ================= */
    .Quote .btn-primary {
        position: relative;
        display: inline-block;
        padding: 16px 38px;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        border-radius: 50px;
        text-decoration: none;
        /* Base Gradient */
        background: linear-gradient(135deg, #43bbd9, #3391b8);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
        transition: all 0.45s ease;
        overflow: hidden;
        color: #fff !important;
    }

        /* ================= HOVER EFFECT ================= */
        .Quote .btn-primary:hover {
            transform: translateY(-4px);
            /* Hover Gradient */
            background: linear-gradient(135deg, #0788ca, #111e32);
            box-shadow: 0 18px 40px rgba(7, 136, 202, 0.55);
        }

        /* ================= SHINE EFFECT ================= */
        .Quote .btn-primary::after {
            content: '';
            position: absolute;
            top: 0;
            left: -120%;
            width: 120%;
            height: 100%;
            background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.45), transparent );
            transition: 0.7s ease;
        }

        /* Trigger shine on hover */
        .Quote .btn-primary:hover::after {
            left: 120%;
        }


/* animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 991px) {
    .Quote {
        background-position: center;
    }

        .Quote h2 {
            font-size: 36px;
        }
}

@media (max-width: 576px) {
    .Quote h2 {
        font-size: 28px;
    }

    .Quote .btn-primary {
        padding: 12px 30px;
        font-size: 15px;
    }
}
/* ================= PROJECTS ================= */
.Projects {
    /*padding: 80px 0;*/
    background: #f8fbff;
    overflow: hidden;
}

    .Projects h2 {
        text-align: center;
        font-size: 36px;
        color: #0b2c4d;
    }

    .Projects .subtitle {
        text-align: center;
        margin: 10px 0 50px;
        color: #6b7280;
    }

/* Wrapper */
.projects-wrapper {
    position: relative;
    overflow: hidden; /* 🔑 MAIN FIX */
    padding: 20px 0;
}

/* Track */
.projects-track {
    display: flex;
    gap: 30px;
    transition: transform 0.6s ease;
    will-change: transform;
}

/* Card */
.project-card {
    min-width: 340px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: solid 2px #f1f1f1;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    min-width: calc(33.333% - 20px); /* desktop = 3 cards */
    max-width: calc(33.333% - 20px);
    flex-shrink: 0;
}

    .project-card:hover {
        transform: translateY(-12px);
        border-bottom: solid 1px #0f69af;
        border-radius: 20px 20px 0px 0px;
    }

/* Image */
.project-img {
    height: 220px;
    background-size: cover;
    background-position: center;
}

/* Content */
.project-content {
    padding: 25px;
    position: relative;
}

    .project-content h4 {
        font-size: 20px;
        color: #0b2c4d;
        margin-bottom: 10px;
    }

    .project-content p {
        font-size: 14px;
        color: #6b7280;
    }

/* Button */
.project-btn {
    position: absolute;
    right: 20px;
    top: -22px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffc107;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transition: transform 0.4s ease;
}

.project-card:hover .project-btn {
    transform: rotate(45deg) scale(1.1);
}

/* Navigation */
.projects-nav {
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 0px;
    /*border-radius: 50%;*/
    background: #0788ca;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}


    .projects-nav:hover {
        background: #0b2c4d;
    }

/* Responsive */
@media (max-width: 768px) {
    .project-card {
        min-width: 280px;
    }

    /* make sure visible in mobile */


}

@media (max-width: 991px) {
    .project-card {
        min-width: calc(50% - 20px); /* 2 cards */
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .project-card {
        min-width: 100%;
        max-width: 100%;
    }
}
/* ================= WHY CHOOSE ================= */
.why-choose {
    background: linear-gradient(135deg, #0b2c4d, #3a3a3a);
    padding: 100px 0;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

/* LEFT CONTENT */
.sub-title {
    color: #4caf50;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
}

.why-content h2 {
    font-size: 38px;
    line-height: 1.2;
    margin: 15px 0 20px;
    text-align: left;
    color: #FFF;
}

.why-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* CARDS */
.why-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.why-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}

    .why-card .icon {
        font-size: 36px;
        color: #4caf50;
        margin-bottom: 15px;
    }

    .why-card h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .why-card p {
        font-size: 14px;
        color: #716e6e;
    }

    /* HOVER EFFECT */
    .why-card:hover {
        transform: translateY(-10px);
        background: #e2eaf6;
        border-color: #0f69af;
        box-shadow: 0 15px 30px rgba(76, 175, 80, 0.25);
    }

/* RIGHT IMAGE */
.why-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: all 0.5s ease;
}

    /* IMAGE HOVER */
    .why-image img:hover {
        filter: grayscale(100%);
        /*filter: grayscale(0%);*/
        transform: scale(1.03);
    }

/* =============================
   RESPONSIVE
============================= */
@media (max-width: 991px) {
    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-cards {
        grid-template-columns: 1fr;
    }

    .why-content h2 {
        font-size: 24px;
    }
}
/* ================= CLIENTS ================= */
.OurClient {
    background: #fff;
}

.clients {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

    .clients img {
        max-width: 140px;
        opacity: .7;
        transition: .3s;
    }

        .clients img:hover {
            opacity: 1;
        }

/* ================= RESPONSIVE ================= */
@media(max-width:768px) {
    .MainSlider h1 {
        font-size: 34px;
    }

    .Counter {
        flex-direction: column;
        gap: 30px;
    }
}

/**Our Working Process Start**/
.work-process {
    background-image: url('../images/Bg/service-bg1_1.png');
    padding: 90px 0;
    /*background: #f6f7f9;*/
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #0b2c4d;
}

.section-subtitle {
    text-align: center;
    max-width: 650px;
    margin: 10px auto 60px;
    color: #666;
}

/* Wrapper */
.process-wrapper {
    position: relative;
}

    /* Center Line */
    .process-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 4px;
        background: #a7d48c;
        transform: translateX(-50%);
    }

/* Row */
.process-row {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

    .process-row.left {
        justify-content: flex-start;
    }

    .process-row.right {
        justify-content: flex-end;
    }

/* Image */
.process-image {
    width: 42%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: transform 0.5s ease;
}

    .process-image img {
        width: 100%;
        display: block;
    }

.process-row:hover .process-image {
    transform: scale(1.05);
}

/* Content Box */
.process-content {
    width: 42%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform 0.4s ease;
}

    .process-content h4 {
        font-size: 22px;
        margin-bottom: 10px;
        color: #0b2c4d;
    }

    .process-content p {
        color: #666;
        line-height: 1.6;
    }

.process-row:hover .process-content {
    transform: translateY(-6px);
}

/* Step Circle */
.process-step {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: #5dbb2f;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(93,187,47,0.5);
}

/* Alignment tweaks */
.process-row.left .process-image {
    margin-right: 40px;
}

.process-row.left .process-content {
    margin-left: 60px;
}

.process-row.right .process-image {
    margin-left: 40px;
}

.process-row.right .process-content {
    margin-right: 60px;
}

/* Responsive */
@media (max-width: 992px) {
    .process-wrapper::before {
        left: 20px;
    }

    .process-row {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 60px;
    }

    .process-image,
    .process-content {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .process-step {
        left: 20px;
        transform: none;
    }

    .process-row.left .process-image,
    .process-row.right .process-image {
        margin-left: 20px;
        margin-right: 20px;
    }

    .process-row.left .process-content,
    .process-row.right .process-content {
        margin-left: 30px;
        margin-right: 30px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .process-row {
        flex-direction: column;
        text-align: center;
    }

        .process-row.left .process-image,
        .process-row.right .process-image {
            margin: 0 0 20px 0;
            width: 100%;
        }

        .process-row.left .process-content,
        .process-row.right .process-content {
            margin: 0;
            width: 100%;
        }

    .process-image img {
        max-width: 100%;
        height: auto;
    }
}
/* Large screens */
@media (min-width: 1200px) {
    .section-title {
        font-size: 36px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .section-title {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .section-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .Projects h2 {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .Projects h2 {
        font-size: 24px;
        line-height: 1.3;
    }
}
/**Our Working Process End**/

/**Faq Start**/
.faq-section {
    padding: 90px 20px;
    background: linear-gradient(135deg, #0b2c4d, #3a3a3a);
    color: #fff;
}

.faq-header {
    text-align: center;
    /*max-width: 700px;*/
    margin: 0 auto 50px;
}

.faq-tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 14px;
    margin-bottom: 12px;
}


.faq-header p {
    font-size: 16px;
    color: #ddd;
}

.faq-list {
    max-width: 850px;
    margin: auto;
}

.faq-item {
    background: rgba(255,255,255,0.08);
    border-radius: 14px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
}

    .faq-item.active {
        background: rgba(255,255,255,0.14);
        box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    }

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 26px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .faq-question .icon {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #0f69af;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        transition: transform 0.4s ease;
    }

.faq-item.active .icon {
    transform: rotate(45deg);
    background: #0788ca;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 26px;
    font-size: 15px;
    color: #eaeaea;
    line-height: 1.7;
    transition: max-height 0.5s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 26px 22px;
}

.faqimg {
    width: 100%;
    border: solid 5px #fff;
    padding: 5px;
    border-radius: 30px;
}
/* Responsive */
@media (max-width: 768px) {
    .faq-question {
        font-size: 16px;
    }

    .faq-item {
        margin-top: 10px;
    }
}
/**Faq End**/

/**scrollUp start**/
#scrollUp {
    /*background: #0c6db6 none repeat scroll 0 0;*/
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    background: linear-gradient(135deg, #43bbd9, #3391b8);
}
/**scrollUp End**/

/**green-hero start**/
/* ===== HERO SECTION ===== */
.green-hero {
        padding: 0px;
     background: #5dbb2f8c;
  /*padding: 80px 20px;*/
  /*overflow: hidden;*/
}

.green-hero-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
      justify-content: space-around;
}

/* IMAGE */
.green-hero-image {
        margin-top: -56px;
  /*flex: 1;*/
  animation: slideLeft 1s ease forwards;
}

.green-hero-image img {
  max-width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

/*.green-hero-image img:hover {
  transform: scale(1.05);
}*/

/* CONTENT */
.green-hero-content {
  flex: 1;
  animation: slideRight 1s ease forwards;
}


.green-hero-content h2 span {
  color: #1f8f2e;
}


/* ===== ANIMATIONS ===== */
@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .green-hero-container {
    flex-direction: column;
    text-align: center;
  }
   


}
/* ===== FORCE DESKTOP LAYOUT ON MOBILE ===== */
@media (max-width: 991px) {
  .green-hero-container {
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  .green-hero-image {
    margin-top: -40px;
    flex: 0 0 45%;
  }

  .green-hero-content {
    flex: 0 0 55%;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .green-hero {
    padding: 0px 10px;
  }

  .green-hero-container {
    gap: 15px;
  }

  .green-hero-image img {
    max-width: 180px;
    width: 100%;
  }

  .green-hero-content h2 {
   font-size: 13px;
    line-height: 1.3;
  }

  .green-hero-content p {
    font-size: 13px;
  }

  .green-hero-content .btn,
  .green-hero-content a {
    font-size: 13px;
    padding: 8px 16px;
  }
}


/**green-hero start**/

/**Home Page Desgin Start**/
