﻿/**
* Template Name: Platia
* Template URL: https://bootstrapmade.com/platia-bootstrap-restaurant-template/
* Updated: Aug 11 2025 with Bootstrap v5.3.7
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Source Serif Pro",  sans-serif;
  --nav-font: "Roboto Slab",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #f8efeb; /* Background color for the entire website, including individual sections */
  --default-color: #352a26; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #291812; /* Color for headings, subheadings and title throughout the website */
  --accent-color: green; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(255, 255, 255, 0.6);  /* The default color of the main navmenu links */
  --nav-hover-color: #e07844; /* Applied to main navmenu links when they are hovegreen over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #352a26; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #e07844; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovegreen over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #efe3de;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shagreen Classes
--------------------------------------------------------------*/
body {
  color: #000000;
  background-color: var(--background-color);
  overflow-x: hidden;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00072d;
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(0, 0, 0, 0);
  --heading-color: #ffffff;
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  background-color: var(--background-color);
}

.header .topbar {
  background-color: #00072d;
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

.header .topbar .contact-info i {
  font-style: normal;
  color: var(--contrast-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 5px;
  color: var(--contrast-color);
}

@media (max-width: 575px) {

  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
  color: var(--contrast-color);
  text-decoration: underline;
}

.header .topbar .social-links a {
  color: color-mix(in srgb, var(--contrast-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.header .topbar .social-links a:hover {
  color: var(--contrast-color);
}

.header .branding {
  min-height: 60px;
  padding: 10px 0;
  background: #ffffff;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
 max-height: 73px;
    margin-right: 8px;
    width: 200px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}
.topbar .contact-info {
  margin-left: -161px; /* move slightly left */
}


.topbar .contact-info i {
  margin-right: 6px;
  position: relative;
  left: 4px;
}

.topbar .social-links {
  margin-right: -116px; /* social icons moved right */
}


.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
@media (max-width: 575px) {
  .topbar .contact-info {
    display: flex;
    justify-content: space-between; /* email left, phone right */
    width: 100%;
    margin-left: 0; /* reset any previous margin */
  }

  .topbar .contact-info i,
  .topbar .contact-info a,
  .topbar .contact-info span {
    font-size: 13px; /* adjust size for mobile */
    margin: 0;       /* reset icon spacing for mobile */
    padding-left: 0; /* remove left padding */
  }
}
@media (max-width: 575px) {
  /* Container flex layout */
  .header .container {
    display: flex;
    justify-content: center; /* centers logo */
    align-items: center;
    position: relative;
  }

  /* Hamburger menu visible and on left */
  .header .mobile-nav-toggle {
    display: block !important; /* force show on mobile */
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px; /* adjust size */
    z-index: 1000;  /* above logo */
    cursor: pointer;
            color: #00072d;
  }
  
  
  
  /* ============================
   FIX: 1440×900 Screen Size
   ============================ */
@media (max-width: 1440px) and (max-height: 900px) {
  .topbar .contact-info {
    margin-left: 0; /* remove negative margin to prevent clipping */
    display: flex;
    align-items: center;
    gap: 15px; /* spacing between email & phone */
  }

  .topbar .contact-info i {
    position: relative;
    left: 0;
    margin-right: 6px;
  }

  .topbar .contact-info a,
  .topbar .contact-info span {
    font-size: 15px;
    color: #fff;
    white-space: nowrap; /* prevent text wrap */
  }

  .topbar .social-links {
    margin-right: 0; /* remove negative margin */
    display: flex;
    gap: 15px;
  }

  .topbar .social-links a {
    font-size: 18px;
    color: #ffffffcc;
  }

  .header .logo img {
    width: 180px;
    max-height: 70px;
  }
}

  
  /* ============================
   FIX: 1680×1050 Screen Size
   ============================ */
@media (max-width: 1680px) and (max-height: 1050px) {
  .topbar .contact-info {
    margin-left: 0; /* prevent cutoff on left side */
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .topbar .contact-info i {
    position: relative;
    left: 0;
    margin-right: 6px;
  }

  .topbar .contact-info a,
  .topbar .contact-info span {
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
  }

  .topbar .social-links {
    margin-right: 0; /* fix right side cutoff */
    display: flex;
    gap: 20px; /* even spacing between icons */
  }

  .topbar .social-links a {
    font-size: 18px;
    color: #ffffffcc;
  }

  .header .logo img {
    width: 190px;
    max-height: 72px;
  }
}
/* ============================
   FIX: 800×1280 (Tablet Portrait)
   ============================ */
@media (max-width: 850px) and (min-height: 1000px) {
  .header .topbar {
    height: auto;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100vw;
    margin: 0;
  }

  /* Contact info - with slight right margin */
  .topbar .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-right: 12px; /* ✅ move email slightly right */
    padding: 0 10px;
    text-align: center;
    width: 100%;
  }

  .topbar .contact-info i,
  .topbar .contact-info a,
  .topbar .contact-info span {
    font-size: 15px;
    color: #ffffff;
    white-space: normal;
  }

  /* Social links - with slight left margin */
  .topbar .social-links {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 6px;
    margin-left: 12px; /* ✅ move icons slightly left */
    width: 100%;
  }

  .topbar .social-links a {
    font-size: 20px;
    color: #ffffff;
    transition: 0.3s;
  }

  .topbar .social-links a:hover {
    color: #00c6ff;
  }

  /* Logo + Toggle adjustments */
  .header .branding {
    padding: 8px 0;
    text-align: center;
  }

  .header .logo img {
    width: 160px;
    max-height: 65px;
  }

  .header .mobile-nav-toggle {
    display: block !important;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #00072d;
    z-index: 1000;
  }
}

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/* Hamburger menu color after header scrolls */
.scrolled .header .mobile-nav-toggle {
    color: #000000;
}
  /* Logo in center */
  .header .logo {
    margin: 0 auto;
  }
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: #ffffff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Navmenu - Desktop */
@media (min-width: 992px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #00072d;
    padding: 9px 15px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  /* When header is scrolled */
  .scrolled .navmenu a,
  .scrolled .navmenu a:focus {
    color: #000000;
  }

  /* Keep hover/active links same after scroll */
  .scrolled .navmenu li:hover > a,
  .scrolled .navmenu .active,
  .scrolled .navmenu .active:focus {
    color: #ffffff;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #ffffff;
    background: green;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 991px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}

/* Laptop topbar spacing adjustments */
@media (min-width: 992px) and (max-width: 1399px) {
  .topbar .contact-info {
    margin-left: 40px;
  }
  .topbar .social-links {
    margin-right: 40px;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-top: 69px;
  }
}

/* ===================================================
   RESPONSIVE DESKTOP / LAPTOP MEDIA QUERIES PACK
   =================================================== */

/* 1024 x 600 and 1024 x 768 */
@media (min-width: 1024px) and (max-width: 1279px) {
  .header .logo img { width: 150px; max-height: 60px; }
  .navmenu a { font-size: 13px; padding: 8px 10px; }
  .topbar .contact-info { font-size: 13px; }
}

/* 1280 x 800 */
@media (min-width: 1280px) and (max-width: 1359px) {
  .header .logo img { width: 170px; max-height: 65px; }
  .navmenu a { font-size: 14px; padding: 8px 12px; }
  .topbar .contact-info { font-size: 14px; }
}

/* 1366 x 768 */
@media (min-width: 1360px) and (max-width: 1439px) {
  .header .logo img { width: 180px; max-height: 70px; }
  .navmenu a { font-size: 15px; padding: 9px 14px; }
  .topbar .contact-info { font-size: 14px; }
}

/* 1440 x 900 */
@media (min-width: 1440px) and (max-width: 1599px) {
  .header .logo img { 
    width: 190px; 
    max-height: 75px; 
  }
  .navmenu a { 
    font-size: 15px; 
    padding: 10px 16px; 
  }
  .topbar .contact-info { 
    font-size: 15px; 
    margin-left: 10px; 
  }

  /* Move social icons a bit to the left */
  .social-links {
  transform: translateX(-204px);
  }
}

/* 1600 x 900 */
@media (min-width: 1600px) and (max-width: 1679px) {
  .header .logo img { width: 200px; max-height: 80px; }
  .navmenu a { font-size: 16px; padding: 10px 18px; }
  .topbar .contact-info { font-size: 15px;        margin-left: -76px; }
}

/* 1680 x 1050 */
@media (min-width: 1680px) and (max-width: 1919px) {
  .header .logo img { width: 210px; max-height: 85px; }
  .navmenu a { font-size: 16px; padding: 11px 20px; }
  .topbar .contact-info { font-size: 15px; }
}

/* 1920 x 1080 and 1920 x 1200 */
@media (min-width: 1920px) and (max-width: 2559px) {
  .header .logo img { width: 220px; max-height: 90px; }
  .navmenu a { font-size: 17px; padding: 12px 22px; }
  .topbar .contact-info { font-size: 16px; }
}

/* 2560 x 1440 */
@media (min-width: 2560px) and (max-width: 3839px) {
  .header .logo img { width: 230px; max-height: 95px; }
  .navmenu a { font-size: 17px; padding: 12px 24px; }
  .topbar .contact-info { font-size: 16px; }
}

/* 3840 x 2160 (4K UHD) */
@media (min-width: 3840px) and (max-width: 4095px) {
  .header .logo img { width: 240px; max-height: 100px; }
  .navmenu a { font-size: 18px; padding: 13px 26px; }
  .topbar .contact-info { font-size: 17px; }
}

/* 4096 x 2304 (True 4K DCI) */
@media (min-width: 4096px) and (max-width: 5119px) {
  .header .logo img { width: 250px; max-height: 105px; }
  .navmenu a { font-size: 18px; padding: 14px 28px; }
  .topbar .contact-info { font-size: 17px; }
}

/* 5120 x 2880 (5K Retina Display) */
@media (min-width: 5120px) {
  .header .logo img { width: 270px; max-height: 110px; }
  .navmenu a { font-size: 19px; padding: 14px 30px; }
  .topbar .contact-info { font-size: 18px; }
}


/* ===================================================
   RESPONSIVE MOBILE MEDIA QUERIES PACK
   =================================================== */

@media (max-width: 220px) {
  .header .logo img { width: 80px; max-height: 40px; }
  .navmenu a { font-size: 10px; padding: 4px 6px; }
}

@media (min-width: 221px) and (max-width: 319px) {
  .header .logo img { width: 100px; max-height: 45px; }
}

@media (min-width: 320px) and (max-width: 359px) {
  .header .logo img { width: 120px; max-height: 50px; }
}

@media (min-width: 360px) and (max-width: 374px) {
  .header .logo img { width: 130px; max-height: 55px; }
}

@media (min-width: 375px) and (max-width: 413px) {
  .header .logo img { width: 140px; max-height: 60px; }
}

@media (min-width: 414px) and (max-width: 479px) {
  .header .logo img { width: 150px; max-height: 65px; }
}

@media (min-width: 480px) and (max-width: 575px) {
  .header .logo img { width: 160px; max-height: 70px; }
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background: #00072d;
  font-size: 14px;
  padding: 0px 0 0;
  position: relative;
 
}

.footer .footer-content .logo {
  line-height: 1;
}

.footer .footer-content .logo span {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: var(--heading-font);
}

.footer .footer-content p {
  font-size: 15px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.footer .newsletter-form {
  margin-top: 30px;
}

.footer .newsletter-form h5 {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: var(--heading-font);
}

.footer .newsletter-form .input-group {
  position: relative;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 2px 10px color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .newsletter-form input[type=email] {
  flex: 1;
  padding: 12px 20px;
  border: none;
  background-color: var(--surface-color);
  color: var(--default-color);
  font-size: 14px;
}

.footer .newsletter-form input[type=email]:focus {
  outline: none;
  box-shadow: none;
}

.footer .newsletter-form input[type=email]::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.footer .newsletter-form .btn-subscribe {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  transition: 0.3s;
}

.footer .newsletter-form .btn-subscribe:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 10%);
}

.footer .newsletter-form .btn-subscribe i {
  font-size: 16px;
}

.footer .newsletter-form .loading,
.footer .newsletter-form .error-message,
.footer .newsletter-form .sent-message {
  font-size: 13px;
  margin-top: 8px;
}

.footer h4 {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  font-family: var(--heading-font);
}

.footer h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background-color: var(--accent-color);
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.footer .footer-links ul li:hover {
  transform: translateX(5px);
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: 0.3s;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-links ul a i {
  margin-right: 8px;
  font-size: 12px;
  color: var(--accent-color);
}

.footer .footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer .footer-contact .contact-item .contact-icon {
  width: 40px;
  height: 40px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.footer .footer-contact .contact-item .contact-icon i {
  color: var(--accent-color);
  font-size: 16px;
}

.footer .footer-contact .contact-item .contact-info p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 14px;
  line-height: 1.5;
}

.footer .social-links {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.footer .social-links a {
  width: 42px;
  height: 42px;
  background-color: color-mix(in srgb, var(--default-color), transparent 92%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  text-decoration: none;
}

.footer .social-links a:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
}

.footer .social-links a i {
  font-size: 16px;
}

.footer .footer-bottom {
  margin-top: 0px;
  padding: 25px 0;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.footer .footer-bottom .copyright p {
  margin: 0;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

@media (max-width: 991px) {
  .footer .footer-bottom .copyright p {
    text-align: center;
    margin-bottom: 15px;
  }
}

.footer .footer-bottom .footer-bottom-links {
  text-align: right;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .footer .footer-bottom .footer-bottom-links {
    text-align: center;
    margin-bottom: 10px;
  }
}

.footer .footer-bottom .footer-bottom-links a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 13px;
  margin-left: 20px;
  text-decoration: none;
}

.footer .footer-bottom .footer-bottom-links a:first-child {
  margin-left: 0;
}

.footer .footer-bottom .footer-bottom-links a:hover {
  color: var(--accent-color);
}

@media (max-width: 991px) {
  .footer .footer-bottom .footer-bottom-links a {
    margin: 0 10px;
  }
}

.footer .footer-bottom .cgreenits {
  text-align: right;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

@media (max-width: 991px) {
  .footer .footer-bottom .cgreenits {
    text-align: center;
  }
}

.footer .footer-bottom .cgreenits a {
  color: var(--accent-color);
  text-decoration: none;
}

.footer .footer-bottom .cgreenits a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer {
    padding: 60px 0 0;
  }

  .footer .footer-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer .footer-links,
  .footer .footer-contact {
    margin-bottom: 40px;
  }
}

input[type=text],
input[type=email],
textarea {
  color: var(--default-color);
  background-color: var(--surface-color);
  font-size: 14px;
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: var(--accent-color);
}

input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: #ffffff;
  padding: 60px 0;
  scroll-margin-top: 78px;
  overflow: clip;
  position: relative;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 4px;
  color: color-mix(in srgb, var(--heading-color), transparent 95%);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 1;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* Hero Section */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  overflow: hidden;
  padding: 0;
}

.hero .hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero .row.min-vh-100 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px
}
/* Hero Title Color Override */
.hero-title {
  color: #ffffff !important;
}

/* Hero text content */
.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Tagline */
.hero .tagline {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: green;
  margin-bottom: 15px;
  font-family: var(--nav-font);
}

/* Tagline */
.hero .tagline1 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: var(--nav-font);
}



/* Hero title */
.hero .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .hero .hero-title {
    font-size: 2.5rem;
    margin-top: 150px;
  }
}

/* Hero description */
.hero .hero-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 35px;
  color: color-mix(in srgb, #ffffff, transparent 15%);
  max-width: 828px;
}

@media (max-width: 768px) {
  .hero .hero-description {
    font-size: 16px;
  }
}

/* Hero actions & features container */
.hero-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; /* space between actions and features */
  margin-top: 30px; /* space below description */
}

/* Buttons */
.hero-center-content .hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-center-content .hero-actions .btn {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 160px;
  text-align: center;
}

.hero-center-content .hero-actions .btn.btn-primary {
  background-color: #00072d;
  border: 2px solid #00072d;
  color: var(--contrast-color);
}

.hero-center-content .hero-actions .btn.btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 15%);
  border-color: color-mix(in srgb, var(--accent-color), black 15%);
  transform: translateY(-2px);
}

.hero-center-content .hero-actions .btn.btn-outline {
  background-color: green;
  border: 2px solid green;
  color: var(--default-color);
}

.hero-center-content .hero-actions .btn.btn-outline:hover {
  transform: translateY(-2px);
  border-color: #00072d;
  color: green;
   background-color: #00072d;
}

/* Hero features */
.hero-center-content .hero-features {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-center-content .hero-features .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Original clock icon stays as is */
.hero-center-content .hero-features .feature-item i {
    font-size: 20px;
    color: #ffffff;
    flex-shrink: 0;
}

/* New images for map & phone icons */
.hero-center-content .hero-features .feature-item .feature-img {
    width: 20px;  /* same size as previous icons */
    height: 20px;
    flex-shrink: 0;
}





.hero-center-content .hero-features .feature-text {
  display: flex;
  flex-direction: column;
}

.hero-center-content .hero-features .feature-text .label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 2px;
}

.hero-center-content .hero-features .feature-text .value {
  font-size: 14px;
  font-weight: 500;
}

/* Video background */
.hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero .hero-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .hero-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, #06060670, transparent 30%);
}

/* Scroll indicator */
.hero .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: var(--contrast-color);
}

.hero .scroll-indicator .scroll-text {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: color-mix(in srgb, var(--contrast-color), transparent 30%);
}

.hero .scroll-indicator .scroll-arrow {
  animation: bounce 2s infinite;
}

.hero .scroll-indicator .scroll-arrow i {
  font-size: 20px;
  color: var(--accent-color);
}

@keyframes bounce {
  0%,20%,50%,80%,100%{transform:translateY(0);}
  40%{transform:translateY(-10px);}
  60%{transform:translateY(-5px);}
}

/* ===================================================
   RESPONSIVE HERO SECTION — ALL SYSTEM SCREEN SIZES
   =================================================== */

/* ----------------------------------------------
   1024x600 — Small widescreen laptops / netbooks
   ---------------------------------------------- */
@media (min-width: 1024px) and (max-width: 1199px) {
  .hero .hero-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .hero .hero-description {
    font-size: 15px;
    max-width: 600px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 12px 22px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
   1024x768 — Standard older laptops
   ---------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1279px) {
  .hero .hero-title {
    font-size: 2.4rem;
  }
  .hero .hero-description {
    font-size: 15.5px;
    max-width: 640px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
   1280x800 — Mid-range laptops (HD)
   ---------------------------------------------- */
@media (min-width: 1280px) and (max-width: 1359px) {
  .hero .hero-title {
    font-size: 2.8rem;
  }
  .hero .hero-description {
    font-size: 16px;
    max-width: 700px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 13px 26px;
    font-size: 15px;
  }
}

/* ----------------------------------------------
   1366x768 — Most common HD laptops
   ---------------------------------------------- */
@media (min-width: 1360px) and (max-width: 1439px) {
  .hero .hero-title {
    font-size: 3rem;
  }
  .hero .hero-description {
    font-size: 17px;
    max-width: 760px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 14px 28px;
    font-size: 15px;
  }
}

/* ----------------------------------------------
   1440x900 — Widescreen laptops
   ---------------------------------------------- */
@media (min-width: 1440px) and (max-width: 1599px) {
  .hero .hero-title {
    font-size: 3.2rem;
  }
  .hero .hero-description {
    font-size: 17.5px;
    max-width: 820px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 15px 30px;
    font-size: 16px;
  }
}

/* ----------------------------------------------
   1600x900 — HD+ laptops
   ---------------------------------------------- */
@media (min-width: 1600px) and (max-width: 1679px) {
  .hero .hero-title {
    font-size: 3.3rem;
  }
  .hero .hero-description {
    font-size: 18px;
    max-width: 850px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 15px 32px;
    font-size: 16px;
  }
}

/* ----------------------------------------------
   1680x1050 — Wide HD monitors
   ---------------------------------------------- */
@media (min-width: 1680px) and (max-width: 1919px) {
  .hero .hero-title {
    font-size: 3.5rem;
  }
  .hero .hero-description {
    font-size: 18.5px;
    max-width: 880px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 16px 34px;
    font-size: 16.5px;
  }
}

/* ----------------------------------------------
   1920x1080 — Full HD (1080p) monitors
   ---------------------------------------------- */
@media (min-width: 1920px) and (max-width: 1999px) {
  .hero .hero-title {
    font-size: 3.8rem;
  }
  .hero .hero-description {
    font-size: 19px;
    max-width: 900px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 16px 36px;
    font-size: 17px;
  }
}

/* ----------------------------------------------
   1920x1200 — Full HD+ Retina displays
   ---------------------------------------------- */
@media (min-width: 2000px) and (max-width: 2559px) {
  .hero .hero-title {
    font-size: 4rem;
  }
  .hero .hero-description {
    font-size: 19.5px;
    max-width: 950px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 17px 38px;
    font-size: 17.5px;
  }
}

/* ----------------------------------------------
   2560x1440 — QHD (2K) monitors
   ---------------------------------------------- */
@media (min-width: 2560px) and (max-width: 3839px) {
  .hero .hero-title {
    font-size: 4.5rem;
  }
  .hero .hero-description {
    font-size: 20px;
    max-width: 1100px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 18px 40px;
    font-size: 18px;
  }
}

/* ----------------------------------------------
   3840x2160 — 4K UHD monitors
   ---------------------------------------------- */
@media (min-width: 3840px) and (max-width: 4095px) {
  .hero .hero-title {
    font-size: 5rem;
  }
  .hero .hero-description {
    font-size: 21px;
    max-width: 1200px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 20px 44px;
    font-size: 18.5px;
  }
}

/* ----------------------------------------------
   4096x2304 — True 4K DCI monitors
   ---------------------------------------------- */
@media (min-width: 4096px) and (max-width: 5119px) {
  .hero .hero-title {
    font-size: 5.2rem;
  }
  .hero .hero-description {
    font-size: 22px;
    max-width: 1250px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 20px 46px;
    font-size: 19px;
  }
}

/* ----------------------------------------------
   5120x2880 — 5K Retina displays
   ---------------------------------------------- */
@media (min-width: 5120px) {
  .hero .hero-title {
    font-size: 5.5rem;
  }
  .hero .hero-description {
    font-size: 22.5px;
    max-width: 1350px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 22px 50px;
    font-size: 19.5px;
  }
}

/* ===================================================
   RESPONSIVE HERO SECTION — MOBILE SCREENS
   =================================================== */

/* ----------------------------------------------
   176x220 — very small feature phones
   ---------------------------------------------- */
@media (max-width: 180px) {
  .hero .hero-title {
    font-size: 1rem;
  }
  .hero .hero-description {
    font-size: 10px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 6px 10px;
    font-size: 10px;
  }
}

/* ----------------------------------------------
   240x320 — small keypad phones
   ---------------------------------------------- */
@media (min-width: 181px) and (max-width: 260px) {
  .hero .hero-title {
    font-size: 1.2rem;
  }
  .hero .hero-description {
    font-size: 11px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 6px 12px;
    font-size: 11px;
  }
}

/* ----------------------------------------------
   320x240 (landscape small phones)
   ---------------------------------------------- */
@media (min-width: 261px) and (max-width: 319px) {
  .hero .hero-title {
    font-size: 1.4rem;
  }
  .hero .hero-description {
    font-size: 12px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 8px 14px;
    font-size: 12px;
  }
}

/* ----------------------------------------------
   320x480 — iPhone 4 / older Android
   ---------------------------------------------- */
@media (min-width: 320px) and (max-width: 479px) {
  .hero .hero-title {
    font-size: 1.6rem;
    margin-top: 80px;
  }
  .hero .hero-description {
    font-size: 13px;
    max-width: 260px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}

/* ----------------------------------------------
   320x533 — low-end Android
   ---------------------------------------------- */
@media (min-width: 480px) and (max-width: 532px) {
  .hero .hero-title {
    font-size: 1.8rem;
  }
  .hero .hero-description {
    font-size: 14px;
    max-width: 280px;
  }
}

/* ----------------------------------------------
   320x568 — iPhone SE
   ---------------------------------------------- */
@media (min-width: 533px) and (max-width: 639px) {
  .hero .hero-title {
    font-size: 2rem;
  }
  .hero .hero-description {
    font-size: 14px;
    max-width: 300px;
  }
}

/* ----------------------------------------------
   360x640 — common Android (HDPI)
   ---------------------------------------------- */
@media (min-width: 640px) and (max-width: 666px) {
  .hero .hero-title {
    font-size: 2.2rem;
  }
  .hero .hero-description {
    font-size: 15px;
    max-width: 320px;
  }
  .hero-center-content .hero-actions .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
   375x667 — iPhone 6/7/8
   ---------------------------------------------- */
@media (min-width: 667px) and (max-width: 735px) {
  .hero .hero-title {
    font-size: 2.3rem;
  }
  .hero .hero-description {
    font-size: 15px;
    max-width: 340px;
  }
}

/* ----------------------------------------------
   414x736 — iPhone 6/7/8 Plus
   ---------------------------------------------- */
@media (min-width: 736px) and (max-width: 799px) {
  .hero .hero-title {
    font-size: 2.5rem;
  }
  .hero .hero-description {
    font-size: 15.5px;
    max-width: 360px;
  }
}

/*--------------------------------------------------------------
# About Section - 3D Look
--------------------------------------------------------------*/
.about .about-content .feature-item {
  margin-bottom: 1.5rem;
  padding: 20px;
  background: linear-gradient(145deg, #ffffff, #f0f0f0); /* Soft gradient for 3D feel */
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  transform-style: preserve-3d;
}

.about .about-content .feature-item:hover {
  transform: translateY(-8px) rotateX(2deg) rotateY(2deg);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.08);
}

.about .about-content .feature-item i {
  font-size: 1.8rem;
  color: green;
  margin-bottom: 12px;
  display: inline-block;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.about .about-gallery img {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  border-radius: 12px;
  transform-style: preserve-3d;
}

.about .about-gallery img:hover {
  transform: scale(1.05) rotateX(2deg) rotateY(2deg);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0,0,0,0.1);
}

.about .about-gallery .years-badge {
  position: absolute;
  bottom: 379px;
  right: 398px;
  z-index: 2;
  background: #4caf50b8;
  color: var(--contrast-color);
  padding: 20px 30px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2), 0 4px 8px rgba(0,0,0,0.1);
  transform-style: preserve-3d;
}

.about .about-gallery .years-badge .number {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.about .about-gallery .years-badge .text {
  font-size: 0.95rem;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}

/* Responsive adjustments remain the same */
@media (max-width: 992px) {
  .about .about-gallery {
    margin-top: 2rem;
  }

  .about .about-gallery .years-badge {
    bottom: 20px;
    right: 20px;
    padding: 15px 25px;
  }

  .about .about-gallery .years-badge .number {
    font-size: 2.2rem;
  }

  .about .about-gallery .years-badge .text {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .about .about-gallery .years-badge {
    bottom: 15px;
    right: 15px;
  }

  .about .about-content .signature img {
    max-width: 150px;
  }
}

.btn-read-more {
  background-color: #00072d;
  color: #fff;
  padding: 10px 28px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-read-more:hover {
  background-color: #00114d;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 7, 45, 0.3);
  color: #ffffff;
}
.signature p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.signature i {
  color: green;
  margin-right: 6px;
}


/* ---------------------------------------------------------
   BASE — 3D About Section Styles (Default for ≥1366px)
--------------------------------------------------------- */

/* Existing styles from your snippet (no change needed) */


/* ---------------------------------------------------------
   MOBILE & TABLET RESPONSIVENESS
--------------------------------------------------------- */

/* Small Phones (320px–480px) */
@media (max-width: 480px) {
  .about .about-content .feature-item {
    padding: 14px;
    margin-bottom: 1rem;
  }

  .about .about-content .feature-item i {
    font-size: 1.4rem;
  }

  .about .about-gallery img {
    width: 100%;
    border-radius: 10px;
  }

  .about .about-gallery .years-badge {
    bottom: 12px;
    right: 12px;
    padding: 10px 18px;
  }

  .about .about-gallery .years-badge .number {
    font-size: 1.8rem;
  }

  .about .about-gallery .years-badge .text {
    font-size: 0.8rem;
  }

  .signature p {
    font-size: 14px;
  }

  .btn-read-more {
    font-size: 14px;
    padding: 8px 20px;
  }
}

/* Medium Phones (481px–767px) */
@media (min-width: 481px) and (max-width: 767px) {
  .about .about-content .feature-item {
    padding: 16px;
  }

  .about .about-gallery .years-badge {
    bottom: 18px;
    right: 18px;
    padding: 12px 22px;
  }

  .about .about-gallery .years-badge .number {
    font-size: 2rem;
  }

  .btn-read-more {
    font-size: 15px;
    padding: 9px 24px;
  }
}

/* Tablets (768px–991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .about .about-content .feature-item {
    padding: 18px;
  }

  .about .about-gallery {
    margin-top: 2rem;
  }

  .about .about-gallery .years-badge {
    bottom: 20px;
    right: 20px;
    padding: 15px 25px;
  }

  .about .about-gallery .years-badge .number {
    font-size: 2.2rem;
  }

  .about .about-gallery .years-badge .text {
    font-size: 0.85rem;
  }

  .btn-read-more {
    font-size: 15px;
    padding: 10px 26px;
  }
}

/* Small Laptops (992px–1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .about .about-content .feature-item {
    padding: 20px;
  }

  .about .about-gallery .years-badge {
    bottom: 40px;
    right: 40px;
  }

  .btn-read-more {
    font-size: 15px;
    padding: 10px 28px;
  }
}

/* ---------------------------------------------------------
   DESKTOP / SYSTEM SCREENS
--------------------------------------------------------- */

/* 1024x768 – Small Laptop */
@media (min-width: 1024px) and (max-width: 1279px) {
  .about .about-gallery .years-badge {
    bottom: 100px;
    right: 160px;
  }
}

/* 1280x800 – HD Laptop */
@media (min-width: 1280px) and (max-width: 1359px) {
  .about .about-gallery .years-badge {
    bottom: 240px;
    right: 300px;
  }
}

/* 1366x768 – Standard Laptop */
@media (min-width: 1360px) and (max-width: 1439px) {
  .about .about-gallery .years-badge {
    bottom: 300px;
    right: 340px;
  }
}

/* 1440x900 – Widescreen Laptop */
@media (min-width: 1440px) and (max-width: 1599px) {
  .about .about-gallery .years-badge {
    bottom: 340px;
    right: 370px;
  }
}

/* 1600x900 – HD+ Display */
@media (min-width: 1600px) and (max-width: 1679px) {
  .about .about-gallery .years-badge {
    bottom: 360px;
    right: 380px;
  }
}

/* 1680x1050 – Wide Monitor */
@media (min-width: 1680px) and (max-width: 1919px) {
  .about .about-gallery .years-badge {
    bottom: 370px;
    right: 390px;
  }
}

/* 1920x1080 – Full HD Monitor */
@media (min-width: 1920px) and (max-width: 1999px) {
  .about .about-gallery .years-badge {
    bottom: 379px;
    right: 398px;
  }
}

/* 1920x1200 – HD+ Retina */
@media (min-width: 2000px) and (max-width: 2559px) {
  .about .about-gallery .years-badge {
    bottom: 400px;
    right: 410px;
  }
}

/* 2560x1440 – 2K Display */
@media (min-width: 2560px) and (max-width: 3839px) {
  .about .about-gallery .years-badge {
    bottom: 420px;
    right: 440px;
  }
}

/* 3840x2160 – 4K UHD Display */
@media (min-width: 3840px) and (max-width: 4095px) {
  .about .about-gallery .years-badge {
    bottom: 440px;
    right: 460px;
  }
}

/* 4096x2304 – True 4K */
@media (min-width: 4096px) and (max-width: 5119px) {
  .about .about-gallery .years-badge {
    bottom: 460px;
    right: 480px;
  }
}

/* 5120x2880 – 5K Retina */
@media (min-width: 5120px) {
  .about .about-gallery .years-badge {
    bottom: 500px;
    right: 520px;
  }
}



















/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
#testimonials {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.slider-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  animation: fadeSlider 9s infinite;
}

.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 3s; }
.slide:nth-child(3) { animation-delay: 6s; }

@keyframes fadeSlider {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 0; }
  100% { opacity: 0; }
}

/* Dots container */
.slider-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

/* Each dot */
.slider-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: dotAnimation 9s infinite;
}

/* Delay for each dot to match slides */
.slider-dots .dot:nth-child(1) { animation-delay: 0s; }
.slider-dots .dot:nth-child(2) { animation-delay: 3s; }
.slider-dots .dot:nth-child(3) { animation-delay: 6s; }

/* Dot animation (active highlight) */
@keyframes dotAnimation {
  0%   { background-color: rgba(255,255,255,0.5); }
  10%  { background-color: #00b050; } /* active color */
  30%  { background-color: #00b050; }
  40%  { background-color: rgba(255,255,255,0.5); }
  100% { background-color: rgba(255,255,255,0.5); }
}

/*--------------------------------------------------------------
# Responsive Breakpoints — Mobile to 5K
--------------------------------------------------------------*/

/* Small Phones (320px–480px) */
@media (max-width: 480px) {
  #testimonials {
    height: 420px;
  }
  .slider-dots .dot {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}

/* Medium Phones (481px–767px) */
@media (min-width: 481px) and (max-width: 767px) {
  #testimonials {
    height: 480px;
  }
  .slider-dots .dot {
    width: 9px;
    height: 9px;
  }
}

/* Tablets (768px–991px) */
@media (min-width: 768px) and (max-width: 991px) {
  #testimonials {
    height: 550px;
  }
  .slider-dots .dot {
    width: 10px;
    height: 10px;
  }
}

/* Small Laptops (992px–1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  #testimonials {
    height: 650px;
  }
  .slider-dots .dot {
    width: 11px;
    height: 11px;
  }
}

/* 1024x768 – Classic Laptop */
@media (min-width: 1024px) and (max-width: 1279px) {
  #testimonials {
    height: 680px;
  }
}

/* 1280x800 – HD Laptop */
@media (min-width: 1280px) and (max-width: 1359px) {
  #testimonials {
    height: 720px;
  }
}

/* 1366x768 – Standard Laptop */
@media (min-width: 1360px) and (max-width: 1439px) {
  #testimonials {
    height: 760px;
  }
}

/* 1440x900 – Widescreen Laptop */
@media (min-width: 1440px) and (max-width: 1599px) {
  #testimonials {
    height: 800px;
  }
}

