/* ============================= */
/* HERO */
/* ============================= */
.hero {
  background: url("../images/v-mobileapp-bg.jpg") center/cover no-repeat;
  padding: 40px 0 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
body,
p,
span {
  font-family: 'Playpen Sans Arabic', sans-serif;
}
h1,
h2,
h3,
a,
button {
  font-family: 'Roboto Condensed', sans-serif;
}
/* ============================= */
/* HERO TEXT */
/* ============================= */
.hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.2;
}

.hero-title span {
  color: #35d6ff;
  display: block;
}

/* ============================= */
/* BADGE */
/* ============================= */
.badge-custom {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 14px;
  border-radius: 8px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(6px);
}

/* ============================= */
/* HERO LIST */
/* ============================= */
.hero-list {
  margin: 25px 0;
  list-style: none;
  padding: 0;
}

.hero-list li {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  
}

.hero-list li::before {
  content: "";
  color: #35d6ff;
  margin-right: 10px;
  font-weight: bold;
}

/* ============================= */
/* HERO BUTTONS */
/* ============================= */
.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-buttons .btn {
  font-weight: 600;
  padding: 10px 14px;
  transition: 0.3s;
}



/* ============================= */
/* HERO IMAGE */
/* ============================= */
.hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  position: relative;
  top: 10px;
  /* ينزل الصورة للأسفل */
}

/* ============================= */
/* HERO WAVE */
/* ============================= */
.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 140px;
  line-height: 0;
  z-index: 2;
}

.hero-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ============================= */
/* NAVBAR */
/* ============================= */
.navbar {
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.3s ease;
}

.navbar-brand {
  font-size: 24px;
  font-weight: 700;
}

.nav-link {
  font-weight: 500;
  margin: 0 10px;
  transition: 0.3s;
}

.nav-link:hover {
  color: #35d6ff !important;
}

.btn-light {
  background: white;
  border: none;
  font-weight: 600;
  padding: 10px 24px;
  transition: all 0.3s ease;
}

.btn-light:hover {
  background: #f8f9fa;
 
}
.navbar-brand img {
  height: 40px;
  width: auto;
}
/* ============================= */
/* CUSTOM TOGGLER */
/* ============================= */
.custom-toggler {
  border: none;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
  border-radius: 8px;
  z-index: 1000;
  transition: all 0.3s ease;
}

.custom-toggler:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* middle line */
.custom-toggler .navbar-toggler-icon {
  background: white;
  width: 24px;
  height: 2px;
  position: relative;
  background-image: none;
  transition: 0.3s;
}

/* top & bottom lines */
.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: white;
  left: 0;
  transition: 0.3s;
}

.custom-toggler .navbar-toggler-icon::before {
  top: -7px;
}

.custom-toggler .navbar-toggler-icon::after {
  top: 7px;
}

/* when open -> X */
.custom-toggler[aria-expanded="true"] {
  background: #d45a5a;
}

.custom-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.custom-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.custom-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */
@media (max-width: 992px) {
  .hero {
    text-align: center;
    padding-top: 140px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-img {
    margin-top: 40px;
  }

  .hero-buttons {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 28px;
  
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons .btn {
    width: 100%;
    max-width: 260px;
  }
}

/* ============================= */
/* NAVBAR BACKGROUND OVERLAY */
/* ============================= */
.navbar-collapse {
  transition: all 0.4s ease-in-out;
}

@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #d45a5aa3;
    backdrop-filter: blur(10px);
    padding: 100px 20px 40px;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    overflow-y: auto;
  }
.hero-list li {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .navbar-collapse.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .navbar-nav {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .nav-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
  }

  .navbar-collapse.show .nav-item {
    opacity: 1;
    transform: translateY(0);
  }

  .navbar-collapse.show .nav-item:nth-child(1) {
    transition-delay: 0.1s;
  }

  .navbar-collapse.show .nav-item:nth-child(2) {
    transition-delay: 0.2s;
  }

  .navbar-collapse.show .nav-item:nth-child(3) {
    transition-delay: 0.3s;
  }

  .navbar-collapse.show .nav-item:nth-child(4) {
    transition-delay: 0.4s;
  }

  .nav-link {
    font-size: 20px;
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
  }

  .nav-link:hover {
    color: #35d6ff !important;
    border-bottom-color: #35d6ff;
  }

  .navbar-collapse .btn-light {
    margin-top: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease 0.5s;
  }

  .navbar-collapse.show .btn-light {
    opacity: 1;
    transform: translateY(0);
  }

  /* Close button */
  .navbar-collapse::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    color: white;
    font-size: 28px;
    cursor: pointer;
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s ease 0.2s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
  }

  .navbar-collapse.show::after {
    opacity: 1;
  }

  .navbar-collapse::after:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  /* Custom toggler positioning */
  .custom-toggler {
    position: relative;
    z-index: 1000;
  }
}

