@charset "utf-8";
/*

TemplateMo 592 glossy touch

https://templatemo.com/tm-592-glossy-touch

*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    button[type="submit"] {
        font-family: inherit;
        font-size: 16px;
    }
}

html {
    scroll-behavior: smooth;
}

header {
    padding: 10px;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: saturate(100%) hidden(60px);
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(180deg,
            #222222 0%,
            #d3a202 15%,
            #c79902 35%,
            #000000 50%,
            #5a018d 70%,
            #9c00c4 85%,
            #222222 100%);
    background-size: 1920px 1920px;
    background-repeat: repeat;
    min-height: 100vh;
    overflow-x: auto;
    margin-top: 188px;
}

/* Animated background elements */
.bg-shapes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.08);
    animation: float 6s ease-in-out infinite;
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1);
}

.shape:nth-child(1) {
    width: 120px;
    height: 80px;
    border-radius: 15px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    transform: rotate(15deg);
}

.shape:nth-child(2) {
    width: 90px;
    height: 140px;
    border-radius: 12px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
    transform: rotate(-20deg);
}

.shape:nth-child(3) {
    width: 100px;
    height: 60px;
    border-radius: 10px;
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
    transform: rotate(25deg);
}

.shape:nth-child(4) {
    width: 80px;
    height: 120px;
    border-radius: 8px;
    top: 10%;
    right: 30%;
    animation-delay: 1s;
    transform: rotate(-10deg);
}

.shape:nth-child(5) {
    width: 110px;
    height: 70px;
    border-radius: 14px;
    bottom: 40%;
    right: 20%;
    animation-delay: 3s;
    transform: rotate(30deg);
}

.shape:nth-child(6) {
    width: 95px;
    height: 95px;
    border-radius: 20px;
    top: 40%;
    left: 5%;
    animation-delay: 5s;
    transform: rotate(-15deg);
}

.shape:nth-child(7) {
    width: 120px;
    height: 80px;
    border-radius: 15px;
    top: 77%;
    left: 77%;
    animation-delay: 0s;
    transform: rotate(17deg);
}

.shape:nth-child(8) {
    width: 90px;
    height: 140px;
    border-radius: 12px;
    top: 99%;
    right: 95%;
    animation-delay: 2s;
    transform: rotate(-22deg);
}

.shape:nth-child(9) {
    width: 100px;
    height: 60px;
    border-radius: 10px;
    bottom: 86%;
    left: 86%;
    animation-delay: 4s;
    transform: rotate(27deg);
}

.shape:nth-child(10) {
    width: 80px;
    height: 120px;
    border-radius: 8px;
    top: 16%;
    right: 16%;
    animation-delay: 1s;
    transform: rotate(-12deg);
}

.shape:nth-child(11) {
    width: 110px;
    height: 70px;
    border-radius: 14px;
    top: 22%;
    left: 22%;
    animation-delay: 3s;
    transform: rotate(33deg);
}

.shape:nth-child(12) {
    width: 95px;
    height: 95px;
    border-radius: 20px;
    top: 5%;
    left: 5%;
    animation-delay: 5s;
    transform: rotate(-17deg);
}

a:-webkit-any-link {
    text-emphasis: bold;
    color: #0244d3;
    -webkit-link: #0244d3;
    cursor: pointer;
    text-decoration: underline;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(var(--start-rotation, 0deg));
    }

    50% {
        transform: translateY(-20px) rotate(calc(var(--start-rotation, 0deg) + 180deg));
    }

    90% {
        transform: translateY(0px) rotate(var(--start-rotation, 0deg));
    }

    40% {
        transform: translateY(-20px) rotate(calc(var(--start-rotation, 0deg) + 180deg));
    }

    80% {
        transform: translateY(0px) rotate(var(--start-rotation, 0deg));
    }

    30% {
        transform: translateY(-20px) rotate(calc(var(--start-rotation, 0deg) + 180deg));
    }

    70% {
        transform: translateY(0px) rotate(var(--start-rotation, 0deg));
    }

    30% {
        transform: translateY(-20px) rotate(calc(var(--start-rotation, 0deg) + 180deg));
    }

    60% {
        transform: translateY(0px) rotate(var(--start-rotation, 0deg));
    }

    20% {
        transform: translateY(-20px) rotate(calc(var(--start-rotation, 0deg) + 180deg));
    }
}

