body {
    margin: 0;
    padding-top: 120px;
}

.top-bar {
    background-color: #00aae2;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
}

.top-bar i {
    margin-right: 5px;
}

.navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar .nav-link {
    color: #000;
    font-weight: 500;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: #4a5cff;
}

.custom-navbar {
    top: 38px;
    padding: 6px 0;
}

.top-bar {
    padding: 2px 0;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 8px 0;
    }
}

.navbar {
    padding: 10px 0;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #000;
    margin: 0 10px;
    transition: 0.3s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #000000;
    /* green highlight */
}

.book-btn {
    background-color: #66bb6a;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 8px 18px;
    transition: 0.3s;
}

.book-btn:hover {
    background-color: #57a35d;
}

.quote-btn {
    background-color: #00aae2;
    color: #fff;
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 500;
    text-decoration: none;
}

.quote-btn:hover {
    background-color: #3b4bda;
    color: #fff;
}

.nav-link.active {
    color: #FFAA17 !important;
}

.nav-link:hover {
    color: #FFAA17;
}

.carousel-caption {
    bottom: 20%;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}

.carousel img {
    object-fit: cover;
    height: 500px;
}

.carousel-caption a:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

.explore-btn {
    padding: 10px 28px;
    font-size: 1.1rem;
    background: linear-gradient(90deg, #007bff, #ff8c00);
    border: none;
    color: #fff;
    border-radius: 6px;
    transition: 0.4s;
}

.explore-btn:hover {
    background: linear-gradient(90deg, #ff8c00, #007bff);
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .carousel-caption {
        left: 5% !important;
        right: 5% !important;
        bottom: 10% !important;
        text-align: center !important;
    }
    .carousel-caption h1 {
        font-size: 1.8rem !important;
        line-height: 1.3;
    }
    .carousel-caption p {
        font-size: 0.95rem !important;
        margin-top: 8px;
    }
    .explore-btn {
        font-size: 1rem;
        padding: 8px 22px;
    }
}

.bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    /* Light overlay for text readability */
    z-index: 0;
}

.card-animate {
    transition: all 0.4s ease-in-out;
    border-radius: 20px;
    z-index: 1;
    background: #fff;
}

.card-animate:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 123, 255, 0.25);
}

.dotted-border {
    border-bottom: 2px dotted #ed610a;
    padding-bottom: 5px;
    display: inline-block;
}

footer a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.contact-section {
    padding: 80px 0;
    position: relative;
}

.contact-heading {
    text-align: right;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 2px;
    color: transparent;
    -webkit-text-stroke: 1px #007bff;
    opacity: 0.1;
    position: absolute;
    right: 50px;
    top: 30px;
    z-index: 0;
}

.contact-card {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 40px;
    position: relative;
    z-index: 1;
}

.contact-form .form-control {
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    padding: 12px 10px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #007bff;
}

.btn-submit {
    background-color: #007bff;
    color: #fff;
    border-radius: 8px;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #ff6600;
}

.contact-info {
    padding-left: 50px;
}

.contact-info h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-info .info-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.contact-info .info-item i {
    font-size: 22px;
    color: #007bff;
    margin-right: 15px;
}

.card-big-shadow {
    max-width: 320px;
    position: relative;
    margin: 20px auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-big-shadow:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

.card {
    border-radius: 8px;
    color: #252422;
    text-align: center;
    padding: 30px 20px;
    transition: all 0.3s ease;
}

.card .category {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.card .title {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
}

.card ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

.card ul li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #555;
}

.card .btn {
    text-decoration: none;
    font-weight: 600;
}

.card-big-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -10%;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
    border-radius: 8px;
}

.card[data-color="blue"] {
    background: #f7eafa;
}

.card[data-color="green"] {
    background: #f7eafa;
}

.card[data-color="yellow"] {
    background: #f7eafa;
}

.card[data-color="brown"] {
    background: #f7eafa;
}

.card[data-color="purple"] {
    background: #f7eafa;
}

.card[data-color="orange"] {
    background: #f7eafa;
}

.page-header {
    color: #000000;
    padding: 100px 20px;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.page-header h1 {
    font-weight: 700;
    letter-spacing: 1px;
}

.page-header p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.terms-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.terms-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 30px 40px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.terms-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

h4 {
    font-weight: 700;
    color: #007bff;
    margin-bottom: 15px;
}

ul {
    padding-left: 20px;
}


/* Contact Info */

.contact-info {
    color: #000000;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.contact-info h4 {
    color: #fff;
}

.logo-img {
    height: 70px;
    width: auto;
}

footer {
    padding: 20px;
    color: #666;
    font-size: 0.9rem;
}

#faq .accordion-button {
    background: #fff;
    color: #333;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

#faq .accordion-button:not(.collapsed) {
    background: linear-gradient(45deg, #814f8e, #ff6600);
    color: #fff;
}

#faq .accordion-item {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#faq .accordion-body {
    background-color: #fdfdfd;
    color: #555;
}

#faq h2,
#faq p {
    font-family: "Poppins", sans-serif;
}

.project-card {
    transition: all 0.4s ease;
    min-width: 260px;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


/* 👇 Makes all images same size */

.project-img {
    width: 100%;
    height: 250px;
    /* fixed height for all */
    object-fit: cover;
    /* keeps aspect ratio and fills box neatly */
}

.row.flex-nowrap {
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
}

.row.flex-nowrap::-webkit-scrollbar {
    height: 8px;
}

.row.flex-nowrap::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.project-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}


/* Make cards scrollable horizontally only on small screens */

@media (max-width: 767.98px) {
    .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .col-12 {
        flex: 0 0 80%;
        scroll-snap-align: start;
    }
}