/* ============================= */
/* NAVBAR BRAND ADJUSTMENT */
/* ============================= */
@media (max-width: 992px) {
  .navbar-brand {
    position: relative;
    z-index: 1000;
  }
}

/* ============================= */
/* BODY SCROLL LOCK */
/* ============================= */
body.navbar-open {
  overflow: hidden;
}

/* ============================= */
/* ANIMATIONS */
/* ============================= */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-title,
.hero-list,
.hero-buttons {
  animation: fadeInUp 0.8s ease-out;
}

.hero-list {
  animation-delay: 0.2s;
}

.hero-buttons {
  animation-delay: 0.4s;
}




/* ============================= */
/* PFLEGE SECTION - FIXED */
/* ============================= */
.pflege-section {
  padding: 50px 0;
  position: relative;
}
/* WAVE BACKGROUND - FULL WIDTH & ROTATED 180° */
/* LIGHTER WAVE BACKGROUND */
.pflege-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  /* كامل العرض */
  height: 120px;
  /* أقل ارتفاع من 200px */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,40 C300,60 900,20 1200,40 L1200,120 L0,120 Z" fill="%23f5f6f7"/></svg>') no-repeat center bottom;
    background-size: cover;  z-index: 1;

 
}
body {
  overflow-x: hidden;
}
/* على الشاشات الصغيرة، النص يظهر أولًا ثم الصورة */
@media (max-width: 768px) {
  .pflege-section .row {
    flex-direction: column; /* تصطف الأعمدة عموديًا */
  }

  .pflege-section .col-lg-5 {
    order: 2; /* الصورة تأتي بعد النص */
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px; /* مسافة بين النص والصورة */
    text-align: center; /* توسيط الصورة */
  }

  .pflege-section .col-lg-7 {
    order: 1; /* النص يظهر أولًا */
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pflege-img {
    max-width: 280px; /* حجم مناسب للشاشات الصغيرة */
    margin-left: auto;
    margin-right: auto; /* توسيط الصورة */
  }
}
/* IMAGE - FIXED POSITION */
.pflege-img {
  max-width: 100%;
  position: relative;
  top: 100px;
  width:100%;
  height: auto;
  object-fit: contain;
}
/* TITLES */
.pflege-subtitle {
  color: #2aa7df;
  font-size: 24px;
  font-weight: 600;
}
.pflege-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
/* TEXT */
.pflege-text {
  color: #666;
  line-height: 1.7;
  margin-bottom: 15px;
}
/* BUTTONS */
.pflege-buttons {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
.pflege-btn {
  background: #79b6d3;
  color: white;
  padding: 18px 30px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.pflege-btn:hover {
  background: #5ea6c6;
 
}/* تحسين عرض أزرار الـ Swiper */
.pflege-buttons .swiper-slide {
  width: auto;
  /* كل زر ياخذ عرضه الطبيعي */
  flex-shrink: 0;
  /* منع تصغير الزر */
}

.pflege-buttons .pflege-btn {
  display: inline-block;
  padding: 15px 25px;
  /* تعديل حجم الزر */
  font-size: 14px;
  /* حجم الخط */
  white-space: nowrap;
  /* منع كسر النص داخل الزر */
}

/* خيارات responsive */
@media (min-width: 768px) {
  .pflege-buttons .swiper-slide {
    width: calc(50% - 15px);
    /* عرض كل زر تقريبا نصف الصف مع المسافة */
  }
}

@media (min-width: 992px) {
  .pflege-buttons .swiper-slide {
    width: calc(33.33% - 15px);
    /* عرض 3 أزرار في الصف */
  }
}






/* ============================= */
/* PARTNERS SECTION - WAVE BACKGROUND */
/* ============================= */
.partners {
  background: #f5f6f7;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.partners-title {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.partners-title span {
  color: #35a8d4;
}
.partners-text {
  max-width: 700px;
  margin: 15px auto 40px;
  color: #666;
  font-size: 15px;
  position: relative;
  z-index: 2;
}
/* CARD */
.partner-card {

  padding: 35px 20px;
  border-radius: 14px;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}


.partner-card img {
  max-width: 220px;
  height: auto;
}
/* first card style */
.partner-card.active {
  color: white;
}
.partner-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 12px;
  color: white;
}

/* ============================= */
/* RESPONSIVE ADJUSTMENTS - IMPROVED */
/* ============================= */
@media (max-width: 1200px) {
  .pflege-img {
    width: 280px;
    top: 80px;
  }
}
@media (max-width: 992px) {
  .pflege-section {
    padding: 80px 0;
  }
  .pflege-img {
    width: 250px;
    top: 40px;
    margin-bottom: 40px;
  }
  .pflege-title {
    font-size: 28px;
  }
  .pflege-subtitle {
    font-size: 22px;
  }
  .pflege-buttons {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .partners::before {
    top: -60px;
    height: 120px;
    background-size: 800px 120px;
  }
  .partner-card {
    padding: 25px 15px;
  }
  .partner-card img {
    max-width: 100px;
  }
}
@media (max-width: 768px) {
  .pflege-section {
    padding: 60px 0;
  }
  .pflege-img {
    width: 220px;
    top: 20px;
    margin-bottom: 30px;
  }
  .pflege-title {
    font-size: 24px;
  }
  .pflege-subtitle {
    font-size: 20px;
  }
  .pflege-text {
    font-size: 15px;
  }
  .pflege-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .pflege-btn {
    width: 100%;
    text-align: center;
    padding: 16px 20px;
  }
  .partners {
    padding: 60px 0;
  }
  .partners::before {
    top: -40px;
    height: 80px;
    background-size: 600px 80px;
  }
  .partners-title {
    font-size: 26px;
  }
  .partners-text {
    font-size: 14px;
    margin: 10px auto 30px;
  }
  .partner-card {
    padding: 20px 10px;
  }
  .partner-card img {
    max-width: 80px;
  }
}
@media (max-width: 576px) {
  .pflege-img {
    width: 380px;
    top: 20px;
  }
  .pflege-title {
    font-size: 22px;
  }
  .pflege-subtitle {
    font-size: 18px;
  }
  .pflege-text {
    font-size: 14px;
  }
  .partners-title {
    font-size: 22px;
  }
  .partners-text {
    font-size: 13px;
  }
  .partner-card {
    padding: 15px 8px;
  }
  .partner-card img {
    max-width: 70px;
  }
  .partner-badge {
    font-size: 10px;
    top: 8px;
    left: 8px;
  }
}


/* القسم الأول */
.top-section {
  background-image: linear-gradient(80deg, #B3315F 0%, #FFAA85 100%);
  color: white;
  padding: 120px 10% 0 10%;
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

/* النص */
.top-content {
  max-width: 600px;
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}

.top-content h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.top-content p {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
}

/* صورة الممرضة - ملتصقة بالأسفل */
.top-image {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 30%;
  max-width: 100%;
  z-index: 1;
  transition: transform 0.5s ease;
  margin-bottom: 0;
}

.top-image:hover {
  transform: translateY(-10px);
}

/* الموجة */
.wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* القسم الثاني */
.bottom-section {
  background: #6EC1E4;
  text-align: center;
  padding: 150px 10% 120px 10%;
  color: white;
  position: relative;
  margin-top: 0;
}

.bottom-section h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.card {
  background: white;
  color: #444;
  padding: 30px 20px;
  width: 220px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-weight: 600;
  font-size: 18px;
}



/* Responsive Design */
@media (max-width: 1200px) {
  .top-section {
    padding: 100px 8% 0 8%;
  }

  .top-image {
    width: 250px;
    right: 5%;
  }
}

@media (max-width: 992px) {
  .top-section {
    padding: 80px 5% 0 5%;
    min-height: 500px;
  }

  .top-content h1 {
    font-size: 36px;
  }

  .top-content p {
    font-size: 16px;
  }

  .top-image {
    width: 220px;
    right: 3%;
  }

  .bottom-section {
    padding: 120px 5% 100px 5%;
  }
 .pflege-imges {
   display: none;
 }
  .bottom-section h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .top-section {
    text-align: center;
    padding: 60px 5% 0 5%;
    min-height: 400px;
  }

  .top-content {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .top-image {
    display: none
  }

  .top-content h1 {
    font-size: 32px;
  }

  .cards {
    gap: 20px;
    margin-top: 40px;
  }

  .card {
    width: 180px;
    padding: 25px 15px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .top-section {
    padding: 50px 20px 0 20px;
    min-height: 350px;
  }

  .top-content h1 {
    font-size: 28px;
  }

  .top-image {
    display: none
  }

  .bottom-section {
    padding: 80px 20px 60px 20px;
  }

  .bottom-section h2 {
    font-size: 26px;
  }

  .cards {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .card {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 400px) {
  .top-section {
    min-height: 320px;
  }

  .top-image {
    display: none
  }

  .top-content h1 {
    font-size: 24px;
  }

  .top-content p {
    font-size: 14px;
  }
}


@media (max-width: 768px) {
  .partners-fixd .row {
    flex-direction: column;
    /* تصطف الأعمدة عموديًا */
  }

  .partners-fixd .col-lg-5 {
    order: 2;
    /* الصورة تأتي بعد النص */
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
    /* مسافة بين النص والصورة */
    text-align: center;
    /* توسيط الصورة */
  }

  .partners-fixd .col-lg-7 {
    order: 1;
    /* النص يظهر أولًا */
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pflege-img {
    max-width: 280px;
    /* حجم مناسب للشاشات الصغيرة */
    margin-left: auto;
    margin-right: auto;
    /* توسيط الصورة */
  }
  .pflege-imges{
    display: none;
  }
}



.referral-section {
  padding: 80px 0;

}

.container {
  width: 1200px;
  margin: auto;
}

.referral-grid {
  display: flex;
  align-items: center;
  gap: 60px;
}

.video-box {
  position: relative;
  flex: 1;
}

.video-box img {
  width: 100%;
  border-radius: 16px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.referral-content {
  flex: 1;
}

.badge {
  background: #5db7d7;
  color: white;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
}

.referral-content h2 {
  font-size: 36px;
  margin: 20px 0;
}

.price {
  color: #2aa7df;
  font-weight: 700;
}

.referral-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.progress {
  background: #ddd;
  height: 10px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.progress-bar {
  width: 85%;
  height: 100%;
  background: #2aa7df;
}

.btn-main {
  background: #2aa7df;
  border: none;
  color: white;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .referral-grid {
    flex-direction: column;
    gap: 40px;
  }

  .video-box,
  .referral-content {
    width: 100%;
    max-width: 600px;
  }

  .referral-content h2 {
    font-size: 32px;
  }
}

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

  .referral-grid {
    gap: 30px;
  }

  .referral-content h2 {
    font-size: 28px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .btn-main {
    padding: 12px 25px;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .referral-section {
    padding: 40px 0;
  }

  .container {
    padding: 0 15px;
  }

  .referral-content h2 {
    font-size: 24px;
  }

  .referral-content p {
    font-size: 15px;
  }

  .badge {
    font-size: 13px;
    padding: 6px 15px;
  }

  .play-button {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .btn-main {
    width: 100%;
    padding: 14px 20px;
  }

  .progress {
    height: 8px;
  }
}

@media (max-width: 400px) {
  .referral-content h2 {
    font-size: 22px;
  }

  .referral-content p {
    font-size: 14px;
  }

  .badge {
    font-size: 12px;
    padding: 5px 12px;
  }
}




/*=====================
==footer======
=======================*/


/* القسم فوق الفوتر */
.footer-top-bg {
  background-image: url('../images/mobile-app-img-bg.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 80px 20px 100px;
}

.footer-top-content {
  max-width: 800px;
  margin: auto;
}

.top-small {
  color: #d45a5a;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-top-bg h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.footer-top-bg h2 span {
  color: #3db5df;
}

.top-text {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 16px;
}

.social-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.social-icons a {
  color: #444;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #3db5df;
  color: white;
  transform: translateY(-3px);
}

/* الفوتر */
.main-footer {
  background-color: rgb(221, 113, 116);
  color: white;
  padding-top: 50px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0 20px 40px;
}

.footer-logo {
  width: 180px;
  margin-bottom: 20px;
  max-width: 100%;
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

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

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 15px;
}

.footer-col ul li a:hover {
  color: #3db5df;
  padding-left: 5px;
}

.gvp-logo {
  width: 120px;
  margin-top: 10px;
  max-width: 100%;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

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

/* Responsive Design */
@media (max-width: 1200px) {
  .footer-container {
    gap: 25px;
    padding: 0 15px 30px;
  }
}

@media (max-width: 992px) {
  .footer-top-bg {
    padding: 60px 15px 80px;
  }

  .footer-top-bg h2 {
    font-size: 28px;
  }

  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 20px 15px;
  }

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

@media (max-width: 768px) {
  .footer-top-bg {
    padding: 50px 15px 70px;
  }

  .footer-top-bg h2 {
    font-size: 24px;
  }

  .top-small {
    font-size: 14px;
  }

  .top-text {
    font-size: 15px;
  }

  .social-icons {
    gap: 10px;
  }

  .social-icons a {
    font-size: 14px;
    padding: 6px 12px;
  }

  .main-footer {
    padding-top: 40px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-col {
    text-align: start;
  }

  .footer-logo {
    width: 150px;
  }

  .gvp-logo {
    width: 100px;
  }

  .footer-bottom p {
    font-size: 14px;
  }

  .footer-links a {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .footer-top-bg {
    padding: 40px 10px 60px;
  }

  .footer-top-bg h2 {
    font-size: 22px;
  }

  .top-text {
    font-size: 14px;
  }

  .social-icons {
    gap: 8px;
  }

  .social-icons a {
    font-size: 13px;
    padding: 5px 10px;
  }

  .main-footer {
    padding-top: 30px;
  }

  .footer-container {
    padding: 0 10px 30px;
  }

  .footer-col h4 {
    font-size: 16px;
  }

  .footer-col ul li a {
    font-size: 14px;
  }

  .footer-bottom {
    padding: 15px 10px;
  }

  .footer-links {
    gap: 10px;
  }

  .footer-links a {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .footer-top-bg h2 {
    font-size: 20px;
  }

  .social-icons {
    flex-direction: column;
    align-items: center;
  }

  .social-icons a {
    width: 200px;
    text-align: center;
  }

  .footer-links {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}

.webkoit {
  color: #3db5df;

}



/* Enhanced cookie banner styles with animations and accessibility */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
  color: #fff;
  padding: 0;
  z-index: 9999;
  font-size: 14px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}

.cookie-banner[aria-hidden="true"] {
  display: none;
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cookie-banner p {
  margin: 0;
  flex: 1;
  min-width: 300px;
  line-height: 1.6;
  font-size: 15px;
}

.cookie-link {
  color: #35a8d4;
  text-decoration: underline;
  margin-left: 5px;
  transition: color 0.2s;
}

.cookie-link:hover,
.cookie-link:focus {
  color: #2a93bb;
  text-decoration: none;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-btn {
  border: none;
  padding: 10px 24px;
  color: white;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s ease;
  min-width: 120px;
  text-align: center;
}

.cookie-btn-primary {
  background: linear-gradient(135deg, #35a8d4 0%, #2a93bb 100%);
}

.cookie-btn-primary:hover,
.cookie-btn-primary:focus {
  background: linear-gradient(135deg, #2a93bb 0%, #1e7a9e 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(42, 147, 187, 0.3);
}

.cookie-btn-secondary {
  background: transparent;
  border: 2px solid #666;
  color: #ccc;
}

.cookie-btn-secondary:hover,
.cookie-btn-secondary:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #888;
  color: #fff;
}

/* Focus styles for accessibility */
.cookie-btn:focus {
  outline: 2px solid #35a8d4;
  outline-offset: 2px;
}

/* Responsive design */
@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }

  .cookie-banner p {
    min-width: auto;
    margin-bottom: 15px;
  }

  .cookie-buttons {
    width: 100%;
    justify-content: center;
  }

  .cookie-btn {
    min-width: 140px;
    padding: 12px 20px;
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {

  .cookie-banner,
  .cookie-btn {
    transition: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .cookie-banner {
    background: #000;
    border-top: 3px solid #fff;
  }

  .cookie-btn-primary {
    background: #0066cc;
    border: 2px solid #fff;
  }

  .cookie-btn-secondary {
    border: 2px solid #fff;
  }
}









/* ============================= */
/* AGB HERO SECTION */
/* ============================= */
.agb-hero {
  background: url("../images/v-mobileapp-bg.jpg") center/cover no-repeat;
    color: white;
    padding: 190px 0 170px;
    position: relative;
    overflow: hidden;
}

.agb-hero::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 120px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,40 C300,60 900,20 1200,40 L1200,120 L0,120 Z" fill="%23ffffff"/></svg>') no-repeat center bottom;  
    background-size: cover;
    z-index: 1;
}

.agb-badge {

  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.agb-hero-title {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.1;
}

.agb-hero-text {
  font-size: 20px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ============================= */
/* AGB CONTENT SECTION */
/* ============================= */
.agb-content-section {
  padding: 80px 0;
  background: #fff;
}

.agb-card {
  background: white;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 40px;
  border: 1px solid #e9ecef;
}

.agb-card-title {
  color: #2c3e50;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 3px solid #d45a5a;
}

.agb-section {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e9ecef;
}

.agb-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.agb-section-title {
  color: #2c3e50;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.agb-section-number {
  background: #d45a5a;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}

.agb-section-text {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
  margin: 0;
  padding-left: 46px;
}

.agb-actions {
  display: flex;
  gap: 15px;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}




/* ============================= */
/* RESPONSIVE DESIGN */
/* ============================= */
@media (max-width: 992px) {
  .agb-hero {
    background: url("../images/v-mobileapp-bg.jpg") center/cover no-repeat;
      color: white;
      padding: 190px 0 170px;
      position: relative;
      overflow: hidden;
  }

  .agb-hero-title {
    font-size: 42px;
  }

  .agb-card {
    padding: 40px;
  }

  .agb-card-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .agb-hero {
    background: url("../images/v-mobileapp-bg.jpg") center/cover no-repeat;
      color: white;
      padding: 190px 0 170px;
      position: relative;
      overflow: hidden;
  }

  .agb-hero-title {
    font-size: 36px;
  }

  .agb-hero-text {
    font-size: 18px;
  }

  .agb-card {
    padding: 30px;
  }

  .agb-card-title {
    font-size: 28px;
  }

  .agb-section-title {
    font-size: 20px;
  }

  .agb-section-text {
    padding-left: 0;
  }

  .agb-actions {
    flex-direction: column;
    align-items: center;
  }

  .agb-btn-primary,
  .agb-btn-secondary {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .agb-hero-title {
    font-size: 32px;
  }

  .agb-hero-text {
    font-size: 16px;
  }

  .agb-card {
    padding: 25px;
  }

  .agb-card-title {
    font-size: 24px;
  }

  .agb-section-title {
    font-size: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .agb-section-number {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .agb-footer {
    text-align: center;
  }

  .agb-footer-link {
    margin: 0 10px;
    display: inline-block;
  }
}

/* ============================= */
/* PRINT STYLES */
/* ============================= */
@media print {

  .agb-hero,
  .agb-actions,
  .agb-footer {
    display: none;
  }

  .agb-content-section {
    padding: 0;
    background: white;
  }

  .agb-card {
    box-shadow: none;
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }

  .agb-section {
    page-break-inside: avoid;
  }
}










/* ============================= */
/* CONTACT HERO SECTION */
/* ============================= */
.contact-hero {
  background: linear-gradient(135deg, #35a7d4bd 0%, #2a93bb 100%);
  color: white;
    padding: 190px 0 170px;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 120px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,40 C300,60 900,20 1200,40 L1200,120 L0,120 Z" fill="%23ffffff"/></svg>') no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}

.contact-badge {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.contact-hero-text {
  font-size: 18px;
  opacity: 0.9;
 
  line-height: 1.6;

}

.contact-hero-icon {
  width: 200px;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

/* ============================= */
/* CONTACT SECTION */
/* ============================= */
.contact-section {
  padding: 80px 0;
  background: #fff;
}

.contact-info-card {
  background: white;
  border-radius: 16px;
  padding: 40px;
  border: 1px solid #f8f9fa;
  height: 100%;
}

.contact-info-title {
  color: #2c3e50;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #35a8d4;
}

.contact-info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9ecef;
}

.contact-info-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contact-info-icon {
  background: #35a8d4;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.contact-info-content h3 {
  color: #2c3e50;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-info-content p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.contact-info-content small {
  color: #888;
  font-size: 13px;
}

.contact-social {
  margin-top: 40px;
}

.contact-social h3 {
  color: #2c3e50;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-social-icons {
  display: flex;
  gap: 10px;
}

.contact-social-link {
  background: #f8f9fa;
  color: #666;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-social-link:hover {
  background: #35a8d4;
  color: white;
  transform: translateY(-3px);
}

.contact-form-card {
  background: white;
  border-radius: 16px;
  padding: 40px;
border: 1px solid #f8f9fa;
}

.contact-form-title {
  color: #2c3e50;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-form-subtitle {
  color: #666;
  margin-bottom: 30px;
  font-size: 16px;
}

.contact-form .form-label {
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
}

.contact-form .form-control,
.contact-form .form-select {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 15px;
  transition: all 0.3s ease;
}


.contact-form .form-check-input:checked {
  background-color: #35a8d4;
  border-color: #35a8d4;
}

.privacy-link {
  color: #35a8d4;
  text-decoration: none;
}

.privacy-link:hover {
  text-decoration: underline;
}

.contact-form-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.contact-submit-btn {
  background: linear-gradient(135deg, #35a8d4 0%, #2a93bb 100%);
  color: white;
  border: none;
  padding: 14px 30px;
  border-radius: 25px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(53, 168, 212, 0.3);
}

.contact-reset-btn {
  background: transparent;
  color: #666;
  border: 2px solid #e9ecef;
  padding: 14px 30px;
  border-radius: 25px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact-reset-btn:hover {
  background: #f8f9fa;
  border-color: #35a8d4;
  color: #35a8d4;
}

.form-message .alert {
  border-radius: 10px;
  border: none;
  padding: 15px 20px;
}

/* ============================= */
/* MAP SECTION */
/* ============================= */
.map-section {
  padding: 0;
}

.map-container {
  position: relative;
  height: 500px;
}

#map {
  width: 100%;
  height: 100%;
}

.map-overlay {
  position: absolute;
  top: 30px;
  left: 30px;
  background: white;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  max-width: 300px;
}

.map-info h3 {
  color: #2c3e50;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.map-info p {
  color: #666;
  margin-bottom: 15px;
  font-size: 14px;
}

.map-directions-btn {
  background: #35a8d4;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.map-directions-btn:hover {
  background: #2a93bb;
  color: white;
  transform: translateY(-2px);
}

/* ============================= */
/* FAQ SECTION */
/* ============================= */
.contact-faq {
  padding: 80px 0;
  background: white;
}

.faq-header {
  max-width: 600px;
  margin: 0 auto 50px;
}

.faq-title {
  color: #2c3e50;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.faq-subtitle {
  color: #666;
  font-size: 18px;
}

.accordion {
  border: none;
}

.accordion-item {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-button {
  background: white;
  color: #2c3e50;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 25px;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: #f8f9fa;
  color: #35a8d4;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232c3e50'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2335a8d4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  padding: 20px 25px;
  color: #666;
  line-height: 1.7;
  background: #f8f9fa;
}

/* ============================= */
/* CONTACT FOOTER */
/* ============================= */
.contact-footer {
  background: #2c3e50;
  color: white;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-footer-text {
  margin: 0;
  opacity: 0.8;
}

.contact-footer-link {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.contact-footer-link:hover {
  opacity: 1;
  color: #35a8d4;
}

.contact-footer-link.active {
  opacity: 1;
  color: #35a8d4;
  font-weight: 600;
}

/* ============================= */
/* RESPONSIVE DESIGN */
/* ============================= */
@media (max-width: 992px) {
  .contact-hero {
      padding: 190px 0 170px;
  }

  .contact-hero-title {
    font-size: 36px;
  }

  .contact-hero-icon {
    width: 150px;
    margin-top: 30px;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 30px;
  }

  .contact-info-title,
  .contact-form-title {
    font-size: 24px;
  }

  .map-overlay {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    margin: 20px;
  }
}

@media (max-width: 768px) {
  .contact-hero {
    text-align: center;
    padding: 190px 0 170px;
  }

  .contact-hero-title {
    font-size: 32px;
  }

  .contact-hero-text {
    font-size: 16px;
  }

  .contact-info-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .contact-info-icon {
    margin: 0 auto;
  }

  .contact-form-actions {
    flex-direction: column;
  }

  .contact-submit-btn,
  .contact-reset-btn {
    width: 100%;
    justify-content: center;
  }

  .faq-title {
    font-size: 28px;
  }

  .faq-subtitle {
    font-size: 16px;
  }

  .accordion-button {
    font-size: 16px;
    padding: 15px 20px;
  }
}

@media (max-width: 576px) {
  .contact-hero-title {
    font-size: 28px;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 25px;
  }

  .contact-info-title,
  .contact-form-title {
    font-size: 22px;
  }

  .map-container {
    height: 400px;
  }

  .contact-footer {
    text-align: center;
  }

  .contact-footer-link {
    margin: 0 10px;
    display: inline-block;
  }
}

/* ============================= */
/* FORM VALIDATION STYLES */
/* ============================= */
.form-group {
  position: relative;
}

.form-error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  min-height: 20px;
}

.form-control.is-invalid {
  border-color: #dc3545;
}

.form-control.is-valid {
  border-color: #198754;
}

/* ============================= */
/* LOADING STATE */
/* ============================= */
.contact-submit-btn.loading {
  position: relative;
  color: transparent;
}

.contact-submit-btn.loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}