/* 1600x900 – HD+ Display */
@media (min-width: 1600px) and (max-width: 1679px) {
  #testimonials {
    height: 820px;
  }
}

/* 1680x1050 – Wide Monitor */
@media (min-width: 1680px) and (max-width: 1919px) {
  #testimonials {
    height: 850px;
  }
}

/* 1920x1080 – Full HD Monitor */
@media (min-width: 1920px) and (max-width: 1999px) {
  #testimonials {
    height: 880px;
  }
}

/* 1920x1200 – Retina Display */
@media (min-width: 2000px) and (max-width: 2559px) {
  #testimonials {
    height: 900px;
  }
}

/* 2560x1440 – 2K Display */
@media (min-width: 2560px) and (max-width: 3839px) {
  #testimonials {
    height: 950px;
  }
}

/* 3840x2160 – 4K UHD Display */
@media (min-width: 3840px) and (max-width: 4095px) {
  #testimonials {
    height: 1000px;
  }
}

/* 4096x2304 – True 4K */
@media (min-width: 4096px) and (max-width: 5119px) {
  #testimonials {
    height: 1100px;
  }
}

/* 5120x2880 – 5K Retina Display */
@media (min-width: 5120px) {
  #testimonials {
    height: 1200px;
  }
}


















/*--------------------------------------------------------------
# basic facilities
--------------------------------------------------------------*/
.facilities-marquee {
  background-color: #00072d;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  padding: 15px 0;
  font-size: 1rem;
  font-weight: 500;
}

