@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;
}

li {
    list-style: none;
}

/* Top_bar */
.Top_bar {
    background-color: rgb(0, 100, 0);
}




/* Top_bar_exit */

/* navbar */
.top_bar {
    height: 30px;
    font-size: 14px;
    background-color: rgb(0, 115, 0);
    color: #fff;
}

.small {
    font-size: 15px;
    margin-left: 40%;
}

@media (max-width:500px) {
    .small {
        font-size: 15px;
        margin-left: 10%;
    }
}

.navbar {
    z-index: 1050;
    /* Keeps it above everything */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #000 !important;
    padding: 10px 0;
}



.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: 400;
    margin-right: 16px;
}

.navbar-nav .nav-link:hover {
    color: #ff2200;
    border-bottom: 2px solid #ff2200;
}

.nav-item .active {
    color: #ff2200 !important;
    font-weight: 400;
    font-size: 17px;
}

.navbar-brand img {
    height: 35px;
    width: 100%;
    margin-left: 50%;

}

.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%);
}

.Xpart_anchor {
    background-color: #E20202;
    padding: 10px 30px;
    border-radius: 8px;
    margin-right: 100px;
    transition: 0.3s;
}

.Xpart_anchor:hover {
    background-color: #5BB40D;
}

@media (max-width:500px) {
    .Xpart_anchor {
        background-color: #E20202;
        padding: 10px 30px;
        border-radius: 8px;
        margin: 30px;
    }
}

.Xpart_anchor a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;

}

/* navbar exit */

/* banner */
.banner_wrapper {
    position: relative;
    width: 100%;
    height: 700px;
    background: url("./images/banner/banner.png") no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.banner_content {
    margin-top: 10%;
}

.banner_content h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;

}


.banner_buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.banner_buttons .btn {
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.banner_buttons .btn-light {
    background: #fff;
    color: #000;
}

.banner_buttons .btn-dark {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.banner_buttons .btn:hover {
    transform: scale(1.05);
}

.inner_banner {
    position: relative;
    width: 100%;
    height: 500px;
    background: url("./images/banner/banner.png") no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.inner_banner h1 {
    color: #fff;
    font-size: 35px;
}

@media (max-width:500px) {
    .inner_banner {
        height: 500px;
    }
}

.inner_content {
    margin-top: 10%;
}

.breadcrumb {
    background: #004150;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb span {
    color: white;
    font-weight: 500;
}

@media (max-width:500px) {
    .banner_wrapper h1 {
        font-size: 37px;
    }

    .breadcrumb span {
        font-size: 15px;
    }

    .banner_wrapper {
        height: 500px;
    }

    .small {
        display: inline-block;
    }
}

/* banner exit */
/* .mission_wrapper  */
/* Base styles */
.mission_wrapper {
    padding: 80px 20px;
    background-color: #f9f9f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mission_wrapper .Container {
    max-width: 1200px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    align-items: center;
}

.col-md-6 {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}

.mission {
    padding: 20px;
}

.mission h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #000;
}

.mission p {
    font-size: 16px;
    line-height: 2;
    color: #000;
}

.mission_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Responsive for tablets and mobile */
@media (max-width: 992px) {
    .col-md-6 {
        width: 100%;
        padding: 10px 0;
    }

    .row {
        margin-bottom: 40px;
    }

    .mission h3 {
        font-size: 28px;
    }

    .mission p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .mission h3 {
        font-size: 24px;
        text-align: center;
    }

    .mission p {
        font-size: 15px;
        text-align: justify;
    }

    .mission_img {
        text-align: center;
    }

    .mission_img img {
        max-width: 100%;
        height: auto;
    }
}


/* features */

.features_section {
    background-color: #c9cfdd;
    padding: 100px 20px;
    color: #1c1c1c;
}

.features_section .container {
    max-width: 1200px;
    margin: auto;
}

.features_row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
}

.features_text {
    flex: 1 1 60%;
}

.features_text h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-left: 10px;
}

.features_text ul {
    list-style-type: disc;
    padding-left: 20px;
}

.features_text li {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
    width: 90%;
}

.features_icons {
    flex: 1 1 35%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
}

.icon_block {
    background-color: #fff;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    border-radius: 20%;
}

.icon_block .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.icon_block p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
}

