/*==================================
* Author        : "ThemeSine"
* Template Name : CarVilla  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
font-family: 'Rufina', serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  activities
7.  Featured-cars
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

:root {
    --black: #0d0d0d;
    --dark-grey: #212121;
    --medium-grey: #676767;
    /*--light-grey: #a6a6a6;*/
    --blue: #1551a7; /*mct blue*/
    --light-blue: #8da1cb;
    /*--blue: #011563;*/
    --red: #941406;
    --white: #dadfe9;
    --grey: #566a7f;
    --light-grey: #818998;
    --orange: #ec7518;
    --underwater-blue: #58bbf6;
    --treasure-map: #e7d6bd;
}

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    display: flex;    
    min-height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    /*height: 100%;*/
    background: linear-gradient(to bottom, #40c4ff, #0288d1);
    /*background: var(--underwater-blue) !important;*/
    /* Allow body to grow with content */
    overflow-x: hidden;
    position: relative;
    min-height: 200vh;
    font-size:16px;
}

.info-container{

}

/*body {
    overflow-x: hidden;
    position: relative;
    min-height: 200vh;*/
/* Ensure page is long enough to scroll for testing */
/*}*/
.bubble {
    border-radius: 100%;
    position: fixed;
    /* Position relative to viewport */
    bottom: -10vh;
    will-change: transform;
    background: rgba(255, 255, 255, 0.2);
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 25%);
    -webkit-animation: bubble 4000ms infinite cubic-bezier(0.55, 0.06, 0.68, 0.19);
    animation: bubble 4000ms infinite cubic-bezier(0.55, 0.06, 0.68, 0.19);
    pointer-events: none;
    /* Prevent bubbles from interfering with page interactions */
    z-index: -1; /* Place bubbles behind all other elements */
}

@-webkit-keyframes bubble {
    from {
        transform: translateY(0);
        /* Start at bottom of viewport */
        opacity: 1;
    }

    to {
        transform: translateY(-100vh);
        /* Move to top of viewport */
        opacity: 0.25;
    }
}

@keyframes bubble {
    from {
        transform: translateY(0);
        /* Start at bottom of viewport */
        opacity: 1;
    }

    to {
        transform: translateY(-100vh);
        /* Move to top of viewport */
        opacity: 0.25;
    }
}

body {
    font-family: "Chelsea Market", system-ui;
    font-weight: 400;
    font-style: normal;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 16px;
    color: var(--light-grey);
    text-transform: initial;
    margin: 0 auto;
    /*overflow: hidden;*/
    /*overflow-x: hidden;*/
    overflow-x: hidden;
    position: relative;
    min-height: 200vh;
}

a, a:hover, a:active, a:focus {
    display: inline-block;
    text-decoration: none;
    color: #444a57;
    font-size: 20px;
    padding: 0;
    font-weight: 500;
    text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #444a57;
    /*font-size: 20px;*/
    font-weight: 500;
    text-transform: capitalize;
}

p {
    margin: 0;
    color: inherit;
    font-size: 16px;
    line-height: 1.8;
    text-transform: initial;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

    ul li {
        list-style: none;
        display: inline-block;
    }

select, input, textarea, button, .form-control {
    box-shadow: none;
    outline: 0 !important;
}

button {
    background: transparent;
    border: 0;
    font-size: 16px;
    text-transform: capitalize;
}

html, body {
    height: 100%;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

.owl-carousel {
    z-index: 0;
}
/* section-header */
.section-header {
    position: relative;
    text-align: center;
}

    .section-header h2 {
        position: relative;
        font-size: 36px;
        font-weight: 500;
        padding-bottom: 35px;
    }

        .section-header h2:before {
            position: absolute;
            content: "";
            width: 80px;
            height: 2px;
            bottom: 0;
            left: 50%;
            margin-left: -42px;
            background: var(--orange);
        }

    .section-header p {
        color: #444a57;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

        .section-header h2 span, .section-header p span {
            text-transform: lowercase;
        }

/* section-header */

/*=============Style css=========*/


/*-------------------------------------
        2. Top-area
--------------------------------------*/

.nav-flex {
    display:flex;
    align-items:center;
}

nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #000;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.nav-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .nav-container {
        width: 750px
    }    
}

@media (min-width: 992px) {
    .nav-container {
        width: 95vw;
    }
}

@media (min-width: 1200px) {
    .nav-container {
        width: 95vw;
    }
}

.navbar-right {
    align-items: center;
    display: flex;
}



.navbar-header a.navbar-brand {
    padding: 10px 0; /* adjust as needed */
}

/* Style the logo image */
.navbar-header .navbar-logo {
    padding-top: inherit;
    padding-bottom: inherit;
    height: auto; /* Adjust to fit your navbar height */
    width: 400px; /* Keeps the image proportional */
    display: inline-block;    
}


.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand, .wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover, .wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
    padding: 30px 25px;
}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #f5f7fa;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav.navbar.bootsnav ul.nav > li > a {
    /*padding: 48px 21px;*/
    font-size: 20px;
}

    nav.navbar.bootsnav ul.nav > li > a:hover, nav.navbar.bootsnav ul.nav > li > a:focus {
        color: var(--orange);
    }

