/*

Tooplate 2141 Minimal White

https://www.tooplate.com/view/2141-minimal-white

*/


@charset "utf-8";

/* CSS Document */
:root {
    --bg-color: #31a137f6;
    /* Main Background */
    --text-color: #000000;
    /* Main Text */
    --heading-color: #000000;
    /* Headings */
    --para-color: #000000;
    --primary-color: #ff6600;
    /* Buttons / Highlights */
    --secondary-color: #ffffff;
    /* Light Text */
     /* ===== FONT VARIABLES ===== */
    
    --narmal:'Times New Roman', Times, serif;
    --header--: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-family: 'Times New Roman', Times, serif;
}

.save{
    background-color: #027c4de1;
}
/* FONT---------- */

.banner-text1{
    font-family: var(--header);
    font-size: 70px;
    font-weight: 700;
    color: #fff;
}
.banner-text2{
    font-family:var(--narmal);
    font-size: 45px;
}
/* FONT---------- */


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

body {
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
    line-height: 1.6;
    color: #000;
    background: #ffffff;
    overflow-x: hidden;
    /* user-select: auto; */
}

.numb{
    text-decoration:none; 
    color:#ffffff;
    background-color: var(--bg-color);
    padding: 3px 8px;
    border-radius: 10px;
}
.tittle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        text-align: center;
    margin-bottom: 20px;
}
.tittle h1{
    font-family: var(--header);
    color: var(--heading-color);
}
.tittle p{
     font-family: var(--narmal);
     color:var(--para-color);
}


/* MOBILE HEADER */


/* Process Timeline */
.process-timeline {
    margin-bottom: 100px;
}

.section-subtitle {
    font-size: 48px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: -1px;
}

.timeline-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    z-index: 0;
}

.timeline-item {
    position: relative;
    text-align: center;
    flex: 1;
}

.timeline-dot {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #000;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-dot {
    background: #000;
    transform: rotate(45deg);
}

.timeline-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.timeline-content p {
    font-size: 14px;
    color: #666;
}

.split-layout {
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 80px;
}

.split-divider {
    width: 2px;
    height: 300px;
    background: #000;
    justify-self: center;
}

.split-left {
    text-align: right;
    padding-right: 20px;
}

.split-left h2 {
    font-size: 64px;
    font-weight: 100;
    letter-spacing: -2px;
    margin-bottom: 30px;
    position: relative;
}

.split-left h2::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    width: 30px;
    height: 30px;
    background: #000;
    transform: translateY(-50%);
}

.split-right {
    padding-left: 20px;
}

.split-right p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
}


.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.intro-had {
    color: var(--heading-color);
    margin-bottom: 10px;
    font-family: var(--header);
    
}

.intro-para {
    margin-top:5px;
    width:800px;
    color: var(--para-color);
    font-size: 19px;
    font-family: var(--narmal);
    font-weight: 700;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .intro-para {
        width: 90%;
        font-size: 16px;
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .intro-para {
        width: 95%;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        font-family: var(--narmal);
    font-weight: 700 !important;
    }

}

.lines {
    background-color: var(--bg-color);
}

.nt-bg {
    display: flex;
}

.nt-leaf {
    width: 400px;
}

.nt-leaf {
    width: 386px;
}

/* Hide on Tablet & Mobile */
@media (max-width: 992px) {
    .nt-leaf {
        display: none;
    }
}

/* Mobile View Only (max width 767px) */
@media (max-width: 767px) {
    .mobile-bg {
        /* background-image: linear-gradient(rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.603)), 
                          url('./images/bg-mob.jpg'); */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}


@media (max-width: 767px) {
    .intro-had {
        color:var(--heading-color) !important;
    }
}







/* Section 3: Services - Asymmetric Grid */
.services {
    padding: 120px 20px;
    background: #fafafa;
    position: relative;
}

.services::before,
.services::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #000;
}

.services::before {
    top: 80px;
    left: 5%;
    animation: rotateSlowly 20s linear infinite;
}

.services::after {
    bottom: 80px;
    right: 5%;
    transform: rotate(45deg);
    animation: rotateSlowly 20s linear infinite reverse;
}

@keyframes rotateSlowly {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.services-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.services-header h2 {
    font-size: 56px;
    font-weight: 100;
    letter-spacing: -1px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.services-header h2::before,
.services-header h2::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}

.services-header h2::before {
    left: -50px;
}

.services-header h2::after {
    right: -50px;
}

.services-header::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background: linear-gradient(to right, transparent, #000 20%, #000 80%, transparent);
}

.asymmetric-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    position: relative;
}

.asymmetric-grid.reverse {
    grid-template-columns: 1fr 2fr;
}

.service-large * {
    position: relative;
    z-index: 1;
}

.service-large {
    background: #fff;
    padding: 60px;
    border-left: 4px solid #000;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
}

.service-large::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.02);
    transition: left 0.6s ease;
    pointer-events: none;
}

