@import url('https://fonts.googleapis.com/css2?family=Aclonica&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script:wght@400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Qwigley&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

body,
html {
    font-family: "Rubik", sans-serif;
    overflow-x: hidden;
    font-size: 14px;

}

.Container {
    max-width: 1200px;
    margin: auto;
    padding: 0;
}

/* navbar */
.navbar {
    background-color: #000;
}

.top-header {
    font-size: 14px;
    background-color: #0D3443;
    color: #fff;
    z-index: 1020;
}

.top-header i {
    margin-right: 5px;
}

.Top_header {
    background: #001117;
}

.navbar-nav {
    padding: 0 50px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin-right: 15px;
}

.navbar-nav .nav-link:hover {
    color: #FC6A52;
}

.nav-item .active {
    color: #EC8B26 !important;
    font-weight: 600;
}

.consult-btn {
    margin-right: 25px;
}

.consult-btn a {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 10px 40px;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
    border: 2px solid #EC8B26;
}

.consult-btn a:hover {
    background-color: #EC8B26;
    border: 2px solid #fff;
}

.navbar-toggler {
    border-color: white;
    /* optional: white border */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

/* navbar exit */

/* carousel */
.carousel {
    margin-top: -48px;
}

.carousel-item img {
    margin-top: 120px;
    height: 500px;
}

.carousel-item {
    position: relative;
}

.carousel-item {
    position: relative;
}

.carousel-item img {
    height: 500px;
    object-fit: cover;
    margin-top: 120px;
}

/* Black overlay over image */
.carousel-item::after {
    content: "";
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 500px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Caption content style */
.carousel-caption {
    z-index: 2;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 10px 20px;
}

.carousel-caption h5 {
    font-size: 35px;
    font-weight: 600;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
    .carousel-item img {
        height: 500px;
        margin-top: 80px;
    }

    .carousel-item::after {
        height: 500px;
        top: 80px;
    }

    .carousel-caption {
        top: 60%;
        padding: 5px 15px;
    }

    .carousel-caption h5 {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .carousel-item img {
        height: 400px;
        margin-top: 80px;
    }

    .carousel-item::after {
        height: 400px;
        top: 80px;
    }

    .carousel-caption {
        top: 60%;
        padding: 5px 15px;
    }

    .carousel-caption h5 {
        font-size: 18px !important;
        width: 300px !important;
        margin-left: -94px;
        margin-top: 25%;
    }
}

.carousel-item img,
.carousel-item::after {
    transition: all 0.3s ease-in-out;
}


/* Carousal_end */
/* bedcrumb_wrapper */
.bedcrumb_wrapper {
    background-image: url(./images/banner/Bedcrumb-img.jpeg);
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 90px;
    position: relative;
    overflow: hidden;
    margin-top: 72px;
}

.bedcrumb_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* black shadow with 50% opacity */
    z-index: 1;
}

.bedcrumb_wrapper h1 {
    color: #ffffff;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}

@media (max-width:500px) {
    .bedcrumb_wrapper {
        width: 100%;
    }

    .bedcrumb_wrapper h1 {
        margin-top: 35%;
        font-size: 35px !important;
    }

}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: #001117;
    background-color: #97bfcf;
    padding: 10px 0;
}

.breadcrumb a {
    text-decoration: none !important;
    color: #fff;
    margin-left: 10%;
}

.breadcrumb a:hover {
    color: #0D3443 !important;
}



/* bedcrumb_wrapper */
/* About */
.about_wrapper {
    padding: 50px 0;
}


.about_wrapper h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    padding: 40px 0;
    position: relative;
}

.about_wrapper h3::after {
    content: "";
    position: absolute;
    bottom: 26%;
    left: 33%;
    transform: translateX(50%);
    width: 208px;
    height: 4px;
    background-color: #0989BD;
    border-radius: 2px;
}

.about_wrap-text {
    padding-top: 80px;
}

.about_wrap-text p {
    color: #0D3443;
    font-weight: 600;
    font-size: 16px;
}

@media (max-width:500px) {
    .about_wrap-text p {
        color: #0D3443;
        font-weight: 600;
        font-size: 15px;
        padding: 0 20px;
    }

    .about_wrap-text ul li {
        padding: 0 20px;
    }
}

.about_wrap-text ul li {
    color: #000000;
    line-height: 30px;
}

.hover-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 4px;
   border: 2px solid #000;
}

.hover-img img {
    width: 100%;
    height: 400px;
    transition: opacity 0.7s ease;
    display: block;
    border-radius: 10px;
    background-color: white;
}

@media (max-width: 500px) {
    .about-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hover-img {
        margin-bottom: 20px;
    }

    .about_wrapper h3 {
        font-size: 40px;
    }

    .about_wrapper h3::after {
        content: "";
        position: absolute;
        bottom: 26%;
        left: 0%;
        transform: translateX(50%);
        width: 208px;
        height: 4px;
        background-color: #0989BD;
        border-radius: 2px;
    }
}

.hover-img .img-top {
    position: absolute;
    top: 4px;
    /* match padding */
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 1;
    border-radius: 10px;
}

.hover-img:hover .img-top {
    opacity: 0;
}



.about-text ul li {
    color: #000;
}

.about-text {
    padding: 30px;
    border-radius: 10px;
}

.about-btn a {
    color: #fff;
    background-color: #001117;
    padding: 10px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: 25%;

}

/* About End */
/* Package-deatils_wrapper */
.Package-deatils_wrapper {
    padding-bottom: 50px;
    background-color: #F8F3ED;
    margin-bottom: 50px;
}

.Package-deatils_wrapper h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    padding: 40px 0;
    position: relative;
}