nav.navbar.bootsnav ul.nav > li.active > a {
    color: var(--orange);
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}

nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}

/*.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a {
    padding: 30px 25px;
}*/


/*.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > button {
    padding: 30px 25px;
}*/

/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design {
    overflow-y: scroll;
    height: 350px;
}

    .menu-ui-design::-webkit-scrollbar {
        width: 5px;
    }

    .menu-ui-design::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 8px #000;
    }

    .menu-ui-design::-webkit-scrollbar-thumb {
        background-color: var(--orange);
    }
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid var(--orange);
    padding: 10px;
    top: 0;
}

    nav.navbar.bootsnav .navbar-toggle i {
        color: var(--orange);
    }
/*.navbar-toggle */

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/

/* Hero Section */
.welcome-hero {
    position: relative;
    background: url(../images/welcome-hero/ship-on-beach.jpg) no-repeat center;
    background-size: cover; /* Scales image to cover the section */
    min-height: 100dvh; /* Full dynamic viewport height, accounts for mobile UI */
    width: 100%; /* Full viewport width */
    display: flex; /* Center Div1 using flexbox */
    justify-content: left;
    align-items: center;
    overflow: hidden; /* Prevent scrollbars */
    z-index: 1;
}

    /* Overlay for contrast */
    .welcome-hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(42, 45, 84, 0.27); /* Dark overlay */
        z-index: 2;
    }

