﻿

a {
    text-decoration: none;
    color: #eee;
}

/* Top Bar */
.top-bar {
    background-color: #1ab9d6;
    color: white;
    font-size: 14px;
    padding: 10px 0;
}

    .top-bar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1250px;
        margin: auto;
        padding: 0 20px;
        flex-wrap: wrap;
    }
.top-left {
    margin-left: -111px;
    display:flex;
    flex-direction:row;
    gap:10px;
}

.top-right span {
    margin-right: 15px;
}

.top-right a {
    margin-right: 10px;
    color: white;
    text-decoration: none;
}
.top-right {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
    .top-right a:hover {
        text-decoration: underline;
    }


/* Responsive Styles */
@media (max-width: 768px) {
    .top-bar .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

  
        .top-left {
            flex-direction: column;
            display: flex;
            gap: 5px;
            margin-left: 2px;
        }
    .top-right {
        flex-direction: row;
        display: flex;
        gap: 5px;
        margin-right: 2px;
    }
    .top-left span,
    .top-right span {
        margin-right: 0;
    }

        .top-right {
            align-self: flex-end;
        }
    }


/* Navbar Base */
.navbar-custom {
    background-color: transparent;
    padding: 3rem;
    transition: background-color 0.4s ease, padding 0.3s ease;
    z-index: 1000;
}
/* Initial logo style */
.navbar-brand img {
    transition: all 0.3s ease;
    height: 49px;
  
}

/* Smaller logo on scroll */
.navbar.scrolled .navbar-brand img {
    height: 38px; /* smaller height */
    width: 80px;
}

.navbar.scrolled {
    padding: 10px 0;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}


/* Navbar when scrolled */
.navbar-custom.scrolled {
    background-color: white;
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top:-129px;
}

/* Nav Links and Brand */
.navbar .nav-link,
.navbar .navbar-brand {
    color: white;
    transition: color 0.3s ease;
}

.navbar-custom.scrolled .nav-link,
.navbar-custom.scrolled .navbar-brand {
    color: black;
}


/* Optional hover effect */
.navbar .nav-link:hover {
    color: #f08f8f; /* adjust as needed */
}

@media (max-width: 768px) {
    .nave {
        background-color: #000000b3;
    }
   
}

.nave-toglee {
    background-color: aliceblue;
}
/* Nav items spacing */
.nave {
    gap: 29px;
    font-size: large;
    align-items: center;
    border-radius: 41px;
    padding: 12px;
}

/* Utility class */
.arc {
    margin-top: -13px;
}

/* Optional: Responsive logo */
@media (max-width: 768px) {
    .navbar-brand img {
        height: 41px;
        width : 115px;
        
    }
    .nave-s {
        margin-top: 77px;
      

    }
}

.attractive-button {
    background: linear-gradient(116deg, orange, #04aab6);
    color: #000000;
    font-weight: bold;
    padding: 15px 30px;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
}

    .attractive-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    }

    .attractive-button:active {
        transform: translateY(-1px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }
    /*footer*/


.footer {
    font-family: 'Segoe UI', sans-serif;
    background-color: #121212;
    color: #fff;
    background-color: #1c1c1c;
    padding: 3rem 1.5rem 6rem;
    position: relative;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
}

/* Columns */
.footer-col {
    flex: 1 1 250px;
}

.brand-logo1 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

    .brand-logo1 img {
        width: 141px;
        height: 66px;
    }

.footer-col h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #f0f0f0;
}

.footer-col p,
.footer-col a {
    font-size: 0.95rem;
    color: #aaa;
    text-decoration: none;
}

    .footer-col a:hover {
        color: #fff;
    }

/* Social Icons */
.social-icons {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

    .social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #333;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        color: #fff;
        transition: background 0.3s;
    }

        .social-icons a:hover {
            background: #ff6600;
        }

/* Newsletter */
.newsletter-input {
    display: flex;
    margin-bottom: 1rem;
}

    .newsletter-input input {
        flex: 1;
        padding: 0.6rem;
        background: #2a2a2a;
        border: none;
        color: #fff;
    }

    .newsletter-input button {
        background: #ff6600;
        border: none;
        color: #fff;
        padding: 0 1rem;
        cursor: pointer;
    }

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

/* Bottom Footer */
.footer-bottom {
    text-align: center;
    background: #191919;
    padding: 1rem 0;
    font-size: 0.85rem;
    color: #aaa;
    margin-bottom: -94px;
    margin-top: 87px;
}

/* Scroll to Top */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff6600;
    color: #fff;
    padding: 0.75rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

    .scroll-to-top:hover {
        background: #e05500;
    }

/* Responsive */
@media (max-width: 768px) {
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .scroll-to-top {
        bottom: 15px;
        right: 15px;
    }
}