.facilities-marquee .marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 60s linear infinite;
}

.facilities-marquee .marquee span {
  display: inline-block;
  padding-right: 150px; /* extra gap between repetitions */
}

.facilities-marquee i {
  color: #e33e1e;
  margin-right: 6px;
  vertical-align: middle;
}

@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 768px) {
  .facilities-marquee {
    font-size: 0.9rem;
  }
  .facilities-marquee .marquee span {
    padding-right: 100px;
  }
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .menu-filters ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: var(--surface-color);
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.menu .menu-filters ul li {
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 40px;
  background-color: transparent;
  color: var(--default-color);
  transition: all 0.3s ease;
  position: relative;
}

.menu .menu-filters ul li:hover {
  color: var(--accent-color);
  transform: translateY(-2px);
}

.menu .menu-filters ul li.filter-active {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  box-shadow: 0 4px 15px color-mix(in srgb, var(--accent-color), transparent 60%);
}

@media (max-width: 768px) {
  .menu .menu-filters ul {
    background-color: transparent;
    box-shadow: none;
  }

  .menu .menu-filters ul li {
    padding: 8px 16px;
    font-size: 0.85rem;
    background-color: var(--surface-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
}

.menu .menu-grid .menu-card {
  background-color: var(--surface-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
}

.menu .menu-grid .menu-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.menu .menu-grid .menu-card.featugreen {
  border: 2px solid var(--accent-color);
}

.menu .menu-grid .menu-card.featugreen:before {
  content: "Featugreen";
  position: absolute;
  top: 15px;
  right: -30px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 5px 40px;
  font-size: 0.75rem;
  font-weight: 600;
  transform: rotate(45deg);
  z-index: 5;
}

.menu .menu-grid .menu-card .menu-card-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.menu .menu-grid .menu-card .menu-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.menu .menu-grid .menu-card .menu-card-image:hover img {
  transform: scale(1.1);
}

.menu .menu-grid .menu-card .menu-card-image .dietary-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.menu .menu-grid .menu-card .menu-card-image .dietary-badges span {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.menu .menu-grid .menu-card .menu-card-image .dietary-badges .badge-vegetarian {
  background-color: color-mix(in srgb, green, transparent 20%);
  color: var(--contrast-color);
}

.menu .menu-grid .menu-card .menu-card-image .dietary-badges .badge-vegan {
  background-color: color-mix(in srgb, #228B22, transparent 20%);
  color: var(--contrast-color);
}

.menu .menu-grid .menu-card .menu-card-image .dietary-badges .badge-gluten-free {
  background-color: color-mix(in srgb, #FFA500, transparent 20%);
  color: var(--contrast-color);
}

.menu .menu-grid .menu-card .menu-card-image .dietary-badges .badge-seafood {
  background-color: color-mix(in srgb, #4682B4, transparent 20%);
  color: var(--contrast-color);
}

.menu .menu-grid .menu-card .menu-card-image .dietary-badges .badge-chef {
  background-color: color-mix(in srgb, #FFD700, transparent 20%);
  color: var(--default-color);
}

.menu .menu-grid .menu-card .menu-card-image .dietary-badges .badge-signature {
  background-color: color-mix(in srgb, #8B008B, transparent 20%);
  color: var(--contrast-color);
}

.menu .menu-grid .menu-card .menu-card-image .dietary-badges .badge-alcoholic {
  background-color: color-mix(in srgb, #DC143C, transparent 20%);
  color: var(--contrast-color);
}

.menu .menu-grid .menu-card .menu-card-image .dietary-badges .badge-fresh {
  background-color: color-mix(in srgb, #32CD32, transparent 20%);
  color: var(--contrast-color);
}

.menu .menu-grid .menu-card .menu-card-image .price-overlay {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.menu .menu-grid .menu-card .menu-card-content {
  padding: 24px;
}

.menu .menu-grid .menu-card .menu-card-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #00072d;
}

.menu .menu-grid .menu-card .menu-card-content p {
  color: color-mix(in srgb, #000000, transparent 25%);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.menu .menu-grid .menu-card .menu-card-content .spice-level {
  display: flex;
  gap: 4px;
  align-items: center;
}

.menu .menu-grid .menu-card .menu-card-content .spice-level .spice-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
  transition: background-color 0.3s;
}

.menu .menu-grid .menu-card .menu-card-content .spice-level .spice-dot.active {
  background-color: var(--accent-color);
}

.menu .menu-actions {
  margin-top: 3rem;
  padding: 24px;
  background-color: var(--surface-color);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.menu .menu-actions .seasonal-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 0.9rem;
}

.menu .menu-actions .seasonal-notice i {
  color: var(--accent-color);
  font-size: 1.1rem;
}

.menu .menu-actions .menu-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.menu .menu-actions .menu-download-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px color-mix(in srgb, var(--accent-color), transparent 40%);
}

.menu .menu-actions .menu-download-btn i {
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .menu .menu-actions {
    text-align: center;
  }

  .menu .menu-actions .row>div {
    margin-bottom: 1rem;
  }
}

.menu .chef-recommendations {
  margin-top: 4rem;
}

.menu .chef-recommendations .section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.menu .chef-recommendations .section-header h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.menu .chef-recommendations .section-header h3 i {
  color: green;
}

.menu .chef-recommendations .section-header p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 1.1rem;
}

.menu .chef-recommendations .recommendation-card {
  background-color: var(--surface-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
}

.menu .chef-recommendations .recommendation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

.menu .chef-recommendations .recommendation-card .recommendation-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.menu .chef-recommendations .recommendation-card .recommendation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.menu .chef-recommendations .recommendation-card .recommendation-image:hover img {
  transform: scale(1.08);
}

.menu .chef-recommendations .recommendation-card .recommendation-image .chef-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #FF6B6B 30%));
  color: var(--contrast-color);
  padding: 8px 16px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 0.85rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.menu .chef-recommendations .recommendation-card .recommendation-image .chef-badge i {
  font-size: 1rem;
}

.menu .chef-recommendations .recommendation-card .recommendation-content {
  padding: 30px;
}

.menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-header h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00072d;
  flex: 1;
  margin-right: 15px;
}

.menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-header .recommendation-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent-color);
  white-space: nowrap;
}

.menu .chef-recommendations .recommendation-card .recommendation-content p {
  color: color-mix(in srgb, #000000, transparent 25%);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-details .serving-info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.85rem;
}

.menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-details .serving-info i {
  color: var(--accent-color);
}

.menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-details .dietary-info {
  display: flex;
  gap: 6px;
}

.menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-details .dietary-info .mini-badge {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 10px;
  text-transform: uppercase;
}

.menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-details .dietary-info .mini-badge.gluten-free {
  background-color: color-mix(in srgb, #FFA500, transparent 85%);
  color: #FFA500;
}

.menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-details .dietary-info .mini-badge.dairy-free {
  background-color: color-mix(in srgb, #32CD32, transparent 85%);
  color: #32CD32;
}

.menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-details .dietary-info .mini-badge.seafood {
  background-color: color-mix(in srgb, #4682B4, transparent 85%);
  color: #4682B4;
}

.menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-details .dietary-info .mini-badge.premium {
  background-color: color-mix(in srgb, #FFD700, transparent 85%);
  color: #B8860B;
}

@media (max-width: 1200px) {
  .menu .menu-grid .menu-card .menu-card-content {
    padding: 20px;
  }

  .menu .menu-grid .menu-card .menu-card-content h4 {
    font-size: 1.15rem;
  }
}

@media (max-width: 768px) {
  .menu .chef-recommendations .section-header h3 {
    font-size: 1.6rem;
    flex-direction: column;
    gap: 8px;
  }

  .menu .menu-grid .menu-card .menu-card-image {
    height: 220px;
  }

  .menu .chef-recommendations .recommendation-card .recommendation-content {
    padding: 24px;
  }

  .menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-header h4 {
    margin-right: 0;
    font-size: 1.25rem;
  }

  .menu .chef-recommendations .recommendation-card .recommendation-content .recommendation-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 576px) {
  .menu .menu-grid .menu-card .menu-card-image {
    height: 200px;
  }

  .menu .menu-grid .menu-card .menu-card-image .price-overlay {
    font-size: 1rem;
    padding: 6px 12px;
  }
}


/* Ensure icons are visible and styled */
.badge-amenity i {
    font-family: "Bootstrap Icons"; /* Make sure the font is applied */
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 1.5rem; /* Adjust size */
    color: #fff;        /* Icon color */
    background: green; /* Optional circle background */
    border-radius: 50%; /* Make it circular */
    padding: 10px;       /* Space around icon */
}
.read-more-btn {
    display: inline-block;
    background-color: #00072d;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background-color: #00164d; /* Slightly darker on hover */
    transform: translateY(-2px);
}


#menu-bubbles-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none; /* Clicks go through */
}

.menu.section > * {
  position: relative;
  z-index: 2; /* Content above canvas */
}




/*--------------------------------------------------------------
# Basic Facilities Section
--------------------------------------------------------------*/
.facilities-marquee {
  background-color: #00072d;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  padding: 15px 0;
  font-size: 1rem;
  font-weight: 500;
}

.facilities-marquee .marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 60s linear infinite;
}

.facilities-marquee .marquee span {
  display: inline-block;
  padding-right: 150px; /* Gap between repetitions */
}

.facilities-marquee i {
  color: #e33e1e;
  margin-right: 6px;
  vertical-align: middle;
}

@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

/* 🖥️ Large Desktop (≥1400px) */
@media (min-width: 1400px) {
  .facilities-marquee {
    font-size: 1.2rem;
    padding: 18px 0;
  }
  .facilities-marquee .marquee span {
    padding-right: 200px;
  }
}

/* 💻 Laptop (≥1200px and <1400px) */
@media (max-width: 1399px) and (min-width: 1200px) {
  .facilities-marquee {
    font-size: 1rem;
  }
}

/* 📱 Tablet (≤992px) */
@media (max-width: 992px) {
  .facilities-marquee {
    font-size: 0.95rem;
  }
  .facilities-marquee .marquee span {
    padding-right: 120px;
  }
}

/* 📲 Mobile (≤768px) */
@media (max-width: 768px) {
  .facilities-marquee {
    font-size: 0.9rem;
    padding: 12px 0;
  }
  .facilities-marquee .marquee span {
    padding-right: 100px;
  }
}

/* 📞 Small Mobile (≤576px) */
@media (max-width: 576px) {
  .facilities-marquee {
    font-size: 0.8rem;
    padding: 10px 0;
  }
  .facilities-marquee .marquee span {
    padding-right: 80px;
  }
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .menu-filters ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 8px;
  background-color: var(--surface-color);
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.menu .menu-filters ul li {
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 40px;
  transition: all 0.3s ease;
}

.menu .menu-filters ul li:hover {
  color: var(--accent-color);
  transform: translateY(-2px);
}

.menu .menu-filters ul li.filter-active {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

/* 🖥️ Large Desktop (≥1400px) */
@media (min-width: 1400px) {
  .menu .menu-filters ul li {
    padding: 14px 28px;
    font-size: 1rem;
  }
  .menu .menu-grid .menu-card .menu-card-image {
    height: 280px;
  }
}

/* 💻 Laptop (≥1200px and <1400px) */
@media (max-width: 1399px) and (min-width: 1200px) {
  .menu .menu-grid .menu-card .menu-card-image {
    height: 260px;
  }
}

/* 🧩 Tablet (≤992px) */
@media (max-width: 992px) {
  .menu .menu-filters ul li {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  .menu .menu-grid .menu-card .menu-card-image {
    height: 230px;
  }
  .menu .menu-grid .menu-card .menu-card-content h4 {
    font-size: 1.1rem;
  }
}

/* 📲 Mobile (≤768px) */
@media (max-width: 768px) {
  .menu .menu-filters ul {
    background-color: transparent;
    box-shadow: none;
  }
  .menu .menu-filters ul li {
    padding: 8px 16px;
    font-size: 0.85rem;
    background-color: var(--surface-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .menu .menu-grid .menu-card .menu-card-image {
    height: 220px;
  }
  .menu .chef-recommendations .recommendation-card .recommendation-content {
    padding: 20px;
  }
  .menu .chef-recommendations .section-header h3 {
    font-size: 1.5rem;
    flex-direction: column;
  }
}

/* 📞 Small Mobile (≤576px) */
@media (max-width: 576px) {
  .menu .menu-grid .menu-card .menu-card-image {
    height: 200px;
  }
  .menu .menu-grid .menu-card .menu-card-image .price-overlay {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
  .menu .menu-grid .menu-card .menu-card-content {
    padding: 16px;
  }
  .menu .menu-grid .menu-card .menu-card-content h4 {
    font-size: 1rem;
  }
  .menu .menu-actions {
    padding: 16px;
  }
  .menu .chef-recommendations .recommendation-card .recommendation-content p {
    font-size: 0.85rem;
  }
}

/*--------------------------------------------------------------
# Icons, Buttons & Canvas
--------------------------------------------------------------*/
.badge-amenity i {
  font-family: "Bootstrap Icons";
  font-size: 1.5rem;
  color: #fff;
  background: green;
  border-radius: 50%;
  padding: 10px;
}

.read-more-btn {
  display: inline-block;
  background-color: #00072d;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background-color: #00164d;
  transform: translateY(-2px);
}

#menu-bubbles-canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.menu.section > * {
  position: relative;
  z-index: 2;
}








































.gallery-section {
  background: #3f51b514;
  padding: 60px 0;
  overflow: hidden;
}

.gallery-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gallery-track {
  display: flex;
  gap: 20px;
  animation: scrollGallery 10s linear infinite;
}

.gallery-track img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

/* Keyframes for smooth continuous scroll */
@keyframes scrollGallery {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ==========================
   SYSTEM SCREEN RESOLUTIONS
   ========================== */

/* 1024x600 */
@media screen and (max-width: 1024px) and (max-height: 600px) {
  .gallery-track img {
    width: 240px;
    height: 160px;
  }
}

/* 1024x768 */
@media screen and (max-width: 1024px) and (max-height: 768px) {
  .gallery-track img {
    width: 250px;
    height: 170px;
  }
}

/* 1280x800 */
@media screen and (max-width: 1280px) and (max-height: 800px) {
  .gallery-track img {
    width: 260px;
    height: 175px;
  }
}

/* 1366x768 */
@media screen and (max-width: 1366px) and (max-height: 768px) {
  .gallery-track img {
    width: 270px;
    height: 180px;
  }
}

/* 1440x900 */
@media screen and (max-width: 1440px) and (max-height: 900px) {
  .gallery-track img {
    width: 280px;
    height: 190px;
  }
}

/* 1600x900 */
@media screen and (max-width: 1600px) and (max-height: 900px) {
  .gallery-track img {
    width: 300px;
    height: 200px;
  }
}

/* 1680x1050 */
@media screen and (max-width: 1680px) and (max-height: 1050px) {
  .gallery-track img {
    width: 320px;
    height: 210px;
  }
}

/* 1920x1080 */
@media screen and (max-width: 1920px) and (max-height: 1080px) {
  .gallery-track img {
    width: 340px;
    height: 230px;
  }
}

/* 1920x1200 */
@media screen and (max-width: 1920px) and (max-height: 1200px) {
  .gallery-track img {
    width: 360px;
    height: 240px;
  }
}

/* ==========================
   GALLERY BUTTON STYLES
   ========================== */

.view-more-button {
  display: inline-block;
  padding: 12px 30px;
  background: #00072d;           /* Deep navy background */
  color: #ffffff;                /* White text */
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Hover effect */
.view-more-button:hover {
  background: #1a1f4b;           /* Slightly lighter navy */
  transform: translateY(-3px);   /* Lift effect */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Focus accessibility */
.view-more-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 7, 45, 0.5);
}

/* Center the button */
.gallery-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}












.contact-banner {
  background: url('../img/contact-banner.png') center/cover no-repeat;
  height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner-overlay {
  background: rgb(0 7 45 / 7%);
  padding: 30px;
  border-radius: 15px;
}

.banner-overlay h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 15px;
}

.banner-overlay p {
  color: #fff;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
}

/* ==============================
   SYSTEM SCREEN SIZE ADJUSTMENTS
   ============================== */

/* 1024x600 */
@media screen and (max-width: 1024px) and (max-height: 600px) {
  .contact-banner { height: 350px; }
  .banner-overlay h1 { font-size: 28px; }
  .banner-overlay p { font-size: 14px; max-width: 500px; }
}

/* 1024x768 */
@media screen and (max-width: 1024px) and (max-height: 768px) {
  .contact-banner { height: 380px; }
  .banner-overlay h1 { font-size: 32px; }
  .banner-overlay p { font-size: 15px; max-width: 550px; }
}

/* 1280x800 */
@media screen and (max-width: 1280px) and (max-height: 800px) {
  .contact-banner { height: 420px; }
  .banner-overlay h1 { font-size: 36px; }
  .banner-overlay p { font-size: 16px; max-width: 600px; }
}

/* 1366x768 */
@media screen and (max-width: 1366px) and (max-height: 768px) {
  .contact-banner { height: 440px; }
  .banner-overlay h1 { font-size: 38px; }
  .banner-overlay p { font-size: 16px; max-width: 650px; }
}

/* 1440x900 */
@media screen and (max-width: 1440px) and (max-height: 900px) {
  .contact-banner { height: 480px; }
  .banner-overlay h1 { font-size: 42px; }
  .banner-overlay p { font-size: 17px; max-width: 680px; }
}

/* 1600x900 */
@media screen and (max-width: 1600px) and (max-height: 900px) {
  .contact-banner { height: 500px; }
  .banner-overlay h1 { font-size: 45px; }
  .banner-overlay p { font-size: 18px; max-width: 700px; }
}

/* 1680x1050 */
@media screen and (max-width: 1680px) and (max-height: 1050px) {
  .contact-banner { height: 520px; }
  .banner-overlay h1 { font-size: 48px; }
  .banner-overlay p { font-size: 18px; max-width: 720px; }
}

/* 1920x1080 */
@media screen and (max-width: 1920px) and (max-height: 1080px) {
  .contact-banner { height: 550px; }
  .banner-overlay h1 { font-size: 50px; }
  .banner-overlay p { font-size: 19px; max-width: 750px; }
}

/* 1920x1200 */
@media screen and (max-width: 1920px) and (max-height: 1200px) {
  .contact-banner { height: 580px; }
  .banner-overlay h1 { font-size: 52px; }
  .banner-overlay p { font-size: 20px; max-width: 800px; }
}







.contact-section {
  padding: 80px 20px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
}

.contact-card {
  background: #fff;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  perspective: 1000px;
  max-width: 1200px;
  width: 100%;
}

.tilt-card:hover {
  transform: rotateY(5deg) rotateX(3deg) translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

.contact-left, .contact-right {
  flex: 1;
  min-width: 300px;
  padding: 40px;
}

.contact-left h2, .contact-right h2 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #00072d;
}

.contact-left .form-group {
  margin-bottom: 15px;
}

.contact-left .form-control {
  border-radius: 12px;
  border: 1px solid #ccc;
  padding: 12px 15px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.contact-left .form-control:focus {
  border-color: #00072d;
  box-shadow: 0 0 8px rgba(0, 7, 45, 0.3);
  outline: none;
}

.btn-submit {
  background: #00072d;
  color: #fff;
  border-radius: 12px;
  padding: 12px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  width: 100%;
}

.btn-submit:hover {
  background: #1a1a5c;
}

.contact-right p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
}

.contact-right i {
  color: #00072d;
  margin-right: 12px;
  font-size: 20px;
}

.map-container {
  margin-top: 15px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* ======================================================
   SYSTEM SCREEN SIZE RESPONSIVE ADJUSTMENTS
   ====================================================== */

/* 1024x600 */
@media screen and (max-width: 1024px) and (max-height: 600px) {
  .contact-section { padding: 50px 15px; }
  .contact-left, .contact-right { padding: 25px; }
  .contact-left h2, .contact-right h2 { font-size: 22px; }
  .contact-left .form-control { font-size: 14px; padding: 10px 12px; }
  .btn-submit { padding: 10px 20px; font-size: 14px; }
  .contact-right p { font-size: 14px; }
}

/* 1024x768 */
@media screen and (max-width: 1024px) and (max-height: 768px) {
  .contact-section { padding: 60px 20px; }
  .contact-left, .contact-right { padding: 30px; }
  .contact-left h2, .contact-right h2 { font-size: 24px; }
  .contact-left .form-control { font-size: 15px; }
  .contact-right p { font-size: 15px; }
}

/* 1280x800 */
@media screen and (max-width: 1280px) and (max-height: 800px) {
  .contact-section { padding: 70px 25px; }
  .contact-left h2, .contact-right h2 { font-size: 26px; }
  .contact-right p { font-size: 16px; }
}

/* 1366x768 */
@media screen and (max-width: 1366px) and (max-height: 768px) {
  .contact-card { max-width: 1100px; }
  .contact-left, .contact-right { padding: 35px; }
  .contact-left h2, .contact-right h2 { font-size: 26px; }
  .contact-right p { font-size: 16px; }
}

/* 1440x900 */
@media screen and (max-width: 1440px) and (max-height: 900px) {
  .contact-card { max-width: 1150px; }
  .contact-left h2, .contact-right h2 { font-size: 28px; }
  .contact-right p { font-size: 17px; }
}

/* 1600x900 */
@media screen and (max-width: 1600px) and (max-height: 900px) {
  .contact-card { max-width: 1200px; }
  .contact-left h2, .contact-right h2 { font-size: 30px; }
  .contact-right p { font-size: 18px; }
}

/* 1680x1050 */
@media screen and (max-width: 1680px) and (max-height: 1050px) {
  .contact-card { max-width: 1250px; }
  .contact-left, .contact-right { padding: 45px; }
  .contact-left h2, .contact-right h2 { font-size: 32px; }
  .contact-right p { font-size: 18px; }
}

/* 1920x1080 */
@media screen and (max-width: 1920px) and (max-height: 1080px) {
  .contact-card { max-width: 1300px; }
  .contact-left, .contact-right { padding: 50px; }
  .contact-left h2, .contact-right h2 { font-size: 34px; }
  .contact-right p { font-size: 19px; }
}

/* 1920x1200 */
@media screen and (max-width: 1920px) and (max-height: 1200px) {
  .contact-card { max-width: 1350px; }
  .contact-left, .contact-right { padding: 55px; }
  .contact-left h2, .contact-right h2 { font-size: 36px; }
  .contact-right p { font-size: 20px; }
}

/* Tablet & Mobile fallback */
@media(max-width: 991px){
  .contact-card {
    flex-direction: column;
    transform: none !important;
  }
}

















/* ===============================
   BASE DESIGN
   =============================== */
.navavaran-difference {
  font-family: Arial, sans-serif;
  display: flex;
  margin: 0 auto;
  padding: 100px 10%;
  background-color: white;
}

.content-left {
  flex: 1;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tagline {
  font-size: 14px;
  letter-spacing: 2px;
  color: green;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.orange-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: green;
  margin-right: 10px;
}

.main-title {
  font-size: 48px;
  font-weight: 800;
  color: #00072d;
  line-height: 1.1;
  margin-bottom: 30px;
}

.description-text {
  font-size: 16px;
  color: #00072d;
  line-height: 1.6;
  margin-bottom: 40px;
}

.highlight-text {
  color: #00072d;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.highlight-list li {
  color: #00072d;
  font-size: 16px;
  margin-bottom: 10px;
}

.highlight-list li i {
  color: green;
  margin-right: 10px;
}

blockquote {
  color: #00072d;
  font-style: italic;
  border-left: 4px solid green;
  padding-left: 15px;
  margin-top: 20px;
}

/* --- Right Section --- */
.content-right {
  flex: 1;
  position: relative;
  padding: 20px;
  min-height: 600px;
}

.circle-background {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 106%;
  max-width: 649px;
  height: 618px;
  background-color: #f0f0f0;
  border-radius: 50%;
}

.feature-card {
  position: absolute;
  background-color: #00072d;
  color: white;
  padding: 30px;
  width: 380px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.card-icon {
  color: green;
  font-size: 28px;
  margin-bottom: 15px;
  display: block;
}

.card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.card-text {
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
}

/* --- Card Positions --- */
.card-top {
  top: -31px;
  right: 0;
}

.card-middle {
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}

.card-bottom {
  bottom: -46px;
  right: 0;
}

/* ===============================
   SYSTEM SIZE RESPONSIVENESS
   =============================== */

/* 1024x600 */
@media screen and (max-width: 1024px) and (max-height: 600px) {
  .navavaran-difference { padding: 60px 6%; flex-direction: column; }
  .main-title { font-size: 32px; }
  .description-text, .highlight-text, .highlight-list li { font-size: 14px; }
  .circle-background { max-width: 400px; height: 380px; }
  .feature-card { width: 300px; padding: 20px; font-size: 13px; }
}

/* 1024x768 */
@media screen and (max-width: 1024px) and (max-height: 768px) {
  .main-title { font-size: 34px; }
  .feature-card { width: 320px; }
  .circle-background { width: 480px; height: 450px; }
}

/* 1280x800 */
@media screen and (max-width: 1280px) and (max-height: 800px) {
  .navavaran-difference { padding: 80px 8%; }
  .main-title { font-size: 38px; }
  .feature-card { width: 340px; }
}

/* 1366x768 */
@media screen and (max-width: 1366px) and (max-height: 768px) {
  .navavaran-difference { padding: 90px 9%; }
  .main-title { font-size: 40px; }
  .feature-card { width: 350px; }
}

/* 1440x900 */
@media screen and (max-width: 1440px) and (max-height: 900px) {
  .main-title { font-size: 44px; }
  .circle-background { max-width: 620px; height: 600px; }
  .feature-card { width: 370px; }
}

/* 1600x900 */
@media screen and (max-width: 1600px) and (max-height: 900px) {
  .navavaran-difference { padding: 100px 10%; }
  .main-title { font-size: 46px; }
  .feature-card { width: 380px; }
}

/* 1680x1050 */
@media screen and (max-width: 1680px) and (max-height: 1050px) {
  .main-title { font-size: 48px; }
  .feature-card { width: 400px; padding: 35px; }
  .circle-background { max-width: 640px; height: 620px; }
}

/* 1920x1080 */
@media screen and (max-width: 1920px) and (max-height: 1080px) {
  .main-title { font-size: 52px; }
  .feature-card { width: 420px; padding: 40px; }
  .circle-background { max-width: 650px; height: 640px; }
}

/* 1920x1200 */
@media screen and (max-width: 1920px) and (max-height: 1200px) {
  .main-title { font-size: 54px; }
  .feature-card { width: 440px; padding: 42px; }
  .circle-background { max-width: 660px; height: 650px; }
}

/* ===============================
   TABLET & MOBILE FALLBACK
   =============================== */
@media (max-width: 992px) {
  .navavaran-difference { flex-direction: column; text-align: center; padding: 60px 5%; }
  .content-left { padding-right: 0; margin-bottom: 50px; }
  .tagline { justify-content: center; }
  .main-title { font-size: 36px; }
  .content-right { min-height: auto; padding: 0; display: flex; flex-direction: column; align-items: center; }
  .circle-background { position: static; width: 100%; max-width: 400px; height: 400px; margin-bottom: 50px; opacity: 0.5; }
  .feature-card { position: static; width: 80%; max-width: 450px; margin: 20px 0; transform: none !important; }
}

@media (max-width: 576px) {
  .main-title { font-size: 28px; }
  .description-text { font-size: 14px; }
  .feature-card { width: 90%; padding: 20px; }
}











/*--------------------------------------------------------------
# Events Cards Section (Full Desktop Responsive)
--------------------------------------------------------------*/
.events-cards .event-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 300px;
}

.events-cards .event-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.events-cards .event-card .event-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.events-cards .event-card .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.events-cards .event-card .event-image .event-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(54, 144, 231, 0.9), rgba(45, 70, 94, 0.9));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  opacity: 0;
  transition: all 0.3s ease;
}

.events-cards .event-card .event-image .event-overlay h4 {
  color: var(--contrast-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  transform: translateY(20px);
  transition: transform 0.3s ease 0.1s;
}

.events-cards .event-card .event-image .event-overlay p {
  color: color-mix(in srgb, var(--contrast-color), transparent 10%);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  transform: translateY(20px);
  transition: transform 0.3s ease 0.2s;
}

.events-cards .event-card .event-image .event-overlay .event-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--contrast-color);
  color: var(--accent-color);
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
  transform: translateY(20px) scale(0.8);
}

.events-cards .event-card .event-image .event-overlay .event-btn:hover {
  background-color: color-mix(in srgb, var(--contrast-color), transparent 10%);
  color: var(--accent-color);
  transform: translateY(20px) scale(1.1);
}

.events-cards .event-card:hover .event-image img {
  transform: scale(1.1);
}

.events-cards .event-card:hover .event-image .event-overlay {
  opacity: 1;
}

.events-cards .event-card:hover .event-image .event-overlay h4,
.events-cards .event-card:hover .event-image .event-overlay p,
.events-cards .event-card:hover .event-image .event-overlay .event-btn {
  transform: translateY(0);
}

.events-cards .event-card:hover .event-image .event-overlay .event-btn {
  transform: translateY(0) scale(1);
}

/* Zoom icon */
.zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  z-index: 10;
}

/*-----------------------------------------
  📏 Desktop Specific Breakpoints
------------------------------------------*/

/* 1024x600 */
@media (max-width: 1024px) and (max-height: 600px) {
  .events-cards .event-card { height: 230px; }
  .events-cards .event-card .event-image .event-overlay h4 { font-size: 18px; }
}

/* 1024x768 */
@media (max-width: 1024px) and (min-height: 601px) {
  .events-cards .event-card { height: 250px; }
}

/* 1280x800 */
@media (max-width: 1280px) {
  .events-cards .event-card { height: 270px; }
}

/* 1366x768 */
@media (max-width: 1366px) {
  .events-cards .event-card { height: 280px; }
  .events-cards .event-card .event-image .event-overlay h4 { font-size: 22px; }
}

/* 1440x900 */
@media (max-width: 1440px) {
  .events-cards .event-card { height: 290px; }
}

/* 1600x900 */
@media (max-width: 1600px) {
  .events-cards .event-card { height: 300px; }
}

/* 1680x1050 */
@media (max-width: 1680px) {
  .events-cards .event-card { height: 310px; }
}

/* 1920x1080 */
@media (max-width: 1920px) {
  .events-cards .event-card { height: 320px; }
}

/* 1920x1200 */
@media (min-width: 1921px) {
  .events-cards .event-card { height: 340px; }
}













/*--------------------------------------------------------------
# Fixed Contact Buttons (Base Styles)
--------------------------------------------------------------*/
.fixed-contact {
  position: fixed;
  right: 20px;
  bottom: 66px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.contact-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

/* Individual Button Colors */
.contact-btn.facebook {
  background-color: #1877F2; /* Facebook blue */
  color: #fff;
  font-size: 20px;
}

.contact-btn.facebook:hover {
  background-color: #0f5bb5;
}

.contact-btn.whatsapp {
  background-color: #25D366; /* WhatsApp green */
}

.contact-btn.instagram {
  background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, 
    #fdf497 5%, 
    #fd5949 45%, 
    #d6249f 60%, 
    #285AEB 90%);
}

.contact-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

/*--------------------------------------------------------------
# Responsive Desktop Sizes
--------------------------------------------------------------*/

/* 1024x600 */
@media (max-width: 1024px) and (max-height: 600px) {
  .fixed-contact { right: 15px; bottom: 50px; gap: 8px; }
  .contact-btn { width: 40px; height: 40px; font-size: 18px; }
}

/* 1024x768 */
@media (max-width: 1024px) and (min-height: 601px) {
  .fixed-contact { right: 18px; bottom: 55px; gap: 10px; }
  .contact-btn { width: 42px; height: 42px; font-size: 18px; }
}

/* 1280x800 */
@media (max-width: 1280px) {
  .fixed-contact { right: 20px; bottom: 60px; gap: 10px; }
  .contact-btn { width: 45px; height: 45px; font-size: 19px; }
}

/* 1366x768 */
@media (max-width: 1366px) {
  .fixed-contact { right: 25px; bottom: 65px; gap: 11px; }
  .contact-btn { width: 48px; height: 48px; font-size: 20px; }
}

/* 1440x900 */
@media (max-width: 1440px) {
  .fixed-contact { right: 25px; bottom: 70px; gap: 12px; }
  .contact-btn { width: 50px; height: 50px; font-size: 21px; }
}

/* 1600x900 */
@media (max-width: 1600px) {
  .fixed-contact { right: 30px; bottom: 75px; gap: 13px; }
  .contact-btn { width: 52px; height: 52px; font-size: 22px; }
}

/* 1680x1050 */
@media (max-width: 1680px) {
  .fixed-contact { right: 35px; bottom: 80px; gap: 14px; }
  .contact-btn { width: 55px; height: 55px; font-size: 23px; }
}

/* 1920x1080 */
@media (max-width: 1920px) {
  .fixed-contact { right: 40px; bottom: 85px; gap: 15px; }
  .contact-btn { width: 58px; height: 58px; font-size: 24px; }
}

/* 1920x1200 and above */
@media (min-width: 1921px) {
  .fixed-contact { right: 45px; bottom: 90px; gap: 16px; }
  .contact-btn { width: 60px; height: 60px; font-size: 25px; }
}
















/* Base Styling */
.policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}

.policy-card {
  background-color: #f9f9f9;
  padding: 30px 25px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgb(63 81 181 / 26%);
  font-family: 'Poppins', sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.policy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.policy-card-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #212b59;
}

.policy-list {
  list-style-type: decimal;
  padding-left: 25px;
  line-height: 1.7;
  color: #333;
}

.policy-card p {
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px;
}

/* Full-width card */
.policy-full {
  grid-column: 1 / -1;
  width: 100%;
}

/* -----------------------------------------------------
   Responsive Breakpoints for System Resolutions
------------------------------------------------------*/

/* 1024×600 */
@media (max-width: 1024px) and (max-height: 600px) {
  .policy-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .policy-card { padding: 20px 15px; }
  .policy-card-title { font-size: 22px; }
}

/* 1024×768 */
@media (max-width: 1024px) and (min-height: 601px) and (max-height: 768px) {
  .policy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .policy-card-title { font-size: 23px; }
}

/* 1280×800 */
@media (max-width: 1280px) and (max-height: 800px) {
  .policy-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .policy-card-title { font-size: 24px; }
}

/* 1366×768 */
@media (max-width: 1366px) and (max-height: 768px) {
  .policy-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .policy-card { padding: 25px 20px; }
}

/* 1440×900 */
@media (max-width: 1440px) and (max-height: 900px) {
  .policy-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .policy-card-title { font-size: 26px; }
}

/* 1600×900 */
@media (max-width: 1600px) and (max-height: 900px) {
  .policy-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

/* 1680×1050 */
@media (max-width: 1680px) and (max-height: 1050px) {
  .policy-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

/* 1920×1080 */
@media (max-width: 1920px) and (max-height: 1080px) {
  .policy-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  .policy-card-title { font-size: 28px; }
}

/* 1920×1200 */
@media (min-width: 1921px) and (max-width: 2560px) and (max-height: 1200px) {
  .policy-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .policy-card-title { font-size: 30px; }
}

/* For Extra Large Displays */
@media (min-width: 2560px) {
  .policy-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
  }
  .policy-card {
    padding: 35px;
    font-size: 18px;
  }
  .policy-card-title { font-size: 32px; }
}

