@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

:root{
    --primarycolor:#0037ac;
}
h1,h2,h3,h4,h5,h6{
      font-family: "DM Serif Display", serif;
      
      
    }
      .modern-time span{
        font-size: 22px;
    color: #111;
    display: block;
    font-weight: 600;
    }
    .arrow_design_all .bi{
         
                    font-size: 20px;
        color: #000;
        
    }  
    .destination-meta a{
    font-family: "DM Serif Display", serif;
}
 /* Desktop Tabs */
        .custom-tour-tabs {
            border: none;
            background: #0037ac;
            padding: 10px;
            border-radius: 8px;
            gap: 10px;
        }

        .custom-tour-tabs .nav-link {
            border: none;
            background: transparent;
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            padding: 5px 18px;
            border-radius: 6px;
            transition: 0.3s;
        }

        .custom-tour-tabs .nav-link:hover {
            background: #ffffff;
            color: #0037ac;
        }

        .custom-tour-tabs .nav-link.active {
            background: #ffffff;
            color: #0037ac;
            font-weight: 600;
        }

        /* Mobile Select */
        .custom-tour-select {
            height: 50px;
            border: 2px solid #0037ac;
            border-radius: 8px;
            color: #0037ac;
            font-weight: 600;
            box-shadow: none;
        }

        .custom-tour-select:focus {
            border-color: #0037ac;
            box-shadow: none;
        }

        /* Tab Content */
        .tab-content {
            padding-top: 10px;
        }
/* =========================
   CKEditor Content Styling
========================= */

.texteditorcontent {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #222;
    line-height: 1.8;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* =========================
   Heading Styles
========================= */

.texteditorcontent h1,
.texteditorcontent h2,
.texteditorcontent h3,
.texteditorcontent h4,
.texteditorcontent h5,
.texteditorcontent h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 28px;
    margin: 10px 0px;
    color: #111;
}

/* Desktop Sizes */

.texteditorcontent h1 {
    font-size: 48px;
}

.texteditorcontent h2 {
    font-size: 40px;
    font-weight: 600;
}

.texteditorcontent h3 {
    font-size: 20px;
    font-weight: 600;
}

.texteditorcontent h4 {
    font-size: 18px;
    font-weight: 600;
}

.texteditorcontent h5 {
    font-size: 16px;
    font-weight: 600;
}

.texteditorcontent h6 {
    font-size: 14px;
    font-weight: 600;
}

/* =========================
   Paragraph & Span
========================= */

.texteditorcontent p,
.texteditorcontent span {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 18px;
    color: #444;
}

/* =========================
   Lists
========================= */

.texteditorcontent ul,
.texteditorcontent ol {
    padding-left: 15px;
    margin-bottom: 20px;
}

.texteditorcontent li {
    font-size: 17px;
    color: #444;
}

/* =========================
   Links
========================= */

.texteditorcontent a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.texteditorcontent a:hover {
    color: #084298;
    text-decoration: underline;
}

/* =========================
   Button
========================= */

.texteditorcontent button {
    padding: 12px 22px;
    background: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.texteditorcontent button:hover {
    background: #084298;
}

/* =========================
   Bold Text
========================= */

.texteditorcontent b,
.texteditorcontent strong {
    font-weight: 700;
    color: #000;
}

/* =========================
   Images
========================= */

.texteditorcontent img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

/* =========================
   Tables
========================= */

.texteditorcontent table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    overflow-x: auto;
}

.texteditorcontent table th,
.texteditorcontent table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.texteditorcontent table th {
    background: #f5f5f5;
    font-weight: 600;
}

/* =========================
   Mobile Responsive
========================= */

@media (max-width: 768px) {

    .texteditorcontent {
        line-height: 1.7;
    }

    .texteditorcontent h1 {
        font-size: 34px;
    }

    .texteditorcontent h2 {
        font-size: 30px;
    }

    .texteditorcontent h3 {
        font-size: 26px;
    }

    .texteditorcontent h4 {
        font-size: 22px;
    }

    .texteditorcontent h5 {
        font-size: 20px;
    }

    .texteditorcontent h6 {
        font-size: 18px;
    }

    .texteditorcontent p,
    .texteditorcontent span,
    .texteditorcontent li {
        font-size: 15px;
    }

    .texteditorcontent button {
        width: 100%;
        font-size: 15px;
    }

    .texteditorcontent table {
        display: block;
        overflow-x: auto;
    }
}

