/*!
Theme Name: The Jetski Dubai
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-jetski-dubai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

The Jetski Dubai is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}.logo{max-width:150px}
.blog-section {
    font-family: "Rubik", "Hanuman", sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
.category-title {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #1066a9;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
}
.blog-cards {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-card {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    background: white;
    border: 2px solid #66abdf;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.blog-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

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

.blog-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #1066a9;
    color: white;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 3px;
    font-family: "Rubik", "Hanuman", sans-serif;
}

.blog-title {
    font-family: "Rubik", "Hanuman", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-description {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 15px 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px !important;
}

.read-more {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #1066a9;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0px;
}

.read-more:hover {
    text-decoration: underline;
}

.blog-meta {
    border-top: 1px solid #e5e7eb;
    padding-top: 15px;
    margin-top: 15px;
}

.blog-meta span {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #6b7280;
    font-size: 0.9rem;
}

/* Responsive design */
@media (max-width: 768px) {
    .blog-cards {
        flex-direction: column;
        align-items: center;
    }
    
    .blog-card {
        max-width: 100%;
    }
    
    .category-title {
        font-size: 2rem;
        text-align: center;
    }
}

/* Blog Detail Page Styles */
.blog-detail-container {
    font-family: "Rubik", "Hanuman", sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content-section {
    background: white;
    padding: 40px;
    flex: 1;
}

.blog-title-main {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #1066a9;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.2;
}

.blog-meta-info {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #6b7280;
}

.meta-item i {
    color: #1066a9;
    font-size: 1.2rem;
}

.table-of-contents {
    background: white;
    border: 2px solid #000;
    border-radius: 8px;
    margin-bottom: 40px;
    overflow: hidden;
}

.toc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #000;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
}

.toc-header:hover {
    background-color: #e9ecef;
}

