/* =============
	Template Name: Appi - Bootstrap 5 Creative App and Software Landing Page
	Author: UIdeck
============ */
/*===========================
  COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
:root {
    --mainColor: #8164f4;
    --hoverColor: #5b5fdf;
    --backgroundColor:transparent;
    --darkOne: #222;
    --lightOne: #919191;
  }

  * {
    box-sizing: border-box;
  }html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #505478;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #505478;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 45px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #505478;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gradient-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4354e2), to(#6ca3f3));
  background-image: linear-gradient(#4354e2 0%, #6ca3f3 100%);
  color: #fff;
}

.gradient-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc4985), to(#f18da2));
  background-image: linear-gradient(#dc4985 0%, #f18da2 100%);
  color: #fff;
}

.gradient-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2cc590), to(#75eb92));
  background-image: linear-gradient(#2cc590 0%, #75eb92 100%);
  color: #fff;
}
.color-tour{
background-image: -webkit-gradient(linear, left top, left bottom, from(#2cc590), to(#75eb92));
  background: linear-gradient(135deg, #1e3c72, #2a5298);
 color:#fff;
 }
 
 .life-tour{
 background-image: -webkit-gradient(linear, left top, left bottom, from(#2cc590), to(#75eb92));
 background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
 color:#fff;
 }
 .luxury-tour{
 background-image: -webkit-gradient(linear, left top, left bottom, from(#2cc590), to(#75eb92));
 background: linear-gradient(135deg, #f6d365, #fda085);  
  color:#fff;
 }
.gradient-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a866d1), to(#f9a4d7));
  background-image: linear-gradient(#a866d1 0%, #f9a4d7 100%);
  color: #fff;
}

input,
textarea {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  padding: 17px 30px;
  margin-bottom: 20px;
  color: #868AAA;
  -webkit-box-shadow: 0px 0px 51px rgba(180, 180, 180, 0.16);
  box-shadow: 0px 0px 51px rgba(180, 180, 180, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid transparent;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:focus,
textarea:focus {
  border-color: #DE5088;
}

.back-to-top {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #4e54c8, #8f94fb);
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 75px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.back-to-top.btn-hover {
  position: fixed;
  z-index: 999;
}

.back-to-top:hover {
  color: #fff;
}
.btn-hover {
  position: relative;
  z-index: 1;
}

.btn-hover::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.1);
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
*:focus {
  outline: none;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 20px 35px;
  font-size: 18px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: linear-gradient(135deg, #4e54c8, #8f94fb);
   }

.main-btn:hover {
  color: #fff;
}



.btn-hover:hover::after {
  width: 100%;
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*===== All Section Title Style =====*/
.section_title .title {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .section_title .title {
    font-size: 26px;
  }
}

.section_title p {
  margin-top: 15px;
  font-size: 18px;
  opacity: 0.5;
}

.section_title.section_title_2 .title,
.section_title.section_title_2 p {
  color: #fff;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: spinner-linspin 1568.2353ms linear infinite;
  animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .spinner-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #DE5088 #DE5088 #F9F9F9;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #F9F9F9;
  -webkit-animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #F9F9F9;
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sticky .navbar {
  padding: 15px 0;
}

.navbar {
  padding: 20px 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
  width: 40px;           /* Adjust size as needed */
  height: 40px;
  border-radius: 50%;     /* Makes it circular */
  overflow: hidden;       /* Clips the image inside the circle */
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  background:transparent;      /* Optional background */
  
}

.navbar-brand img {
  width: 60px;
  object-fit: contain;    /* Keeps aspect ratio */
  
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 60px;
  }
}

      
    
.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #505478;
  display: block;
  margin: 5px 0;
  position: relative;
  }



@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav {
    padding: 20px 30px;
  }
}
.navbar-nav li:hover {
    transform: scale(1.1) rotate(-0deg);
    }
    
.navbar-nav .nav-item {
  position: relative;
  margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 600;
  color: #505478;
  }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 0;
    color: #505478;
  }
}

.navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover {
  color: #DE5088;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #505478;
}

.sticky .navbar-nav .nav-item a {
  color: #505478;
}

.sticky .navbar-nav .nav-item a::before {
  background-color: #DE5088;
}

.sticky .navbar-nav .nav-item a.active, .sticky .navbar-nav .nav-item a:hover {
  color: #DE5088;
}

/* ====== hero-area css ======== */
.hero-area {
  padding-top: 160px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area {
    padding-top: 180px;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding-top: 130px;
  }
}

.hero-area .hero-content {
  padding-bottom: 80px;
}

