/* ................Top Bar................ */
/* Top Bar Background */
.top-bar-bg {
    background-color: #19314f; /* Blue */
}

/* Social Media Icons */
.text-white a {
   
    margin: 0 5px;
}

/* General Styles */
body {
     /* Light Grey for a clean look */
    color: #343A40; /* Dark Grey for text */
}

a {
    color: #1E90FF; /* DodgerBlue for links */
}

a:hover {
    color: #104E8B; /* Darker shade for hover state */
}

/* Navbar Styles */
.img1 {
    height: 70px;
    width: 110px;
}

.navbar-toggler {
    border-color: #007BFF; /* Customize border color */
}

.navbar-toggler-icon {
    background-image: none; /* Remove default icon */
}

.navbar-toggler .navbar-toggler-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #007BFF; /* Customize bar color */
    margin: 5px 0;
}

.navbar-nav .nav-link {
    color: #344767; /* Link color */
}

.navbar-nav .nav-item .nav-link:hover {
    color: grey; /* Hover color */
    text-decoration: none; /* Remove underline */
}

.navbar-collapse {
    display: flex;
    justify-content: flex-start; /* Align content to the left */
}

.navbar-brand {
    margin-right: auto; /* Pushes the logo to the left */
}

/* Ensure navbar collapses correctly on small screens */
@media (max-width: 991.98px) {
    .navbar-collapse {
        display: none;
    }

    .navbar-collapse.collapse.show {
        display: flex !important;
        flex-direction: column; /* Stack items vertically */
        align-items: flex-start; /* Align items to the left */
        width: 100%; /* Ensure it takes up the full width */
    }
    
    .navbar-nav {
        width: 100%; /* Ensure the navbar items take up the full width */
    }
    
    .navbar-nav .nav-item {
        width: 100%; /* Ensure each navbar item takes up the full width */
    }
    
    .navbar-nav .nav-item .nav-link {
        text-align: left; /* Align text to the left */
        width: 100%; /* Ensure each link takes up the full width */
    }
}

/* ........................hero section section 1........................ */

.bg-cover {
    background-size: cover;
}

.bg-gradient-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.7); */
}

.text-light {
    color: #fff !important;
}

.text-3xl {
    font-size: 1rem;
}

.bg-light-brown {
    background-color: #007BFF; /* Blue */
}

.shadow-info {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.border-radius-lg {
    border-radius: 0.5rem;
}

.input-group-dynamic {
    position: relative;
}

.input-group-dynamic .form-control {
    padding: 0.5rem;
    height: auto;
}

.input-group-dynamic label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    pointer-events: none;
    transition: all 0.2s ease;
}

.input-group-dynamic .form-control:focus + label,
.input-group-dynamic .form-control:not(:placeholder-shown) + label {
    top: -1rem;
    left: 1rem;
    font-size: 0.75rem;
    color: #80461B;
}

/* ........................About Us........................ */
.about-section {
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 50px 0;
}

.text-primary {
    color: #007bff !important;
}

.lead {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.5;
}