/* Glass container styles */
.glass {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.glass:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

/* Header styles */
header {
    padding: 20px;
    align-items: center;
    align-content: center;
    position-area: top center;
}

.header-icon svg {
    width: fit-content;
    height: fit-content;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    align-content: center;
    align-items: center;
}

/* Navigation styles */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
}

.logo {
    font-size: 32px;
    font-weight: bold;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.logo-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
}

.logo:hover .logo-icon svg {
    transform: scale(1.1) translateY(-2px);
    filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.4));
}

.nav-links {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    gap: 5px;
}

.nav-links a {
    color: rgb(48, 48, 48);
    background: rgba(255, 255, 255, 0.452);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 12px 24px 13px 24px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.nav-links a:hover {
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.658);
}

.nav-links a.active {
    color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.452);
    text-shadow: 0 0 10px rgba(153, 0, 255, 0.637);
}

/* Page system */
.page {
    display: block;
    min-height: 100vh;
    padding: 40px 20px 20px;
}

.page.active {
    display: block;
}

/* Content wrapper to contain page content */
.content-wrapper {
    min-height: calc(100vh - 300px);
}

/* Content wrapper to contain page content */
.content-wrapper {
    min-height: calc(100vh - 300px);
}

/* Home page styles */
.hero {
    display: block;
    align-items: center;
    text-align: center;
    align-content: center;
    gap: 20px;
    padding: 20px 20px;
    margin-bottom: 40px;
}