.service-large:hover::before {
    left: 0;
}

.service-large::after {
    content: '';
    position: absolute;
    top: 40px;
    right: 40px;
    width: 15px;
    height: 15px;
    background: #000;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 0;
}

.service-large:hover::after {
    transform: scale(1.5) rotate(45deg);
}

.service-large:hover {
    transform: translateX(10px);
    border-left-width: 8px;
}

.asymmetric-grid.reverse .service-large {
    border-left: none;
    border-right: 4px solid #000;
}

.asymmetric-grid.reverse .service-large::after {
    right: auto;
    left: 40px;
}

.asymmetric-grid.reverse .service-large:hover {
    transform: translateX(-10px);
    border-right-width: 8px;
}

.service-small {
    background: #000;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.service-small::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.6s ease;
    pointer-events: none;
}

.service-small:hover::before {
    width: 200px;
    height: 200px;
}

.service-number {
    font-size: 88px;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    position: relative;
}

.service-small:hover .service-number {
    transform: scale(1.1);
}

.service-large h3,
.service-large p {
    position: relative;
    z-index: 1;
    user-select: text;
}

.service-large h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -1px;
    display: inline-block;
}

.service-large h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: width 0.3s ease;
}

.service-large:hover h3::after {
    width: 100%;
}

.service-large p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 30px;
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

.service-tag {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #000;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #000;
}

.service-tag:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

.service-small h4 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.service-small:hover h4 {
    opacity: 1;
    letter-spacing: 3px;
}

.info-item {
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}

.info-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #000;
    transform: rotate(45deg);
}

.info-item h4 {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 500;
}

.info-item p {
    font-size: 18px;
    font-weight: 300;
}


.submit-btn {
    padding: 18px 60px;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
}

.submit-btn::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -8px;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

.submit-btn:hover {
    background: transparent;
    color: #000;
    transform: translate(3px, 3px);
}



/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Mobile responsive */
@media (max-width: 1000px) {

    footer::before,
    footer::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-links {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        z-index: 1000;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .nav-links a::before {
        display: none;
    }

    .nav-links a.active {
        position: relative;
    }

    .nav-links a.active::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 2px;
        background: #000;
    }

    /* About section mobile */
    .quote-mark {
        font-size: 80px;
        left: -30px;
        top: -20px;
    }

    .quote-block h3 {
        font-size: 24px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .philosophy-section {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .philosophy-header h2 {
        writing-mode: horizontal-tb;
        font-size: 48px;
    }

    .header-decoration {
        position: static;
        width: 60px;
        height: 2px;
        margin-top: 20px;
    }

    .philosophy-points {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .timeline-container {
        flex-direction: column;
        gap: 40px;
    }

    .timeline-line {
        width: 2px;
        height: 100%;
        top: 0;
        left: 20px;
        right: auto;
    }

    .timeline-item {
        display: flex;
        align-items: center;
        gap: 30px;
        text-align: left;
    }

    .timeline-dot {
        margin: 0;
        flex-shrink: 0;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-header h2 {
        font-size: 36px;
    }

    .split-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .split-divider {
        width: 100px;
        height: 2px;
    }

    .split-left {
        text-align: left;
        padding-right: 0;
    }

    .split-left h2::before {
        display: none;
    }

    .asymmetric-grid,
    .asymmetric-grid.reverse {
        grid-template-columns: 1fr;
    }

    .asymmetric-grid.reverse .service-large {
        border-right: none;
        border-left: 4px solid #000;
    }

    .asymmetric-grid.reverse .service-large::after {
        left: auto;
        right: 20px;
    }

    .asymmetric-grid.reverse .service-large:hover {
        transform: translateX(10px);
        border-left-width: 8px;
        border-right-width: 4px;
    }


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

    .services-header h2,
    .split-left h2 {
        font-size: 36px;
    }

    .services-header h2::before,
    .services-header h2::after {
        display: none;
    }

    .service-large {
        padding: 40px;
    }

    .service-large::after {
        top: 20px;
        right: 20px;
    }

    .service-tag {
        padding: 6px 12px;
        font-size: 10px;
    }

    .service-number {
        font-size: 60px;
    }

    .hero-decoration {
        display: none;
    }

    .hero::before,
    .hero::after {
        width: 50px;
    }

    /* Hide some animated objects on mobile for performance */
    .floating-objects {
        opacity: 0.5;
    }

    .floating-circle:nth-child(2) {
        display: none;
    }

    .services::before,
    .services::after {
        width: 30px;
        height: 30px;
    }

    footer::before,
    footer::after {
        display: none;
    }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}

/* slider */
/* ===== Auto Slider ===== */
/* ===== Auto Slider with Manual Buttons ===== */
.auto-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}


@media (max-width: 480px) {
    .auto-slider {
        height:60vh;
    }
}



.slider-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 0;
}

.slide img.banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* BLACK OVERLAY */
.slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.637); /* adjust opacity here */
    z-index: 1;
}