.toc-header h3 {
    font-family: "Rubik", "Hanuman", sans-serif;
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.toggle-icon {
    font-size: 1.2rem;
    color: #666;
    transition: transform 0.3s ease;
}

.toc-list {
    list-style: none;
    padding: 20px;
    margin: 0;
    transition: max-height 0.3s ease, padding 0.3s ease;
    overflow: hidden;
}

.table-of-contents.collapsed .toc-list {
    padding: 0 20px;
}

.toc-list li {
    font-family: "Rubik", "Hanuman", sans-serif;
    margin-bottom: 12px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
}

.toc-number {
    font-weight: bold;
    margin-right: 8px;
    min-width: 25px;
}

.toc-sublist {
    list-style: none;
    margin: 10px 0 0 25px;
    padding: 0;
}

.toc-sublist li {
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #666;
}

.blog-content {
    font-family: "Rubik", "Hanuman", sans-serif;
    line-height: 1.7;
    color: #333;
    padding: 20px;
}

.blog-content h2 {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #1f2937;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0px;
}

.blog-content h3 {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #374151;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0px;
}

.blog-content p {
    margin-bottom: 20px;
    font-size: 1rem;
}

.visual-section {
    margin: 40px 0px;
    width: 100%;
}

.desert-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Text Section Styles */
.text-section {
    padding: 0px 40px 60px 40px;
    background: white;
}

.text-content {
    font-family: "Rubik", "Hanuman", sans-serif;
    line-height: 1.7;
    color: #333;
}

.text-content p {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.text-content strong {
    font-weight: 700;
    color: #1f2937;
}

.blog-content  h2 {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #1f2937;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 30px 0;
}

.price-range-heading {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #374151;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin: 0px;
}

/* Tables Section Styles */

.blog-content table{
	max-width: 1200px;
    margin: 0 auto;
}


.table-main-title {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #1f2937;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.blog-content h3  {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #374151;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 50px 0 30px 0;
}

.blog-content table {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 40px;
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Rubik", "Hanuman", sans-serif;
}

.blog-content thead {
    background: #1066a9;
    color: white;
}

.blog-content th {
    padding: 20px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 2px solid #0d5a8a;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-content th:last-child {
    border-right: none;
}

.blog-content td {
    padding: 18px 15px;
    border-bottom: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db;
    font-size: 0.95rem;
    color: #374151;
    vertical-align: top;
}

.blog-content td:last-child {
    border-right: none;
    font-weight: 600;
    color: #1066a9;
    text-align: right;
}

.blog-content tbody tr {
    border-bottom: 1px solid #d1d5db;
}

.blog-content tbody tr:hover {
    background-color: #f8fafc;
}

.blog-content tbody tr:last-child {
    border-bottom: none;
}

.blog-content tbody tr:last-child td {
    border-bottom: none;
}


/* Responsive design for blog detail */
@media (max-width: 768px) {
    .content-section {
        padding: 20px;
    }
    
    .blog-title-main {
        font-size: 2rem;
    }
    
    .blog-meta-info {
        flex-direction: column;
        gap: 15px;
    }
    
    .text-section {
        padding: 40px 20px;
    }
    
    .price-main-heading {
        font-size: 1.8rem;
        margin: 40px 0 25px 0;
    }
    
    .price-range-heading {
        font-size: 1.3rem;
        margin: 0px
        ;
    }
    
    .text-content p {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .tables-section {
        padding: 40px 20px;
    }
    
    .table-main-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .table-subtitle {
        font-size: 1.3rem;
        margin: 30px 0 20px 0;
    }
    
   .blog-content th,
    .blog-content td {
        padding: 12px 8px;
        font-size: 0.85rem;
    }
    
    .table-container {
        overflow-x: auto;
    }
    
    .blog-content table {
        min-width: 600px;
    }
    
    .points-section {
        padding: 40px 20px;
    }
    
    .package-title {
        font-size: 1.4rem;
        margin: 10px 0px;
    }
    
    .package-point {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    
    .package-description {
        font-size: 1rem;
    }
    
   
    
    .included-main-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    
    .included-intro {
        font-size: 1rem;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .features-grid {
        margin-top: 20px;
    }
    
    .feature-item {
        margin-bottom: 30px;
        padding-bottom: 25px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .feature-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .feature-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .feature-content {
        width: 100%;
    }
    
    .addons-section {
        padding: 40px 20px;
    }
    
    .addons-main-title {
        font-size: 1.8rem;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .addon-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 25px;
    }
    
    .addon-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .addons-intro p {
        font-size: 1rem;
    }
    
    .conclusion-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .conclusion-text {
        margin-bottom: 40px;
    }
    
    .conclusion-text p {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .google-maps-embed {
        height: 350px;
    }
}

/* Points Section Styles */
.points-section {
    padding: 60px 40px;
    background: white;
}

.package-point {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e7eb;
}

.package-point:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.package-title {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #1f2937;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0px;
    line-height: 1.3;
}

.package-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.package-specs li {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #374151;
    font-size: 1rem;
    margin-bottom: 12px;
    padding-left: 0;
    position: relative;
}

.package-specs li::before {
    content: "•";
    color: #1066a9;
    font-weight: bold;
    font-size: 1.2rem;
    position: absolute;
    left: -20px;
}

.package-specs strong {
    font-weight: 700;
    color: #1f2937;
}

.package-description {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #374151;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
}

.highlight-text {
    background-color: #c5dcee;
    color: #1066a9;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}

/* What's Included Section Styles */


.included-main-title {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #1f2937;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.included-intro {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #374151;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.included-intro strong {
    font-weight: 700;
    color: #1f2937;
}

.features-grid {
    display: block;
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e7eb;
}

.feature-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
    font-size: 1.5rem;
}

.feature-item:nth-of-type(1) .feature-icon { background: #fee2e2; color: #dc2626; }
.feature-item:nth-of-type(2) .feature-icon { background: #dcfce7; color: #16a34a; }
.feature-item:nth-of-type(3) .feature-icon { background: #dbeafe; color: #2563eb; }
.feature-item:nth-of-type(4) .feature-icon { background: #fef3c7; color: #d97706; }
.feature-item:nth-of-type(5) .feature-icon { background: #f3e8ff; color: #9333ea; }
.feature-item:nth-of-type(6) .feature-icon { background: #e0f2fe; color: #0891b2; }
.feature-item:nth-of-type(7) .feature-icon { background: #fdf2f8; color: #db2777; }
.feature-item:nth-of-type(8) .feature-icon { background: #fff7ed; color: #ea580c; }
.feature-item:nth-of-type(9) .feature-icon { background: #e0f2fe; color: #0891b2; }

.feature-content {
    flex: 1;
}

.feature-title {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #1f2937;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.3;
}

.feature-description {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #374151;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.feature-description strong {
    font-weight: 700;
    color: #1f2937;
}

/* Optional Add-Ons Section Styles */
.addons-section {
    padding: 60px 40px;
    background: white;
}

.addons-main-title {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #1f2937;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.addons-main-title i {
    color: #fbbf24;
    font-size: 2rem;
}

.addons-author {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #6b7280;
    font-size: 1rem;
    margin-bottom: 30px;
    font-style: italic;
}

.addons-intro {
    margin-bottom: 40px;
}

.addons-intro p {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #374151;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.addons-list {
    display: block;
}

.addon-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e7eb;
}

.addon-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.addon-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
    font-size: 1.3rem;
    background: #f3f4f6;
    color: #6b7280;
}

.addon-content {
    flex: 1;
}

.addon-title {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #1f2937;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.3;
}

.addon-description {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #374151;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.addon-description strong {
    font-weight: 700;
    color: #1f2937;
}

/* Conclusion Section Styles */


.conclusion-title {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #1f2937;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
}

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

.conclusion-text p {
    font-family: "Rubik", "Hanuman", sans-serif;
    color: #374151;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.conclusion-text strong {
    font-weight: 700;
    color: #1f2937;
}

.maps-container {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.google-maps-embed {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 12px;
}
.pagination_section {
	padding:40px 0px;
	
}
.pagination_section .page-numbers {
background: #1066a9;
    padding: 10px 20px;
    color: white;
    margin: 10px;
}
.pagination_section .current {
    background: #1066a9;
    padding: 10px 20px;
    color: white;
    margin: 10px;
    border: 3px solid #fab700;
    border-radius: 10px;
}	