/* Div1 (Wooden Plank) */
.div1 {
    position: relative; /* Ensure content is above overlay */
    z-index: 3;
    /*background: url(../images/welcome-hero/rustic-wooden-board.png) no-repeat center;*/ /* Wooden plank background */
    background: url(../images/welcome-hero/woodenPlank.jpg) no-repeat center; /* Wooden plank background */
    background-size: cover; /* Scale plank image to cover Div1 */
    width: 50%; /* Relative width */
    max-width: 600px; /* Prevent Div1 from getting too wide */
    min-width: 300px; /* Ensure Div1 doesn’t shrink too much */
    padding: 2rem; /* Padding for content */
    text-align: center; /* Center text and button */
    border-radius: 10px; /* Optional: slight rounding for plank edges */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Optional: shadow for depth */
    margin-left:5vw;
}

    /* Text inside Div1 */
    .div1 h2 {
        color: #fff; /* White text for contrast */
        font-size: 2.5rem; /* Adjust based on theme */
        margin: 0 0 1rem; /* Space below text */
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        -storyboard: text shadow for readability */
    }

    /* Button inside Div1 */
    .div1 .pirate-button {
        background-color: #8b4513; /* Brown to match pirate theme */
        color: #fff;
        padding: 0.75rem 1.5rem;
        border: none;
        border-radius: 5px;
        font-size: 1.2rem;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .div1 .pirate-button:hover {
            background-color: #a0522d; /* Lighter brown on hover */
        }

/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {
    /* Hero section adjustments */
    .welcome-hero {
        background-size: cover; /* Use cover to fill the section */
        min-height: 100dvh; /* Ensure enough height for Div1 */
        background-position: center center; /* Focus on center of image */
        padding: 1rem; /* Add padding to prevent Div1 from touching edges */
        box-sizing: border-box; /* Ensure padding doesn’t cause overflow */
    }

    /* Div1 adjustments */
    .div1 {
        width: 90%; /* Wider but constrained */
        max-width: 400px; /* Smaller max width for mobile */
        min-width: 200px; /* Smaller min width */
        padding: 1rem; /* Reduced padding */
    }

        .div1 h2 {
            font-size: 1.8rem; /* Smaller text */
            margin-bottom: 0.75rem;
        }

        .div1 .pirate-button {
            font-size: 1rem; /* Smaller button text */
            padding: 0.5rem 1rem; /* Smaller button */
        }
}

@media (max-width: 480px) {
    .welcome-hero {
        min-height: 100dvh; /* Ensure enough height */
        background-position: center center;
    }

    .div1 {
        width: 95%; /* Almost full width */
        max-width: 300px;
        padding: 0.75rem;
    }

        .div1 h2 {
            font-size: 1.5rem;
        }

        .div1 .pirate-button {
            font-size: 0.9rem;
            padding: 0.4rem 0.8rem;
        }
}


/*.welcome-hero {
    position: relative;
    background: url(../images/welcome-hero/ship-on-beach.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    height:100vh;
}

    .welcome-hero:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(42,45,84,.60);
    }*/

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.hero.content_inner{
    position:relative;
}

.hero.content_inner.text {
    max-width: 450px;
}

.hero.content_inner.text.heading.heading_img {
    line-height: 0
}

    .hero.content_inner.text.heading.heading_img.img {
        width: 100%
    }

    .hero.content_inner.heading {
        color: #fdb52b;
        font-family: Rubik-Black;
        font-size: 110.64px;
        letter-spacing: -.06em;
        line-height: 80px;
        margin: 0;
        text-transform: uppercase
    }

.welcome-hero-container {
    position: relative;
    text-align: center;
    color: white;
}

.welcome-hero-container-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.welcome-hero-txt {
    text-align: center;
    padding: 20vw 0 15vw;
}

    .welcome-hero-txt .h1 {
        font-size: 42px !important;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 45px;
    }

.scroll.button-li {
    display: flex;
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
}

.orange-btn {
    display: inline-block;
    width: 230px;
    height: 60px;
    background: var(--orange);
    font-size:20px;
    color: #000;
    border: 5px solid #000;
    border-radius: 3px;    
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

    .orange-btn:hover {
        border: 3px solid #fff;
        color: #fff;
    }

.welcome-btn {
    /*margin-top: 55px;*/
}

.info-section-btn {
    margin-top: 55px;
}

    
/*.welcome-hero-txt*/

/*-------------------------------------
        4. Model-Search
--------------------------------------*/
.model-search-content .col-sm-12 {
    padding: 0;
}

.model-search-content {
    padding: 40px 0;
    background: #fff;
    box-shadow: 0 10px 40px 0px rgba(38,40,64,.2);
    position: absolute;
    bottom: -150px;
    width: 100%;
    border-radius: 3px;
}

/*.single-model-search*/
.single-model-search {
    margin-bottom: 30px;
}

    .single-model-search:last-child {
        margin-bottom: 0;
    }

    .single-model-search h2 {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 20px;
    }
/*model-select-icon*/
.model-select-icon {
    position: relative;
}

    .model-select-icon .form-control {
        outline: 0 !important;
        box-shadow: none;
        border: 1px solid #f8f8f8;
        background: #f8f8f8;
        height: 60px;
    }

    .model-select-icon select {
        font-size: 16px;
        color: #888f9d;
        text-transform: capitalize;
    }

    .model-select-icon:after {
        position: absolute;
        content: "\f103";
        right: 0px;
        top: 0;
        font-size: 10px;
        color: #888f9d;
        background: #f8f8f8;
        height: 60px;
        line-height: 60px;
        width: 50px;
        text-align: center;
        font-family: "Flaticon";
        pointer-events: none;
        border: transparent;
    }
/*model-select-icon*/
.welcome-btn.model-search-btn {
    width: 160px;
    margin-top: 80px;
    margin-left: 53px;
}

/*.single-model-search*/

/*-------------------------------------
        5. info 
--------------------------------------*/
.info {
    padding: 60px 0px;
}

.info-heading {
    text-align:center;
    padding:36px;
}

.single-info-item {
    text-align: center;
    padding: 55px 30px 60px;
    border-radius: 3px;
    margin-bottom: 30px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    background: var(--orange);
    border: 1px solid var(--orange);
    background-color: var(--orange);
    color: var(--white);
}

.single-info-icon {
    display: inline-block;
    color: var(--white);
}

.single-info-item h2 {
    color: var(--white);
    margin: 35px 0 20px;
}

    .single-info-item h2 a span {
        text-transform: lowercase;
    }

.single-info-item p {
    padding-bottom: 35px;
    text-transform: initial;
    position: relative;
}

    .single-info-item p:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 3px;
        background: var(--white);
        bottom: 0;
        left: 50%;
        margin-left: -10px;
    }

.single-info-icon [class^="flaticon-"]:before, .single-info-icon[class*=" flaticon-"]:before, .single-info-icon [class^="flaticon-"]:after, .single-info-icon [class*=" flaticon-"]:after {
    font-size: 60px;
}

.single-info-item:hover .single-info-icon [class^="flaticon-"]:before, .single-info-item:hover .single-info-icon [class*=" flaticon-"]:before, .single-info-item:hover .single-info-icon [class^="flaticon-"]:after, .single-info-item:hover .single-info-icon [class*=" flaticon-"]:after {
    color: #fff;
}


.single-info-item:hover h2 a, .single-info-item:hover p {
    color: #fff;
}

    .single-info-item:hover p:before {
        background: #fff;
    }

.single-info-item:hover {
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
    border: 1px solid var(--white);
}

/*-------------------------------------
        6. activities
--------------------------------------*/
.activities {
    padding: 112px 0 120px;
}

.activities-content {
    background-image: url(../images/welcome-hero/parchment.png); /*Wooden plank background */
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

/*.activities-content {
    background-color: #e7d6bd;
    background-image: url(../images/welcome-hero/parchment.png);
    background-blend-mode: overlay;
    margin: 20px 0;
    padding: 100px 40px;
    position: relative;
    overflow: hidden;
    transform: rotate(-0.7deg);*/ /* Slight rotation for weathered effect */
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);*/ /* Subtle shadow for depth */
    /*clip-path: polygon( 0% 4%, 0.5% 2%, 2% 5%, 4% 3%, 6% 6%, 8% 2%, 10% 5%, 13% 3%, 16% 7%, 19% 4%, 22% 2%, 25% 6%, 28% 3%, 31% 5%, 34% 2%, 37% 6%, 40% 4%, 43% 2%, 46% 5%, 49% 3%, 52% 6%, 55% 4%, 58% 2%, 61% 5%, 64% 3%, 67% 6%, 70% 4%, 73% 2%, 76% 5%, 79% 3%, 82% 6%, 85% 4%, 88% 2%, 91% 5%, 94% 3%, 97% 6%, 99% 4%, 100% 3%, 99% 96%, 97% 98%, 94% 95%, 91% 97%, 88% 94%, 85% 96%, 82% 93%, 79% 95%, 76% 92%, 73% 94%, 70% 96%, 67% 93%, 64% 95%, 61% 92%, 58% 94%, 55% 96%, 52% 93%, 49% 95%, 46% 92%, 43% 94%, 40% 96%, 37% 93%, 34% 95%, 31% 92%, 28% 94%, 25% 96%, 22% 93%, 19% 95%, 16% 92%, 13% 94%, 10% 96%, 8% 93%, 6% 95%, 4% 92%, 2% 94%, 0.5% 96%, 0% 93%);*/ /* More irregular, less sharp clip-path */
/*}

    .activities-content::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.3));
        pointer-events: none;
        z-index: 1;
    }

    .activities-content > * {
        position: relative;
        z-index: 2;*/ /* Ensure content is above the pseudo-element */
    /*}*/



/*.activities-txt*/
.activities-txt {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .activities-txt h2 a {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 26px;
    }

        .activities-txt h2 a span {
            text-transform: uppercase;
        }

.activities-para2 {
    margin-top: 30px;
}

.welcome-btn.activities-btn {
    width: 176px;
    margin-top: 32px;
}

.info-section-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .info-section-container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .info-section-container {
        width: 90vw;
    }
}

@media (min-width: 1200px) {
    .info-section-container {
        width: 90vw;
    }
}
/*.activities-txt*/

.activities-section-btn-row {
    text-align: center;
    margin-bottom: 30px;
}

.activities-section-btn {
    
}

/*.owl-dots */
.activities .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 4px;
    background: transparent;
    border: 1px solid #6a7781;
    border-radius: 50%;
}

