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

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


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;


:root {
    --background: 220 20% 7%;
    --foreground: 0 0% 95%;

    --card: 220 18% 10%;
    --card-foreground: 0 0% 95%;

    --popover: 220 18% 10%;
    --popover-foreground: 0 0% 95%;

    --primary: 22 88% 55%;
    --primary-foreground: 0 0% 100%;

    --secondary: 101 41% 47%;
    --secondary-foreground: 0 0% 100%;

    --muted: 220 15% 15%;
    --muted-foreground: 220 10% 55%;

    --accent: 22 88% 55%;
    --accent-foreground: 0 0% 100%;

    --destructive: 0 84% 60%;
    --destructive-foreground: 0 0% 100%;

    --border: 220 15% 18%;
    --input: 220 15% 18%;
    --ring: 22 88% 55%;

    --radius: 0.75rem;

    --sidebar-background: 220 20% 7%;
    --sidebar-foreground: 0 0% 95%;
    --sidebar-primary: 22 88% 55%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 220 15% 15%;
    --sidebar-accent-foreground: 0 0% 95%;
    --sidebar-border: 220 15% 18%;
    --sidebar-ring: 22 88% 55%;

    /* Custom tokens */
    --gradient-primary: linear-gradient(135deg, hsl(22, 88%, 55%), hsl(22, 95%, 45%));
    --gradient-secondary: linear-gradient(135deg, hsl(101, 41%, 47%), hsl(101, 50%, 38%));
    --gradient-dark: linear-gradient(180deg, hsl(220, 20%, 7%), hsl(220, 18%, 12%));
    --shadow-glow-primary: 0 0 30px hsl(22, 88%, 55%, 0.3);
    --shadow-glow-secondary: 0 0 30px hsl(101, 41%, 47%, 0.3);
}

.dark {
    --background: 220 20% 7%;
    --foreground: 0 0% 95%;
}


@layer base {
    * {
        @apply border-border;
    }

    body {
        @apply bg-background text-foreground font-body;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        @apply font-display;
    }
}

@layer utilities {
    .text-gradient-primary {
        background-clip: text !important;
        -webkit-background-clip: text !important;
        color: transparent !important;
        background: linear-gradient(135deg, hsl(22, 88%, 55%), hsl(22, 95%, 65%));
    }

    .text-gradient-secondary {
        background-clip: text !important;
        -webkit-background-clip: text !important;
        color: transparent !important;
        background: linear-gradient(135deg, hsl(101, 41%, 47%), hsl(101, 50%, 60%));
    }

    .bg-gradient-primary {
        background-image: linear-gradient(135deg, hsl(22, 88%, 55%), hsl(22, 95%, 45%));
    }

    .bg-gradient-secondary {
        background-image: linear-gradient(135deg, hsl(101, 41%, 47%), hsl(101, 50%, 38%));
    }

    .glow-primary {
        box-shadow: 0 0 30px hsl(22, 88%, 55%, 0.3);
    }

    .glow-secondary {
        box-shadow: 0 0 30px hsl(101, 41%, 47%, 0.3);
    }
}

.w-15.h-15 {
    width: 20px;
    height: 20px;
}

.wp-link {
    background-color: #1da44f;
    color: #fff;
}

.key-word-row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    gap: 15px;
    justify-content: center;
}

.key-word-col {
    flex: 0 0 auto;
    max-width: auto;
    margin-bottom: 15px;
}

.key-word-col a {
    border-radius: 12px;
    border: 1px solid #cf550f;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
}

.key-word-col a:hover {
    color: #cf550f;
}

#what-is-fairplay {
    overflow: clip;
}

.btn-center {
    text-align: center;
    display: block;
    margin-inline: auto;
}

@media screen and (max-width: 992px) {

    .key-word-col a {
        font-size: 13px;
        padding: 7px 15px;
    }

    .key-word-col {
        margin-bottom: 10px;
    }

    .key-word-row {
        gap: 10px;
    }
}

@media (min-width: 768px) {
    .md\:space-y-10>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }
}

.bg-primary {
    background-color: #f17127;
}

.border-primary\/30 {
    border-color: #f171274d;
}

.bg-secondary {
    background-color: #66a947;
}

.bg-\[hsl\(190\,70\%\,50\%\)\] {
    --tw-bg-opacity: 1;
    background-color: #26bbd9;
}

.text-secondary {
    color: hsl(var(--secondary) 101 41% 47%);
}

#home {
    background-image: url(./assets/img/hero-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: relative;
}

#home .container{
    position: relative;
    z-index: 9;
}

#home::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 85%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.text-secondary {
    color: #66a947;
}

.bg-muted {
    background-color: #21242c;
}

.bg-card\/60 {
    background-color: #15181e99;
}

.key-word-sec {
    padding-top: 70px;
}

.pt-0 {
    padding-top: 0 !important;
}

.border-secondary\/30 {
    border-color: #66a9474d;
}

.pagination .nav-links {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.pagination .page-numbers {
  padding: 12px 20px;
  border: 1px solid #262626;
  text-decoration: none;
  border-radius:10px;
  font-size:16px;
  font-weight:600;
}

.pagination .page-numbers.current {
  background: #f26d25;
  color: #fff;
}

.pagination .page-numbers:hover {
  background: #0e0e0e;
}