body {
    min-height: 100vh;
    align-items: center;
    background-color: #000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}


/* Button Styling */
.btn-secoundary {
    color: #fff;
    border-radius: 30px;
    border: 1px solid #FF7043;
    width: 70%;
    padding: 5px 6px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease-in-out;
}
.bg-main{
    background-color: #FF7043;
    border-radius: 30px;
}
.btn-secoundary:hover {
    background-color: #4a148c;
    color: #fff;
}

.btn-primary {
    background: transparent;
    color: white;
    border-radius: 30px;
    border: 1px solid #ffff;
    width: 70%;
    padding: 5px 6px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease-in-out;
}

.btn-primary:hover {
    background-color: #FF7043;
    color: #fff;
}
.btn-main {
    background: #FF7043;
    color: #ffffff;
    border-radius: 30px;
    border: 1px solid #ffff;
    width: 70%;
    padding: 5px 6px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease-in-out;
}
.btn-main:hover{
    background: #000000;
    color: white;
}
.input-oultine{
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px 6px;
    border: 1px solid #FF7043;
}


/* Heading Styling */
.section-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #34495e;
    letter-spacing: 1px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    text-align: center;
}

.breadcrumb-item a {
    color: #aaa;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #ff7043;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #aaa;
}


.navbar a {
    color: white;
    font-weight: 600;
}

.navbar a:hover {
    color: #FF7043; /* Secondary color: Soft Coral for hover effect */
}

.hero {
    color: white;
    padding-top: 80px;
    padding-bottom: 120px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 50px;
    font-weight: 700;
    animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero p {
    font-size: 20px;
    margin-top: 20px;
    animation: fadeInBottomToTop 3s ease-in-out;
}

/* Keyframes for the bottom-to-top animation */
@keyframes fadeInBottomToTop {
    0% {
        opacity: 0;
        transform: translateY(30px); /* Start from below */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* End at the original position */
    }
}


.search-bar {
    max-width: 600px;
    margin: 30px auto;
    position: relative;
}

.search-bar input {
    border-radius: 25px;
    padding: 15px;
    width: 100%;
    font-size: 18px;
    border: none;
    transition: all 0.3s ease;
}

.search-bar input:focus {
    box-shadow: 0px 0px 10px rgba(0, 150, 136, 0.6);
    outline: none;
}

.search-bar button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FF7043; /* Updated secondary color: Soft Coral */
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 0 25px 25px 0;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-bar button:hover {
    background-color: #FF5722; /* Slightly darker coral for hover */
}

.section-description {
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
}

.card-header {
    background-color: #FF7043; /* Soft Coral for the card header */
    color: white;
    padding: 15px;
    font-size: 25px;
    font-weight: 600;
}

.card-body {
    padding: 20px;
    background-color: #ffffff;
}


.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    text-align: center;
}

.breadcrumb-item a {
    color: #aaa;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #ff7043;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #aaa;
}

.footer {
    color: white;
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 3;
}

.footer a {
    color: white;
    text-decoration: none;
}

























/* Media Queries for Responsiveness */

/* Small devices (phones, 600px and below) */
@media (max-width: 600px) {
    .section-heading {
        font-size: 2rem; /* Smaller heading for mobile */
    }

    .hero {
        padding-top: 68px;
        padding-bottom: 68px;

    }

    .hero h1 {
        font-size: 40px; /* Smaller hero heading */
    }

    .hero p {
        font-size: 19px;
        padding: 0px 10px;
    }

    .search-bar input {
        padding: 12px;
        font-size: 16px;
        width: 92% !important;
        margin-left: 10px;
    }


    .search-bar button {
        padding: 12px 25px;
        font-size: 16px;
        margin-right: 10px;
    }

    .section-description {
        font-size: 16px;
    }

    .card-header {
        font-size: 20px; /* Smaller card header */
    }

    .card-body {
        padding: 15px;
    }
}