/* =========================
   Small Mobile Devices
========================= */

@media (max-width: 480px) {

    .texteditorcontent h1 {
        font-size: 30px;
    }

    .texteditorcontent h2 {
        font-size: 26px;
    }

    .texteditorcontent h3 {
        font-size: 22px;
    }

    .texteditorcontent h4 {
        font-size: 20px;
    }

    .texteditorcontent h5 {
        font-size: 18px;
    }

    .texteditorcontent h6 {
        font-size: 16px;
    }

    .texteditorcontent p,
    .texteditorcontent span,
    .texteditorcontent li {
        font-size: 14px;
    }
}
/* ckeditor  */
.icon_anchor{
        width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;

}
.icon_anchor img{
    width: 100% ;
    height: 100%;
}
#destination-list .destination-item{
height: auto;
}

.time-box strong{
    color: #0037ac;
}
.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* spacing between bullets */
    margin-top: 15px;
}

/* Default bullet */
.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #cfcfcf;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Active bullet */
.swiper-pagination-bullet-active {
    width: 30px;              /* width increase (pill shape) */
    border-radius: 20px;
    background: linear-gradient(135deg, #00aaff, #0077ff);
    box-shadow: 0 4px 12px rgba(0, 119, 255, 0.3);
}
.container{
    max-width:1360px;
    margin: auto;
}
.enquiryformall{
    margin-bottom: 20px;
    form{
        width: 100%;
        .quote-form{
            width: 100%;
            
            max-width: none;
        }
    }
}
.all_same_design.tour-details-box{
           margin: 30px 0px;
    border: 1px solid #0000003f;
    padding: 15px;
    border-radius: 5px;
    box-shadow:none;
}
.gap_deisgn{
       margin: 30px 0px;
    padding: 15px;
    border-radius: 5px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 22%);

}
.gap_deisgn .row{
    row-gap: 10px;
}
.gap_deisgn .title_design{
     font-weight: 500;
    font-size: 29px;
    line-height: 40px;
    color: #0292d9;
}
.listing-card-thumb{
    a img.card-border{
        height: 180px;
        object-fit: fill;
    }
}
.tour-sidebar {
    border: 1px solid #f1f1f1;
    transition: 0.3s;
}

.tour-sidebar:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.tour-info-list .icon {
    width: 45px;
    height: 45px;
    background: #f5f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: var(--primarycolor);
}
.text-custum{
    color: var(--primarycolor);
}

.tour-info-list .label {
    font-size: 13px;
    color: #777;
    display: block;
}

.tour-info-list h6 {
    font-size: 15px;
    font-weight: 600;
}

.btn-primary {
    background: var(--primarycolor);
    border: none;
    transition: 0.3s;
}

/* activeies   */
.booking-card {
    background: #eeeeee;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.title {
    font-size: 22px;
    font-weight: 600;
}

.subtitle {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.booking-tabs .nav-link {
    border-radius: 30px;
    padding: 8px 20px;
    margin-right: 10px;
    background: #f1f1f1;
    color: #333;
}

.booking-tabs .nav-link.active {
    background: #1241ad;
    color: #fff;
}
.contentactivitesdetails{
    h2{
               font-size: 25px;
        font-weight: 600;
        color: #000;
    }
}
.tour-details-box {
      padding: 0px;
    border-radius: 12px;
    margin: 20px 0px;
    ul{
        li{
            margin-bottom: 10px;
            i{
                color: var(--primarycolor);
            }
        }
    }
}

.section-title h3 {
      font-weight: 600;
    margin: 10px 0px 0px;
}

.section-title .line {
    width: 50px;
    height: 3px;
    background: var(--primarycolor);
    display: inline-block;
}

/* Attractions */
.attraction-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border-radius: 10px;
    background: #f8f9fa;
    transition: 0.3s;
}

.attraction-item i {
    color: var(--primarycolor);
    font-size: 18px;
}


/* Activities */
.activity-card {
    padding: 0px;
    border-radius: 12px;
    background: #f8f9fa;
    transition: 0.3s;
    height: 100%;
}
.activity-card p{
    margin-bottom: 0px;
}
.activity-card i {
    font-size: 25px;
    color: var(--primarycolor);
    margin-bottom: 10px;
}

.activity-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
}


.liststylenew {
    h4{
         font-size: 20px;
    font-weight: 600; 
    margin-bottom: 15px;  
    }
    li{
        margin-bottom: 10px;
    }
}
.form-control, input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.guest-box {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
}