.Package-deatils_wrapper h3::after {
    content: "";
    position: absolute;
    bottom: 26%;
    left: 33%;
    transform: translateX(50%);
    width: 242px;
    height: 4px;
    background-color: #0989BD;
    border-radius: 2px;
}

.package-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: transform 0.3s ease;
    padding: 10px;
}

.package-card:hover {
    transform: translateY(-3px);
}

.package-card img {
    width: 100%;
    height: 250px;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    transition: 0.5s ease;
}

@media (max-width:500px) {
    .package-card img {
        max-width: 120px;
        width: 100%;
        height: auto;
    }

    .package-card {
        display: flex;
    }

    .package-title {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px !important;
        margin-left: 15px;
        background: none !important;
        color: #000 !important;
    }

    .Package-deatils_wrapper h3 {
        font-size: 35px;
    }

    .Package-deatils_wrapper h3::after {
        content: "";
        position: absolute;
        bottom: 26%;
        left: -6%;
        transform: translateX(50%);
        width: 242px;
        height: 4px;
        background-color: #0989BD;
        border-radius: 2px;
    }
}

.package-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    transition: 0.5s ease;
    text-align: center;
    padding: 15px 0;
}

.package-card:hover .package-title {
    color: #F4813A;
}

.btn-link {
    background-color: #001117;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.btn-link:hover {
    background-color: #064862;
    color: #fff;
}

/* Package-deatils_wrapper-end */
/* Package_wrapper */
.Package_wrapper h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    padding: 40px 0;
    position: relative;
}

.Package_wrapper h3::after {
    content: "";
    position: absolute;
    bottom: 23%;
    left: 27%;
    transform: translateX(50%);
    width: 300px;
    height: 4px;
    background-color: #0989BD;
    border-radius: 2px;
}

@media (max-width:500px) {
    .Package_wrapper h3 {
        font-size: 35px;
    }

    .Package_wrapper h3::after {
        content: "";
        position: absolute;
        bottom: 23%;
        left: -35%;
        transform: translateX(50%);
        width: 300px;
        height: 4px;
        background-color: #0989BD;
        border-radius: 2px;
    }
}

.Package_card {
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 15px;
    border-radius: 10px;
    margin: 20px;
}

.Package_card li {
    list-style: none;
    color: #001117;
    font-size: 14px;

}









/* Package_wrapper */

/* Explore */
.tour-banner-section {
    background-color: #0989BD;
    background-image: url('images/bg-lines.png');
    /* optional dashed lines bg */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 50px 0;
}

.oval-frame {
    width: 130px;
    height: 220px;
    border-radius: 50% / 40%;
    background: #FF7153;
    padding: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.oval-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50% / 40%;
    transition: transform 0.4s ease;
}

.oval-frame img:hover {
    transform: scale(1.05);
}

/* Explore-us */
/* why-choose-us */
.choose-us-section {
    background: #fff4f4;
}


.choose-img-wrapper {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.choose-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.choose-img-wrapper:hover .choose-img {
    transform: scale(1.03);
}


.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background 0.4s ease;
}

.overlay-content:hover {
    background: rgba(0, 0, 0, 0.6);
}

.fw-semibold {
    color: #000;
    font-size: 16px;
}

.choose-btn {
    background-color: #001117;
    color: #fff;
    padding: 10px 30px;
}

.choose-btn:hover {
    border: 3px solid #001117;
}

@media (max-width:500px) {
    .Why_choose_us_wrapper p {
        width: 100% !important;
    }

    .choose-us .col-md-3 {
        width: 50%;
    }

    .fw-semibold {
        font-size: 18px;
        margin-top: 8px;
    }

    .choose-img {
        width: 100% !important;
    }
}


/* Why-choose-us-exit */

/* Category_section */
.travel-categories {
    background: #fff;

}

.category-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.4s ease;
    width: 100%;
    /* default full width */
    max-width: 250px;
    /* optional to limit size on desktop */
}

