        body {
            font-family: 'Montserrat', Arial, sans-serif;
            background: #f8f9fa;
            color: #232931;
        }

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ff9500' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        .offcanvas {
            background: #152840;
            color: #232931;
        }

        .offcanvas-header,
        .offcanvas-body {
            color: #fff;
        }
        .text-modal {
            color:#002240;
        }
        .text-justify {
            text-align: justify;
        }
        /* Navbar */
        .navbar {
            background: #152840;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
            letter-spacing: 0.5px;
        }

        .navbar .navbar-brand {
            font-size: 2rem;
            color: #fff !important;
            padding-bottom: 5px;
        }

        .navbar-nav .nav-link {
            color: #fff !important;
            font-weight: 600;
            margin-right: 0.8rem;
            transition: color .2s;

        }

        .navbar-nav .nav-link.active,
        .navbar-nav .nav-link:hover {
            color: #ff9500 !important;
        }

        .navbar .navbar-toggler {
            border: none;
            background: none;
        }

        h5 {
            font-weight: 600;
        }

        /* Hero */
        .hero {
            min-height: 92vh;
            background: linear-gradient(0deg, #041119c0 70%, #1a4460b7 100%), url('../img/bg3.jpeg') center/cover no-repeat;
            color: #fff;
            display: flex;
            align-items: center;
            position: relative;
        }

        .hero:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 130px;
            z-index: 2;
        }

        .hero-content {
            z-index: 3;
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
            position: relative;
        }

        .hero h1 {
            font-size: 2.6rem;
            font-weight: 800;
            margin-bottom: 1rem;
            text-shadow: 0 2px 12px #0f4c75a5;
        }

        .hero p {
            font-size: 1.3rem;
            opacity: .93;
            margin-bottom: 2rem;
            font-weight: 400;
        }

        .btn-gradient {
            background: linear-gradient(45deg, #e3e3e3, #c9c9c9);
            color: #111732;
            font-weight: 600;
            border-radius: 12px;
            padding: 13px 32px;
            box-shadow: 0 4px 18px rgba(255, 107, 107, 0.18);
            transition: .2s;
        }

        .btn-gradient:hover {
            filter: brightness(1.5);
            transform: translateY(-3px);
            color: #111732;
        }

        /* Section Titles & SVG Wave Dividers */
        section {
            padding: 85px 0 65px 0;
        }

        .section-title {
            font-size: 2.4rem;
            font-weight: 800;
            color: #0f4c75;
            margin-bottom: 0.5rem;
            letter-spacing: .2px;
        }

        .section-subtitle {
            color: #e18503;
            margin-bottom: 2.5rem;
            font-size: 1.16rem;
        }

        .svg-divider {
            display: block;
            margin: -65px 0 0 0;
            width: 100%;
            height: 65px;
        }

        /* Services */
        .services .fa-solid,
        .services .fa-regular {
            font-size: 1.8rem;
            color: #0f4c75;
            background: #eaf4fa;
            border-radius: 50%;
            padding: 20px 0;
            width: 70px;
            height: 70px;
            margin-bottom: 1.2rem;
            transition: box-shadow 0.2s, background 0.2s;
        }

        .service-card {
            border: none;
            border-radius: 17px;
            box-shadow: 0 10px 38px rgba(50, 130, 184, 0.08);
            padding: 2.1rem 1.3rem 1.2rem 1.3rem;
            background: #fff;
            transition: box-shadow 0.3s, transform 0.23s;
        }

        .service-card:hover {
            transform: translateY(-6px) scale(1.03);
            box-shadow: 0 16px 44px rgba(15, 76, 117, .14);
        }

        .service-card:hover .fa-solid,
        .service-card:hover .fa-regular {
            box-shadow: 0 0 0 6px #bbe1fa88;
            background: #d1e9f6;
        }

        /* ForeFlight Pack */
        .foreflight-pack {
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
            color: #fff;
            position: relative;
        }

        .foreflight-pack .section-title {
            color: #fff;
        }

        .pack-card {
            background: rgba(255, 255, 255, 0.09);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.19);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.14);
            overflow: hidden;
        }

        .pack-icon {
            font-size: 2.6rem;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 14px auto;
            color: #fff;
        }

        .price-tag {
            background: #ff9500;
            color: #002240;
            padding: 8px 22px;
            border-radius: 18px;
            font-size: 1.22rem;
            font-weight: 700;
            margin: 9px 0 17px 0;
            display: inline-block;
        }

        .pack-features li {
            margin-bottom: 10px;
        }

        .pack-features li::before {
            content: "✓ ";
            color: #4CAF50;
        }

        .buy-now-btn {
            margin: 14px 0 0 0;
        }

        /* Why Morocco */
        .why-morocco .card {
            border: none;
            border-left: 4px solid #ff9500;
            border-radius: 13px;
            box-shadow: 0 4px 22px rgba(50, 130, 184, 0.09);
            margin-bottom: 1.3rem;
        }

        .why-morocco .fa-solid,
        .why-morocco .fa-regular {
            font-size: 1.6rem;
            color: #fff;
            background: #ff9500;
            border-radius: 50%;
            padding: 13px 0;
            width: 52px;
            height: 52px;
            margin-bottom: .8rem;
        }

        /* About */
        .about-image div {
            width: 160px;
            height: 120px;
            font-size: 3.2rem;
            border-radius: 20px;
            background: linear-gradient(135deg, #3282b8, #0f4c75);
            color: #fff;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 24px rgba(50, 130, 184, 0.16);
        }

        /* Contact */
        .contact {
            background: linear-gradient(135deg, #12233a 0%, rgb(28, 70, 98) 100%);
            color: #fff;
            position: relative;
        }

        .contact .form-control,
        .contact textarea {
            background: rgba(255, 255, 255, 0.09) !important;
            color: #fff !important;
            border: none;
            border-radius: 9px;
        }

        .contact-title {
            color: #ff9500;
        }

        .contact ::placeholder {
            color: rgba(255, 255, 255, 0.82) !important;
        }

        .contact .btn {
            background: linear-gradient(45deg, #ff9500, #ff8e8e);
        }

        .contact .btn:hover {
            filter: brightness(1.06);
        }

        /* Testimonials */
        .testimonials {
            background: #fff;
            padding: 60px 0 40px 0;
        }

        .testimonial-card {
            background: #f8fafd;
            border-radius: 18px;
            box-shadow: 0 4px 18px rgba(50, 130, 184, 0.07);
            padding: 2rem 1.3rem;
            border-left: 4px solid #3282b8;
            font-size: 0.9rem;
            font-style: italic;
            margin-bottom: 1.4rem;
            text-align: justify;
        }

        .testimonial-card .fa-star {
            color: #ffc107;
        }

        /* Footer */
        footer {
            background: #12233a;
            color: #fff;
            padding: 26px 0 8px 0;
            position: relative;
        }

        .footer-social a {
            color: #bbe1fa;
            font-size: 1.4rem;
            margin: 0 7px;
            transition: color 0.2s;
        }

        .footer-social a:hover {
            color: #ff8e8e;
        }

        .back-to-top {
            position: fixed;
            right: 22px;
            bottom: 22px;
            background: #ff9500;
            color: #fff;
            border-radius: 50%;
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 18px rgba(255, 107, 107, 0.21);
            font-size: 1.55rem;
            cursor: pointer;
            z-index: 1031;
            opacity: 0;
            visibility: hidden;
            transition: .22s;
        }

        .back-to-top.show {
            opacity: 1;
            visibility: visible;
        }

        /* Fadein animation */
        .fadein {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s;
        }

        .fadein.visible {
            opacity: 1;
            transform: none;
        }

        @media (max-width: 991px) {
            .about-content {
                flex-direction: column;
            }

            .about-image div {
                margin-bottom: 2rem;
            }
        }

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 1.5rem;
            }

            .section-title {
                font-size: 1.4rem;
            }

            .about-image div {
                width: 90px;
                height: 60px;
            }

            .pack-icon {
                width: 56px;
                height: 56px;
                font-size: 1.7rem;
            }
        }

        .useful-links {
            background: #fff;
        }

        .useful-links .link-card {
            background: #f8f9fa;
            transition: transform .2s, box-shadow .2s;
            color: #0f4c75;
        }

        .useful-links .link-card i {
            color: #3282b8;
        }

        .useful-links .link-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            background: #0f4c75;
            color: #fff;
        }

        .useful-links .link-card:hover i {
            color: #bbe1fa;
        }

        .useful-links .link-card h5 {
            font-weight: 600;
            margin-top: .5rem;
        }

        @media (prefers-reduced-motion: reduce) {

            .useful-links .link-card,
            .useful-links .link-card:hover {
                transition: none;
                transform: none;
            }
        }