
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
   
}
h1, h2, h3, h4, h5, h6 {
    font-family:  'Inter', sans-serif;
}
.hero {
    margin:0px;
    padding:0px;
    background: url('/images/background.jpg') center/cover no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
}


.custom-navbar {
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
}

    .custom-navbar .navbar-brand {
        color: #ffc107;
        letter-spacing: 1px;
    }

        .custom-navbar .navbar-brand:hover {
            color: #005f82;
        }

    .custom-navbar .nav-link {
        font-weight: 500;
        font-size: 16px;
        color: #333;
        position: relative;
        transition: all 0.3s ease;
    }

        .custom-navbar .nav-link::after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0%;
            height: 2px;
            background-color: #ffc107;
            transition: width 0.3s ease-in-out;
        }

        .custom-navbar .nav-link:hover {
            color: #4caf50;
        }

            .custom-navbar .nav-link:hover::after,
            .custom-navbar .nav-link.active::after {
                width: 100%;
            }


@media (max-width: 991px) {
    .custom-navbar {
        text-align: center;
    }

        .custom-navbar .nav-link::after {
            display: none;
        }
}
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
}

.hero-content {
    position: relative;
    z-index: 1;
}

.carousel-container {
    max-width: 450px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
 p
 {
     text-align:justify;
 }

.aboutus
{
    height:400px;
}

@media (max-width:768px)
{
    .aboutus{
        display:none;
    }
}
.travel-bg {
    background:  #CFF7F3 !important;
}
.img-left {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    width:100%;
}
.img-left-1 {
    width:100%;
}

.img-tall img {
   border-radius:140px;
    width: 100%;
    height: 100%;
}
.feature-box {
    background-color: #f2f8f1;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

    .feature-box i {
        font-size: 1.5rem;
        color: #4caf50;
    }

.highlight-text {
    color: #4caf50;
    font-style: italic;
}

#testimonial img {
    object-fit: cover;
    height: 100%;
    min-height: 400px;
}

#testimonial .carousel-item {
    min-height: 250px;
}

#testimonial .carousel-control-prev-icon,
#testimonial .carousel-control-next-icon {
    background-color: #0d6efd;
    border-radius: 50%;
    padding: 10px;
    top:50%!important;
    display:none;
}

.btn-about-us {
    border: 2px solid #4caf50!important;
    color: #4caf50!important;
    padding: 8px;

}

.card-title {
    background-color: rgba(128, 128, 128, 0.6)
     !important;
    padding:8px;
    width:95px;
}
.testimonial
{
 background:#fff;
 border:1px solid #fff;
}




