     * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            overflow-x: hidden;
        }

        .navbar {
            background: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            padding: 15px 0;
        }

        .navbar-brand {
            display: flex;
            align-items: center;
            font-weight: 700;
            color: #1e293b;
            text-decoration: none;
        }

        .navbar-brand i {
            color: #0066ff;
            font-size: 30px;
            margin-right: 10px;
        }

        .call-info {
            display: flex;
            align-items: center;
            color: #0066ff;
            font-weight: 600;
            text-decoration: none;
        }

        .call-info i {
            font-size: 24px;
            margin-right: 10px;
        }

        .call-info .call-text {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .call-info .call-label {
            font-size: 0.75rem;
            color: #64748b;
            font-weight: 500;
        }

        .call-info .call-number {
            font-size: 1.1rem;
            font-weight: 700;
            color: #0066ff;
        }

        .hero-section {
			/*
            background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), 
                        url('https://north-east.confirm24hrs.com/img/north-east.png') center/cover no-repeat;
            padding: 80px 0;
            position: relative;
			*/
			/*background: linear-gradient(rgb(255 255 255 / 58%), rgb(255 255 255 / 49%)), url(https://north-east.confirm24hrs.com/img/north-east.png) center / cover no-repeat;
    */
	background:linear-gradient(rgb(255 255 255 / 28%), rgb(26 24 24 / 88%)), url(https://north-east.confirm24hrs.com/img/north-east.png) center / cover no-repeat;
	padding: 80px 0;
    position: relative;

        }

        .hero-content h1 {
            font-size: 3.5rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 10px;
			
        }

        .hero-content h1 .highlight {
            color: yellow;
        }

        .hero-content p {
            font-size: 1.1rem;
            color: #fff;
            margin-bottom: 30px;
        }

        .trust-badge {
            display: inline-flex;
            align-items: center;
            background: #F59E0B;
            padding: 10px 20px;
            border-radius: 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
			color:#fff;
        }

        .trust-badge i {
            color: #fff;
            margin-right: 8px;
        }

        .feature-box {
            background: #fff;
            padding: 20px;
            border-radius: 12px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.06);
            margin-bottom: 20px;
        }

        .feature-box i {
            font-size: 35px;
            margin-bottom: 10px;
        }

        .feature-box.green i { color: #10b981; }
        .feature-box.blue i { color: #0066ff; }
        .feature-box.orange i { color: #f59e0b; }

        .feature-box h6 {
            font-weight: 700;
            color: #1e293b;
            margin: 0;
        }

        .feature-box p {
            font-size: 0.9rem;
            color: #64748b;
            margin: 0;
        }

        .btn-primary-custom {
            background: #0066ff;
            color: #fff;
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            margin-right: 10px;
            transition: all 0.3s;
        }

        .btn-primary-custom:hover {
            background: #0052cc;
            transform: translateY(-2px);
        }

        .btn-outline-custom {
            background: #fff;
            color: #10b981;
            border: 2px solid #10b981;
            padding: 10px 28px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s;
        }

        .btn-outline-custom:hover {
            background: #10b981;
            color: #fff;
        }

        .quote-form {
            background: #fff;
            padding: 30px;
            border-radius: 16px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.12);
        }

        .quote-form h4 {
            font-weight: 700;
            margin-bottom: 8px;
			text-align:center;
        }

        .quote-form p {
            color: #64748b;
            margin-bottom: 25px;
			text-align:center;
        }

        .quote-form input, .quote-form select, .quote-form textarea {
            margin-bottom: 15px;
            padding: 12px;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
        }

        .quote-form textarea {
            resize: vertical;
        }

        .btn-quote {
            background: #10b981;
            color: #fff;
            border: none;
            padding: 12px;
            width: 100%;
            border-radius: 8px;
            font-weight: 600;
            transition: background 0.3s;
        }

        .btn-quote:hover {
            background: #059669;
        }

        .trust-icons {
            display: flex;
            justify-content: space-around;
            padding: 40px 0;
            background: #f8fafc;
        }

        .trust-icon-box {
            text-align: center;
        }

        .trust-icon-box i {
            font-size: 40px;
            margin-bottom: 10px;
        }

        .trust-icon-box.green i { color: #10b981; }
        .trust-icon-box.blue i { color: #0066ff; }
        .trust-icon-box.orange i { color: #f59e0b; }
        .trust-icon-box.purple i { color: #8b5cf6; }

        .trust-icon-box h6 {
            font-weight: 700;
            font-size: 0.95rem;
        }

        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-title small {
            color: #10b981;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .section-title h2 {
            font-weight: 800;
            font-size: 2.5rem;
            color: #1e293b;
            margin-top: 10px;
        }

        .package-card {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            transition: transform 0.3s;
            margin-bottom: 30px;
        }

        .package-card:hover {
            transform: translateY(-8px);
        }

        .package-img {
            height: 250px;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .package-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            padding: 6px 16px;
            border-radius: 20px;
            color: #fff;
            font-weight: 600;
            font-size: 0.85rem;
        }

        .badge-green { background: #10b981; }
        .badge-blue { background: #0066ff; }
        .badge-teal { background: #14b8a6; }

        .package-content {
            padding: 25px;
        }

        .package-content h5 {
            font-weight: 700;
            margin-bottom: 15px;
			color:#195a8c;
        }

        .package-meta {
            display: flex;
            align-items: center;
            color: #64748b;
            font-size: 0.9rem;
            margin-bottom: 8px;
        }

        .package-meta i {
            margin-right: 8px;
        }

        .package-price {
            display: flex;
            justify-content: space-between;
            align-items: center;
			margin-top: 10px;
            padding-top: 10px;
            /*margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #e2e8f0;*/
        }

        .package-price h4 {
            color: #1e293b;
            font-weight: 800;
            margin: 0;
        }

        .package-price span {
            font-size: 0.85rem;
            color: #64748b;
        }

        .btn-get-quote {
            background: #0066ff;
            color: #fff;
            border: none;
            padding: 8px 24px;
            border-radius: 8px;
            font-weight: 600;
        }

        .responsibility-section {
            padding: 80px 0;
            background: #f8fafc;
        }

        .resp-img {
            border-radius: 16px;
            overflow: hidden;
            height: 100%;
        }

        .resp-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .resp-list {
            list-style: none;
            padding: 0;
        }

        .resp-list li {
            display: flex;
            margin-bottom: 25px;
        }

        .resp-list i {
            color: #10b981;
            font-size: 24px;
            margin-right: 15px;
            margin-top: 5px;
        }

        .resp-list h6 {
            font-weight: 700;
            margin-bottom: 5px;
        }

        .resp-list p {
            color: #64748b;
            margin: 0;
        }

        .itinerary-section {
            padding: 80px 0;
            background: #fff;
        }

        .itinerary-timeline {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            position: relative;
            margin-top: 50px;
        }

        .itinerary-timeline::before {
            content: '';
            position: absolute;
            top: 35px;
            left: 10%;
            right: 10%;
            height: 2px;
            background: repeating-linear-gradient(
                to right,
                #cbd5e1 0px,
                #cbd5e1 8px,
                transparent 8px,
                transparent 16px
            );
            z-index: 0;
        }

        .day-box {
            text-align: center;
            flex: 1;
            padding: 0 15px;
            position: relative;
            z-index: 1;
        }

        .day-icon {
            background: #e0f2fe;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            border: 3px solid #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .day-icon i {
            font-size: 28px;
            color: #0066ff;
        }

        .day-box h6 {
            font-weight: 700;
            margin-bottom: 8px;
            font-size: 0.9rem;
            color: #0066ff;
        }

        .day-box h5 {
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 8px;
            font-size: 1.1rem;
        }

        .day-box p {
            font-size: 0.85rem;
            color: #64748b;
            line-height: 1.4;
        }

        .testimonials-section {
            padding: 80px 0;
            background: #f8fafc;
        }

        .testimonial-slider {
            position: relative;
            padding: 0 50px;
        }

        .testimonial-card {
            background: #fff;
            padding: 30px;
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            height: auto;
        }

        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .testimonial-img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            margin-right: 15px;
            background: #e0f2fe;
        }

        .testimonial-info h6 {
            font-weight: 700;
            margin: 0;
        }

        .stars {
            color: #fbbf24;
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: #0066ff;
            width: 45px;
            height: 45px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: 20px;
        }

        .swiper-pagination-bullet {
            background: #0066ff;
            opacity: 0.3;
        }

        .swiper-pagination-bullet-active {
            opacity: 1;
        }

        .cta-section {
            background: linear-gradient(135deg, #0066ff 0%, #10b981 100%);
            padding: 30px 0;
            color: #fff;
        }

        .cta-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .cta-text h2 {
            font-weight: 800;
            margin: 0 0 5px 0;
            font-size: 2rem;
        }

        .cta-text p {
            margin: 0;
            font-size: 1rem;
        }

        .cta-buttons {
            display: flex;
            gap: 15px;
            flex-shrink: 0;
        }

        .btn-cta-white {
            background: #fff;
            color: #0066ff;
            border: none;
            padding: 12px 35px;
            border-radius: 8px;
            font-weight: 600;
            white-space: nowrap;
        }

        .btn-cta-whatsapp {
            background: #25d366;
            color: #fff;
            border: none;
            padding: 12px 35px;
            border-radius: 8px;
            font-weight: 600;
            white-space: nowrap;
			text-decoration: none;
    font-size: 17px;
        }

        .faq-section {
            padding: 80px 0;
        }

        .faq-layout {
            display: flex;
            gap: 40px;
        }

        .faq-left {
            flex: 0 0 350px;
        }

        .faq-left h3 {
            font-weight: 800;
            font-size: 2rem;
            color: #1e293b;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .faq-left p {
            color: #64748b;
            margin-bottom: 0;
        }

        .faq-right {
            flex: 1;
        }

        .accordion-button {
            font-weight: 600;
        }

        footer {
            background: #0f172a;
            color: #cbd5e1;
            padding: 60px 0 30px;
        }

        .footer-brand {
            font-weight: 700;
            font-size: 1.2rem;
            color: #fff;
            margin-bottom: 15px;
        }

        .footer-links h6 {
            color: #fff;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .footer-links a {
            color: #cbd5e1;
            text-decoration: none;
           /* display: block; */
            margin-bottom: 10px;
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: #0066ff;
        }

        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: #1e293b;
            color: #fff;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
            margin-right: 10px;
            transition: background 0.3s;
        }

        .social-icons a:hover {
            background: #0066ff;
        }

        .whatsapp-float {
            position: fixed;
            bottom: 100px;
            right: 30px;
            width: 60px;
            height: 60px;
            background: #25d366;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 60px;
            font-size: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            z-index: 1000;
        }

        .chat-float {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            background: #0066ff;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 60px;
            font-size: 28px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            z-index: 1000;
        }

        @media (max-width: 992px) {
            .cta-content {
                flex-direction: column;
                text-align: center;
                gap: 20px;
            }

            .cta-text h2 {
                font-size: 1.5rem;
            }

            .cta-buttons {
                flex-direction: column;
                width: 100%;
            }

            .btn-cta-white, .btn-cta-whatsapp {
                width: 100%;
            }

            .faq-layout {
                flex-direction: column;
                gap: 30px;
            }

            .faq-left {
                flex: 1;
            }

            .testimonial-slider {
                padding: 0 20px;
            }
        }

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

            .itinerary-timeline {
                flex-direction: column;
            }

            .itinerary-timeline::before {
                display: none;
            }

            .day-box {
                margin-bottom: 40px;
            }

            .call-info .call-text {
                align-items: flex-start;
            }

            .trust-icons {
                flex-wrap: wrap;
            }

            .trust-icon-box {
                width: 50%;
                margin-bottom: 20px;
            }

            .testimonial-slider {
                padding: 0 10px;
            }

            .swiper-button-next,
            .swiper-button-prev {
                width: 35px;
                height: 35px;
            }

            .swiper-button-next:after,
            .swiper-button-prev:after {
                font-size: 16px;
            }
        }
   
   /* add new css code */
   .navbar-brand img {
    height: 40px;      /* change as needed */
    width: auto;       /* keeps aspect ratio */
}
ul.itnry {
    border-top: 1px solid #99999978;
    border-bottom: 1px solid #99999978;
    margin-bottom: 10px;
    margin-top: 5px;
}
.itnry {
    padding: 0px 0px;
    margin: 0;
    list-style-type: none;
}
.itnry li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    width: 22%;
    text-align: center;
    font-size: 13px;
    color: #0f4174;
}
.itnry li figure {
    padding: 0px;
    margin: 0px;
}
.itnry li p {
    padding: 0px;
    margin: 0px;
}
.itnry figure img {
    width: 50px;
    height: auto;
}
.footer ul {
    list-style: none;
    padding: 0;
}
.footer ul li {
    margin-bottom: 12px;
}
.footer ul li i {
    margin-right: 10px;
    color: #0066ff;
    width: 20px;
}
.footer ul li a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.95rem;
}