/* Default overlay (for desktop/tablet) */
/* .slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.637); 
    z-index: 1;
} */

/* Remove overlay on mobile */
@media (max-width: 768px) {
    .slide::after {
        background: transparent !important;
    }
}



/* TEXT ABOVE OVERLAY */
.namebord {
    position: absolute;
    top: 300px;
    left: 50px;
    z-index: 2; /* above overlay */
    color: #fff;
}

@media (max-width: 1024px) {
    .banner-text1 {
        font-size: 50px;
    }
    .banner-text2 {
        font-size: 22px;
    }
    .namebord {
        bottom: 200px;
        left: 70px;
    }
}

@media (max-width: 480px) {
    .banner-text1 {
        font-size: 32px;
        text-align: center;
    }
    .banner-text2 {
        font-size: 18px;
        text-align: center;
    }
    .namebord {
        bottom: 85px;
        left: 0;
        width: 100%;
        text-align: center; /* center align text */
    }
}




html, body {
    overflow-x: hidden;
}

* {
    overscroll-behavior: none;
}


.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 480px) {
    .auto-slider {
        height: 60vh;
    }
    .slide img {
        width: 100%;
        height: 100%;
    }
}

/* slider close */

/* wtsp */
/* ===== WhatsApp Floating Button ===== */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.whatsapp-icon {
    width: 35px;
    height: 35px;
}

/* wtsp close */



/* cards */
@import url('https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap');

:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: 'Rubik', sans-serif;
    --font-serif: 'Cardo', serif;
}

* {
    box-sizing: border-box;
}

.page-content {
    display: grid;
    grid-gap: 2px;
    font-family: var(--font-sans);
}

@media (min-width: 600px) {
    .page-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 800px) {
    .page-content {
        grid-template-columns: repeat(4, 1fr);
    }
}

.card {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
        0 2px 2px rgba(0, 0, 0, 0.1),
        0 4px 4px rgba(0, 0, 0, 0.1),
        0 8px 8px rgba(0, 0, 0, 0.1),
        0 16px 16px rgba(0, 0, 0, 0.1);
}

/* Desktop card height */
@media (min-width: 600px) {
    .card {
        height: 350px;
    }
}

/* Background Image */
.card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}

.card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom,
            transparent 0%,
            rgba(0, 0, 0, 0.7) 100%);
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);
}

.content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    z-index: 1;

    /* IMPORTANT: HIDDEN BY DEFAULT */
    transform: translateY(calc(100% - 4.5rem));
}

.content>*+* {
    margin-top: 1rem;
}

.content>*:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition:
        transform var(--d) var(--e),
        opacity var(--d) var(--e);
}

.title {
    font-size: 1.3rem;
    font-weight: bold;
}

.copy {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-style: italic;
}

.btn {
    padding: 0.75rem 1.5rem;
    color: white;
    background: black;
    border: none;
    cursor: pointer;
}

/* DESKTOP HOVER */
@media (hover: hover) and (min-width: 600px) {

    .card:hover,
    .card:focus-within {
        align-items: center;
    }

    .card:hover:before {
        transform: translateY(-4%);
    }

    .card:hover:after {
        transform: translateY(-50%);
    }

    .card:hover .content {
        transform: translateY(0);
    }

    .card:hover .content>*:not(.title) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(var(--d) / 8);
    }
}