.features p {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.feature-icon {
    color: #007bff;
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.image-container {
    position: relative;
}

.img-rounded {
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.img-rounded:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .about-section {
        padding: 30px 0;
    }

    .lead {
        font-size: 1.1rem;
    }

    .features p {
        font-size: 1rem;
    }
}

/* Additional styling for responsiveness */
@media (max-width: 768px) {
    .img3, .image1 {
        width: 100%;
        height: auto;
        border-radius: 5px; /* Slightly less rounded for smaller screens */
    }
}

/* ........................Achievement........................ */
.icon {
    width: 60px; /* Adjusted to maintain proportion */
    height: 60px; /* Adjusted to maintain proportion */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.icon-shape {
    color: white;
    font-size: 30px !important; /* Increased icon size */
}

.bg-gradient-primary {
    background: linear-gradient(87deg, #5E72E4 0%, #825EE4 100%) !important;
}

.bg-gradient-info {
    background: linear-gradient(87deg, #11CDEF 0%, #1171EF 100%) !important;
}

.bg-gradient-warning {
    background: linear-gradient(87deg, #FF9F00 0%, #FB6340 100%) !important;
}

.bg-gradient-success {
    background: linear-gradient(87deg, #2DCECC 0%, #2DCE89 100%) !important;
}

.shadow {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.opacity-10 {
    opacity: 0.1;
}

/* ........................3 Car Section........................ */

.card-header {
    padding: 0;
    overflow: hidden;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.card-header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.car-section {
    padding-top: 5rem;
    padding-bottom: 0;
}

.badge {
    display: inline-block;
    font-size: 1rem;
    background-color: #3498DB;
    color: white;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}

.mt-6 {
    margin-top: 2rem !important;
}

.mb-5 {
    margin-bottom: 1.25rem !important;
}

/* .......................Read More About Us................................ */
.bg-gradient-dark {
    background: linear-gradient(87deg, #212529 0%, #000000 100%) !important;
}

.info-horizontal {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.icon-shape {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #4CAF50; /* Consistent color for icons */
}

.shadow-info {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.opacity-10 {
    opacity: 0.1;
}

.position-absolute {
    position: absolute !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.text-white {
    color: #fff !important;
}

@media (max-width: 768px) {
    .info-horizontal {
        flex-direction: column;
        text-align: center;
    }
}

/* .......................Places to visit................................ */
.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.p-6 {
    padding: 1.5rem !important;
}

.mb-8 {
    margin-bottom: 2rem !important;
}

.card-body {
    padding: 0.5rem 0;
}

.icon-shape {
    font-size: 1.75rem; /* Increase font size for icons */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.bg-gradient-warning {
    background: linear-gradient(87deg, #FFC107 0%, #FF6F00 100%) !important;
}

.shadow {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.opacity-10 {
    opacity: 0.1;
}

.position-absolute {
    position: absolute !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.w-100 {
    width: 100% !important;
}



/* ........................footer........................ */
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Ubuntu&display=swap');
        
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

footer {
    background-color: rgb(251, 249, 249);
    padding: 40px 0;
}

footer .footer-col {
    margin-bottom: 30px;
}

footer .footer-col h4 {
    color: rgb(14, 13, 13);
    margin-bottom: 25px;
    font-size: 22px;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
}

footer .footer-col h4::before {
    content: '';
    width: 70px;
    height: 2px;
    position: absolute;
    background-color: #d7c8cd;
    bottom: -10px;
}

footer .footer-col ul {
    list-style: none;
    padding: 0;
}

footer .footer-col ul li {
    padding: 10px 0;
}

footer .footer-col ul li a {
    color: rgb(2, 0, 0);
    text-decoration: none;
    font-size: 16px;
    opacity: 0.7;
    transition: 0.5s;
}

footer .footer-col ul li a:hover {
    opacity: 1;
}

footer .footer-col input {
    border: none;
    width: 100%;
    height: 45px;
    padding-left: 20px;
    margin: 14px 0;
}

footer .footer-col .inputSubmit {
    padding: 0px 20px;
    background-color: #ecd5dd;
    border: none;
    color: rgb(13, 1, 1);
    cursor: pointer;
}

footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    color: rgb(13, 3, 3);
}

footer .socialIcons a {
    display: inline-block;
    color: rgb(8, 2, 2);
    font-size: 20px;
    margin: 0 15px;
    transition: 0.5s;
}

footer .socialIcons a:hover {
    color: #94737f;
}

@media (max-width: 768px) {
    footer .footer-col {
        margin-bottom: 30px;
    }
}

/* Social Media Icon Styles */
.fa-facebook-f {
    background: #4287f5;
    color: white;
    padding: 4px;
    font-size: 16px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa-instagram {
    background: linear-gradient(30deg, #f38334, #da2e7d 50%, #6b54c6);
    color: white;
    padding: 4px;
    font-size: 16px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa-youtube {
    background: #FF0000;
    color: white;
    padding: 4px;
    font-size: 16px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa-whatsapp {
    background: #25D366;
    color: white;
    padding: 4px;
    font-size: 16px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa-twitter {
    background: #1DA1F2;
    color: white;
    padding: 4px;
    font-size: 16px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa-pinterest {
    background: #E60023;
    color: white;
    padding: 4px;
    font-size: 16px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}


/* .....................carousel........................ */