.activities .owl-theme .owl-dots .owl-dot.active span, .activities .owl-theme .owl-dots .owl-dot:hover span {
    background: #6a7781;
}

.activities .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 62px;
}
/*.owl-dots */

/*-------------------------------------
        7. Featured-cars
--------------------------------------*/
.featured-cars {
    padding: 112px 0 120px;
}

.featured-cars-content {
    padding-top: 96px;
}

/*.single-featured-cars*/
.featured-img-box {
    border: 1px solid #dadfe9;
}

.featured-cars-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 220px;
    border-bottom: 1px solid #dadfe9;
}

.featured-model-info {
    padding: 12px 7px;
}

    .featured-model-info p {
        font-size: 12px;
        color: #8c92a0;
        text-transform: capitalize;
    }

.featured-mi-span {
    display: inline-block;
    margin: 0 10px;
}

.featured-hp-span {
    display: inline-block;
    margin-right: 10px;
}

.featured-cars-txt {
    margin: 21px 0 47px;
}

    .featured-cars-txt h2 a {
        font-size: 16px;
        margin-bottom: 15px;
    }

        .featured-cars-txt h2 a span {
            text-transform: uppercase;
        }

    .featured-cars-txt h3 {
        margin-bottom: 10px;
    }

    .featured-cars-txt h3, .featured-cars-txt p {
        font-size: 13px;
    }