/* Responsive */
@media (max-width: 992px) {
    .features_row {
        flex-direction: column;
    }

    .features_icons {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        justify-items: center;
        margin-top: -20px;
        margin-left: 20px;
    }

    .icon_block {
        border-radius: 16px;
        padding: 20px;
        width: 100%;
        max-width: 150px;
    }
}

@media (max-width: 576px) {
    .features_text h2 {
        font-size: 24px;
        text-align: center;
    }

    .features_text ul {
        padding-left: 16px;
    }

    .features_icons {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .icon_block img {
        width: 30px;
        height: 30px;
    }

    .icon_block p {
        font-size: 13px;
    }
}

/* mission_end */

/* high-speed */
.High_speed {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px 20px;
    background: #000000;
    /* Dark background */
}

.coming-text {
    font-size: clamp(24px, 5vw, 48px);
    /* responsive font size */
    font-weight: bold;
    color: #fff;
}

/* Dots animation */
.dots::after {
    content: "";
    animation: dots 1.5s steps(5, end) infinite;
}

@keyframes dots {
    0% {
        content: "";
    }

    33% {
        content: ".";
    }

    66% {
        content: "..";
    }

    100% {
        content: "...";
    }
}

/* high-speed */

/* Form */
.form-section {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    color: #002147;
    margin-bottom: 20px;
}

form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

input,
select,
textarea {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: none;
    background: #f6f7fa;
    border-radius: 6px;
    outline: none;
}

textarea {
    grid-column: span 2;
    min-height: 120px;
    resize: none;
}

.submit-btn {
    grid-column: span 2;
    text-align: center;
}

.submit-btn .button-btn {
    background: linear-gradient(90deg, #0047ab, #002b80);
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.submit-btn .button-btn:hover {
    background-color: #FF2D55 !important;
}


button {
    background: linear-gradient(90deg, #0047ab, #002b80);
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

button:hover {
    opacity: 0.85;
}

@media (max-width: 768px) {
    form {
        grid-template-columns: 1fr;
    }

    textarea,
    .submit-btn {
        grid-column: span 1;
    }
}

/* form_end */


/* test_section */
.test_section {
    background-image: url(images/banner/scooty.jpg);
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    z-index: 1;
    height: 600px;
}

/* Black overlay */
.test_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* adjust 0.5 to make lighter/darker */
    z-index: -1;
}

.test_section .Container {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
}

.test_section h3 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

@media (max-width:500px) {
    .test_section h3 {
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .test_section {

        height: 400px;
    }
}

.test_section p {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.test_section a {
    display: inline-block;
    background-color: #28a745;
    color: #ffffff;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.test_section a:hover {
    background-color: #218838;
}


/* test_section Exit */

/* about_wrapper */
.about_wrapper {
    padding: 80px 0;
    background-color: #ccffc7;
}

.about_wrapper img {
    height: 500px;
    width: 100%;
}

.about_inn h6 {
    color: #e71f01;
    font-size: 20px;
    padding: 15px 15px 0 15px;
    margin-top: 5%
}

.about_inn h5 {
    font-size: 28px;
    color: #000;
    padding: 15px;
}

.about_inn p {
    color: #000;
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
}

.about_inn a {
    color: #fff;
    text-decoration: none;
    background-color: #001117;
    padding: 10px 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-left: 40%;
    margin-top: 7% !important;
    transition: 0.3s ease-in-out;
}

.about_inn a:hover {
    background-color: transparent;
    border: 3px solid #191313;
    color: #000;

}

.about_wrapper_after {
    padding: 50px 0;
}

.about_wrapper_after .about_inn h3 {
    font-size: 30px;
    color: #001117;
    padding: 15px;


}

.about_wrapper_after .about_inn p {
    color: #000;
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
}

.about_wrapper_after .about_inner img {
    width: 500px;
    height: 500px;
}

@media (max-width:500px) {
    .about_inn a {
        margin-left: 20%;
    }
}

/* about exit */
/* FAQ */
.accordion-button {
    background-color: #222;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #333;
    color: #fff;
}

.accordion-body {
    background-color: #2a2a2a;
    border: 1px solid #fff;
    color: #ddd;
}

.accordion-item {
    border: none;
}

/* Change accordion arrow to white */
.accordion-button::after {
    filter: invert(1);
    /* makes the arrow white */
}

.FAQ_wrapper {
    background-color: #000;
    padding: 50px;
}

/* FAQ EXIT */
/* explore_wrapper */
/* Package-deatils_wrapper */
.Package-deatils_wrapper {
    padding: 80px 0;
    background-color: #dce8ff;

}

.Package-deatils_wrapper h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    padding-top: 30px;
}

.package-card {
    background: linear-gradient(to bottom, #001954, #ffffff);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    padding: 10px;
}

.package-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    /* Adjust shadow as needed */
    transition: box-shadow 0.3s ease;
    /* Smooth shadow transition */
}

.package-card img {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    object-fit: cover;
    transition: 0.5s ease;
    transition: box-shadow 0.3s ease;
}

.producte_anchor {
    background-color: #0d6efd;
    padding: 5px 0;
    border-radius: 8px;
}

.producte_anchor a {
    margin-left: 42px;
    color: #fff;
    font-size: 16px;
}

@media (max-width:500px) {
    .package-card .package-title {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px !important;
        margin-left: 18px;
        color: #fff !important;
    }

    .package-card {
        display: flex;
        padding: 30px 0;
    }

    .pckg-text p {
        margin-left: 20px;
        margin-top: -15px;
    }

    .pckg-img img {
        height: 90px;
        width: 100px;
    }

    .producte_anchor a {
        margin-left: 20px;
    }

    .producte_anchor {
        padding-right: 30px;
        margin-left: 20px;
    }

    .package {
        margin-left: 30px;
        margin-top: -20px;

    }

}

.package-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
}

.package-card:hover {
    color: #000;
}

.inner_card {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* space between cards */
}

.inner_card a {
    flex: 1 1 calc(50% - 10px);
    /* 2 cards per row */
    box-sizing: border-box;
    text-decoration: none;
    /* remove link underline */
}

.inner_card_box {
    background: #fff;
    /* optional for better look */
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}



/* Desktop view - more cards in a row */
@media (min-width: 768px) {
    .inner_card a {
        flex: 1 1 calc(20% - 10px);
        /* 5 cards per row, adjust as needed */
    }
}

.scooty_anchor {
    background-color: #0d6efd;
    padding: 8px 0;
    border-radius: 5px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40%;
    margin-top: 3%;
}

.scooty_anchor a {
    color: #fff;
    font-size: 17px;
    padding: 0 20px;
}

@media (max-width:500px) {
    .scooty_anchor {
        width: 100%;
        margin: 0;
    }

    .scooty_anchor a {
        color: #fff;
        font-size: 14px !important;
    }
}

.butoon_anchor {
    text-align: center;
    /* centers content */
    margin: 20px 0;
}

.butoon_anchor .explore-btn {
    display: inline-block;
    background-color: #007bff;
    /* blue background */
    color: #fff;
    /* white text */
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.butoon_anchor .explore-btn:hover {
    background-color: #0056b3;
    /* darker blue on hover */
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .butoon_anchor .explore-btn {
        width: 90%;
        font-size: 14px;
        padding: 10px;
    }
}

/* Package-deatils_wrapper-end */
/* explore_wrapper exit */

/* product_inner_section */

.Products {
    padding: 60px 20px;
    background: #f8f9fc;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

.section-title {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: bold;
    color: #2f2c73;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: clamp(16px, 3vw, 20px);
    color: #555;
    margin-bottom: 30px;
}

/* Image Grid */
.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
    margin-bottom: 40px;
}

.image-grid img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-grid img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive control */
@media (min-width: 992px) {
    .image-grid {
        grid-template-columns: repeat(6, 1fr);
        /* 6 images per row on big screen */
    }
}

@media (max-width: 576px) {
    .image-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 images per row on mobile */
    }
}

/* product_details_wrapper */
.product_details_wrapper {
    padding: 80px 0;
}

.product_details_wrapper h3 {
    font-size: 35px;
    color: #1c1847;
}

.product_details_wrapper h6 {
    font-size: 16px;
    color: rgb(255, 30, 30);
}

.product_details_wrapper p {
    color: #000;
    font-size: 14px;
}

.img_sec {
    padding: 40px 0;
    text-align: center;
}

.img_sec img.custom-img {
    width: 100%;
    height: 300px;
    max-height: 400px;
    /* adjust image size */
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 10px;
    /* optional rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #000;
    /* slight shadow */
}

@media (max-width:500px) {
    .img_sec img.custom-img {
        height: 200px;
    }
}

.features_section {
    background: #f9f9f9;
}

.section_title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

@media (max-width:500px) {
    .section_title {
        font-size: 28px;
    }
}

.feature_paragraph p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    text-align: justify;
}

.feature_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature_list li {
    margin-bottom: 12px;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.feature_list li strong {
    color: #001e3d;
}

.product_inner {
    padding: 0 10px;
}







/* Buttons */
.btn-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-whatsapp,
.btn-booking {
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-whatsapp {
    background: #25d366;
    color: #fff;
}

.btn-whatsapp:hover {
    background: #1da955;
}

.btn-booking {
    background: #2f2c73;
    color: #fff;
}

.btn-booking:hover {
    background: #1c1847;
}


/* product_inner_section Exit */

.contact_wrapper {
    padding: 50px 0;
    background-color: #deece4;
}

.contact_wrapper h3 {
    text-align: center;
    font-size: 42px;
    color: #000;
    margin-bottom: 30px;
}

.contact_wrapper h3 {
    font-size: 35px;
    text-align: center;
    padding-top: 15px;
}


.contact_list {
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
}

@media (max-width:500px) {
    .contact_map {
        margin-top: 20px;
        width: 100% !important;
    }
}



@media(max-width:450px) {
    .contact_text {
        width: 107%;
    }
}

.Contact-text {
    background-color: #337feb;
    padding: 35px 30px;
    border-radius: 10px;
}


.Contact-text li {
    list-style: none;
    margin-bottom: 20px;
}

/* contact_wrapper */
/* footer */
/* footer_start */
/* Section-orange */
.section-orange {
    background-color: #041C3C !important;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 80px 100px !important;
    justify-content: space-between !important;
}



.section-orange .fs-4 {
    font-size: 35px !important;
    margin-left: 35px;
    color: #fff;
}

.whatsapp-btn {
    padding: 20px 45px;
}

@media (max-width:500px) {
    .section_orange_anchor {
        margin-left: 35px;
    }

    .whatsapp-btn {
        padding: 10px;
    }

    .section-orange .fs-4 {
        font-size: 14px !important;
        color: #fff;
        width: 100% !important;
        padding: 0;
    }
}

@media (max-width:450px) {
    .section_orange_anchor {
        margin-left: 35px;
    }

    .section-orange .fs-4 {
        font-size: 20px !important;
    }

    .whatsapp-btn {
        margin-left: 25px;
    }
}

@media (max-width:400px) {

    .whatsapp-btn {
        margin-left: -6px;
    }
}

/* Footer Section */
.footer_up_section {
    background: #041C3C;
    padding: 120px 15px;
    border-top: 2px solid #eee;
}

.footer_up_section .Container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* for responsive stacking */
    gap: 15px;
}

.footer_up_section .left_footer h2 {
    font-size: 40px;
    margin: 0;
    color: #ffffff;
    font-weight: 600;
}


.footer_up_section .right_footer .anchor_whatsapp a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: #25D366;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 50px;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.footer_up_section .right_footer .anchor_whatsapp a i {
    font-size: 18px;
}

.footer_up_section .right_footer .anchor_whatsapp a:hover {
    background: #1ebe5d;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer_up_section .Container {
        flex-direction: column;
        text-align: center;
    }

    .footer_up_section .left_footer h2 {
        font-size: 20px;
    }

    .footer_up_section .right_footer .anchor_whatsapp a {
        font-size: 15px;
        padding: 12px 25px;
    }
}


.footer {
    background-color: #000;
    color: #fff;
    padding: 80px 20px 0 20px;

}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
}

.footer-column {
    flex: 1 1 220px;
    margin: 10px;
}

.footer-column img {
    height: 50px;
    width: 50%;
    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: #ce2e12;
    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-column p {
        width: 100%;
        text-align: center;
    }
}

/* 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: #cf1111;
    font-weight: 600;
    text-decoration: none;

}

@media(max-width:500px) {
    .navbar-brand img {
        height: 30px !important;
        margin: 0;
    }

    .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 */
/*------------------------------------------------- */