:root {
            --primary-color: #4361ee;
            --secondary-color: #3f37c9;
            --accent-color: #4895ef;
            --dark-color: #1a1a2e;
            --light-color: #f8f9fa;
        }
        
        body {
            font-family: 'Exo', sans-serif;
            color: #333;
            line-height: 1.6;
        }
        
        /* Modern Navigation */
        .navbar {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            padding: 15px 0;
            background-color: white !important;
        }
        
        .navbar-brand img {
            height: 60px;
            transition: all 0.3s;
        }
        
        .navbar-brand img:hover {
            transform: scale(1.05);
        }
        
        .nav-link {
            font-weight: 500;
            color: var(--dark-color) !important;
            margin: 0 8px;
            position: relative;
            padding: 8px 0 !important;
        }
        
        .nav-link:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: var(--primary-color);
            transition: width 0.3s;
        }
        
        .nav-link:hover:after {
            width: 100%;
        }
        
        .nav-link.active {
            color: var(--primary-color) !important;
        }
        
        /* Hero Section */
        .hero-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
            padding: 100px 0 80px;
            position: relative;
            overflow: hidden;
        }
        
        .hero-content {
            position: relative;
            z-index: 1;
        }
        
        .hero-section h1 {
            font-weight: 700;
            font-size: 2.8rem;
            margin-bottom: 20px;
            color: var(--dark-color);
        }
        
        .hero-section p {
            font-size: 1.2rem;
            max-width: 600px;
        }
        
        /* Hero Carousel Styles */
        .hero-carousel-img {
            height: 400px;
            object-fit: cover;
            border-radius: 15px;
        }
        
        #heroCarousel {
            position: relative;
            z-index: 2;
        }
        
        .carousel-item {
            border-radius: 15px;
            overflow: hidden;
        }
        
        .carousel-caption {
            background: rgba(0, 0, 0, 0.7);
            border-radius: 10px;
            padding: 20px;
            bottom: 20px;
        }
        
        .carousel-caption h5 {
            color: white;
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        .carousel-caption p {
            color: #f8f9fa;
            margin-bottom: 0;
        }
        
        .carousel-control-prev,
        .carousel-control-next {
            width: 50px;
            height: 50px;
            background: rgba(67, 97, 238, 0.8);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .carousel-control-prev {
            left: -25px;
        }
        
        .carousel-control-next {
            right: -25px;
        }
        
        .carousel-indicators {
            bottom: -30px;
        }
        
        .carousel-indicators button {
            background-color: var(--primary-color);
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }
        
        /* Pricing Section */
        .pricing-section {
            padding: 80px 0;
            background-color: white;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title h2 {
            font-weight: 700;
            color: var(--dark-color);
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }
        
        .section-title h2:after {
            content: '';
            position: absolute;
            width: 60px;
            height: 3px;
            background: var(--primary-color);
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .section-title p {
            color: #666;
            font-size: 1.1rem;
            margin-top: 15px;
        }
        
        .package-card {
            border: none;
            border-radius: 45px 20px 45px 20px;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            background: white;
            position: relative;
            z-index: 1;
        }
        
        .package-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .package-header {
            background: linear-gradient(135deg, #090b12 0%, var(--secondary-color) 100%);
            color: white;
            padding: 25px 15px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .package-header:before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 200%;
            background: rgba(255, 255, 255, 0.1);
            transform: rotate(30deg);
            z-index: -1;
        }
        
        .package-card .package-header h3 {
            font-weight: 600;
            font-size: 1.5rem;
            margin-bottom: 5px;
        }
        
        .package-card .package-header h4 {
            font-weight: 500;
            font-size: 1.1rem;
            opacity: 0.9;
        }
        
        .package-card .card-body {
            padding: 30px;
        }
        
        .price {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }
        
        .price:after {
            content: '';
            position: absolute;
            width: 40px;
            height: 3px;
            background: var(--accent-color);
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .package-features {
            list-style: none;
            padding: 0;
            margin: 0 0 25px;
        }
        
        .package-features li {
            padding: 8px 0;
            position: relative;
            padding-left: 25px;
        }
        
        .package-features li:before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: var(--accent-color);
        }
        
        .btn-premium {
            background: #4880d7;
            border: none;
            color: white;
            padding: 10px 25px;
            border-radius: 50px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.85rem;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
        }
        
        .btn-premium:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(67, 97, 238, 0.4);
            color: white;
        }
        

       .btn-premium-sm {
            background: #4880d7;
            border: none;
            color: white;
            padding: 5px 10px;
            border-radius: 30px;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.65rem;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
        }
        
        .btn-premium-sm:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(67, 97, 238, 0.4);
            color: white;
        }

        /* Why Choose Us Section */
        .reasons-section {
            padding: 80px 0;
            background-color: #f9fafc;
        }
        
        .reason-box {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
            transition: all 0.3s;
            border-left: 4px solid var(--primary-color);
        }
        
        .reason-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }
        
        .reason-box h4 {
            color: var(--dark-color);
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .reason-box p {
            color: #666;
        }
        
        /* Products & Services Section */
        .services-section {
            padding: 80px 0;
            background-color: white;
        }
        
        .service-card {
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 25px 25px 25px 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.4s;
            margin-bottom: 30px;
            height: 100%;
            background: rgb(240, 246, 255);
            overflow: hidden;
            position: relative;
            z-index: 1;
        }
        
        .service-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-color) 100%);
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .service-card .card-body {
            padding: 30px;
            text-align: center;
        }
        
        .service-card i {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: var(--primary-color);
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .service-card h5 {
            font-weight: 600;
            color: var(--dark-color);
            margin-bottom: 15px;
        }
        
        /* Footer */
        .footer {
            background-color: var(--dark-color);
            color: white;
            padding: 80px 0 30px;
            position: relative;
        }
        
        .footer:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-color) 100%);
        }
        
        .footer h5 {
            font-weight: 600;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .footer h5:after {
            content: '';
            position: absolute;
            width: 40px;
            height: 3px;
            background: var(--primary-color);
            bottom: 0;
            left: 0;
        }
        
        .footer p, .footer address {
            color: #adb5bd;
            font-size: 0.95rem;
        }
        
        .footer ul {
            list-style: none;
            padding: 0;
        }
        
        .footer ul li {
            margin-bottom: 10px;
        }
        
        .footer a {
            color: #adb5bd;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .footer a:hover {
            color: white;
            padding-left: 5px;
        }
        
        .footer .social-icons {
            margin-top: 20px;
        }
        
        .footer .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            margin-right: 10px;
            color: white;
            transition: all 0.3s;
        }
        
        .footer .social-icons a:hover {
            background: var(--primary-color);
            transform: translateY(-3px);
        }
        
        .copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            margin-top: 40px;
            text-align: center;
            color: #adb5bd;
            font-size: 0.9rem;
        }

                .products {
            padding: 10px 0;
            background-color: white;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 10px;
        }
        
        .section-title h2 {
            font-size: 36px;
            color: var(--dark-gray);
            margin-bottom: 15px;
        }
        
        .section-title p {
            color: var(--text-color);
            max-width: 700px;
            margin: 0 auto;
        }
        
        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .product-card {
            background-color: #fff;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s, box-shadow 0.3s;
            border: 0.5px solid #87ebf8;
        }
        
        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .product-img {
            height: 200px;
            overflow: hidden;
        }
        
        .product-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .product-card:hover .product-img img {
            transform: scale(1.1);
        }
        
        .product-content {
            padding: 25px;
        }
        
        .product-content h3 {
            font-size: 22px;
            margin-bottom: 15px;
            color: var(--dark-gray);
        }
        
        .product-content p {
            margin-bottom: 20px;
            color: var(--text-color);
        }
        
        .product-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .product-price {
            font-weight: 700;
            color: var(--primary-dark);
        }
        

                .grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 25px;
            padding: 20px;
        }

        .location-card {
            border: 1px solid #ddd;
            background: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s;
        }

        .location-card:hover {
            transform: translateY(-5px);
        }

        .location-code {
            color: #e74c3c;
            font-size: 0.9em;
            margin-bottom: 8px;
        }

        .location-name {
            color: #2c3e50;
            font-size: 1.2em;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .contact-info {
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid #ecf0f1;
        }

        /* About Us Page Styles */
        .about-hero-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
            padding: 100px 0 80px;
            min-height: 70vh;
            display: flex;
            align-items: center;
        }
        
        .about-hero-content h1 {
            color: var(--dark-color);
            font-weight: 700;
        }
        
        .about-stats {
            margin-top: 2rem;
        }
        
        .stat-item {
            text-align: center;
        }
        
        .stat-number {
            color: var(--primary-color);
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
        }
        
        .stat-label {
            color: var(--dark-color);
            font-weight: 500;
            margin: 0;
        }
        
        .about-hero-image img {
            max-height: 500px;
            object-fit: cover;
            width: 100%;
        }
        
        /* Mission & Vision Section */
        .mission-vision-section {
            background: white;
            padding: 80px 0;
        }
        
        .mission-card, .vision-card {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: white;
            padding: 40px 30px;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(67, 97, 238, 0.2);
            transition: transform 0.3s ease;
        }
        
        .mission-card:hover, .vision-card:hover {
            transform: translateY(-10px);
        }
        
        .card-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            opacity: 0.9;
        }
        
        .mission-card h3, .vision-card h3 {
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        /* Timeline Section */
        .timeline-section {
            background: #f8f9fa;
            padding: 80px 0;
        }
        
        .timeline {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px 0;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 4px;
            background: var(--primary-color);
            transform: translateX(-50%);
        }
        
        .timeline-item {
            position: relative;
            margin: 50px 0;
            display: flex;
            align-items: center;
        }
        
        .timeline-item:nth-child(odd) {
            flex-direction: row;
        }
        
        .timeline-item:nth-child(even) {
            flex-direction: row-reverse;
        }
        
        .timeline-year {
            background: var(--primary-color);
            color: white;
            padding: 15px 25px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 1.1rem;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }
        
        .timeline-content {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            width: 45%;
            margin-top: 60px;
        }
        
        .timeline-item:nth-child(odd) .timeline-content {
            margin-left: auto;
            margin-right: 55%;
        }
        
        .timeline-item:nth-child(even) .timeline-content {
            margin-right: auto;
            margin-left: 55%;
        }
        
        .timeline-content h4 {
            color: var(--primary-color);
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        /* Values Section */
        .values-section {
            background: white;
            padding: 80px 0;
        }
        
        .value-card {
            background: #f8f9fa;
            padding: 40px 30px;
            border-radius: 20px;
            height: 100%;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        
        .value-card:hover {
            transform: translateY(-10px);
            border-color: var(--primary-color);
            box-shadow: 0 15px 40px rgba(67, 97, 238, 0.1);
        }
        
        .value-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 2rem;
            color: white;
        }
        
        .value-card h4 {
            color: var(--dark-color);
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        /* Why Choose Section */
        .why-choose-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
            padding: 80px 0;
        }
        
        .feature-item {
            background: white;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        
        .feature-item:hover {
            transform: translateX(10px);
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: white;
            flex-shrink: 0;
        }
        
        .feature-item h5 {
            color: var(--dark-color);
            margin-bottom: 5px;
            font-weight: 600;
        }
        
        .feature-item p {
            color: #666;
            margin: 0;
        }
        
        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: white;
            padding: 80px 0;
        }
        
        .cta-section h2 {
            font-weight: 700;
        }
        
        .cta-buttons .btn {
            padding: 15px 35px;
            font-weight: 600;
            border-radius: 50px;
        }
        
        .cta-buttons .btn-outline-primary {
            border-color: white;
            color: white;
        }
        
        .cta-buttons .btn-outline-primary:hover {
            background: white;
            color: var(--primary-color);
        }
        
        /* Responsive Design for About Page */
        @media (max-width: 768px) {
            .about-stats {
                flex-direction: column;
                gap: 1rem !important;
            }
            
            .timeline::before {
                left: 30px;
            }
            
            .timeline-year {
                left: 30px;
                transform: none;
            }
            
            .timeline-content {
                width: calc(100% - 80px);
                margin-left: 80px !important;
                margin-right: 0 !important;
            }
            
            .about-hero-section {
                padding: 60px 0 40px;
                text-align: center;
            }
            
            .mission-card, .vision-card {
                margin-bottom: 30px;
            }
        }