 :root {
            --primary: #7c3aed;
            --accent: #c4b5fd;
            --dark: #0f172a;
        }

        body {
            font-family: 'Ubuntu', sans-serif;
            scroll-behavior: smooth;
        }

        /* Advanced Navbar */
        .navbar {
            background: rgba(15, 23, 42, 0.95) !important;
            backdrop-filter: blur(20px);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            padding: 1.1rem 0;
        }

        .navbar.scrolled {
            padding: 0.8rem 0;
            background: rgba(15, 23, 42, 0.98) !important;
        }

        .navbar-brand {
            font-size: 1.85rem;
            font-weight: 700;
            color: white;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .nav-link {
            color: white !important;
            font-weight: 500;
            position: relative;
        }

        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 3px;
            bottom: -6px;
            left: 0;
            background: var(--accent);
            transition: width 0.4s ease;
        }

        .nav-link:hover::after {
            width: 100%;
        }

        /* Hamburger - Clearly Visible */
        .navbar-toggler {
            border: 2px solid rgba(255,255,255,0.9);
            border-radius: 10px;
            padding: 10px 14px;
        }

        .navbar-toggler:focus {
            box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.3);
        }

        .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='rgba(255, 255, 255, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        }

        /* Hero Section */
        .hero {
            min-height: 100vh;
               background: linear-gradient(135deg, rgb(15 23 42 / 65%), rgb(124 58 237 / 42%)), url(../img/background/banner.jpg) center / cover no-repeat fixed;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        .navbar-brand:hover, .navbar-brand:focus{color:#fff!important;}
a{text-decoration: none;}

        .hero h1 {
            font-size: 5.2rem;
            line-height: 1.05;
            font-weight: 700;
            color: white;
            text-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
        }

        .hero p {
            font-size: 1.4rem;
            color: #e0e7ff;
            max-width: 720px;
        }

        .btn-hero {
            background: linear-gradient(90deg, #7c3aed, #7c3aed);
            color: #ffffff;
            font-weight: 700;
            padding: 16px 42px;
            border-radius: 50px;
            font-size: 1.15rem;
            box-shadow: 0 15px 35px #7c3aed;
        }

        .btn-hero:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 45px #7c3aed;
        }

        /* Sections */
        .section-title {
            position: relative;
            display: inline-block;
            color: white;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -14px;
            left: 50%;
            transform: translateX(-50%);
            width: 90px;
            height: 4px;
            background: linear-gradient(to right, var(--primary), var(--accent));
            border-radius: 50px;
        }
  
        .service-card {
            background: rgba(255,255,255,0.08);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255,255,255,0.1);
            transition: all 0.4s ease;
            border-radius: 20px;
            overflow: hidden;
        }
#services h5{color: var(--primary);}
        .service-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 25px 60px rgba(124, 58, 237, 0.3);
        }

        .service-img {
            height: 260px;
            object-fit: cover;
        }

        .service-card:hover .service-img {
            transform: scale(1.08);
        }

        /* Why Choose Us */
        .why-circle {
            width: 72px;
            height: 72px;
            background: linear-gradient(135deg, var(--primary), var(--accent));
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            font-weight: 700;
            box-shadow: 0 15px 30px rgba(124, 58, 237, 0.4);
        }

        /* Contact */
        .contact-section {
            background: linear-gradient(135deg, #1e2937, #312e81);
        }


        /* Footer */
        .footer {
            background: #0a0f1c;
        }
.just-cent{justify-content: center;}
        /* Scroll to Top */
        #scrollToTop {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary), var(--accent));
            color: white;
            border: none;
            border-radius: 50%;
            display: none;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            box-shadow: 0 10px 30px rgba(124, 58, 237, 0.4);
            z-index: 9999;
        }


        /* Hero Section */
      .policies-page .hero-policy {
            background: var(--primary);
            color: #fff;
             padding: 115px 0 60px;
            position: relative;
            overflow: hidden;
        }

      .policies-page  .hero-policy::after {
            content: "";
            position: absolute;
            bottom: -40px;
            left: 0;
            width: 100%;
            height: 80px;
            background: var(--bg-light);
            border-radius: 50% 50% 0 0;
        }

     .policies-page   .hero-policy h1 {
            font-weight: 700;
            letter-spacing: 1px;
        }

    .policies-page    .hero-policy p {
            opacity: 0.9;
        }

        /* Sidebar Navigation */
      .policies-page  .policy-nav {
            position: sticky;
            top: 100px;
        }

     .policies-page   .policy-nav .nav-link {
            color: #495057;
            border-left: 3px solid transparent;
            padding: 10px 15px;
            margin-bottom: 5px;
            transition: all 0.3s ease;
        }

      .policies-page  .policy-nav .nav-link:hover,
      .policies-page  .policy-nav .nav-link.active {
            background: #fff;
            border-left: 3px solid var(--accent-color);
            color: var(--primary-color);
            border-radius: 5px;
        }

        /* Section Cards */
     .policies-page   .policy-card {
            background: #ffffff;
            border-radius: 15px;
            padding: 30px;
            margin-bottom: 25px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            border-left: 5px solid var(--accent-color);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

     .policies-page   .policy-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        }

      .policies-page  .policy-card h3 {
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 15px;
        }

      .policies-page  .policy-card p {
            color: var(--dark);
            line-height: 1.8;
        }

     .policies-page   .policy-card ul {
            color: var(--dark);
            padding-left: 20px;
        }

     .policies-page   .policy-card ul li {
            margin-bottom: 10px;
        }

        /* Footer */
     .policies-page   footer {
            background: #0d3b66;
            color: #fff;
            padding: 20px 0;
            text-align: center;
            margin-top: 0px;
        }

        /* Responsive Adjustments */
        @media (max-width: 991px) {
         .policies-page   .policy-nav {
                display: none;
            }
        }

          /* FOOTER */
