/*!
Theme Name: deekomodo
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: deekomodo
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.

deekomodo 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Custom Header & Hero Section
--------------------------------------------------------------*/

/* Header Styles */
.site-header {
  background-color: #0f2c4a;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  align-items: center;
}

.site-branding {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site-branding .custom-logo-link {
  display: inline-block;
  line-height: 0;
}

.site-branding .custom-logo {
  max-height: 90px;
  width: auto;
}

.site-logo-text {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
}

/* Navigation Styles */
.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
}

.main-navigation ul li {
  margin: 0;
  position: relative;
}

.main-navigation a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  padding: 0.5rem 0;
  display: block;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #ffd700;
}

.main-navigation .current-menu-item > a {
  color: #ffd700;
  border-bottom: 2px solid #ffd700;
}

/* Dropdown Menu Styles */
.main-navigation li.has-dropdown {
  position: relative;
}

.dropdown-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.dropdown-icon::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.7em;
}

.main-navigation li.has-dropdown > a:hover .dropdown-icon,
.main-navigation li.has-dropdown > a:focus .dropdown-icon {
  transform: rotate(180deg);
}

/* Desktop Dropdown Menu */
.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #0F2C4A;
  border-top: 3px solid #FFD700;
  min-width: 220px;
  display: none;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.main-navigation li.has-dropdown:hover > ul,
.main-navigation li.has-dropdown:focus-within > ul {
  display: flex;
}

.main-navigation ul ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
}

.main-navigation ul ul li:last-child {
  border-bottom: none;
}

.main-navigation ul ul a {
  padding: 1rem;
  color: #fff;
  font-size: 0.85rem;
  display: block;
  text-transform: none;
  font-weight: 400;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
  background-color: rgba(255, 215, 0, 0.1);
  color: #ffd700;
}

.main-navigation ul ul .current-menu-item > a {
  background-color: rgba(255, 215, 0, 0.15);
  color: #ffd700;
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  flex-direction: column;
  gap: 4px;
}

.menu-icon {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* Hero Section */
.hero-section {
  position: relative;
  height: 800px;
  margin-top: 70px;
  background-image: url("https://images.unsplash.com/photo-1544551763-46a013bb70d5?w=1600");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C150,100 350,0 600,50 C850,100 1050,0 1200,50 L1200,120 L0,120 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 3;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.5)
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 0 2rem;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-description {
  font-size: 1.5rem;
  font-style: italic;
  margin: 0 0 2rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-tagline {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  opacity: 0.9;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Adjust main content to account for fixed header */
#content {
  margin-top: 0;
}

/* Intro Section */
.intro-section {
  background-color: #fff;
  padding: 4rem 2rem;
}

.intro-container {
  max-width: 900px;
  margin: 0 auto;
}

.intro-content {
  text-align: center;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.intro-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.intro-text:last-child {
  margin-bottom: 0;
}

/* Why Lombok Section */
.why-lombok-section {
  background-color: #f9f9f9;
  padding: 4rem 2rem;
}

.why-lombok-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.why-lombok-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2rem;
  line-height: 1.3;
}

.why-lombok-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
}

.why-lombok-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.why-lombok-list li {
  font-size: 1.1rem;
  line-height: 2;
  color: #333;
  padding: 0.5rem 0;
}

/* Features Section */
.features-section {
  background-color: #fff;
  padding: 4rem 2rem;
}

.features-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.feature-item {
  text-align: center;
}

.feature-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.feature-highlight {
  color: #d4af37;
  font-size: 2rem;
  font-weight: 700;
}

.feature-underline {
  width: 60px;
  height: 4px;
  background-color: #0f2c4a;
  margin: 1rem auto 2rem;
}

.feature-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

/* Ships Section */
.ships-section {
  background-color: #0f2c4a;
  padding: 4rem 2rem;
}

.ships-container {
  max-width: 1400px;
  margin: 0 auto;
}

.ships-header {
  text-align: center;
  margin-bottom: 3rem;
}

.ships-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.ships-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.ship-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ship-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.ship-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #f0f0f0;
}

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

.ship-info {
  padding: 1.5rem;
}

.ship-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1rem;
  text-align: left;
}