.category-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.category-card:hover {
    transform: scale(1.03);
}

.category-title {
    background-color: #0989BD;
    color: white;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 500px) {
    .travel-categories .col-md-4 {
        width: 50%;
        margin-bottom: 10px;
    }
}


/* Category_section_exit */


/* Customer_section */
.hero-banner {
    background-color: #02688e;
    color: white;
    position: relative;
}

.hero-banner .hero-images {
    position: relative;
    display: inline-block;
}

.hero-banner .img1,
.hero-banner .img2 {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
}

.hero-banner .img1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.hero-banner .img2 {
    position: absolute;
    top: 0;
    left: 70px;
    z-index: 1;
}

.travel-stats {
    background: #fdf6f0;
}

.stat-box {
    height: 100%;
    background: white;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
}

.stat-box .icon {
    font-size: 40px;
    color: #02688e;
    margin-bottom: 10px;
}

.stat-box h4 {
    font-weight: bold;
    color: #222;
}

.stat-box p {
    margin: 0;
    color: #666;
}

@media (max-width:500px) {
    .travel-stats .col-md-3 {
        margin-bottom: 25px;
        width: 50%;
    }
}

/* Customer_exit */

/* Reason-to-choose-us */
.choose-us {
    background: #E8FFE9;
}

.choose-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 2px solid #000;
}

.choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.choose-card img {
    height: 88px;
    width: 90px;
    transition: transform 0.5s ease;
}

.choose-card:hover img {
    animation: swingRotate 0.6s ease-in-out infinite alternate;
}

@keyframes swingRotate {
    from {
        transform: rotate(-90deg) scale(1.05);
    }

    to {
        transform: rotate(90deg) scale(1.05);
    }
}

/* Reason-to-choose-us-exit */

/* Why_choose_us_page_wrapper */
.Why_choose_us_page_wrapper h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    padding: 40px 0;
    position: relative;
}

.Why_choose_us_page_wrapper h3::after {
    content: "";
    position: absolute;
    bottom: 22%;
    left: 24%;
    transform: translateX(50%);
    width: 342px;
    height: 4px;
    background-color: #0989BD;
    border-radius: 2px;
}

@media (max-width:500px) {
    .Why_choose_us_page_wrapper h3 {
        font-size: 32px;
    }

    .Why_choose_us_page_wrapper h3::after {
        content: "";
        position: absolute;
        bottom: 22%;
        left: -20%;
        transform: translateX(50%);
        width: 293px;
        height: 4px;
        background-color: #0989BD;
        border-radius: 2px;
    }
}

@media (max-width:400px) {
    .Why_choose_us_page_wrapper h3::after {
        content: "";
        position: absolute;
        bottom: 22%;
        left: -28%;
        transform: translateX(50%);
        width: 293px;
        height: 4px;
        background-color: #0989BD;
        border-radius: 2px;
    }
}


.Why_choose_us_page_wrapper p {
    color: #000;
}

.WHy_Us_img img {
    width: 100%;
    height: 250px;
    padding: 10px;
    border-radius: 15px;
}

.WHy_Us_card-body h4 {
    font-size: 19px;
    color: #0D3443;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    transition: color 0.4s ease;
}

.WHy_Us_card-body p {
    color: #000;
    font-size: 13px;
    padding: 0 18px;
    font-weight: 400;
    transition: color 0.4s ease;
}

.Why_card {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: all 0.4s ease;
    border-radius: 12px;
    height: 100%;
    background-color: #b3d0db;
    transform: scale(1);
    margin: 10px;
}

.Why_card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 25px rgba(0, 123, 255, 0.25),
        0 8px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(0, 123, 255, 0.2);
    background-color: #128083;
    color: #fff;
}

/* 🔥 New lines to turn h4 and p white on hover */
.Why_card:hover .WHy_Us_card-body h4,
.Why_card:hover .WHy_Us_card-body p {
    color: #fff;
}


.expreience_section p {
    color: #000;
    padding: 20px;
}

.star_item {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stat-item_box {
    flex: 1 1 45%;
    background: #0d3443;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.stat-item_box .icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.stat-item_box h4 {
    font-size: 28px;
    margin: 0;
}

/* Why_choose_us_page_wrapper */

/* Tour_etarnity */

.Tour_etarnity ul li {
    color: #0D3443;
    font-size: 18px;
    line-height: 30px;
    list-style: none;


}

.Tour_etarnity ul {
    margin: 80px auto;

}

.Tour_img img {
    height: 300px;
    width: 80%;
    border-radius: 20px;
}

@media (max-width:500px) {
    .Tour_img img {
        width: 100%;
        padding: 10px;
        border-radius: 20px;
    }
}

.Tour_inner {
    padding: 50px 10px;
}

.Tour_inner p {
    color: #000;
    padding: 0 15px;
}

@media (max-width:500px) {
    .add-style {
        position: relative;
    }

    .add-style::after {
        content: "";
        position: absolute;
        bottom: -19px;
        left: 0;
        width: 100%;
        height: 18px;
        background-color: #0D3443;
        border-radius: 20px;
        transform: skewX(34deg) skewY(8deg);
    }
}

.package p {
    padding: 20px;
}

@media (max-width:500px) {
    .package p {
        margin-top: 40px;
    }
}

/* Gallery_wrapper */
.Gallery_wrapper {
    padding: 50px 0;
}


.gallery-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    margin: 10px;
    transition: 0.3s ease;
    padding: 5px;
}

