.elementor-5852 .elementor-element.elementor-element-97c33a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5852 .elementor-element.elementor-element-200d1ee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3e812fe */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
        }

        .section {
            padding: 14px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-paragraph {
            padding: 40px 20px;
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            font-size: 18px;
            line-height: 1.8;
            color: #666;
        }

        /* Section 1: Services */
        .services-section {
            background: #fff;
            position: relative;
            overflow: hidden;
        }

        .services-header {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
        }

        .services-label {
            font-size: 14px;
            text-transform: uppercase;
            color: #666;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }

        .services-title {
            font-size: 48px;
            font-weight: bold;
            color: #1B3C73;
            margin-bottom: 60px;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            position: relative;
            z-index: 2;
        }

        .service-card {
            text-align: center;
            padding: 30px 20px;
            transition: all 0.3s ease;
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: visible;
        }

        .service-card.highlighted {
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            position: relative;
            overflow: visible;
        }

        .service-card.highlighted::before {
            content: '';
            position: absolute;
            bottom: -30px;
            left: -30px;
            width: 150px;
            height: 150px;
            background: #FF8A56;
            border-radius: 50% 50% 50% 0;
            z-index: -1;
        }

        .service-icon {
            width: 80px;
            height: 80px;
            background: #FFF7E5;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 40px;
        }

        .service-icon img {
            width: 50px;
            height: 50px;
            object-fit: contain;
        }

        .service-title {
            font-size: 24px;
            font-weight: bold;
            color: #1B3C73;
            margin-bottom: 15px;
        }

        .service-description {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
        }

        .decorative-grid {
            position: absolute;
            top: 20px;
            right: 20px;
            display: grid;
            grid-template-columns: repeat(3, 20px);
            gap: 5px;
            opacity: 0.3;
        }

        .grid-item {
            width: 20px;
            height: 20px;
            font-size: 20px;
            color: #ccc;
        }

        .grid-item.red { color: #ff0000; }
        .grid-item.blue { color: #0066ff; }

        /* Call Banner Section */
        .call-banner {
            background: #FF6B35;
            padding: 20px 20px;
            text-align: center;
            width: 100%;
            margin: 0;
            border-radius: 50px;
            border: solid;
            border-color: brown;
        }

        .call-banner-content {
            max-width: 1200px;
            margin: 0 auto;
            color: #fff;
            font-weight: bold;
            font-size: 24px;
            font-family: 'Arial', sans-serif;
            letter-spacing: 0.5px;
        }

        

        @media (max-width: 768px) {
            .call-banner-content {
                font-size: 18px;
            }
        }

        @media (max-width: 480px) {
            .call-banner-content {
                font-size: 16px;
            }
        }

        /* Section 2: Top Destinations */
        .destinations-section {
            background: #fff;
            position: relative;
        }

        .destinations-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .destinations-label {
            font-size: 16px;
            color: #999;
            margin-bottom: 10px;
        }

        .destinations-title {
            font-size: 48px;
            font-weight: bold;
            color: #1B3C73;
        }

        .destinations-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .destination-card {
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .destination-card:hover {
            transform: translateY(-10px);
        }

        .destination-image {
            width: 100%;
            height: 300px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            position: relative;
            overflow: hidden;
        }

        .destination-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .destination-info {
            padding: 25px;
            display: flex;
            flex-direction: column;
        }

        .destination-header-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .destination-name {
            font-size: 24px;
            font-weight: bold;
            color: #1B3C73;
        }

        .destination-price {
            font-size: 24px;
            font-weight: bold;
            color: #1B3C73;
        }

        .destination-trip {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #666;
            font-size: 16px;
        }

        .destination-trip::before {
            content: '✈';
            font-size: 18px;
        }

        .section-button-container {
            text-align: right;
            margin-top: 40px;
            padding: 0px 0px;
            margin-bottom: -10px;
        }
        .section-button-containera {
            text-align: right;
            margin-top: 40px;
            padding: 0px 0px;
            margin-bottom: -10px;
        }
        .hrowline {
    margin-top: 50px;
}

        .section-button {
            display: inline-block;
            padding: 10px 25px;
            background: #1B3C73;
            color: #fff!important;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 8px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .section-button:hover {
            background: #FF6B35;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        /* Section 3: Book Trip Steps */
        .booking-section {
            background: #fff;
            position: relative;
        }

        .booking-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 400px;
            height: 400px;
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
            border-radius: 0 0 0 100%;
            z-index: 0;
        }

        .booking-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .booking-content {
            padding-right: 40px;
        }

        .booking-label {
            font-size: 16px;
            color: #999;
            margin-bottom: 10px;
        }

        .booking-title {
            font-size: 52px;
            font-weight: bold;
            color: #1B3C73;
            margin-bottom: 50px;
            font-family: 'Georgia', serif;
        }

        .steps-list {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .step-item {
            display: flex;
            gap: 20px;
        }

        .step-icon {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 30px;
        }

        .step-icon.yellow { background: #FFD93D; }
        .step-icon.orange { background: #FF8A56; }
        .step-icon.teal { background: #1AA093; }

        .step-content h3 {
            font-size: 24px;
            font-weight: bold;
            color: #1B3C73;
            margin-bottom: 10px;
        }

        .step-content p {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
        }

        .trip-card-container {
            position: relative;
        }

        .trip-card {
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            overflow: hidden;
            position: relative;
        }

        .trip-image {
            width: 100%;
            height: 300px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            
            background-repeat: repeat-x;
        }

        .trip-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .trip-details {
            padding: 25px;
        }

        .trip-title {
            font-size: 28px;
            font-weight: bold;
            color: #1B3C73;
            margin-bottom: 10px;
        }

        .trip-date {
            color: #999;
            font-size: 16px;
            margin-bottom: 20px;
        }

        .trip-icons {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }

        .trip-icon {
            width: 30px;
            height: 30px;
            color: #ccc;
            font-size: 20px;
        }

        .trip-participants {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #999;
            font-size: 16px;
        }

        .trip-heart {
            position: absolute;
            bottom: 25px;
            right: 25px;
            font-size: 24px;
            color: #ccc;
        }

        .progress-card {
            position: absolute;
            bottom: -30px;
            right: -30px;
            background: #fff;
            border-radius: 15px;
            padding: 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.15);
            width: 250px;
            z-index: 10;
        }

        .progress-status {
            color: #999;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .progress-title {
            font-size: 18px;
            font-weight: bold;
            color: #1B3C73;
            margin-bottom: 15px;
        }

        .progress-percent {
            color: #8B5CF6;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .progress-bar {
            width: 100%;
            height: 8px;
            background: #f0f0f0;
            border-radius: 4px;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            width: 70%;
            background: #8B5CF6;
            border-radius: 4px;
        }

        .progress-image {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #ccc;
            position: absolute;
            right: 15px;
            top: 15px;
        }

        /* Section 4: Testimonials */
        .testimonials-section {
            background: #fff;
        }

        .testimonials-container {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 60px;
            align-items: center;
        }

        .testimonials-content h3 {
            font-size: 14px;
            text-transform: uppercase;
            color: #999;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }

        .testimonials-content h2 {
            font-size: 48px;
            font-weight: bold;
            color: #1B3C73;
            margin-bottom: 30px;
            line-height: 1.2;
        }

        .testimonials-dots {
            display: flex;
            gap: 10px;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .dot.active {
            background: #1B3C73;
        }

        .testimonials-carousel-wrapper {
            position: relative;
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .testimonials-carousel {
            flex: 1;
            position: relative;
        }

        .testimonial-slide {
            opacity: 0;
            display: none;
            transition: opacity 0.5s ease-in-out;
            animation: fadeIn 0.5s;
        }

        .testimonial-slide.active {
            opacity: 1;
            display: block;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        .testimonial-card {
            background: #fff;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .testimonial-avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #E0F2FE;
            margin: 0 auto 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 48px;
        }

        .testimonial-text {
            color: #666;
            font-size: 18px;
            line-height: 1.8;
            margin-bottom: 30px;
            text-align: center;
        }

        .testimonial-name {
            font-size: 20px;
            font-weight: bold;
            color: #1B3C73;
            text-align: center;
            margin-bottom: 5px;
        }

        .testimonial-location {
            color: #999;
            text-align: center;
            font-size: 16px;
        }

        .testimonial-nav {
            display: flex;
            flex-direction: column;
            gap: 10px;
            z-index: 10;
        }

        .nav-arrow {
            width: 40px;
            height: 40px;
            border: 2px solid #ddd;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: #666;
            font-size: 20px;
            background: #fff;
        }

        .nav-arrow:hover {
            border-color: #1B3C73;
            color: #1B3C73;
        }

        /* Section 5: Partners/Logos */
        .partners-section {
            background: #fff;
            padding: 60px 20px;
        }

        .partners-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-around;
            align-items: center;
            flex-wrap: wrap;
            gap: 40px;
        }

        .partner-logo {
            font-size: 32px;
            font-weight: bold;
            color: #333;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: opacity 0.3s ease;
        }

        .partner-logo:hover {
            opacity: 0.7;
        }

        .partner-logo.expedia {
            background: #fff;
            padding: 15px 25px;
            border-radius: 10px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }

        .partner-logo .logo-icon {
            font-size: 28px;
        }

        .partner-logo .logo-text {
            font-size: 24px;
        }

        .partner-logo .logo-subtext {
            font-size: 12px;
            color: #999;
            display: block;
        }

        /* Section 6: About Us */
        .about-section {
            background: #F0F4F8;
            position: relative;
            overflow: hidden;
        }

        .about-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .about-content h2 {
            font-size: 48px;
            font-weight: bold;
            color: #000;
            margin-bottom: 30px;
        }

        .about-content p {
            font-size: 18px;
            line-height: 1.8;
            color: #333;
        }

        .about-visual {
            position: relative;
            height: 500px;
        }

        .travel-path {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .travel-path svg {
            width: 100%;
            height: 100%;
        }

        .path-start {
            position: absolute;
            bottom: 50px;
            left: 50px;
            font-size: 40px;
            color: #666;
        }

        .path-airplane {
            position: absolute;
            top: 50px;
            right: 100px;
            font-size: 50px;
            color: #666;
            transform: rotate(45deg);
        }

        /* Section 7: FAQs */
        .faq-section {
            background: #fff;
        }

        .faq-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .faq-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .faq-label {
            font-size: 14px;
            text-transform: uppercase;
            color: #999;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }

        .faq-title {
            font-size: 48px;
            font-weight: bold;
            color: #1B3C73;
        }

        .faq-item {
            background: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 15px;
            margin-bottom: 20px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item.active {
            border-color: #1B3C73;
            box-shadow: 0 5px 20px rgba(27, 60, 115, 0.1);
        }

        .faq-question {
            padding: 25px 30px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 20px;
            font-weight: 600;
            color: #1B3C73;
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: #f8f9fa;
        }

        .faq-icon {
            font-size: 24px;
            color: #1B3C73;
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            padding: 0 30px;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 0 30px 25px 30px;
        }

        .faq-answer p {
            color: #666;
            font-size: 16px;
            line-height: 1.8;
        }

        /* Section 8: Latest Blog */
        .blog-section {
            background: #fff;
        }

        .blog-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .blog-label {
            font-size: 14px;
            text-transform: uppercase;
            color: #999;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }

        .blog-title {
            font-size: 48px;
            font-weight: bold;
            color: #1B3C73;
        }

        .blog-carousel-wrapper {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
        }

        .blog-carousel {
            display: flex;
            overflow: hidden;
            position: relative;
        }

        .blog-slide {
            min-width: 100%;
            display: flex;
            gap: 30px;
            opacity: 0;
            display: none;
            transition: opacity 0.5s ease-in-out;
        }

        .blog-slide.active {
            opacity: 1;
            display: flex;
        }

        .blog-card {
            flex: 1;
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .blog-card:hover {
            transform: translateY(-10px);
        }

        .blog-image {
            width: 100%;
            height: 250px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            position: relative;
            overflow: hidden;
        }

        .blog-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .blog-category-label {
            position: absolute;
            bottom: 15px;
            left: 15px;
            background: #ff0000;
            color: #fff;
            padding: 6px 12px;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 4px;
            z-index: 2;
        }

        .blog-content {
            padding: 25px;
        }

        .blog-meta {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 15px;
            font-size: 14px;
            color: #999;
        }

        .blog-meta-item {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .blog-meta-item .icon {
            font-size: 16px;
        }

        .blog-card-title {
            font-size: 22px;
            font-weight: bold;
            color: #1B3C73;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .blog-excerpt {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .blog-read-more {
            display: inline-block;
            padding: 10px 20px;
            border: 1px solid #333;
            color: #333;
            font-weight: 600;
            text-decoration: none;
            border-radius: 4px;
            transition: all 0.3s ease;
            background: #fff;
        }

        .blog-read-more:hover {
            background: #1B3C73;
            color: #fff;
            border-color: #1B3C73;
        }

        .blog-nav {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 40px;
        }

        .blog-nav-arrow {
            width: 50px;
            height: 50px;
            border: 2px solid #ddd;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: #666;
            font-size: 24px;
            background: #fff;
        }

        .blog-nav-arrow:hover {
            border-color: #1B3C73;
            color: #1B3C73;
            background: #f8f9fa;
        }

        .blog-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 30px;
        }

        .blog-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .blog-dot.active {
            background: #1B3C73;
        }

        /* Responsive Design */
        @media (max-width: 968px) {
            .services-title,
            .destinations-title,
            .booking-title,
            .testimonials-content h2,
            .about-content h2,
            .faq-title,
            .blog-title {
                font-size: 36px;
            }

            .booking-container,
            .testimonials-container,
            .about-container {
                grid-template-columns: 1fr;
            }

            .trip-card-container {
                margin-top: 40px;
            }

            .progress-card {
                position: relative;
                bottom: 0;
                right: 0;
                margin-top: 20px;
            }

            .blog-slide {
                flex-direction: column;
            }
        }

        @media (max-width: 768px) {
            .section {
                padding: 60px 20px;
            }

            .services-grid,
            .destinations-grid {
                grid-template-columns: 1fr;
            }

            .services-title,
            .destinations-title,
            .booking-title,
            .testimonials-content h2,
            .about-content h2,
            .faq-title,
            .blog-title {
                font-size: 28px;
            }

            .faq-question {
                font-size: 18px;
                padding: 20px;
            }
        }/* End custom CSS */