.ship-specs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ship-specs li {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #333;
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.spec-icon {
  font-size: 1rem;
}

/* Include/Exclude Section */
.include-exclude-section {
  background-color: #fff;
  padding: 4rem 2rem;
}

.include-exclude-container {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.include-column,
.exclude-column {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 2rem;
  background-color: #fff;
}

.column-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1.5rem;
  text-align: center;
}

.include-list,
.exclude-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.include-list li,
.exclude-list li {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.include-list li:last-child,
.exclude-list li:last-child {
  border-bottom: none;
}

.include-list li {
  color: #2d8f4f;
}

.exclude-list li {
  color: #c94545;
}

/* Itinerary Section */
.itinerary-section {
  background-color: #f9f9f9;
  padding: 4rem 2rem;
}

.itinerary-container {
  max-width: 1000px;
  margin: 0 auto;
}

.itinerary-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 2rem;
  text-align: center;
}

.itinerary-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.itinerary-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

/* Ensure first itinerary item has same styling as others */
.itinerary-item:first-child {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.itinerary-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  padding: 1.5rem 2rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  transition: background-color 0.3s ease;
  user-select: none;
}

.itinerary-title:hover {
  background-color: #f9f9f9;
}

.itinerary-title::after {
  content: "▼";
  font-size: 0.9rem;
  color: #0f2c4a;
  transition: transform 0.3s ease;
}

.itinerary-item[open] .itinerary-title::after {
  transform: rotate(-180deg);
}

.itinerary-title::-webkit-details-marker {
  display: none;
}

.itinerary-content {
  padding: 1.5rem 2rem 2rem;
  border-top: 1px solid #e0e0e0;
  background-color: #fafafa;
}

.itinerary-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

/* FAQ Section */
.faq-section {
  background-color: #fff;
  padding: 4rem 2rem;
}

.faq-container {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 2rem;
  text-align: left;
  font-style: italic;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  padding: 1.5rem 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  transition: color 0.3s ease;
  user-select: none;
  text-align: left;
}

.faq-question:hover {
  color: #0f2c4a;
}

.faq-question::before {
  content: "+";
  font-size: 1.5rem;
  font-weight: 300;
  color: #1a1a1a;
  margin-right: 1rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item[open] .faq-question::before {
  content: "−";
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-answer {
  padding: 0 0 1.5rem 2.5rem;
  color: #666;
}

.faq-answer p {
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
  margin: 0 0 1rem;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #0f2c4a 0%, #1a4d6d 100%);
  padding: 5rem 2rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 44, 74, 0.9) 0%,
    rgba(26, 77, 109, 0.85) 100%
  );
  z-index: 1;
}

.cta-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 2;
}

.cta-content {
  flex: 1;
  text-align: left;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.2;
}

.cta-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 2rem;
}

.cta-button {
  display: inline-block;
  background-color: #d4af37;
  color: #1a1a1a;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.cta-button:hover {
  background-color: #ffd700;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.cta-social {
  text-align: center;
}

.social-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 1.5rem;
}

.social-icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.social-icon:hover {
  background-color: #d4af37;
  color: #1a1a1a;
  border-color: #d4af37;
  transform: translateY(-3px);
}

/* Footer Section */
.site-footer {
  background-color: #1a3a52;
  color: #fff;
}

.footer-main {
  padding: 3rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.footer-column {
  text-align: left;
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 1.5rem;
  text-transform: capitalize;
}

.footer-text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 0.75rem;
}

.footer-text i {
  margin-right: 0.5rem;
  color: #d4af37;
}

.footer-social-icons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social-icon:hover {
  background-color: #d4af37;
  color: #1a1a1a;
  transform: translateY(-2px);
}

.footer-bottom {
  background-color: #132f45;
  padding: 1.5rem 2rem;
}

.footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}