.hero-video {
    position: relative;
    object-fit: cover;
    object-position: center;
    align-content: center;
    align-items: center;
    padding: 20px 20px;
    margin-bottom: 0px;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.hero-price {
    align-items: center;
    align-content: center;
    text-align: center;
    color: #ffffff;
    display: column;
    padding: 60px 40px;
    margin-bottom: 60px;
}

.hero-form {
    align-items: center;
    align-content: center;
    text-align: center;
    color: #ffffff;
    display: column;
    padding: 20px 20px;
    margin-bottom: 40px;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img {
    width: 100%;
    max-width: 440px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.hero-video {
    position: relative;
    display: contents;
    justify-content: center;
    align-items: center;
    padding-bottom: 0%;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.iframe-container {
    position: relative;
    display: block;
    padding-bottom: 20px;
    object-fit: cover;
    object-position: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.iframe {
    position: relative;
    display: block;
    padding-bottom: 0%;
    object-fit: cover;
    object-position: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* Removed invalid selector .iframe[Attributes Style] */

/* user agent stylesheets */
iframe {
    position: relative;
    display: block;
    padding-bottom: 0%;
    object-fit: contain;
    object-position: center;
    overflow: visible;
    border-width: 0px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    aspect-ratio: 16 / 9;
    width: 100%;
}

.hero-content {
    text-align: center;
    align-content: center;
    align-items: center;
    object-fit: contain;
    object-position: center;

}

.hero-content-price {
    align-items: center;
    align-content: center;
    text-align: center;
    color: white;
}

.hero-content-form {
    align-items: center;
    align-content: center;
    text-align: center;
    color: white;
}

.hero-price.glass {
    display: block;
    align-items: center;
    align-content: center;
    text-align: center;
    color: white;
    padding: 60px 40px;
    margin-bottom: 60px;
}

.hero h1 {
    font-size: 2.8rem;
    color: white;
    margin-bottom: 20px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
}

.hero-h1 {
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 2.8rem;
    color: white;
    margin-bottom: 20px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
}

.hero p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    line-height: 1.6;
}

.video-container {
    position: relative;
    padding-bottom: 0%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.video-container video {
    position: relative;
    padding-bottom: 0%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.hero-p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    margin: 20px 20px;
}

.cta-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    font-weight: 900;
}

button[type="submit"] {
    font-family: inherit;
    font-size: 16px;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.feature-card {
    padding: 40px 30px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
}

.feature-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* About page styles */
.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    align-items: center;
}

.about-text {
    padding: 40px;
    color: white;
}

.about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.stat-card {
    text-align: center;
    padding: 30px;
    color: white;
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
}

/* Team section styles */
.team-section {
    margin-bottom: 60px;
}

.team-section h2 {
    font-size: 2.5rem;
    color: white;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 10px;
}

.team-member {
    padding: 40px 30px;
    text-align: center;
    color: white;
    transition: all 0.3s ease;
}

.team-member:hover {
    transform: translateY(-10px);
}

.team-avatar {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.team-member:hover .team-avatar {
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.25);
}

.team-member h3 {
    font-size: 1.4rem;
    margin-bottom: 8px;
    color: white;
}

.team-member .role {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.team-member .bio {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.team-social a {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.team-social a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    color: white;
}




/* Gallery page styles */

/* ---- Carousel ---- */
.carousel-container {
  position: relative;
  max-width: 100%;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  aspect-ratio: 16/9;
}

.carousel-slide {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.carousel-slide img {
  flex: 0 0 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(73, 0, 107, 0.4);
  color: rgb(233, 229, 0);
  border: none;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: background 0.3s;
  z-index: 10;
}

.prev:hover, .next:hover {
  background: rgba(0,0,0,0.7);
}

.prev { left: 15px; }
.next { right: 15px; }

.carousel-dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.carousel-dots span {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background: rgba(255,255,255,0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-dots .active {
  background: rgb(171, 0, 214);
}

/* ---- Grid Gallery ---- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  margin: 40px auto;
  max-width: 1200px;
  padding: 0 15px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.gallery-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* ---- Lightbox ---- */
.lightbox {
  display: none; /* hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.lightbox-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
  user-select: none;
}

.lightbox-prev, .lightbox-next {
  transition: color 0.3s;
}
.lightbox-prev:hover, .lightbox-next:hover {
  color: #ccc;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .prev, .next { padding: 8px; font-size: 16px; }
  .carousel-dots span { height: 10px; width: 10px; }
}
@media (max-width: 480px) {
  .carousel-container { border-radius: 12px; aspect-ratio: 4/3; }
}


/* ------------------------------------- */


/* Social page styles */

/*
.game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
    block-size: 250px;
}*/


.fb-grid-container {
    display: block;
    padding: 25px 25px;
    object-fit: scale-down;
    align-items: center;
    align-content: center;
    object-position: center;
    max-height: 800px;
    margin-bottom: 40px;

}

.fb-card {
    display: block;
    padding: 25px 25px;
    color: white;
    text-align: center;
    align-items: center;
    align-content: center;
    object-position: center;
    object-fit: scale-down;
    max-height: 800px;
    margin-bottom: 40px;
}

.game-grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* Example: 1 equal columns */
    gap: 10px;
    /* Spacing between grid items */
    padding: 25px 25px;
    object-fit: scale-down;
    align-items: center;
    max-height: 825px;
    margin-bottom: 40px;
}

.game-card {
    padding: 25px 25px;
    color: white;
    text-align: center;
    object-fit: scale-down;
    max-height: 600px;
}

.game-header {
    display: block;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    size: 500px;
}

.game-icon {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
}

.game-icon_img {
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: scale-down;
}

.game-card h3 {
    font-size: 1.4rem;
    color: white;
}

.game-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 20px;
}

.game-features {
    list-style: none;
}

.game-features li {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.game-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.9);
}

.game-item {
    position: relative;
    overflow: show;
    border-radius: 10px;
    object-fit: fill;
    width: fit-content;
    height: fit-content;
    display: grid;
    size-adjust: minmax(800px, 1fr);
    margin-bottom: 40px;

}

.game-img {
    aspect-ratio: 1 / 1;
    background: transparent;
    display: block;
    object-fit: fill;
    align-items: center;
    justify-content: center;
    overflow: visible;
    size-adjust: minmax(400px, 0fr);

}

.game-img img {
    display: block;
    width: 100%;
    height: 50%;
    object-fit: scale-down;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/* Services page styles */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.service-card {
    height: 282px;
    padding: 40px 30px;
    color: white;
    text-align: left;
}

.service-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.service-icon {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
}

.service-icon_img {
    width: 100px;
    height: 100px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card h3 {
    font-size: 1.4rem;
    color: white;
}

.service-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
}

.service-features li {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.9);
}

/* Contact page styles */
.contact-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.contact-map-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.contact-form {
    padding: 40px;
}

.contact-form h2 {
    color: white;
    font-size: 2rem;
    margin-bottom: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: white;
    font-size: 16px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-group textarea {
    height: 120px;
    resize: vertical;
    line-height: 1.5;
}

.contact-info {
    position: relative;
    padding: 40px;
    color: white;
}

.contact-info h2 {
    align-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.contact-item {
    position: relative;
    display: grid;
    grid-template: repeat(1, auto) / 60px auto;
    align-content: center;
    margin-bottom: 25px;
}

.contact-grid {
    position: center;
    display: inline;
    align-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.contact-item-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
}

.contact-item-text h4 {
    color: white;
    margin-bottom: 5px;
}

.contact-item-text p {
    color: rgba(255, 255, 255, 0.8);
}

.contact-map {
    padding: 40px;
    color: white;
    width: 100%;
}

.contact-map h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.map-container {
    padding: 20px;
    width: 100%;
    height: 75%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: auto;
    position: relative;
    backdrop-filter: blur(10px);
}

.map-placeholder {
    padding: 20px;
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.map-placeholder-icon {
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0.7;
}

.map-placeholder p {
    margin: 8px 0;
    font-size: 16px;
}

.map-placeholder .address {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.map-placeholder .integration-note {
    font-size: 14px;
    opacity: 0.6;
    margin-top: 20px;
}

/* Footer styles */
#footer {
    margin-top: 0%;
    padding: 30px 0;
}

.footer-content {
    padding: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.footer-links {
    display: grid;
    grid-column: auto;
    grid-template-columns: repeat(2, 2fr);
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    padding: 5px 10px;
}

.footer-links a:hover {
    color: white;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.copyright a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

/* Responsive design */
@media (max-width: 1024px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    /* Adjust padding for mobile */
    .page {
        padding: 20px 20px 20px;
    }

    .content-wrapper {
        min-height: auto;
    }

    .hero {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
        object-fit: cover;
    }

    .hero-content {
        object-fit: cover;
        text-align: center;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero-video {
        position: relative;
        padding-bottom: 0%;
        object-fit: cover;
        object-position: center;
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .iframe {
        position: relative;
        padding-bottom: 0%;
        object-fit: cover;
        object-position: center;
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .iframe-container {
        position: relative;
        padding-bottom: 0%;
        object-fit: cover;
        object-position: center;
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    nav {
        flex-direction: column;
        gap: 10px;
        padding: 10px 10px;
    }

    .nav-links {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 5px;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }

    .nav-links a {
        display: block;
        text-align: center;
        width: 100%;
        max-width: 200px;
        font-size: 14px;
        padding: 10px 20px;
    }

    .about-content,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-links {
        gap: 15px;
        flex-direction: column;
    }

    .footer-links a {
        display: block;
        text-align: center;
    }

    button[type="submit"] {
        width: 100%;
    }

    .map-container {
        height: 350px;
    }

    .logo-icon {
        width: 40px;
        height: 40px;
    }

    .logo {
        font-size: 22px;
    }
}