.gallery-img img:hover {

    background-color: #106283;
    filter: brightness(80%);
}

/* 2-column layout on mobile */
@media (max-width: 500px) {
    .Gallery_wrapper .col-md-3 {
        width: 40px !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 10px;
        margin-right: -10px;
    }
}

.video-breadcrumb-wrapper {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.breadcrumb-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumb-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.breadcrumb-title {
    font-size: 45px;
    margin: 0;
}

/* Breadcrumb navigation */
.breadcrumb-nav {
    padding: 15px;
    background-color: #f9f9f9;
    text-align: center;
    font-size: 16px;
}

.breadcrumb-nav a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb-nav span {
    margin: 0 8px;
}

/* Responsive Styling */
@media (max-width: 576px) {

    .breadcrumb-title {
        font-size: 28px;
        margin-top: 10%;
    }

    .breadcrumb-nav {
        font-size: 14px;
    }
}

/* 
Gallery_wrapper */

/* Contact */
.contact_wrapper {
    padding: 80px 0;
}

.contact_wrapper h3 {
    text-align: center;
    font-size: 40px;
    color: #000;
    margin-bottom: 30px;
}

.contact_wrapper h3 {
    font-size: 35px;
    text-align: center;
    position: relative;
    padding-top: 15px;
}

.contact_wrapper h3::after {
    content: "";
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    /* adjust as needed */
    height: 4px;
    background-color: #0989BD;
    border-radius: 2px;
}

.contact_list {
    font-size: 18px;
    text-align: left;
    font-family: "poppins";
}

.contact_list strong {
    font-size: 20px;
    text-align: left;
    margin-right: 10px;
}

@media (max-width:500px) {
    .contact_map {
        margin-top: 20px;
        width: 100% !important;
    }
}



@media(max-width:450px) {
    .contact_text {
        width: 107%;
    }
}

.Contact-text {
    background-color: #02688e;
    padding: 80px 30px;
}

.contact_list {
    color: #fff;
}

.Contact-text li {
    list-style: none;
    margin-bottom: 20px;
}

/* contact_wrapper */
/* footer */
/* footer_start */
.footer {
    background-color: #222;
    color: #fff;
    padding: 80px 20px 0 20px;
    font-family: sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.footer-column {
    flex: 1 1 220px;
    margin: 10px;
}

.footer-column img {
    height: 60px;
    width: 70%;
    margin-left: 17px;
    margin-bottom: 18px;
}

.footer-column h4 {
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 2px solid #555;
    padding-bottom: 5px;
}

.footer-column ul,
.footer-column a {
    font-size: 14px;
    color: #fff;
}

.footer-column p {
    font-size: 14px;
    color: #fff;
    width: 250px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
    text-align: left;
}

.footer-column a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #0d6efd;
    font-weight: 600;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
}

.social-icons img {
    width: 18px;
    height: 18px;
    filter: brightness(1) invert(1);
    transition: transform 0.3s ease;
}

.social-icons a:hover img {
    transform: scale(1.3);
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        margin: 20px 0;
    }
}

/* footer_End */
/* copyright */
.footer-container .copyright-section {
    padding: 1rem 0 1rem;
    text-align: center;
    border-top: 1px solid #fff;
    font-size: 14px;
}

.footer-container .copyright-section a {
    color: #02688e;
    font-weight: 600;
    text-decoration: none;

}

@media(max-width:500px) {
    .navbar-brand img {
        width: 323px;
        height: 50px !important;
    }
    .carousel-caption h5 {
       margin-right: -20% !important;
    }
}

/* whatsapp_icon */
.fixed-contact-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fixed-contact-icons a {
    width: 50px;
    height: 50px;
    background-color: #25D366;
    /* WhatsApp green for both by default */
    color: white;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.fixed-contact-icons .call-icon {
    background-color: #0d6efd;
    /* Blue for call */
}

.fixed-contact-icons a:hover {
    transform: scale(1.1);
}

.fixed-contact-icons {
    position: fixed;
    bottom: 20px;
    z-index: 999;
}

/* footer exit */



/* 
------------------------------------------------- */