/* MOBILE TAP TO OPEN */
@media (hover: none) {

    .card.active {
        align-items: center;
    }

    .card.active:before {
        transform: translateY(-4%);
    }

    .card.active:after {
        transform: translateY(-50%);
    }

    .card.active .content {
        transform: translateY(0);
    }

    .card.active .content>*:not(.title) {
        opacity: 1;
        transform: translateY(0);
    }
}



/* IMAGES */
.card:nth-child(1):before {
    background-image: url("./images/nearby/ganapatikatte.png");
}


.card:nth-child(2):before {
    background-image: url("./images/nearby/raanijari.jpg");
}

.card:nth-child(3):before {
    background-image: url("./images/nearby/elnneer.jpg");
}

.card:nth-child(4):before {
    background-image: url("./images/nearby/didupe-falls.jpg");
}

.card:nth-child(5):before {
    background-image: url("./images/nearby/badamane-view.jpg");
}

.card:nth-child(6):before {
    background-image: url("./images/nearby/kyathanamakki.png");
}

.card:nth-child(7):before {
    background-image: url("./images/nearby/hasiru-gudda.jpg");
}

.card:nth-child(8):before {
    background-image: url("./images/nearby/hanging-bridge.jpg");
}
.card:nth-child(9):before {
    background-image: url("./images/nearby/ganjadi\ kal.jpg");
}

.card:nth-child(10):before {
    background-image: url("./images/nearby/kurenjal.jpg");
}

.card:nth-child(11):before {
    background-image: url("./images/nearby/bandaje.jpg");
}

.card:nth-child(12):before {
    background-image: url(".//images/nearby/bandaje-trek.webp");
}





/* cards-colse */



/* Review- */
/* ==========================
   REVIEW SECTION – ULTRA SMOOTH
   ========================== */

.review-section {
    text-align: center;
    padding: 40px 0;
    /* background: #fff; */
}

.review-title {
    font-size: 30px;
    margin-bottom: 32px;
    font-weight: 700;
}

/* MAIN LAYOUT */
.review-wrapper {
    display: flex;
    gap: 40px;
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    padding: 0 16px;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
}

/* GOOGLE BOX */
.google-box {
    width: 230px;
    text-align: center;
    background-color: #f0f4ff;
    padding: 20px;
    border-radius: 36px
}

.g-stars {
    color: gold;
    font-size: 26px;
    margin: 8px 0;
}

.google-logo {
    width: 110px;
}

/* SLIDER WRAPPER */
.review-slider {
    position: relative;
    width: 903px;
    overflow: hidden;
}

/* TRACK */
.review-track {
    display: flex;
    gap: 30px;
    padding: 8px 12px;
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.35, 1);
}

/* CARDS */
.review-card {
    min-width: 260px;
    max-width: 260px;
    background: #f0f4ff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    flex: 0 0 auto;
}

/* HEADER */
.header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.header img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.g-icon {
    width: 20px;
    margin-left: auto;
}

/* STARS */
.stars {
    color: gold;
    margin: 8px 0;
}

/* REVIEW TEXT */
.r-text {
    height: 60px;
    overflow: hidden;
    transition: height .25s ease;
}

.r-text.expanded {
    height: auto;
}

/* READ MORE BUTTON */
.read-more {
    margin-top: 10px;
    background: none;
    border: none;
    color: #1266f1;
    cursor: pointer;
    font-size: 13px;
}

/* NEXT / PREV BUTTONS */
.r-prev,
.r-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.r-prev { left: -18px; z-index: 1;}
.r-next { right: -18px;z-index: 1; }

/* RESPONSIVE */
@media(max-width:1000px) {
    .review-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .review-slider {
        width: 100%;
        max-width: 720px;
    }
}

@media(max-width:480px) {
    .review-card {
        min-width: 85%;
        max-width: 85%;
    }
    .r-prev, .r-next {
        display: none;
    }
}



/* review-close */



/* feutre '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
.features-section {
    max-width: 1249px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

/* Individual Boxes */
.feature-box {
    padding: 20px 20px;
    text-align: left;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:var(--secondary-color);
   
    
    
}

.feature-box:last-child {
    border-right: none;
}

/* Icons */
.feature-icon {
    width: 45px;
    margin-bottom: 20px;
}

.feature-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--para-color);
    font-family: var(--header);
}

/* Text */
.feature-box p {
    color:var(--para-color);
    line-height: 1.6;
    font-family: var(--small);

}

/* ------------------------------------------
   TABLET (2 columns)
------------------------------------------ */
@media (max-width: 992px) {
    .features-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-box:nth-child(2) {
        border-right: none;
    }
}