/* Medium devices (tablets, 600px to 992px) */
@media (min-width: 601px) and (max-width: 992px) {
    .section-heading {
        font-size: 2.5rem; /* Smaller heading for tablets */
    }

    .hero h1 {
        font-size: 45px; /* Adjusted hero heading for tablets */
    }

    .hero p {
        font-size: 18px;
    }

    .search-bar input {
        padding: 14px;
        font-size: 17px;
    }

    .search-bar button {
        padding: 14px 28px;
        font-size: 17px;
    }

    .card-header {
        font-size: 22px;
    }

    .card-body {
        padding: 18px;
    }
}

/* Large devices (desktops, 992px and above) */
@media (min-width: 993px) {
    .section-heading {
        font-size: 3rem;
    }

    .hero h1 {
        font-size: 50px;
    }

    .hero p {
        font-size: 20px;
    }

    .search-bar input {
        padding: 15px;
        font-size: 18px;
    }

    .search-bar button {
        padding: 15px 30px;
        font-size: 18px;
    }

    .card-header {
        font-size: 25px;
    }

    .card-body {
        padding: 20px;
    }
}






/* 
START

Loading Effect

*/


    /* Enhanced Dream Spinner */
    .spinner-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
        background-size: cover;
        background-position: center;
        z-index: 9999;
        text-align: center;
        padding-top: 20%;
        overflow: hidden;
    }

    /* Spinner Content */
    .spinner-content {
        position: relative;
        display: inline-block;
    }

    /* Moon */
    .moon {
        position: absolute;
        top: -50px;
        left: 50%;
        width: 100px;
        height: 100px;
        background-color: #FFD700; /* Light yellow moon */
        border-radius: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
        animation: moon-animation 3s infinite ease-in-out;
    }

    /* Stars */
    .stars {
        position: absolute;
        top: 50px;
        left: 50%;
        width: 100%;
        height: 100%;
        background-image: url('https://www.transparenttextures.com/patterns/stardust.png'); /* Starry background */
        background-repeat: repeat;
        opacity: 0.2;
        animation: twinkle-animation 2s infinite alternate;
    }

    /* Clouds */
    .clouds {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200px;
        height: 60px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
        animation: clouds-animation 6s infinite ease-in-out;
    }

    /* Spinner Border */
    .spinner-border {
        width: 3rem;
        height: 3rem;
        border: 0.25rem solid rgba(255, 255, 255, 0.5);
        border-top: 0.25rem solid rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        animation: spin 1.5s linear infinite;
    }

    /* Rain Effect Styling */
    .rain-drop {
        position: absolute;
        top: -20px; /* Start above the viewport */
        width: 2px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.6);
        animation: fall 2s infinite linear;
        z-index: 10;
    }

    /* Animation for rain falling */
    @keyframes fall {
        0% {
            top: -20px; /* Start from top */
        }
        100% {
            top: 100vh; /* End at the bottom of the viewport */
        }
    }


    /* Animation for the moon */
    @keyframes moon-animation {
        0% {
            transform: translateX(-50%) scale(1);
        }
        50% {
            transform: translateX(-50%) scale(1.1);
        }
        100% {
            transform: translateX(-50%) scale(1);
        }
    }

    /* Animation for the stars twinkling */
    @keyframes twinkle-animation {
        0% {
            opacity: 0.1;
        }
        50% {
            opacity: 0.3;
        }
        100% {
            opacity: 0.1;
        }
    }

    /* Animation for clouds moving */
    @keyframes clouds-animation {
        0% {
            transform: translateX(-50%) translateY(0);
        }
        50% {
            transform: translateX(-50%) translateY(-20px);
        }
        100% {
            transform: translateX(-50%) translateY(0);
        }
    }

    /* Animation for spinner */
    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

     /* Mobile Responsiveness */
     @media (max-width: 768px) {
        .spinner-container {
            padding-top: 10%; /* Adjust top padding for smaller screens */
        }

        .moon {
            width: 80px;
            height: 80px; /* Resize moon for mobile */
        }

        .spinner-border {
            width: 2.5rem;
            height: 2.5rem; /* Resize spinner for mobile */
        }

        .clouds {
            width: 150px;
            height: 50px; /* Resize clouds for smaller screens */
        }
    }