/*
Theme Name: ThalassiniParea.net
Author: ThalassiniParea.net
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Version: 3.6.1
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

GeneratePress, Copyright 2014-2025 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2025 Automattic, Inc.

Actual CSS can be found in /assets/css/ folder.
*/

:root {
  --sea-dark: #0b3c5d;
  --sea-blue: #1e6f9f;
  --sea-light: #4da8da;
  --sand: #f4f1ea;
  --accent: #ffb703;
}

body {
   background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e') center/cover;
   font-family: "Segoe UI", sans-serif;
}


a{
   color: var(--sea-blue);
   transition: 0.3s;
}

a:hover{
   color: var(--accent);
}

.site-header {
    background: linear-gradient(90deg, var(--sea-dark), var(--sea-blue));
    color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.main-navigation {
    position: sticky;
    top: 0;
    z-index: 999;
}

.main-navigation a {
   color: white;
   font-weight: 600;
   letter-spacing: 0.5px;
}

.main-navigation a:hover {
   color: var(--accent);
}

.hero-section {
   background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e') center/cover;
   color: white;
   padding: 80px 20px;
   text-align: center;
   position: relative;
}

.hero-section::after {
   content: "";
   position: absolute;
   inset: 0;
   background: rgba(11,60,93,0.6);
}

.hero-section * {
   position: relative;
   z-index: 2;
}

.post {
   background: white;
   border-radius: 10px;
   overflow: hidden;
   box-shadow: 0 5px 15px rgba(0,0,0,0.1);
   transition: 0.3s;
}

.post:hover {
   transform: translateY(-5px);
}

.post img {
   width: 100%;
   height: 200px;
   object-fit: cover;
}

.entry-title {
   color: var(--sea-dark);
   font-size: 20px;
}

.entry-meta {
   font-size: 13px;
   color: #777;
}

.cat-links a {
   background: var(--sea-light);
   color: white;
   padding: 4px 10px;
   border-radius: 20px;
   font-size: 12px;
}

.cat-links a:hover {
   background: var(--accent);
}

.sidebar .widget {
   background: white;
   padding: 20px;
   margin-bottom: 20px;
   border-left: 4px solid var(--sea-blue);
   box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.sidebar .widget-title {
   color: var(--sea-dark);
   border-bottom: 2px solid var(--sea-light);
   padding-bottom: 5px;
}

.site-footer {
   background: var(--sea-dark);
   /*color: white;*/
   text-align: center;
   padding: 30px 10px;
}

.site-footer a {
   color: var(--sea-light);
}

@media (max-width: 768px) {
   .main-navigation {
     background: var(--sea-dark);
   }
   .post img {
     height: 180px;
   }
   .hero-section {
     padding: 50px 15px;
   }
}

::-webkit-scrollbar {
   width: 8px;
}

::-webkit-scrollbar-thumb {
   background: var(--sea-blue);
   border-radius: 10px;
}

.button-ship:hover {
   background: linear-gradient(145deg, #00bfff, #1e90ff);
   transform: translateY(-3px) scale(1.05);
   box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.button-ship::after {
   content: "";
   position: absolute;
   top: -2px; left: -2px;
   width: calc(100% + 4px);
   height: calc(100% + 4px);
   border-radius: 12px;
   background: radial-gradient(circle, rgba(0,191,255,0.4), transparent 70%);
   opacity: 0;
   transition: opacity 0.3s;
   pointer-events: none;
}

.button-ship:hover::after {
   opacity: 1;
}

.page .entry-title {
   display: none;
}

.site-header {
   position: sticky;
   top: 0;
   width: 100%;
   z-index: 9999;
   background: rgba(0,31,63,0.95);
   transition: background 0.3s ease, padding 0.3s ease;
}

.site-header .inside-header {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 15px 30px;
}

.site-header.scrolled {
   padding: 8px 30px;
   background: rgba(0,31,63,1);
}

.latest-news-section {
  padding: 60px 20px;
  background: #0b1e2d;
  color: #fff;
}

.section-title {
  font-size: 28px;
  margin-bottom: 30px;
  border-left: 4px solid #00bfff;
  padding-left: 10px;
}

.news-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.news-featured {
  grid-row: span 2;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.news-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.news-featured:hover img {
  transform: scale(1.05);
}

.news-featured .overlay {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  padding: 20px;
}

.news-featured h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.news-card {
  background: #132f45;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}

.news-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.news-card h4 {
  font-size: 16px;
  padding: 10px;
}

.news-card:hover {
  transform: translateY(-5px);
  background: #17405c;
}

/* Responsive */
@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-featured {
    grid-row: auto;
  }
}

.spotters-section {
  padding: 70px 20px;
  background: linear-gradient(to bottom, #0b1e2d, #081520);
  color: #fff;
  text-align: center;
}

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

.section-header h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.section-header p {
  opacity: 0.7;
  margin-bottom: 40px;
}

.spotters-gallery {
  margin-bottom: 30px;
}

/* CTA Button */
.spotters-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #00bfff;
  color: #000;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.spotters-btn:hover {
  background: #009acd;
  transform: translateY(-2px);
}

.ship-week-section {
  padding: 80px 20px;
  background: #081520;
  color: #fff;
}

.ship-week-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Grid */
.ship-week-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Image */
.ship-week-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.ship-week-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.ship-week-image:hover img {
  transform: scale(1.05);
}

/* Badge */
.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #00bfff;
  color: #000;
  padding: 8px 15px;
  font-size: 13px;
  border-radius: 20px;
  font-weight: bold;
}

/* Content */
.ship-week-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.ship-info {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.ship-info li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* Description */
.ship-description {
  opacity: 0.8;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Button */
.ship-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #00bfff;
  color: #000;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.ship-btn:hover {
  background: #009acd;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .ship-week-grid {
    grid-template-columns: 1fr;
  }

  .ship-week-content h2 {
    font-size: 26px;
  }
}