/*.single-featured-cars*/

/*-------------------------------------       
        8. Clients-say 
--------------------------------------*/
.clients-say {
    padding: 115px 0 80px;
}

/*single-testimonial-box */
.single-testimonial-box {
    padding: 50px 30px 57px;
    text-align: center;
    border: 1px solid #dadfe9;
    overflow-x: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/*testimonial-description*/
.clients-say .testimonial-carousel .col-sm-3,
.clients-say .testimonial-carousel .col-xs-12 {
    width: 100%;
    height: auto;
}
/* testimonial-info */
.testimonial-img {
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.testimonial-person h2 a, .testimonial-person h4 {
    font-size: 16px;
    color: #5e6778;
    font-weight: 600;
}

.testimonial-person h4 {
    margin-top: 10px;
}
/* testimonial-info */


/* testimonial-comment */
.testimonial-comment p {
    font-size: 16px;
    color: #5e6778;
    margin-top: 30px;
    margin-bottom: 25px;
}
/* testimonial-comment */


/*testimonial-description*/
.single-testimonial-box:hover h2 a, .single-testimonial-box:hover h4, .single-testimonial-box:hover p {
    color: #fff;
}

.single-testimonial-box:hover {
    background: var(--orange);
    border: 1px solid var(--orange);
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
}

/*owl carousel*/
.clients-say .owl-carousel .owl-stage {
    position: relative;
    padding: 100px 0 40px;
}

.clients-say .owl-carousel .owl-item img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
}
/*owl carousel*/

/*-------------------------------------
        9. Brand
--------------------------------------*/
.brand {
    padding: 120px 0;
}

.brand-area {
    position: relative;
}

    .brand-area .item {
        padding: 0 40px 0;
    }

.brand .brand-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 72px;
    border-radius: 0;
}
/*-------------------------------------
        10. Blog
--------------------------------------*/

/*-------------------------------------
        12. Contact
--------------------------------------*/
.contact {
    background: #2a2d54;
    z-index:10 !important;
}

.footer-top {
    padding: 112px 0 72px;
}

/*.footer-logo*/
.footer-logo a, .footer-logo a:hover, .footer-logo a:focus {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    text-transform: uppercase;
}

.single-footer-widget p {
    font-size: 14px;
    color: #eeeff6;
    max-width: 300px;
    margin: 40px 0 20px;
}

.footer-contact p {
    margin: 0;
    color: #d1d7e9;
}
/*.footer-logo*/

.single-footer-widget {
    margin-bottom: 40px;
}

    .single-footer-widget h2 {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 43px;
    }

    .single-footer-widget ul li {
        display: inherit;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .single-footer-widget ul li:hover {
            -webkit-transform: translateX(10px);
            -moz-transform: translateX(10px);
            -ms-transform: translateX(10px);
            -o-transform: translateX(10px);
            transform: translateX(10px);
        }

        .single-footer-widget ul li a {
            font-size: 14px;
            color: #cfd0e3;
            font-weight: 300;
            padding-bottom: 13px;
        }

            .single-footer-widget ul li a span {
                text-transform: lowercase;
            }

.footer-newsletter p {
    color: #aeafc2;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px;
}
/*hm-foot-email*/
.hm-foot-email {
    position: relative;
}

.foot-email-box .form-control {
    background: #26294d;
    display: block;
    padding: 15px 20px;
    outline: 0 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    border: 0;
}

.foot-email-box input[type="text"] {
    font-size: 12px;
    color: #666c81;
    font-weight: 300;
}

.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: #666c81;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-email-box .form-control:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
}
/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
    padding: 20px 0 17px;
    border-top: 1px solid #434859;
}

    .footer-copyright p, .footer-copyright p a {
        color: #a8a9bf;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
    }