/* ------------------------------------------
   MOBILE (1 column)
------------------------------------------ */
@media (max-width: 576px) {
    .features-section {
        grid-template-columns: 1fr;
        border: none;
    }

    .feature-box {
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 30px 20px;
    }

    .feature-box:last-child {
        border-bottom: none;
    }
}

/* feutre ''''''''''''''''''''''''''''''''''''''''''''close'''''''''''''''''''''''''''''''' */


/* pricing-------------------- */
/* Parent container */
.pricing-section {
    max-width: 1249px;
    margin: 50px auto;
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 20px;
}

/* Card */
.pricing-card {
    width: 100%;
    padding: 40px 30px;
    border-radius: 0px;
    color: #fff;
    font-family: var(--header);
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

/* Overlay */
.pricing-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bg-color);
border-radius: 15px;
    pointer-events: none;
    /* FIX: Allows hover */
    transition: 0.3s ease;
}

/* Hover effect */
.pricing-card:hover::before {
    background: rgba(0, 0, 0, 0.8);
    /* Your black hover */
}

/* Content above overlay */
.pricing-card>* {
    position: relative;
    z-index: 2;
}

/* Titles */
.pricing-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.pricing-card h2 {
    font-size: 42px;
    margin-bottom: 25px;
}

/* List */
.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricing-card ul li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* Button */
.btn {
    padding: 12px 25px;
    background: #ffffff;
    color: #222;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
}

/* Different BG Images */
/* .card-1 {
    background-image: url('./images/Lf.png');
}

.card-2 {
    background-image: url('./images/bg-mob.jpg');
}

.card-3 {
    background-image: url('./images/Lf.png');
} */

/* Responsive */
@media (max-width: 992px) {
    .pricing-section {
        flex-direction: column;
        align-items: center;
    }
}

/* pricing---------------close------------------ */






/* booking */


/* booking  */




.partners-section {
    width: 100%;
    background: #ffffff;
    padding: 60px 0;
}

.partners-container {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    text-align: center;
    
    
}
.part{
    display: flex;
    justify-content: center;
    border-radius: 30px;
    background-color:rgb(240, 238, 238);
}

.partner-logo {
    width: 140px;
    /* opacity: 0.7; */
    transition: 0.3s ease;
    border-radius: 70px;
}

/* .partner-logo:hover {
    opacity: 5;
} */

/* Mobile Responsive */
@media (max-width: 768px) {
    .partners-container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    .partner-logo {
        width: 120px;
    }
}

@media (max-width: 480px) {
    .partners-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .partner-logo {
        width: 100px;
    }
}

/* booking -------------close--------------- */

/* reach-us  */
/* Section Background */
.contact-section {
    background: #f9f9f9;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

/* Inner Container */
.contact-inner {
    max-width: 900px;
    text-align: center;
}

/* Title */
.contact-title {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--secondary-color);
    font-family: var(--header);
    font-weight: 700;
}

/* Description */
.contact-subtext {
    font-size: 19px;
    color:var(--secondary-color);
    font-family: var(--header);
    margin-bottom: 60px;
    line-height: 1.6;
}

/* Grid */
.contact-grid {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

/* Each Card */
.contact-box {
    text-align: center;
    width: 200px;
    font-family: var(--header);
}

.contact-box h3 {
    margin: 15px 0 8px;
    font-size: 20px;
    color:var(--para-color);
}

.contact-box p {
    color:var(--para-color);
}

/* Icon Style */
.icon {
    font-size: 40px;
    color: #7aa12e;
    /* Green shade similar to your design */
}

/* reach-us-close  */


/* map  */
/* Main container */
.connect-map-section {
    display: flex;
    width: 100%;
    height: 100vh;
}

/* LEFT SIDE (image background) */
.connect-left {
    width: 50%;
    background: url("./images/betta.jpg") center/cover no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Dark overlay on image */
.connect-left .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/* Content on top */
.connect-content {
    position: relative;
    color: #fff;
    text-align: center;
}

.connect-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

/* Social icons */
.social-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.social-icons a {
    color: #fff;
    font-size: 22px;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 12px;
    border-radius: 6px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: rgba(255, 255, 255, 0.4);
}

/* RIGHT SIDE (map) */
.connect-right {
    width: 50%;
    height: 100%;
}

.connect-right iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .connect-map-section {
        flex-direction: column;
        height: auto;
    }

    .connect-left,
    .connect-right {
        width: 100%;
        height: 400px;
    }
}

/* map-close  */

/* footer---------------- */

.footer {
    background-color: rgb(58, 58, 58);
    color: #ffffff!important;
    padding: 60px 20px 20px;
    font-family: Arial, sans-serif;
}
.ftr{
    color: #ffffff!important;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* Logo Section */
.footer-logo {
    width: 120px;
    margin-bottom: 10px;
}

.footer-brand p {
    margin-top: 10px;
    line-height: 1.6;
}

/* Titles */
.footer-col h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

/* Links List */
.footer-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
    opacity: 0.8;
}

.footer-col ul li a {
    text-decoration: none;
    color: #ffffff!important;
    opacity: 0.8;
   
}

.footer-col ul li a:hover {
    opacity: 1;
}

/* Social Icons */
.social-links a img {
    width: 26px;
    margin-right: 12px;
    opacity: 0.8;
    transition: 0.3s;
}

.social-links a img:hover {
    opacity: 1;
}

/* Bottom Bar */
.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid #333;
    opacity: 0.7;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-links a img {
        margin: 10px;
    }

    .footer-logo {
        margin: auto;
    }
}