.guest-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.counter button {
    background: #1241ad;
    color: #fff;
    border: none;
    padding: 5px 10px;
}

.counter input {
        width: 40px;
    text-align: center;
    height: 40px;   
}

.extras h6 {
    margin-bottom: 10px;
}

.extra-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.price-box {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-book {
    width: 100%;
    background: #1241ad;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
}
.extra-item input[type="checkbox"]{
    width: fit-content;
}
/* activeies   */
/* detail page  */

        /* Owl Carousel Custom Overrides */
        .tour-gallery {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            background: #f8f9fa;
            padding: 0;
        }
        .owl-main-carousel .item img {
            width: 100%;
            height: 420px;
            object-fit: cover;
            border-radius: 20px;
            display: block;
        }
        .owl-thumb-carousel {
            margin-top: 20px;
        }
        .owl-thumb-carousel .thumb-item {
            cursor: pointer;
            transition: all 0.25s ease;
            border-radius: 16px;
            overflow: hidden;
            opacity: 0.7;
            border: 3px solid transparent;
            margin: 0 5px;
        }
        .owl-thumb-carousel .thumb-item.active-thumb {
            opacity: 1;
            border-color: var(--primarycolor);
            transform: scale(1.02);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }
        .owl-thumb-carousel .thumb-item:hover {
            opacity: 1;
        }
        .owl-thumb-carousel .thumb-item img {
            width: 100%;
            height: 90px;
            object-fit: cover;
            border-radius: 14px;
            display: block;
        }
        /* Navigation arrows for main carousel */
        .owl-main-carousel .owl-nav button.owl-prev,
        .owl-main-carousel .owl-nav button.owl-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.6) !important;
            color: white !important;
            width: 44px;
            height: 44px;
            border-radius: 50% !important;
            font-size: 22px !important;
            transition: 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .owl-main-carousel .owl-nav button.owl-prev {
            left: 15px;
        }
        .owl-main-carousel .owl-nav button.owl-next {
            right: 15px;
        }
        .owl-main-carousel .owl-nav button.owl-prev:hover,
        .owl-main-carousel .owl-nav button.owl-next:hover {
            background: rgba(0,0,0,0.9) !important;
            transform: translateY(-50%) scale(1.08);
        }
        .owl-main-carousel .owl-dots {
            position: absolute;
            bottom: 20px;
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 8px;
        }
        .owl-main-carousel .owl-dot span {
            background: rgba(255,255,255,0.6);
            width: 10px;
            height: 10px;
            margin: 0;
            transition: 0.2s;
        }
        .owl-main-carousel .owl-dot.active span {
            background: var(--primarycolor);
            transform: scale(1.2);
        }

        /* Tour content styling */
        .tour-content {
            padding-left: 20px;
        }
        .tour-content .tag {
            display: inline-block;
            background: var(--primarycolor)20;
            color: var(--primarycolor);
            font-weight: 600;
            padding: 6px 14px;
            border-radius: 40px;
            font-size: 14px;
            margin-bottom: 15px;
        }
        .tour-content h2 {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #1a2a3a;
        }
        .tour-content p {
            margin-bottom: 18px;
            color: #4a5568;
            line-height: 1.6;
        }
        .tour-highlights {
            list-style: none;
            margin-top: 15px;
        }
        .tour-highlights li {
            padding: 8px 0 8px 28px;
            position: relative;
            font-weight: 500;
        }
        .tour-highlights li:before {
            content: "✓";
            color: var(--primarycolor);
            font-weight: bold;
            position: absolute;
            left: 0;
            font-size: 18px;
        }
        .section-title {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 12px;
        }
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 70px;
            height: 3px;
            background: var(--primarycolor);
            border-radius: 3px;
        }
        /* Grid & Cards */
        .grid-box {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 28px;
            margin-top: 20px;
        }
        .grid-item {
            background: #ffffff;
            padding: 24px 18px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            border: 1px solid #edf2f7;
            text-align: center;
        }
        .grid-item:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 30px -12px rgba(0,0,0,0.1);
        }
        .grid-item h5 {
            font-size: 22px;
            color: var(--primarycolor);
            margin-bottom: 12px;
        }
        .experience-card {
            background: #fef9f7;
            padding: 20px 24px;
            margin-bottom: 20px;
            border-radius: 18px;
            transition: 0.25s;
            border-left: 5px solid var(--primarycolor);
        }
        .experience-card:hover {
            background: #ffffff;
            box-shadow: 0 12px 24px rgba(0,0,0,0.08);
            transform: translateX(6px);
        }
        .experience-card h5 {
            font-size: 22px;
            margin-bottom: 10px;
            color: #1e293b;
        }
        .experience-card span {
            display: inline-block;
            margin-top: 12px;
            font-weight: 800;
            background: var(--primarycolor)10;
            padding: 6px 14px;
            border-radius: 40px;
            color: var(--primarycolor);
            font-size: 18px;
        }
        .info-card {
            padding: 28px;
            border-radius: 24px;
            height: 100%;
        }
        .info-card.include {
            background: linear-gradient(145deg, #e6f7ec, #d4f0dc);
            border-left: 6px solid #2ecc71;
        }
        .info-card.exclude {
            background: linear-gradient(145deg, #ffe9e9, #ffe0e0);
            border-left: 6px solid #e74c3c;
        }
        .info-card ul {
            list-style: none;
            padding-left: 0;
        }
        .info-card ul li {
            padding: 8px 0 8px 30px;
            position: relative;
        }
        .info-card.include ul li:before {
            content: "✔";
            color: #2ecc71;
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        .info-card.exclude ul li:before {
            content: "✖";
            color: #e74c3c;
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        .tips-list {
            list-style: none;
        }
        .tips-list li {
            padding: 10px 0 10px 38px;
            position: relative;
            font-size: 16px;
        }
        .tips-list li:before {
            content: "💡";
            position: absolute;
            left: 0;
            font-size: 20px;
        }
        .cta-box {
            background: linear-gradient(125deg, #ff8a5c, #ff4d6d);
            padding: 48px 30px;
            border-radius: 32px;
            text-align: center;
            color: white;
        }
        .cta-box h3 {
            font-size: 34px;
            font-weight: 800;
            margin-bottom: 15px;
        }
        .btn-main {
            display: inline-block;
            background: white;
            color: #ff4d6d;
            padding: 14px 36px;
            border-radius: 60px;
            font-weight: 700;
            text-decoration: none;
            transition: 0.2s;
            box-shadow: 0 5px 12px rgba(0,0,0,0.1);
        }
        .btn-main:hover {
            background: #fff0f0;
            transform: scale(1.04);
            color: #d93856;
        }
        @media (max-width: 768px) {
            .tour-content { padding-left: 0; margin-top: 30px; }
            .owl-main-carousel .item img { height: 280px; }
            .owl-thumb-carousel .thumb-item img { height: 65px; }
            .section-title { font-size: 26px; }
            .cta-box h3 { font-size: 26px; }
        }
        .keypoints-title{
                font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
        }
 
.tour-details-title {
    font-size: 24px;
    font-weight: 600;
}

.tour-list {
    list-style: none;
    padding: 0;
}

.tour-list li {
    margin-bottom: 10px;
    font-size: 15px;
}

.tour-list i {
    color: #ff5a5f;
    margin-right: 8px;
}

.tour-sidebar {
    background: #fff;
}
        .keypoints-grid{
            display: flex;
    flex-wrap: wrap;
    gap: 10px;
            .keypoint-item{
                width: 49%;
            }
        }
/* detail page  */

/* Margin utility */
.mt-10 {
    margin-top: 10px;
}

.mt-60 {
    margin-top: 60px;
}

/* Experience Cards */
.experience-card {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.experience-card:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.experience-card h5 {
    color: var(--primarycolor);
    margin-bottom: 10px;
}

.experience-card span {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    color: #2c3e50;
    font-size: 18px;
}

/* Info Cards */
.info-card {
    padding: 25px;
    border-radius: 10px;
    height: 100%;
}

.info-card.include {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-left: 5px solid #4caf50;
}

.info-card.exclude {
    background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
    border-left: 5px solid #f44336;
}

.info-card h4 {
    margin-bottom: 15px;
}

.info-card ul {
    list-style: none;
    padding-left: 0;
}

.info-card ul li {
    padding: 5px 0;
    padding-left: 25px;
    position: relative;
}

.info-card.include ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4caf50;
    font-weight: bold;
}

.info-card.exclude ul li:before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #f44336;
    font-weight: bold;
}

/* Tips List */
.tips-list {
    list-style: none;
    padding-left: 0;
}

.tips-list li {
    padding: 8px 0;
    padding-left: 30px;
    position: relative;
}

.tips-list li:before {
    content: "💡";
    position: absolute;
    left: 0;
}

/* Grid Box */
.grid-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.grid-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.grid-item h5 {
    color: var(--primarycolor);
    margin-bottom: 10px;
}

/* CTA Box */
.cta-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 50px;
    border-radius: 15px;
    color: white;
}

.cta-box h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

.cta-box p {
    font-size: 18px;
    margin-bottom: 25px;
}

.btn-main {
    display: inline-block;
    padding: 12px 30px;
    background: var(--primarycolor);
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-main:hover {
    background: #ff4757;
    transform: scale(1.05);
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .main-slider .item img {
        height: 250px;
    }
    
    .thumb-slider .item img {
        height: 60px;
    }
    
    .cta-box {
        padding: 30px 20px;
    }
    
    .cta-box h3 {
        font-size: 24px;
    }
    
    .grid-box {
        grid-template-columns: 1fr;
    }
}

/* Section Title */
.section-title {
    font-size: 28px;
    margin-bottom: 10px;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primarycolor);
}
.hero-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}
.height_500{
    height: 548px;
    img{
        height: 100%;
    }
}
.playbutton{
    img{
        width: 20px;
        height: 20px;
    }
}
.height_295{
    height: 295px;
    img{
        height: 100%;
    }
}
.height_238{
    height: 238px;
    img{
        height: 100%;
    }
}
/* Background */
.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.9) 40%, rgba(0,0,0,0.4) 100%);
    z-index: -1;
}