.hero-area .hero-content h2 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h2 {
    font-size: 42px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

.hero-area .hero-content p {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 28px;
}

.hero-area .hero-content .hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-area .hero-content .hero-btns .main-btn {
  margin-right: 40px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content .hero-btns .main-btn {
    margin-right: 20px;
  }
}

.hero-area .hero-content .hero-btns .watch-btn {
  margin-bottom: 20px;
}

.hero-area .hero-content .hero-btns .watch-btn i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #a866d1;
  font-size: 20px;
  text-align: center;
  line-height: 45px;.
  background: -webkit-gradient(linear, left top, left bottom, from(#a866d1), to(#f9a4d7));
  background: linear-gradient(#a866d1 0%, #f9a4d7 100%);
  
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-area .hero-content .hero-btns .watch-btn span {
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
  display: inline-block;
  color: #505478;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.hero-area .hero-content .hero-btns .watch-btn span:hover {
  color: #DE5088;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content .hero-btns .watch-btn span {
    margin-left: 15px;
  }
}

.hero-area .counter-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 30px;
}

.hero-area .counter-up .single-counter {
  padding: 0 40px;
  position: relative;
}

.hero-area .counter-up .single-counter::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 24px;
  background: rgba(80, 84, 120, 0.6);
  right: 0;
  top: 10px;
}

.hero-area .counter-up .single-counter:first-child {
  padding-left: 0;
}

.hero-area .counter-up .single-counter:last-child {
  padding-right: 0;
}

.hero-area .counter-up .single-counter:last-child::after {
  display: none;
}

.hero-area .counter-up .single-counter span {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .hero-area .counter-up .single-counter span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area .counter-up .single-counter span {
    font-size: 18px;
  }
}

.hero-area .counter-up .single-counter span.countup {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .hero-area .counter-up .single-counter span.countup {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area .counter-up .single-counter span.countup {
    font-size: 24px;
  }
}

.hero-area .hero-img .img-screen {
  position: absolute;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area .hero-img .img-screen {
    width: 40%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-img .img-screen {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-img .img-screen {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-img .img-screen {
    display: none;
  }
}

.hero-area .hero-img .img-screen.screen-1 {
  right: 25%;
  bottom: -350px;
}

  

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area .hero-img .img-screen.screen-1 {
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-img .img-screen.screen-1 {
    right: 0;
  }
}

.hero-area .hero-img .img-screen.screen-2 {
  bottom: 60px;
  right: -220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area .hero-img .img-screen.screen-2 {
    bottom: 60px;
    right: -276px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-img .img-screen.screen-2 {
    bottom: 60px;
    right: -276px;
  }
}

.hero-area .hero-img .img-screen.screen-3 {
  right: -125px;
  bottom: -475px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area .hero-img .img-screen.screen-3 {
    right: -250px;
    bottom: -250px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-img .img-screen.screen-3 {
    right: -180px;
    bottom: -160px;
  }
}

/* ======== feature-area css ======== */
.feature-area .single-feature {
  padding: 45px 30px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px -33px 51px rgba(209, 209, 209, 0.16);
  box-shadow: 0px -33px 51px rgba(209, 209, 209, 0.16);
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area .single-feature {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area .single-feature {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .feature-area .single-feature {
    margin-bottom: 30px;
  }
}

.feature-area .single-feature::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.feature-area .single-feature.item-1::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#4354e2), to(#6ca3f3));
  background: linear-gradient(#4354e2 0%, #6ca3f3 100%);
}

.feature-area .single-feature.item-2::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#dc4985), to(#f18da2));
  background: linear-gradient(#dc4985 0%, #f18da2 100%);
}

.feature-area .single-feature.item-3::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#2cc590), to(#75eb92));
  background: linear-gradient(#2cc590 0%, #75eb92 100%);
}

.feature-area .single-feature.item-4::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#a866d1), to(#f9a4d7));
  background: linear-gradient(#a866d1 0%, #f9a4d7 100%);
}

.feature-area .single-feature:hover {
  -webkit-box-shadow: 0px 0px 51px rgba(165, 165, 165, 0.26);
  box-shadow: 0px 0px 51px rgba(165, 165, 165, 0.26);
}

.feature-area .single-feature:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.feature-area .single-feature:hover .feature-icon {
  border-radius: 50%;
}

.feature-area .single-feature .feature-content h4 {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area .single-feature .feature-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.feature-area .single-feature .feature-content p {
  font-size: 16px;
  line-height: 24px;
  color: #868AAA;
}

.icon-style {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* ====== how-work-area css ======== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .how-work-area {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .how-work-area {
    padding-top: 100px;
  }
}

.how-work-area .how-work-img {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .how-work-area .how-work-img {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .how-work-area .how-work-img {
    margin-bottom: 30px;
  }
}

.how-work-area .how-work-img .dots-shape {
  position: absolute;
  z-index: -1;
  right: 30px;
  bottom: 0;
}

.how-work-area .accordion-btn button {
  width: 100%;
}

.how-work-area .accordion-btn button .icon-style {
  border-radius: 50%;
}

.how-work-area .accordion-btn button.collapsed .icon-style {
  border-radius: 5px;
}

.how-work-area .accordion-btn button:hover .icon-style {
  border-radius: 50%;
}

.accordion-style .single-accordion {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 51px rgba(180, 180, 180, 0.16);
  box-shadow: 0px 0px 51px rgba(180, 180, 180, 0.16);
}

.accordion-style .single-accordion .accordion-btn button {
  padding: 18px 30px;
  padding-right: 50px;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  background: #fff;
  position: relative;
  white-space: normal;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #DE5088;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-style .single-accordion .accordion-btn button {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-style .single-accordion .accordion-btn button {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .accordion-style .single-accordion .accordion-btn button {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion-style .single-accordion .accordion-btn button {
    font-size: 18px;
  }
}

.accordion-style .single-accordion .accordion-btn button.collapsed {
  color: #505478;
}

.accordion-style .single-accordion .accordion-btn button:hover {
  color: #DE5088;
}

.accordion-style .single-accordion .accordion-btn button.collapsed::after {
  -webkit-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
}

.accordion-style .single-accordion .accordion-btn button::after {
  font: normal normal normal 1em/1 "LineIcons";
  content: "\ea5e";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.accordion-style .single-accordion .accordion-btn button .icon-style {
  margin-right: 20px;
}

.accordion-style .single-accordion .accordion-content {
  padding: 10px 30px 30px;
}

/* ======= pricing-area css ========== */
.pricing-area .single-price {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px -31px 51px rgba(165, 165, 165, 0.16);
  box-shadow: 0px -31px 51px rgba(165, 165, 165, 0.16);
  padding: 40px 50px 0;
  margin-bottom: 60px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.pricing-area .single-price .price-icon {
  margin-bottom: 25px;
}

.pricing-area .single-price h4 {
  font-size: 23px;
  font-weight: 600;
}

.pricing-area .single-price .package-price {
  color: #DE5088;
}

.pricing-area .single-price .package-details {
  margin-bottom: 30px;
}

.pricing-area .single-price .package-details li {
  font-size: 16px;
  line-height: 32px;
  color: #868AAA;
}

.pricing-area .single-price .price-btn {
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(135deg, #4e54c8, #8f94fb);
  
  margin-bottom: -25px;
}

.pricing-area .single-price:hover {
  -webkit-box-shadow: 0px 0px 51px rgba(165, 165, 165, 0.16);
  box-shadow: 0px 0px 51px rgba(165, 165, 165, 0.16);
}

.pricing-area .single-price:hover .price-icon {
  border-radius: 50%;
}

.pricing-area .single-price.active {
  -webkit-box-shadow: 0px 0px 51px rgba(165, 165, 165, 0.16);
  box-shadow: 0px 0px 51px rgba(165, 165, 165, 0.16);
}

.pricing-area .single-price.active .price-btn {
  background: linear-gradient(135deg, #4e54c8, #8f94fb); 
  }

.pricing-area .pricing-nav .nav-pills .nav-item .nav-link {
  color: #505478;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 1;
}

.pricing-area .pricing-nav .nav-pills .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
    background:linear-gradient(135deg, #4e54c8, #8f94fb);
   left: 0;
  top: 0;
  z-index: -1;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.pricing-area .pricing-nav .nav-pills .nav-item .nav-link.active {
  color: #fff;
  background: none;
}

.pricing-area .pricing-nav .nav-pills .nav-item .nav-link.active::after {
  width: 100%;
}

/* ====== contact-area css ======= */
.contact-area h3 {
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .contact-area h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-area h3 {
    font-size: 26px;
  }
}

.contact-area .contact-form-wrapper .contact-form button {
  font-weight: 700;
  padding: 17px 40px;
}

.contact-area .contact-form-wrapper .contact-form button.btn-hover::after {
  width: 40%;
  opacity: 0;
}

.contact-area .contact-form-wrapper .contact-form button.btn-hover:hover::after {
  opacity: 1;
  width: 100%;
}

/* ======= download-area css ======== */
.download-area {
  margin-bottom: -230px;
  position: relative;
  z-index: 9;
}

.download-area .download-wrapper {
background:linear-gradient(135deg, #4e54c8, #8f94fb);

 }

.download-area .download-wrapper .download-content {
  padding: 125px 0;
}

.download-area .download-wrapper .download-content .download-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.download-area .download-wrapper .download-content .download-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(123, 123, 123, 0.16);
  box-shadow: 0px 3px 6px rgba(123, 123, 123, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #505478;
}

.download-area .download-wrapper .download-content .download-btns a:hover {
  color: #DE5088;
}

.download-area .download-wrapper .download-content .download-btns a.btn-hover::after {
  background: rgba(222, 80, 136, 0.05);
}

.download-area .download-wrapper .download-content .download-btns a span.icon {
  font-size: 24px;
  margin-right: 20px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.download-area .download-wrapper .download-content .download-btns a span.text {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.download-area .download-wrapper .download-content .download-btns a span.text b {
  font-size: 12px;
  font-weight: 400;
  display: block;
}

/* ======= footer-area css ======== */
.footer-area {
  background-image: url("../images/footer-bg.png");
  padding-top: 35px;
}

.footer-area .footer-widget {
  margin-bottom: 60px;
}

.footer-area .footer-widget .footer-logo {
  max-width: 150px;
}

.footer-area .footer-widget h4 {
  margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-widget h4 {
    font-size: 18px;
  }
}

.footer-area .footer-widget a,
.footer-area .footer-widget p {
  font-size: 16px;
  line-height: 26px;
  color: #868AAA;
}


.footer-area .footer-widget ul li a:hover {
  color: #DE5088;
}

.footer-area .footer-widget .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-area .footer-widget .social-links li {
  margin-right: 15px;
}

.footer-area .footer-widget .social-links li:last-child {
  margin-right: 0;
}

.footer-area .footer-widget .social-links li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .footer-widget .social-links li a.facebook {
  color: #6598FE;
}

.footer-area .footer-widget .social-links li a.facebook:hover {
  background: #6598FE;
  color: #fff;
}

.footer-area .footer-widget .social-links li a.twitter {
  color: #5FC5F2;
}

.footer-area .footer-widget .social-links li a.twitter:hover {
  background: #5FC5F2;
  color: #fff;
}

.footer-area .footer-widget .social-links li a.instagram {
  color: #FF679D;
}

.footer-area .footer-widget .social-links li a.instagram:hover {
  background: #FF679D;
  color: #fff;
}

.footer-area .footer-widget .social-links li a.linkedin {
  color: #336DB8;
}

.footer-area .footer-widget .social-links li a.linkedin:hover {
  background: #336DB8;
  color: #fff;
}

.footer-area .footer-widget .subscribe-form {
  overflow: hidden;
}

.footer-area .footer-widget .subscribe-form input {
  padding: 17px 25px;
}

.footer-area .footer-widget .subscribe-form button {
  padding: 17px 40px;
  float: right;
  clear: both;
  font-size: 16px;
  font-weight: 700;
}

.footer-area .footer-cradit {
  padding: 35px 0;
  border-top: 1px solid rgba(134, 138, 170, 0.32);
}

.footer-area .footer-cradit p {
  color: #868AAA;
  font-size: 14px;
}

.footer-area .footer-cradit p a {
  color: #505478;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .footer-cradit p a:hover {
  color: #DE5088;
}


  .fa-newspaper {
    font-size: 28px;
    color: #fff;
  }

.download-adjust {
position: relative;
top: 140px;
font-size: 30px !important; /* Force override */
line-height: 1.2 !important;
margin: 0 !important;
}
  .seize {
  position: relative;
  top: -50px;
  font-size: 30px !important; /* Force override */
  line-height: 1.2 !important;
  margin: 0 !important;
  }
  .voice-top {
  position: relative;
  top: -40px;
  }
  .Now{
  position: relative;
  top: -60px;
  }
  .counter-up{
  position: relative;
  top: -80px;
  }
  .photo-1{
  position: relative;
  top: -40px;
  }
  
  .grow {
  position: relative;
  top: -30px;
  }
  
  .work-up {
  position: relative;
  top: -25px;
  }
  .get-price {
  position: relative;
  top: -70px;
  }
  .price-plan-cards{
  position: relative;
  top: -70px;
  }
  .textler{
  position: relative;
  top: -170px;
  }
  .FQA-Container{
  position: relative;
  top: -180px;
  }
  .contact-card{
  position: relative;
  top: -170px;
  }
  .download-cont{
  position: relative;
  top: -240px;
  }
  .read-more-btn {
  margin-top: 5px;
  padding: 14px 40px;
   background: linear-gradient(135deg, #4e54c8, #8f94fb);
   border: none;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.1rem;
  color: #e0e0e0;
  cursor: pointer;
    transition: background 0.4s ease, box-shadow 0.4s ease, color 0.3s ease;
  user-select: none;
  
  }
  
  .read-more-btn:hover,
  .read-more-btn:focus {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  outline: none;
  box-shadow: 0 8px 20px rgba(38, 92, 255, 0.9);
  }
  
  /* Full width container */
  .full-card-design {
    width: 100vw;
    background-color: transparent;
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
  }
  
  /* Centered card content */
  .cardi {
    background-color: #e0e0e0;
    max-width: 1200px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0;
    align-items: center;
    padding: 2.5rem 3rem;
  }
  
  .lefty {
  padding-right: 2rem; /* Add space between left text and right video */
  }
  /* Left side text */
  .lefty {
    color: var(--darkOne);
  }
  .lefty h1 {
    margin-bottom: 0.3rem;
    font-size: 2.4rem;
    line-height: 1.1;
  }
  .lefty p {
    margin: 1.5rem 0 2rem;
    font-size: 1.15rem;
    color: var(--lightOne);
    line-height: 1.5;
  }
  .btn {
  position:relative;
    background-color: var(--mainColor);
    color: white;
    padding: 0.9rem 2.4rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    top:-15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    user-select: none;
  }
  .btn:hover {
    background-color: var(--hoverColor);
  }
  
  /* Right side video circle container */
  .right {
    position: relative;
    width: 220px;
    height: 220px;
   
    border-radius: 50%;
    background-color: var(--mainColor);
    box-shadow: 0 0 40px var(--mainColor);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Video */
  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    filter: brightness(0.9);
    display: block;
  }
  
  /* Play/Pause Button */
  .play-pause-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    
    transform: translateX(-50%);
    background-color: rgba(255,255,255,0.85);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  }
  .play-pause-btn:hover {
    background-color: rgba(255,255,255,1);
  }
  
  /* Play icon (triangle) */
  .play-pause-btn svg {
    fill: var(--mainColor);
    width: 24px;
    height: 24px;
  }
  
  /* Responsive */
  @media (max-width: 900px) {
    .cardi {
      grid-template-columns: 1fr;
      padding: 2rem;
    }
    .right {
      margin: 0 auto;
      width: 180px;
      height: 180px;
      box-shadow: 0 0 30px var(--mainColor);
    }
    .lefty h1 {
      font-size: 1.9rem;
    }
    .lefty p {
      font-size: 1rem;
    }
    .btn {
      width: 100%;
      padding: 1rem 0;
      font-size: 1.1rem;
    }
  }

     
  
  .stars {
  color: #f39c12;
  margin: 0.4rem 0;
  }
  
  .controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  }
  
  .control-btn {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  color: #555;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
  }
  
  .control-btn:hover {
  background: rgba(0, 0, 0, 0.15);
  }
  
  @media (min-width: 768px) {
  .testimonial-card {
  flex: 0 0 50%;
  }
  }
  
  @media (min-width: 1024px) {
  .testimonial-card {
  flex: 0 0 25%;
  }
  }
  
  .body{
  position: relative;
  height: 100%;
  font-family: 'Segoe UI', sans-serif;
  background:transparent; /* Light grey background */
  margin: 0;
  overflow: hidden;
  }
  
  #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: none; /* Light grey to make particles visible */
  }
  
  .subscription-box {
  position:relative;
  z-index: 1;
  max-width: 400px;
  margin: 10% auto;
  background-color: transparent !important; padding: 2rem;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  backdrop-filter: none !important;
  animation: fadeIn 2s ease-in-out;
  }
  .subscription-box h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  }
  
  .subscription-box p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  }
  
  .subscription-box form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  }
  
  .subscription-box input {
  padding: 0.75rem;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  outline: none;
  }
  
  .subscription-box button {
  padding: 0.75rem;
  border: none;
  border-radius: 25px;
  background: linear-gradient(to right, #00c6ff, #0072ff);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
  }
  
  .subscription-box button:hover {
  background: linear-gradient(to right, #0072ff, #00c6ff);
  }
  
  @keyframes fadeIn {
  from {
  opacity: 0;
  transform: translateY(-30px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
  }
 .custom-language-selector {
 position: fixed;
 top: 10px; /* Adjust this value to position vertically */
 right: -30px; /* Adjust this value to position horizontally */
 z-index: 1000;
 max-width: 200px;
 }
 
 .language-dropdown {
 position: absolute;
 top: 10%; /* Changed from bottom: 100% */
 right: 30px;
 background: white;
 border: none;
 border-radius: 15px;
 box-shadow:0 10px 30px rgba(0, 0, 0, 0.2);
 max-height: 400px;
 overflow-y: auto;
 display: none;
 z-index: 101;
 width: 200px;
 }
 
 /* Animation adjustment for top position */
 @keyframes fadeIn {
 from { opacity: 0; transform: translateY(-20px); } /* Changed from translateY(20px) */
 to { opacity: 1; transform: translateY(0); }
 }
 
 .language-button {
 background: transparent;
 border:none;
 border-radius: 50px;
 padding: 8px 10px;
 cursor: pointer;
 display: flex;
 align-items: center;
 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 color: #2c3e50;
 font-weight: 600;
 box-shadow:0 10px 30px rgba(0, 0, 0, 0.2);
 transition: all 0.3s ease;
 min-width: 60px;
 max-width: 80%;
 height: 40px;
 margin-top: 8%; /* Changed from bottom: 100% */                      
 }
 
 .language-button:hover {
 background: white;
 transform: scale(1.05);
 }
 
 
 .current-language {
 margin: 0 8px;
 font-size: 1rem;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 max-width: 100px;
 display: inline-block;
 }
 
 .arrow {
 color: #ff9800;
 transition: transform 0.3s;
 font-size: 1.8rem;
 }
 
 .language-button.open .arrow {
 transform: rotate(180deg);
 }
 
 
 .language-dropdown.open {
 display: block;
 animation: fadeIn 0.3s ease;
 }
 
 .language-option {
 padding: 12px 15px;
 cursor: pointer;
 display: flex;
 align-items: center;
 transition: background 0.2s;
 border-bottom: 1px solid #eee;
 }
 
 .language-option:last-child {
 border-bottom: none;
 }
 
 .language-option:hover {
 background: #f0f7ff;
 }
 
 .language-flag {
 margin-right: 12px;
 font-size: 1.8rem;
 min-width: 30px;
 }
 
 .language-name {
 font-size: 0.9rem;
 font-weight: 500;
 color: #2c3e50;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 max-width: 140px;
 }
 
 .language-search {
 padding: 12px 15px;
 border-bottom: 1px solid #eee;
 position: sticky;
 top: 0;
 background: white;
 z-index: 10;
 }
 
 .language-search input {
 width: 100%;
 padding: 8px 12px;
 border: 1px solid #ddd;
 border-radius: 20px;
 font-size: 0.9rem;
 }
 
 /* Google Translate element */
 #google_translate_element {
 position: absolute;
 left: -9999px;
 opacity: 0;
 height: 0;
 overflow: hidden;
 }
 
 /* Google Translate banner hiding */
 .goog-te-banner-frame.skiptranslate {
 display: none !important;
 }
 
 .skiptranslate {
 display: none !important;
 }
 
 
 /* Animations */
 @keyframes pulse {
 0% { transform: scale(1); }
 50% { transform: scale(1.1); }
 100% { transform: scale(1); }
 }
 
 
 /* Responsive design */
 @media (max-width: 768px) {
 /* Custom language selector styles - TOP POSITION */
 .custom-language-selector {
 position: fixed;
 top: 10px; /* Adjust this value to position vertically */
 margin-right: 80px; /* Adjust this value to position horizontally */
 z-index: 1000;
 max-width: 200px;
 }
 .language-button {
 padding: 10px 20px;
 }
 
 }
  #logo{
  padding: 0;
  width: 60px;           /* Adjust size as needed */
  height: 60px;
  border-radius: 50%;     /* Makes it circular */
  overflow: hidden;       /* Clips the image inside the circle */
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  background:transparent;      /* Optional background */
  
  } 
  #logo img{
  border-radius:50%;
  overflow: hidden; 
    align-items: center;
    justify-content: center;
    width: 60px;           /* Adjust size as needed */
    height: 60px;
    }
    
    .download-check{
    background: none;
    border:none;
    color: white;
    }
    
  :root {
  --lerp-0: 1;
  --lerp-1: 0.5625;
  --lerp-2: 0.25;
  --lerp-3: 0.0625;
  --lerp-4: 0;
  
  --size-1: 4px;
  --size-2: 8px;
  --size-4: 16px;
  
  --radius-3: 8px;
  
  --surface-1: hsl(0 0% 90%);
  --gray-0: white;
  
  --gradient-1: linear-gradient(135deg, #ff9a9e, #fad0c4);
  --gradient-2: linear-gradient(135deg, #a18cd1, #fbc2eb);
  --gradient-3: linear-gradient(135deg, #f6d365, #fda085);
  --gradient-4: linear-gradient(135deg, #fbc2eb, #a6c1ee);
  --gradient-5: linear-gradient(135deg, #fdcbf1, #e6dee9);
  --gradient-6: linear-gradient(135deg, #a1c4fd, #c2e9fb);
  }
  
  .dock-container {
  position: relative;
  top: var(--dock-top, 0px); /* Control vertical position */
  user-select: none;
  }
  
  .blocks {
  display: flex;
  list-style: none;
  padding: var(--size-2);
  border-radius: var(--radius-3);
  gap: var(--size-4);
  background: transparent;
  backdrop-filter: blur(10px);
  
  }
  .block__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-3);
  }
  
  .block__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-3);
  }
  .block {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: calc(0.2 + (var(--lerp, 0) * 1.5));
  position: relative;
  outline: none;
  cursor: pointer;
  transition: flex 0.2s;
  }
  
  .block__item {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--radius-3);
  background: var(--bg), var(--surface-1);
  display: inline-block;
  transition: transform 0.2s, outline 0.2s;
  transform-origin: 50% 100%;
  transform: translateY(calc(var(--lerp) * -75%));
  outline: transparent var(--size-1) solid;
  position: relative;
  overflow: hidden;
  }
  
  .block__item:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  border-left: var(--size-2) solid white;
  border-top: var(--size-2) solid white;
  border-radius: var(--radius-3);
  mask: linear-gradient(135deg, black, transparent 50%);
  }
  
  .block.active .block__item {
  outline: var(--surface-1) var(--size-1) solid;
  }
  
  .block.active {
  --lerp: var(--lerp-0);
  z-index: 5;
  }
  
  .block.active ~ .block {
  --lerp: var(--lerp-1);
  z-index: 4;
  }
  
  .block.active ~ .block ~ .block {
  --lerp: var(--lerp-2);
  z-index: 3;
  }
  
  .block.active ~ .block ~ .block ~ .block {
  --lerp: var(--lerp-3);
  z-index: 2;
  }
  
  .block.active ~ .block ~ .block ~ .block ~ .block {
  --lerp: var(--lerp-4);
  z-index: 1;
  }
  
  @media (min-width: 768px) {
  .dock-container {
  --dock-top: 1000px; /* Move it down for tablets and small desktops */
  }
  }
  
  @media (min-width: 1024px) {
  .dock-container {
  --dock-top: 8000px; /* Further down for full desktop screens */
  }
  }
   @media (min-width: 768px) {
  .block__item {
  width: 60%;
  aspect-ratio: 1;
  border-radius: var(--radius-3);
  background: var(--bg), var(--surface-1);
  display: inline-block;
  transition: transform 0.2s, outline 0.2s;
  transform-origin: 50% 100%;
  transform: translateY(calc(var(--lerp) * -75%));
  outline: transparent var(--size-1) solid;
  position: relative;
  overflow: hidden;
  }
  }
   @media (min-width: 1024px) {
   .block__item {
   width: 70%;
   aspect-ratio: 1;
   border-radius: var(--radius-3);
   background: var(--bg), var(--surface-1);
   display: inline-block;
   transition: transform 0.2s, outline 0.2s;
   transform-origin: 50% 100%;
   transform: translateY(calc(var(--lerp) * -75%));
   outline: transparent var(--size-1) solid;
   position: relative;
   overflow: hidden;
   }
   }
   
  @media (prefers-color-scheme: dark) {
  .block__item {
  background: var(--bg), hsl(0 0% 20%);
  }
  }
  
  .container-1 {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
        }
        
             
                
        /* Luxury Container Styles */
        .luxury-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 40px;
            max-width: 1200px;
            margin: 40px auto;
            background-color: #ffffff;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
        }
        
        .luxury-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, 
  #ff6b6b,   /* Original coral */
  #ff9a76,   /* Warm peach (added) */
  #a6e3e9,   /* Soft sky blue (added) */
  #4ecdc4    /* Original teal */
);
	}
        .luxury-text {
            flex: 1;
            padding-right: 30px;
        }
        
        .luxury-text h2 {
            font-size: 32px;
            color: #222;
            margin-bottom: 15px;
            position: relative;
        }
        
        .luxury-text h2::after {
            content: '';
            display: block;
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, #0d3b66, #1d5d9b);
            margin: 10px 0;
            border-radius: 2px;
        }
        
        .luxury-text p {
            font-size: 18px;
            color: #444;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .luxury-gallery {
            flex: 1;
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: center;
        }
        
        .luxury-item {
            width: 140px;
            text-align: center;
            position: relative;
        }
        
        .luxury-display {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
        }
        
        .luxury-display.loaded {
            background: transparent;
        }
        
        .luxury-display:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(0,0,0,0.15);
        }
        
        .luxury-item p {
            font-size: 14px;
            color: #333;
            margin-top: 8px;
            padding: 0 5px;
            font-weight: 500;
        }
        
        .luxury-spinner {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 30px;
            height: 30px;
            border: 3px solid rgba(13, 59, 102, 0.2);
            border-top: 3px solid #0d3b66;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        
        @keyframes spin {
            0% { transform: translate(-50%, -50%) rotate(0deg); }
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }
        
        /* Mobile Responsiveness */
        @media screen and (max-width: 900px) {
            .luxury-container {
                flex-direction: column;
                padding: 30px;
            }
            
            .luxury-text {
                padding-right: 0;
                text-align: center;
                margin-bottom: 30px;
                width: 100%;
            }
            
            .luxury-text h2::after {
                margin: 10px auto;
            }
            
            .luxury-gallery {
                width: 100%;
            }
        }
        
        @media screen and (max-width: 600px) {
            .luxury-container {
                padding: 25px 20px;
            }
            
            .luxury-text h2 {
                font-size: 28px;
            }
            
            .luxury-text p {
                font-size: 16px;
            }
            
            .luxury-gallery {
                gap: 10px;
            }
            
            .luxury-item {
                width: calc(50% - 10px);
            }
	}
        

.entertainment-container {
      display: flex;
      max-width: 1000px;
      margin: 40px auto;
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1);
      padding: 30px;
      gap: 30px;
      align-items: center;
    }

    .entertainment-text {
      flex: 1;
    }

    .entertainment-text h2 {
      font-size: 32px;
      margin-bottom: 10px;
      color: #222;
    }

    .entertainment-text p {
      font-size: 18px;
      color: #555;
    }

    .entertainment-gallery {
      flex: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .entertainment-item {
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      background: #eee;
      cursor: pointer;
    }

    .entertainment-item img {
      width: 90%;
      height: auto;
      object-fit: contain;
      display: block;
    }

    .image-modal {
      display: none;
      position: fixed;
      z-index: 9999;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0.6);
      justify-content: center;
      align-items: center;
    }

    .image-modal.active {
      display: flex;
    }

    .image-modal-content {
      position: relative;
      background: white;
      border-radius: 10px;
      padding: 10px;
      max-width: 90vw;
      max-height: 90vh;
      box-shadow: 0 10px 30px rgba(0,0,0,0.3);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .image-modal-content img {
      max-width: 100%;
      max-height: 80vh;
      border-radius: 10px;
    }

    .image-modal-close {
      position: absolute;
      top: 8px;
      right: 12px;
      font-size: 28px;
      font-weight: bold;
      color:white;
      cursor: pointer;
    }

    @media(max-width: 768px) {
      .entertainment-container {
        flex-direction: column;
        padding: 20px;
      }

      .entertainment-gallery {
        width: 100%;
        grid-template-columns: 1fr;
      }
    }
 .exclusive-container {
 max-width: 1200px;
 margin: 40px auto;
 background: #fff;
 border-radius: 18px;
 box-shadow: 0 8px 24px rgba(0,0,0,0.12);
 display:flex;
 justify-content: space-between;
 align-items: center;
 padding: 40px 50px;
 gap: 40px;
 position: relative;
 transition: transform 0.4s ease;
 }
 
 .exclusive-text {
 flex: 1;
 padding-right: 30px;
 }
 
 .exclusive-text h2 {
 font-size: 36px;
 font-weight: 700;
 margin-bottom: 16px;
 color: #111;
 }
 
 .exclusive-text p {
 font-size: 20px;
 line-height: 1.5;
 color: #444;
 }
 
 .events-gallery {
 flex: 1;
 display: flex;
 gap: 25px;
 }
 
 .event-card {
 flex: 1;
 background: #fafafa;
 border-radius: 16px;
 box-shadow: 0 4px 15px rgba(0,0,0,0.08);
 overflow: hidden;
 display: flex;
 flex-direction: column;
 transition: box-shadow 0.3s ease;
 }
 .event-card:hover {
 box-shadow: 0 8px 25px rgba(0,0,0,0.18);
 }
 
 .event-image {
 width: 100%;
 height: 180px;
 object-fit: cover;
 border-bottom: 1px solid #ddd;
 transition: transform 0.3s ease;
 }
 
 .event-details {
 padding: 16px 18px;
 }
 
 .event-details h3 {
 margin: 0 0 10px 0;
 font-size: 22px;
 color: #222;
 }
  .event-details p {
 margin: 4px 0;
 font-size: 15px;
 color: #555;
 }
 
 /* Responsive */
 @media (max-width: 900px) {
 .exclusive-container {
 flex-direction: column;
 padding: 30px 20px;
 }
 .exclusive-text {
 padding-right: 0;
 margin-bottom: 30px;
 text-align: center;
 }
 .events-gallery {
 flex-direction: row;
 justify-content: center;
 gap: 20px;
 width: 100%;
 }
 }

   .container-show {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
        }

/* Trending Container Styles */
        .trending-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        background-color: #ffffff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        position: relative;
        overflow: hidden;
        margin: 40px 0;
        }
        
        .trending-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
        }
        
        .trending-text {
        flex: 1;
        padding: 40px;
        min-width: 300px;
        }
        
        .trending-text h2 {
        font-size: 32px;
        color: #222;
        margin-bottom: 15px;
        position: relative;
        }
        
        .trending-text h2::after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
        margin: 10px 0;
        border-radius: 2px;
        }
        
        .trending-text p {
        font-size: 18px;
        color: #444;
        line-height: 1.6;
        max-width: 500px;
        }
        
        .trending-gallery {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        padding: 30px;
        min-width: 300px;
        }
        
        .trending-item {
        width: 140px;
        text-align: center;
        position: relative;
        }
        
        .trending-item img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
        }
        
        .trending-item img:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }
        
        .trending-item p {
        font-size: 14px;
        color: #444;
        margin-top: 8px;
        padding: 0 5px;
        font-weight: 500;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        }
        
        .trending-loader {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 30px;
            height: 30px;
            border: 3px solid rgba(78, 205, 196, 0.2);
            border-top: 3px solid #4ecdc4;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        
        @keyframes spin {
            0% { transform: translate(-50%, -50%) rotate(0deg); }
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }
        /* Mobile Responsiveness */
        @media (max-width: 900px) {
        .trending-container {
        flex-direction: column;
        }
        
        .trending-text {
        padding: 30px;
        text-align: center;
        }
        
        .trending-text h2::after {
        margin: 10px auto;
        }
        
        .trending-text p {
        margin: 0 auto;
        }
        
        .trending-gallery {
        width: 100%;
        padding-top: 0;
        }
        }
        
        @media (max-width: 600px) {
        .trending-text {
        padding: 25px 20px;
        }
        
        .trending-text h2 {
        font-size: 28px;
        }
        
        .trending-text p {
        font-size: 16px;
        }
        
        .trending-gallery {
        gap: 10px;
        }
        
        .trending-item {
        width: calc(50% - 10px);
        }
	}
                
 .behind-scenes-container {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 background: white;
 border-radius: 16px;
 box-shadow: 0 5px 15px rgba(0,0,0,0.1);
 overflow: hidden;
 padding: 20px;
 margin-bottom: 40px;
 transition: transform 0.3s;
 }
 
 .behind-scenes-text {
 flex: 1;
 padding-right: 20px;
 }
 
 .behind-scenes-text h2 {
 font-size: 2em;
 color: #222;
 }
 
 .behind-scenes-text p {
 font-size: 1.1em;
 color: #555;
 }
 
 .behind-scenes-images {
 flex: 1.2;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 10px;
 }
 
 .behind-scenes-images img {
 width: 100%;
 height: 100px;
 object-fit: cover;
 border-radius: 12px;
 }
 
 @media (max-width: 768px) {
 .behind-scenes-container {
 flex-direction: column-reverse;
 padding: 20px;
 }
 
 .behind-scenes-text{
 padding-left: 0;
 text-align: center;
 margin-top: 20px;
 }
 }

 /* Global Styles */
 .movement-container {
 display: flex;
 flex-direction: column;
 align-items: center;
 background: #fff;
 padding: 0.5rem;
 border-radius: 1rem;
 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
 }
 
 /* Circular Image Container */
 .movement-image {
 width: 100px;
 height: 100px;
 border-radius: 50%;
 overflow: hidden;
 margin: 0 auto 30px;
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
 flex-shrink: 0;
 }
 
 .movement-image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 }
 
 /* Text Content */
 .movement-text {
 text-align: center;
 max-width: 600px;
 }
 
 .movement-text h2 {
 font-size: 2rem;
 color: #222;
 margin-bottom: 1rem;
 }
 
 .movement-text p {
 font-size: 1rem;
 color: #444;
 margin-bottom: 1.5rem;
 line-height: 1.6;
 }
 
 /* Button */
 .join-btn {
 background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
 color: white;
 border: none;
 padding: 14px 35px;
 font-size: 1.1rem;
 border-radius: 30px;
 cursor: pointer;
 transition: all 0.3s ease;
 box-shadow: 0 4px 15px rgba(37, 117, 252, 0.3);
 }
 
 .join-btn:hover {
 transform: translateY(-3px);
 box-shadow: 0 6px 20px rgba(37, 117, 252, 0.4);
 }
 
 .move-btns {
 position: absolute;
 top: -40px;
 right: 10px;
 }
 .move-btns button {
 margin-left: 5px;
 padding: 5px 10px;
 border: none;
 border-radius: 5px;
 cursor: pointer;
 }
 .popup {
 position: fixed;
 top: 0;
 left: 0;
 width: 100vw;
 height: 100vh;
 background: rgba(0, 0, 0, 0.75);
 display: none;
 justify-content: center;
 align-items: center;
 z-index: 9999;
 animation: fadeIn 0.5s ease-in-out;
 }
 
 .popup-card {
 background: linear-gradient(135deg, #ffffff, #f4f4f4);
 padding: 2.5rem;
 border-radius: 1.5rem;
 text-align: center;
 max-width: 400px;
 width: 90%;
 box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
 transform: scale(0.8);
 animation: scaleUp 0.5s ease-in-out forwards;
 position: relative;
 }
 
 .popup-card::before {
 content: '';
 position: absolute;
 top: -20px;
 left: -20px;
 right: -20px;
 bottom: -20px;
 background:linear-gradient(45deg, #25D366, #1ebea5, #128c7e);
 
 z-index: -1;
 border-radius: 2rem;
 filter: blur(20px);
 opacity: 0.2;
 animation: glow 3s infinite ease-in-out;
 }
 
 .popup-card p {
 font-size: 1.25rem;
 margin-bottom: 1.5rem;
 color: #333;
 animation: fadeInUp 0.5s ease-in-out;
 }
 
 .whatsapp-btn {
 background: #25D366;
 color: white;
 padding: 0.8rem 1.8rem;
 font-size: 1.05rem;
 text-decoration: none;
 border-radius: 2rem;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
 display: inline-block;
 animation: fadeInUp 0.8s ease-in-out;
 }
 
 .whatsapp-btn:hover {
 transform: scale(1.05);
 box-shadow: 0 15px 30px rgba(37, 211, 102, 0.5);
 }
 
 /* Animations */
 @keyframes scaleUp {
 to {
 transform: scale(1);
 }
 }
 
 @keyframes fadeIn {
 from {
 opacity: 0;
 }
 to {
 opacity: 1;
 }
 }
 
 @keyframes fadeInUp {
 from {
 opacity: 0;
 transform: translateY(20px);
 }
 to {
 opacity: 1;
 transform: translateY(0);
 }
 }
 
 @keyframes glow {
 0%, 100% {
 opacity: 0.2;
 }
 50% {
 opacity: 0.4;
 }
 }
 .popup-close {
 position: absolute;
 top: 12px;
 right: 16px;
 font-size: 1.5rem;
 font-weight: bold;
 color: #999;
 cursor: pointer;
 transition: color 0.3s ease, transform 0.3s ease;
 z-index: 10;
 }
 
 .popup-close:hover {
 color: #e91e63;
 transform: scale(1.2);
 }
/* Desktop Layout */
 @media (min-width: 768px) {
 .movement-container {
 flex-direction: row;
 align-items: center;
 justify-content: center;
 gap: 60px;
 padding: 3rem;
 }
 
 .movement-image {
 margin: 0;
 width: 30px;
 height: 30px;
 }
 
 .movement-text {
 text-align: left;
 max-width: 500px;
 }
 }
 
 /* Mobile Optimization */
 @media (max-width: 480px) {
 .movement-image {
 width: 150px;
 height: 150px;
 }
 
 .movement-text h2 {
 font-size: 1.8rem;
 }
 
 .popup-card {
 padding: 2rem 1.5rem;
 }
 }
 .spotlight-container {
 display: flex;
 max-width: 1000px;
 margin: 40px auto;
 background: #fff;
 border-radius: 18px;
 box-shadow: 0 6px 18px rgba(0,0,0,0.1);
 padding: 30px;
 gap: 30px;
 align-items: center;
 }
 
 .spotlight-text {
 flex: 1;
 }
 
 .spotlight-text h2 {
 font-size: 32px;
 margin-bottom: 10px;
 color: #222;
 }
 
 .spotlight-text p {
 font-size: 18px;
 color: #555;
 }
 
 .spotlight-gallery {
 flex: 1;
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 20px;
 }
 
 .spotlight-item {
 border-radius: 14px;
 overflow: hidden;
 box-shadow: 0 4px 12px rgba(0,0,0,0.15);
 background: #eee;
 cursor: pointer;
 }
 
 .spotlight-item img {
 width: 90%;
 height: auto;
 object-fit: contain;
 display: block;
 }
 
 /* Modal Popup */
 .image-modal {
 display: none;
 position: fixed;
 z-index: 9999;
 top: 0; left: 0; right: 0; bottom: 0;
 background: rgba(0,0,0,0.6);
 justify-content: center;
 align-items: center;
 }
 
 .image-modal.active {
 display: flex;
 }
 
 .image-modal-content {
 position: relative;
 background: white;
 border-radius: 10px;
 padding: 10px;
 max-width: 90vw;
 max-height: 90vh;
 box-shadow: 0 10px 30px rgba(0,0,0,0.3);
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 }
 
 .image-modal-content img {
 max-width: 100%;
 max-height: 80vh;
 border-radius: 10px;
 }
 
 .image-modal-close {
 position: absolute;
 top: 8px;
 right: 12px;
 font-size: 28px;
 font-weight: bold;
 color: #333;
 cursor: pointer;
 }
 
 /* Responsive */
 @media(max-width: 768px) {
 .spotlight-container {
 flex-direction: column;
 padding: 20px;
 }
 
 .spotlight-gallery {
 width: 100%;
 grid-template-columns: 1fr;
 }
 }
 .stay-informed-container {
 position: fixed;
 left: 47%;
 bottom: 1rem;
 transform: translateX(-50%);
 max-width: 1100px;
 width: 90vw;
 background: white;
 box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
 border-radius: 12px;
 display: flex;
 padding: 2rem 3rem;
 gap: 2rem;
 z-index: 9999;
 }
 
 .stay-informed-text {
 flex: 1;
 max-width: 300px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 }
 
 .stay-informed-text h2 {
 font-size: 2rem;
 margin-bottom: 0.5rem;
 color: #0d47a1;
 }
 
 .stay-informed-text p {
 font-size: 1.1rem;
 line-height: 1.4;
 color: #444;
 }
 
 .news-grid {
 flex: 2;
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
 gap: 1.5rem;
 }
 
 .news-card {
 background: #fafafa;
 border-radius: 10px;
 overflow: hidden;
 box-shadow: 0 3px 10px rgb(0 0 0 / 0.07);
 display: flex;
 flex-direction: column;
 transition: transform 0.3s ease;
 cursor: pointer;
 position: relative;
 }
 .news-card:hover {
 transform: translateY(-6px);
 box-shadow: 0 12px 25px rgb(0 0 0 / 0.12);
 }
 
 .news-image {
 width: 100%;
 aspect-ratio: 16 / 9;
 object-fit: cover;
 background: #ddd;
 }
 
 .news-content {
 padding: 0.75rem 1rem 1rem;
 display: flex;
 flex-direction: column;
 flex-grow: 1;
 }
 
 .news-title {
 font-weight: 600;
 font-size: 1rem;
 margin: 0 0 0.4rem;
 color: #0d47a1;
 line-height: 1.2;
 }
 
 .news-summary {
 font-size: 0.9rem;
 color: #555;
 flex-grow: 1;
 }
 
 .btn-see-more {
 margin-top: 0.8rem;
 align-self: flex-start;
 background: #0d47a1;
 color: white;
 padding: 0.4rem 0.9rem;
 border-radius: 6px;
 font-size: 0.9rem;
 text-decoration: none;
 transition: background 0.3s ease;
 }
 .btn-see-more:hover {
 background: #09357d;
 }
 
 /* Like/dislike container */
 .likes-container {
 display: flex;
 gap: 1rem;
 margin-top: 0.8rem;
 align-items: center;
 }
 
 .like-btn, .dislike-btn {
 background: #e0e0e0;
 border: none;
 padding: 5px 10px;
 border-radius: 6px;
 cursor: pointer;
 font-size: 0.9rem;
 display: flex;
 align-items: center;
 gap: 0.3rem;
 user-select: none;
 transition: background 0.3s ease;
 }
 .like-btn.liked, .dislike-btn.disliked {
 background: #0d47a1;
 color: white;
 }
 .like-btn:hover:not(.liked), .dislike-btn:hover:not(.disliked) {
 background: #b3c1e6;
 }
 
 /* Comments button */
 .btn-comments {
 margin-left: auto;
 background: #0d47a1;
 color: white;
 padding: 0.3rem 0.7rem;
 border-radius: 6px;
 font-size: 0.85rem;
 cursor: pointer;
 border: none;
 user-select: none;
 }
 .btn-comments:hover {
 background: #09357d;
 }
 
 /* Comments Modal */
 #comments-modal {
 display: none;
 position: fixed;
 z-index: 10000;
 top: 0; left: 0; right: 0; bottom: 0;
 background: rgba(0,0,0,0.6);
 backdrop-filter: blur(4px);
 justify-content: center;
 align-items: center;
 }
 
 #comments-modal.active {
 display: flex;
 }
 
 #comments-modal .modal-content {
 background: white;
 border-radius: 12px;
 max-width: 500px;
 width: 90vw;
 max-height: 80vh;
 overflow-y: auto;
 padding: 1.5rem 2rem;
 display: flex;
 flex-direction: column;
 gap: 1rem;
 }
 
 #comments-modal .modal-header {
 display: flex;
 justify-content: space-between;
 align-items: center;
 }
 #comments-modal h3 {
 margin: 0;
 color: #0d47a1;
 }
 #comments-modal .close-btn {
 font-size: 1.4rem;
 cursor: pointer;
 user-select: none;
 background: none;
 border: none;
 color: #0d47a1;
 }
 
 #comments-list {
 flex-grow: 1;
 overflow-y: auto;
 border: 1px solid #ddd;
 border-radius: 8px;
 padding: 0.5rem;
 max-height: 300px;
 }
 
 #comments-list p {
 margin: 0.3rem 0;
 padding: 0.3rem 0.5rem;
 border-bottom: 1px solid #eee;
 font-size: 0.9rem;
 }
 
 #comments-form {
 display: flex;
 gap: 0.5rem;
 margin-top: 0.5rem;
 }
 
 #comments-form input {
 flex-grow: 1;
 padding: 0.5rem 0.75rem;
 font-size: 1rem;
 border: 1px solid #aaa;
 border-radius: 8px;
 }
 #comments-form button {
 background: #0d47a1;
 border: none;
 color: white;
 padding: 0.5rem 1rem;
 border-radius: 8px;
 cursor: pointer;
 font-size: 1rem;
 }
 #comments-form button:disabled {
 background: #7a8db5;
 cursor: not-allowed;
 }
 
 @media (max-width: 700px) {
 .stay-informed-container {
 flex-direction: column;
 position: static;
 transform: none;
 max-width: 100%;
 }
 .stay-informed-text {
 max-width: 100%;
 margin-bottom: 1.5rem;
 text-align: center;
 }
 .news-grid {
 grid-template-columns: 1fr 1fr;
 }
 }
 @media (max-width: 400px) {
 .news-grid {
 grid-template-columns: 1fr;
 }
 }