.footer-links ul li {
  margin: 0;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

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

.footer-copyright {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.footer-payments {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.payment-logo {
  height: 24px;
  width: auto;
  filter: sepia;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.payment-logo:hover {
  opacity: 1;
}

/* Floating Social Icons */
.floating-social-icons {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 995;
  align-items: center;
  justify-content: center;
}

.floating-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.floating-icon:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.instagram-icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.instagram-icon:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.email-icon {
  background-color: #E74C3C;
}

.email-icon:hover {
  background-color: #C0392B;
}

.whatsapp-icon {
  background-color: #25D366;
}

.whatsapp-icon:hover {
  background-color: #1EBE57;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
  .header-container {
    padding: 0 1rem;
    grid-template-columns: 1fr auto;
    gap: 1rem;
  }

  .menu-toggle {
    display: flex;
  }

  .main-navigation ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #0f2c4a;
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .main-navigation ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .main-navigation ul li:last-child {
    border-bottom: none;
  }

  .main-navigation a {
    padding: 1rem;
  }

  .main-navigation.toggled ul {
    display: flex;
  }

  /* Mobile Dropdown Menus */
  .main-navigation ul ul {
    position: static;
    display: none;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.2);
    border-top: none;
    border-left: 3px solid #FFD700;
    min-width: 100%;
    box-shadow: none;
    margin-top: 0;
  }

  .main-navigation li.has-dropdown:focus-within > ul,
  .main-navigation li.has-dropdown.active > ul {
    display: flex;
  }

  .main-navigation ul ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .main-navigation ul ul a {
    padding: 0.8rem 1rem;
    font-size: 0.8rem;
  }

  .dropdown-icon {
    font-size: 0.6em;
  }

  .hero-section {
    height: 500px;
    margin-top: 60px;
  }

  .hero-section::after {
    height: 80px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .hero-description {
    font-size: 1.2rem;
  }

  .hero-tagline {
    font-size: 0.9rem;
  }

  .intro-section {
    padding: 3rem 1.5rem;
  }

  .intro-content {
    padding: 2rem;
    border-radius: 15px;
  }

  .intro-text {
    font-size: 0.95rem;
  }

  .why-lombok-section {
    padding: 3rem 1.5rem;
  }

  .why-lombok-title {
    font-size: 2rem;
  }

  .why-lombok-text {
    font-size: 1rem;
  }

  .why-lombok-list li {
    font-size: 1rem;
  }

  .features-section {
    padding: 3rem 1.5rem;
  }

  .features-container {
    gap: 3rem;
  }

  .feature-title {
    font-size: 1.75rem;
  }

  .feature-highlight {
    font-size: 1.75rem;
  }

  .feature-description {
    font-size: 0.95rem;
  }

  .ships-section {
    padding: 3rem 1.5rem;
  }

  .ships-header {
    margin-bottom: 2rem;
  }

  .ships-title {
    font-size: 1.75rem;
  }

  .ships-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }

  .include-exclude-section {
    padding: 3rem 1.5rem;
  }

  .include-exclude-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .include-column,
  .exclude-column {
    padding: 1.5rem;
  }

  .column-title {
    font-size: 1.5rem;
  }

  .include-list li,
  .exclude-list li {
    font-size: 0.95rem;
  }

  .itinerary-section {
    padding: 3rem 1.5rem;
  }

  .itinerary-main-title {
    font-size: 2rem;
  }

  .itinerary-title {
    font-size: 1.1rem;
    padding: 1.25rem 1.5rem;
  }

  .itinerary-content {
    padding: 1.25rem 1.5rem 1.5rem;
  }

  .faq-section {
    padding: 3rem 1.5rem;
  }

  .faq-main-title {
    font-size: 2rem;
  }

  .faq-question {
    font-size: 0.95rem;
    padding: 1.25rem 0;
  }

  .faq-question::before {
    font-size: 1.3rem;
  }

  .faq-answer {
    padding: 0 0 1.25rem 2.3rem;
  }

  .faq-answer p {
    font-size: 0.95rem;
  }

  .cta-section {
    padding: 4rem 1.5rem;
  }

  .cta-container {
    flex-direction: column;
    text-align: center;
    gap: 2.5rem;
  }

  .cta-content {
    text-align: center;
  }

  .cta-title {
    font-size: 2rem;
  }

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

  .social-icons {
    gap: 0.75rem;
  }

  .social-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }

  .footer-main {
    padding: 2.5rem 1.5rem;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .footer-bottom {
    padding: 1.25rem 1.5rem;
  }

  .footer-bottom-container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer-links ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .footer-payments {
    justify-content: center;
  }

  .floating-social-icons {
    bottom: 20px;
    gap: 15px;
  }

  .floating-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .hero-section {
    height: 400px;
  }

  .hero-section::after {
    height: 60px;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .intro-section {
    padding: 2rem 1rem;
  }

  .intro-content {
    padding: 1.5rem;
    border-radius: 12px;
  }

  .intro-text {
    font-size: 0.9rem;
  }

  .why-lombok-section {
    padding: 2rem 1rem;
  }

  .why-lombok-title {
    font-size: 1.75rem;
  }

  .why-lombok-text {
    font-size: 0.95rem;
  }

  .why-lombok-list li {
    font-size: 0.95rem;
  }

  .features-section {
    padding: 2rem 1rem;
  }

  .feature-title {
    font-size: 1.5rem;
  }

  .feature-highlight {
    font-size: 1.5rem;
  }

  .feature-description {
    font-size: 0.9rem;
  }

  .ships-section {
    padding: 2rem 1rem;
  }

  .ships-title {
    font-size: 1.5rem;
  }

  .ships-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ship-image {
    height: 180px;
  }

  .ship-info {
    padding: 1rem;
  }

  .ship-name {
    font-size: 1.1rem;
  }

  .ship-specs li {
    font-size: 0.85rem;
  }

  .include-exclude-section {
    padding: 2rem 1rem;
  }

  .include-exclude-container {
    gap: 1.5rem;
  }

  .include-column,
  .exclude-column {
    padding: 1.25rem;
  }

  .column-title {
    font-size: 1.35rem;
  }

  .include-list li,
  .exclude-list li {
    font-size: 0.9rem;
  }

  .itinerary-section {
    padding: 2rem 1rem;
  }

  .itinerary-main-title {
    font-size: 1.75rem;
  }

  .itinerary-title {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }

  .itinerary-content {
    padding: 1rem 1.25rem 1.25rem;
  }

  .itinerary-content p {
    font-size: 0.95rem;
  }

  .faq-section {
    padding: 2rem 1rem;
  }

  .faq-main-title {
    font-size: 1.75rem;
  }

  .faq-question {
    font-size: 0.9rem;
    padding: 1rem 0;
  }

  .faq-question::before {
    font-size: 1.2rem;
    margin-right: 0.75rem;
  }

  .faq-answer {
    padding: 0 0 1rem 2rem;
  }

  .faq-answer p {
    font-size: 0.9rem;
  }

  .cta-section {
    padding: 3rem 1rem;
  }

  .cta-container {
    gap: 2rem;
  }

  .cta-title {
    font-size: 1.75rem;
  }

  .cta-text {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .cta-button {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }

  .social-title {
    font-size: 1rem;
  }

  .social-icons {
    gap: 0.5rem;
  }

  .social-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .footer-main {
    padding: 2rem 1rem;
  }

  .footer-container {
    gap: 2rem;
  }

  .footer-heading {
    font-size: 1rem;
  }

  .footer-text {
    font-size: 0.9rem;
  }

  .footer-social-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .footer-bottom {
    padding: 1rem;
  }

  .footer-bottom-container {
    gap: 1rem;
  }

  .footer-links a {
    font-size: 0.85rem;
  }

  .footer-copyright {
    font-size: 0.85rem;
  }

  .payment-logo {
    height: 20px;
  }

  .floating-social-icons {
    bottom: 15px;
    gap: 10px;
  }

  .floating-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .no-results {
    min-height: 50vh;
    padding: 1.5rem;
  }

  .no-results .page-title {
    font-size: 1.75rem;
  }

  .no-results .page-content {
    padding: 1.5rem;
  }

  .no-results .page-content p {
    font-size: 0.95rem;
  }

  .search-form input[type="search"],
  .search-form input[type="submit"] {
    font-size: 0.95rem;
  }
}

/*--------------------------------------------------------------
# No Results / Not Found
--------------------------------------------------------------*/

.no-results {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
}

.no-results-container {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.no-results .page-header {
  margin-bottom: 2rem;
}

.no-results .page-title {
  font-size: 2.5rem;
  color: #0F2C4A;
  margin: 0 0 1.5rem;
  font-weight: 700;
}

.no-results .page-content {
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.no-results .page-content p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
  margin: 0 0 1.5rem;
}

.no-results .page-content p:last-child {
  margin-bottom: 0;
}

.search-form {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid rgba(15, 44, 74, 0.1);
}

.search-form label {
  display: block;
  margin-bottom: 0.75rem;
  color: #0F2C4A;
  font-weight: 600;
}

.search-form input[type="search"] {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  margin-bottom: 1rem;
}

.search-form input[type="search"]:focus {
  outline: none;
  border-color: #FFD700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}

.search-form input[type="submit"] {
  background-color: #0F2C4A;
  color: #fff;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.search-form input[type="submit"]:hover {
  background-color: #1a4a6f;
}

/*--------------------------------------------------------------
# Blog Cards
--------------------------------------------------------------*/

.blog-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 480px;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.blog-card-thumbnail {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  flex-shrink: 0;
}

.blog-card-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-thumbnail img {
  transform: scale(1.05);
}

.blog-card-no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.blog-card-no-image span {
  font-size: 4rem;
  opacity: 0.8;
}

.blog-card-content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  flex: 1;
  overflow: hidden;
}

.blog-card .entry-header {
  margin-bottom: 1rem;
}

.blog-card .entry-title {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .entry-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card .entry-title a:hover {
  color: #667eea;
}

.blog-card .entry-meta {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.75rem;
}

.blog-card .entry-content {
  flex: 1;
  overflow: hidden;
  margin-bottom: 1rem;
}

.blog-card .entry-content p {
  margin: 0;
  color: #555;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-read-more {
  display: inline-block;
  color: #667eea;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease, transform 0.3s ease;
  margin-top: auto;
}

.blog-card-read-more:hover {
  color: #764ba2;
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .blog-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem 1rem;
  }

  .blog-card {
    height: 440px;
  }

  .blog-card-thumbnail {
    height: 200px;
  }

  .blog-card .entry-title {
    font-size: 1.15rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .blog-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Gallery Section */
.gallery-section {
  padding: 4rem 2rem;
  background-color: #f8f9fa;
}

.gallery-container {
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #333;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  display: block;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  font-size: 2.5rem;
  color: #fff;
}

@media (max-width: 768px) {
  .gallery-section {
    padding: 2rem 1rem;
  }

  .gallery-title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }

  .gallery-image {
    height: 150px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