/* LEFT CONTENT */
.hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    color: #0a1f44;
}

.hero-content h1 span {
    color: #1a5cff;
}

.hero-subtitle {
    color: #1a5cff;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}

.hero-content p {
    margin: 20px 0;
    color: #555;
}

.hero-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.hero-features li {
    margin-bottom: 8px;
    color: #333;
}

.hero-features i {
    color: #1a5cff;
    margin-right: 8px;
}

/* BUTTON */
.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1a5cff;
    color: #fff;
    padding: 12px 22px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.hero-btn:hover {
    background: #0d3edb;
}

/* FORM */
.quote-box {
    background: linear-gradient(135deg, #0b3d91, #0a2e6e);
    padding: 30px;
    border-radius: 20px;
    color: #fff;
}

.quote-box h3 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border-radius: 10px;
    border: none;
    background: #f1f1f1;
}

.form-row {
    display: flex;
    gap: 10px;
}

.textarea textarea {
    height: 100px;
}

/* SUBMIT BUTTON */
.submit-btn {
    width: 100%;
    background: linear-gradient(90deg, #ffc107, #ff9800);
    border: none;
    padding: 14px;
    border-radius: 30px;
    font-weight: 600;
}
.quote-form {
    background: linear-gradient(135deg, #0b3d91, #0a2e6e);
    padding: 20px 15px;
    border-radius: 20px;
    max-width: 420px;
}

/* input wrapper */
.form-group {
    position: relative;
    margin-bottom: 10px;
}

.form-group i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 16px;
}

/* input fields */
.form-group input,
.form-group textarea {
     width: 100%;
    padding: 12px 15px 12px 45px;
    border-radius: 10px;
    border: none;
    background: #f1f1f1;
    font-size: 14px;
    outline: none;
    height: 50px;
}

/* textarea */
.form-group.textarea textarea {
    height: 100px;
    resize: none;
}

/* date row */
.form-row {
    display: flex;
    gap: 10px;
}

/* button */
.quote-btn {
    width: 100%;
    background: linear-gradient(90deg, #ffc107, #ff9800);
    border: none;
    padding: 14px;
    border-radius: 30px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.quote-btn .arrow {
    display: flex;
    transition: 0.3s;
}

.quote-btn:hover .arrow {
    transform: translateX(5px);
}

.quote-btn:hover {
    background: linear-gradient(90deg, #ff9800, #ffc107);
}
.enquriybutton{
    button.btn-header{
        background: var(--primarycolor);
                border-radius: 5px !important;
    }
}
.hero-title-box{
 p.hero-para{
         color: #fff;
    }
}
.homesectionpage {
    max-width: 750px;
    text-align: center;
}


.hero-features{
   display: flex;
    flex-wrap: wrap;
    gap:5px ;
    .bi{
        color: #fff;
    }
    li{
        color: #fff;
        font-weight: 500;
        width: 49%;
    }
}
 .homepage_title{
       font-size: 65px;
    font-weight: 600;
    span{
        display: block;
        color: #ffffff00;
        -webkit-text-stroke: 1px #ffffff;

    }
   
    .hero-features li{
        color: var(--primarycolor);
}
 }
/* custum arrow  */
.custum_arrow .owl-nav button {
    width: 40px;
    height: 40px;
    background: #000 !important;
    color: #fff !important;
    border-radius: 50%;
    margin: 5px;
    transition: 0.3s;
}

.custum_arrow .owl-nav button i {
    font-size: 18px;
}

.custum_arrow .owl-nav button:hover {
    background: #ff5a5f !important;
}
.custom-nav{
    .next-btn,
    .prev-btn{
        background: var(--primarycolor);
               height: 40px;
        width: 40px;
        border-radius: 5px;
        font-size: 13.6px;
        .bi{
            color: #fff;
        }
    }
}
/* custum arrow  */

.sectionpadding{
    padding: 50px 0px;
}
.logo{
    width: 115px;
    img{
        width: 100%;
    }
}

.quote-form__title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 25px;
    position: relative;
    &:before{
               content: '';
        position: absolute;
        width: 100px;
        height: 3px;
        background: #ff9d01;
        left: 50%;
        bottom: -25%;
        transform: translate(-50%, -50%);
    }
}

/* Grid */
.quote-form__grid {
      display: flex;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: initial;   
}

/* Group */
.quote-form__group {
  width: 100%;
}

.quote-form__group--half {
  grid-column: span 1;
}

.quote-form__group--full {
  grid-column: span 1;
}

/* Input */
.quote-form__input,
.quote-form__textarea {
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #f8f9fa;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Focus */
.quote-form__input:focus,
.quote-form__textarea:focus {
  border-color: #1241ad;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(5,100,100,0.1);
}

/* Textarea */
.quote-form__textarea {
  min-height: 100px;
  resize: none;
}

/* Button */
.quote-form__btn {
  width: 100%;
  padding: 12px;
  background: var(--primarycolor);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
}

.quote-form__btn:hover {
  background: #043f3f;
  transform: translateY(-2px);
}

.yearsofexperiencetext{
        display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    h3{
         text-align: center;
        font-weight: 400;
        transform: rotate(180deg);
        writing-mode: vertical-lr;
        color: #6c757d;
        text-transform: uppercase;
        text-wrap: nowrap;
        letter-spacing: 2.16px;
        font-size: 20px;
    }
}
.image_about{
     width: 90%;
    margin-left: auto;
    border-radius: 15px;
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
    }
}

.about_content{
    .sub-title{
            font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    &:before{
                  content: '';
            position: absolute;
            left: 0px;
            width: 15px;
            height: 2px;
            background: var(--primarycolor);
            bottom: 11px;
    }
    }
    h3{
            font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 25px;
    }
    h2{
            font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;    

    }
}
.strength-list{
        flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}
.strength-item{
         display: flex;
    gap: 10px;
    width: 49%;
    align-items: center;
    font-weight: 600;
    .strength-title,
    .strength-icon{
            font-size: 17px;
        display: flex;
        margin: 11px 0px;
        align-items: center;
    }

}
.grid_counter{
    background: var(--primarycolor);
width: 100%;
    border-radius: 72px;
    .icon_all{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    i{
        color: var(--primarycolor);
    }
}
}
.highlights {
    gap: 10px;
}
/* Highlight boxes */
.highlight-box {
        padding: 3px 8px;
    border-radius: 23px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    cursor: pointer;
}   

.highlight-box i {
    font-size: 22px;
    color: #000;
}

.highlight-box h3 {
      margin: 5px 0 0px;
    color: #fff;
    text-align: left;
    padding-left: 0px;
    letter-spacing: 0px;
    font-size: 24px;
    font-weight: 500;
}

.highlight-box p {
    font-size: 11px;
    margin: 0;
    color: #fff;
    
    text-align: left;
}

 .paddingall{
        padding:10px
    }
 
.Premium_Luxury{
    h2.title{
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .book-btn{
        border-radius: 25px;
    }
    
    .typecrusize{
        color: #000;
        font-weight: 600;
    }
    .book-btn:hover{
        background: #007bff;
    }
   
    .ferry-card{
        overflow: hidden;
        border: 1px solid #ccc;
        .ferryheader{
                      padding: 13px;
            background: #003ac7;
            display: flex;
            align-items: center;
            gap: 10px;

        }
        h5{
                             font-size: 18px;
            font-weight: 500;
            margin-bottom: 0px;
            color: #fff;
            font-family: "Poppins", sans-serif;

        }
    }
    .tour-details-box {
    margin: 0px 0px 30px;
    .section-title{
        margin-bottom: 38px;
    }
}
}
/* Image */
.image_about img {
    width: 100%;
    border-radius: 15px;
}

/* footer  */
.footer-area{
    background: url('../img/hero/hero-4.jpg');
        padding: 90px 0px;
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 1;
    &:before{
               content: '';
        position: absolute;
        left: 0px;
        height: 100%;
        width: 100%;
        background: #000000b3;
        top: 0px;
        z-index: -1;
    }
}

@media(max-width:768px){
    .homepage_title {
    font-size: 33px;
 }
 p.hero-para {
    font-size: 13px;
}
li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0px;
}
.hero-top-shadow {
    display: none;
}
.strength-item {
    width: 100%;
}
    .icon_all {
        width: 40px;
        height: 40px;
    }
    .highlight-box h3 {
    font-size: 20px;
}
.highlight-box p {
    font-size: 9px;
 }
 .footer-widget{
    margin-top: 10px;
 }
 .location-section-title {
    h2{
        font-size: 24px;
    }
 }
 .yearsofexperiencetext {

 h3 {
    font-size: 10px;
}
}
.about_content {
    h2 {
        font-size: 28px;
    }
}
 .destination-section-title {
    &.mb-40{
        margin-bottom: 20px;
    }
     h2 {
        font-size: 24px;
    }
     p{
        font-size: 14px;
    }
}
.sectionpadding {
    padding: 30px 0px 30px;
}
    .highlights {
    flex-wrap: wrap;
    justify-content: center;
}
    .grid_counter {
    width: 48%;
}
.destination-item{
      margin-top: 10px;
    }
    .chose-content{
        margin-top: 20px;
    }
    .chose-section-title h2{
        font-size: 20px;
    }
    .section-subtitle {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--theme-primary);
}

}




/* ================================= */
 /* NEW DESIGN CLASSES */
    .modern-ferry-card{
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transition: all 0.35s ease;
        border: 1px solid #f1f1f1;
        position: relative;
        height: 100%;
    }

   

    .modern-ferry-header{
        background: linear-gradient(135deg, #0d6efd, #4f8cff);
        padding: 18px;
        color: #fff;
        position: relative;
    }

    .modern-ferry-header h5{
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
    }

    .modern-ferry-badge{
        position: absolute;
        right: 15px;
        top: 15px;
        background: rgba(255,255,255,0.2);
        backdrop-filter: blur(5px);
        padding: 6px 12px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 600;
    }

    .modern-ferry-body{
        padding: 8px;
    }

    .modern-route-box{
        background: #f8fbff;
        border-radius: 16px;
        padding: 18px;
        margin-bottom: 18px;
    }

    .modern-time span{
        font-size: 22px;
    color: #111;
    display: block;
    font-weight: 600;
    }
  

    .modern-time p{
        margin: 0;
        color: #777;
        font-size: 14px;
    }

    .modern-arrow{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #0d6efd;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        box-shadow: 0 8px 20px rgba(13,110,253,0.25);
    }

    .modern-price-box{
        display: flex;
        gap: 12px;
        margin-top: 20px;
    }

    .modern-price-item{
      flex: 1;
    background: #eff5fd;
    padding: 14px;
    border-radius: 5px;
    text-align: center;
}
.all_price-title{
    color: #000;
    font-family: 'poppins';
    font-size: 18px;
}
.allprice-amount{
    color: #0045f3;
    font-size: 25px;
}
.modern-price-item .title_class{
    width: max-content;
    margin: auto;
    color: #0045f3;
    background-color: #e2edfc;
    font-size: 10px;
    padding: 2px 10px;
    line-height: 1.3;
}

    .modern-price-item span{
        display: block;
        color: #777;
        font-size: 13px;
        margin-bottom: 4px;
        background: ;
    }

    .modern-price-item strong{
        color: #111;
        font-size: 20px;
    }

    .modern-book-btn{
         margin-top: 10px;
    width: 100%;
    border: none;
    border-radius: 14px;
    padding: 14px;
    background: #0053df;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 8px !important;
    }

   