.footer {
    background: #0f172a;
    padding: 50px 20px 20px;
    text-align: center;
    color: #ffffff;
}

/* TITLE */
.footer h2 {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 5px;
}

.footer h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 22px;
    margin-top: 30px;
}

/* LINKS */
.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 30px;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    position: relative;
}

.footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: var(--primary);
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--primary);
}

.footer-links a:hover::after {
    width: 100%;
}

/* DIVIDER */
.footer hr {
    border: none;
    border-top: 1px solid #dbe6ef;
    margin: 30px 0;
}

/* BOTTOM */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 10px;
}

.footer-contact {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-contact span {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ICON STYLE */
.footer-contact i {
    color: var(--primary);
}

/* RESPONSIVE */
@media(max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
#navbarNav ul li a{color:#fff;}
        /* about us */

/* SECTION */
.about-section {
    padding: 80px 20px;    background: #fff;
}

/* GRID */
.about-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

/* IMAGE */
.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 20px;    height: 525px;
    object-fit: cover;
    animation: float 4s ease-in-out infinite;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* FLOAT ANIMATION */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

/* CONTENT */
.about-content h2 {
    font-size: 36px;
    color: var(--dark);
    margin-bottom: 15px;
}

.about-content h2 span {
    color: var(--primary);
}

.about-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* BUTTON */
.about-btn {
    display: inline-block;
    padding: 12px 24px;
    background: var(--primary);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.about-btn:hover {
    background: #00b8ae;
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media(max-width: 900px) {
    .about-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-image img {
        max-width: 90%;
        margin: auto;
    }
}

        /* SECTION */
.contact-section {
    padding: 80px 20px;background: #fff;
}.contact-section .section-title::after { background: none;}
.contact-section {
            padding: 100px 0;
            background: white;
        }

        .section-title h2 {
            font-size: 2.8rem;
            font-weight: 700;
            color: #1f2937;
        }

        .section-title h2 span {
            color: var(--primary);
            position: relative;
        }

        .section-title h2 span:after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 60%;
            height: 4px;
            background: linear-gradient(to right, var(--primary), #a78bfa);
            border-radius: 2px;
        }

        /* Contact Cards */
        .contact-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 20px;
            margin-bottom: 60px;
        }

        .card {
            background: white;
            border: 1px solid #e5e7eb;
            border-radius: 20px;
            padding: 28px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            display: flex;
            align-items: flex-start;
            gap: 18px;
        }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(107, 70, 193, 0.15);
            border-color: var(--primary);
        }

        .card .icon {
            width: 55px;
            height: 55px;
            background: #f3e8ff;
            color: var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            flex-shrink: 0;
        }

        .card h4 {
            margin-bottom: 8px;
            color: #1f2937;
            font-weight: 600;
        }

        .card p {
            color: #4b5563;
            margin: 0;
            line-height: 1.5;
        }

        /* Highlight Address Card */
        .card:nth-child(3) {
            border-color: var(--primary);
            background: #f8f5ff;
            box-shadow: 0 15px 35px rgba(107, 70, 193, 0.12);
        }

        /* Form & Map */
        .contact-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: start;
        }

        .form-box {
            background: white;
            padding: 40px;
            border-radius: 24px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        }

        .form-control {
            border-radius: 12px;
            padding: 14px 18px;
            border: 1.5px solid #e5e7eb;
        }

        .form-control:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 4px rgba(107, 70, 193, 0.1);
        }

        .submit-btn {
            background: linear-gradient(135deg, var(--primary), #8b5cf6);
            color: white;
            border: none;
            padding: 16px 50px;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            width: 100%;
        }

        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(107, 70, 193, 0.3);
        }

        .map-box {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 992px) {
            .contact-wrapper {
                grid-template-columns: 1fr;
            }
        }

.inner-bg {
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 120px 0 50px;
    background-size: cover;
    background-color: var(--primary);
    background-blend-mode: multiply;}

    .inner-bg h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0px;
   font-family: 'Ubuntu', sans-serif;
    -webkit-text-stroke-width: 0.5px;
}
.inner-bg .breadcrumb {
    background: none;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 6px;
}
.inner-bg .breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
}
.breadcrumb-item.active {
    color: #fff !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    position: relative;
    top: 2px;
    color: #fff !important;
}
.inner-bg .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: var(--primary);
    content: "/";
}