/* footer---------close------- */
.smooth-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.smooth-track {
    display: flex;
    gap: 15px;
    transition: transform 0.3s ease;
    cursor: grab;
}

.smooth-track:active {
    cursor: grabbing;
}

.item img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 12px;
}

/* Desktop = 4 images */
@media (min-width: 768px) {
    .item {
        min-width: calc(25% - 15px);
    }
}

/* Mobile = 1 image */
@media (max-width: 767px) {
    .item {
        min-width: 100%;
    }
}

/* Nav Buttons */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000000a8;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* bg--------------  */
/* Default (Laptop & Desktop) */
/* Wrapper */
.contact-section {
    position: relative;
    background-image: url('./images/vehical/pikup1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
    overflow: hidden;
}

/* Black overlay */
.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(110, 71, 97, 0.233); /* Adjust opacity here */
    z-index: 1;
}

/* Ensure content shows above overlay */
.contact-inner {
    position: relative;
    z-index: 2;
}


/* Tablet View */
@media (max-width: 992px) {
    .contact-section {
        background-image: url('./images/vehical/pikup1.png');
        padding: 60px 20px;
    }
}

/* Mobile View */
@media (max-width: 600px) {
    .contact-section {
        background-image: url('./images/vehical/pikup1.png');
        padding: 40px 15px;
    }
}

/* Inner Content Styling */
.contact-inner {
    max-width: 900px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.contact-grid {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-box {
    background: var(--secondary-color);
    padding: 25px;
    border-radius: 12px;
    width: 250px;
    color:var(--para-color);
}

.contact-box .icon {
    font-size: 40px;
    margin-bottom: 10px;
}

/* bg---------close------ */

/* food bg---------  */

.-bg {
  background: linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(0, 0, 0, 0.6)
    ),
    url('./images/guid.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.para-2{
    color: var(--secondary-color)!important;
    font-size: large;
}


.jeep-bg {
  background: linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(0, 0, 0, 0.6)
    ),
    url('./images/jeep.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.food-bg {
  background: linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(0, 0, 0, 0.6)
    ),
    url('./images/food.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.guid-bg {
  background: linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(0, 0, 0, 0.6)
    ),
    url('./images/guid.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hosp-bg {
  background: linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(0, 0, 0, 0.6)
    ),
    url('./images/hosp.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* food bg---------close  */


/* <!-- visitor  --  */
.visitors-carousel-section {
  max-width: 1309px;
  margin: 60px auto;
  padding: 20px;
}

.visitors-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #222;
}

.visitors-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

/* Carousel container */
.visitors-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 5px 20px;
  cursor: grab;
  user-select: none;
}

/* Hide default scrollbar */
.visitors-carousel::-webkit-scrollbar {
  height: 0;
}
.visitors-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Visitor card */
.visitor-item {
  min-width: 249px;
  flex: 0 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
  background: #000;
}

.visitor-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.visitor-item:hover img {
  transform: scale(1.05);
}

/* Buttons */
.visitors-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  backdrop-filter: blur(4px);
}

.visitors-btn:hover {
  background: rgba(0, 0, 0, 0.85);
}

.visitors-btn-prev {
  left: 8px;
}

.visitors-btn-next {
  right: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .visitor-item {
    min-width: 70%;
  }

  .visitors-title {
    font-size: 26px;
  }
}

/* <!-- visitor  close--  */