.footer-social {
    text-align: right;
}

    .footer-social a i {
        color: #fff;
        opacity: .40;
        font-size: 14px;
        margin-left: 16px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .footer-social i:hover {
        opacity: .70;
    }
/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

    #scroll-Top .return-to-top:hover {
        background: #fff;
        color: var(--orange);
        border: 1px solid var(--orange);
    }

    #scroll-Top .return-to-top i {
        position: relative;
        bottom: 0;
    }

    #scroll-Top .return-to-top i {
        position: relative;
        animation-name: example;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        animation-duration: 1s;
    }

@keyframes example {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 7px;
    }
}



.gallery-content {
    padding-top: 60px;
}

.gallery {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.gallery-item {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .gallery-item img {
        width: 100%;
        height: auto;
        max-height: 200px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        cursor: pointer;
    }

        .gallery-item img:hover {
            transform: scale(1.05);
        }

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    max-width: 80%;
    max-height: 80%;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.fb-modal {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

    .fb-modal.active {
        display: flex;
    }

.fb-modal-content {
    background-color: #fefefe;
    margin: 2% auto;
    border: 1px solid #888;
    border-radius: 0.75rem;
    width: 100%;
    min-width: 500px;
    max-width: 600px;
}

@media (max-width:767px) {
    .fb-modal-content {
        min-width: 300px;
        max-width: 400px;
    }
}

.fb-modal-close {
    color: var(--white);
    float: right;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
}

    .fb-modal-close:hover,
    .fb-modal-close:focus {
        text-decoration: none;
        cursor: pointer;
    }

.fb-modal-heading-div {
    background-color: var(--orange);
    color: var(--dark-grey);
    border-bottom: 1px solid var(--light-grey);
}

.fb-modal-title-heading {
    padding: 20px;
    font-size: 18px;
}

.fb-modal-title-heading-label {
    /*font-size:16px;*/
}



.fb-padding-20px {
    padding: 20px;
}

/*url(../images/welcome-hero/top-view-paper-texture_3.png);*/


.parchment-container {
    position: relative;
    background-image: url(../images/welcome-hero/top-view-paper-texture_3.png);
    background-size: 100% auto; /* Stretches width to 100% of container, maintains height proportion */
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 15% 5% 20% 5%; /* Adjusted padding to fit flat area with full width */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.parchment-image {
    max-width: 80%; /* Increased to utilize more of the wider flat area */
    max-height: 30%; /* Maintained to avoid top overlap */
    object-fit: contain;
    margin-bottom: 20px;
}

.parchment-text {
    text-align: center;
    color: #333;
    font-size: 1.2rem;
    max-width: 80%; /* Matches image width */
    margin-bottom: 20px;
}

.parchment-heading-text {
    text-align: center;
    color: #333;
    margin-bottom: 15px;
    font-size: 36px;
}

.activities-section-btn-row {
    text-align: center;
    margin-bottom: 20px;
}

.orange-btn {
    background-color: #ff6200;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
}

    .orange-btn:hover {
        background-color: #e65c00;
    }

@media (max-width: 576px) {
    .parchment-container {
        min-height: 300px;
        padding: 20% 5% 25% 5%; /* Adjusted for smaller screens */
        background-size: 130% auto;
    }

    .parchment-text {
        font-size: 1rem;
    }

    .orange-btn {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
}

@media (min-width: 577px) {
    .parchment-container {
        min-height: 350px;
        padding: 12% 5% 18% 5%; /* Fine-tuned for larger screens with full width */
        background-size: 80% auto;
    }

    .parchment-image {
        max-width: 60%;
        max-height: 25%;
    }

    .parchment-text {
        max-width: 65%;
    }

    .activities-section-btn-row {
        margin-bottom: 25px;
    }
}

@media (min-width: 1354px) {
    .parchment-container {
        min-height: 350px;
        padding: 12% 5% 18% 5%; /* Fine-tuned for larger screens with full width */
        background-size: 80% auto;
    }

    .parchment-image {
        max-width: 60%;
        max-height: 25%;
    }

    .parchment-text {
        max-width: 65%;
    }

    .activities-section-btn-row {
        margin-bottom: 25px;
    }
}


