@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
:root {
  --primary: #01529c;
  --secondary: #1c1aa1;
}

/*--------------- ---- Responsive --------------------------*/
/*-------------   Color Variable  --------------*/
.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
.gray-bg {
  background: #f7f7fd;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #000;
}

.theme-bg {
  background: var(--primary);
}

.brand-bg {
  background: #f1f4fa;
}

.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: var(--primary);
}

.boxed-btn {
  background: #fff;
  color: var(--primary) !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid var(--primary);
  letter-spacing: 3px;
  text-align: center;
  color: var(--primary);
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  background: var(--primary);
  color: #fff !important;
  border: 1px solid var(--primary);
}
.boxed-btn:focus {
  outline: none;
}
.boxed-btn.large-width {
  width: 220px;
}

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/* 1. Theme default css */
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f2f2f2;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}

.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: rgb(99, 92, 92);
}

a:hover {
  color: #fff;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

a,
button {
  color: #fff;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.capitalize {
  text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

/* Theme-overlay */
.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.overlay {
  position: relative;
  z-index: 0;
}

.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.overlay2 {
  position: relative;
  z-index: 0;
}

.overlay2::before {
  position: absolute;
  content: "";
  background-color: #2E2200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 45px;
  }
}

/* owl-carousel button style */
.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  font-size: 22px;
  color: #646464;
  opacity: 1;
  visibility: visible;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -30px;
}
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
  top: 1px;
}
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: 0px;
}
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #ff3500;
}

.btn {
  font-family: "Poppins", sans-serif;
  text-transform: normal;
  padding: 24px 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border: 2px solid #fff;
  -moz-user-select: none;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--primary);
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px;
}
.btn.btn-sm {
  padding: 17px 16px;
}

.btn:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}

.btn:hover {
  background-position: right;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.about-btn {
  padding: 19px 97px 19px 20px;
}

.header-btn {
  background: #195281 !important;
  padding: 8px 17px;
}
.header-btn:hover {
  background-color: #7fb9ee;
}

.hero-btn {
  padding: 32px 41px;
}

.white-btn {
  padding: 30px 39px;
  background: #fff;
  color: #331391 !important;
}

.black-btn {
  padding: 14px 35px;
  background: #000;
}
.black-btn::before {
  background: #331391;
}

.submit-btn2 {
  background: #ec5b53;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0px;
}

.white-btn {
  background: #fff;
  color: #000;
}
.white-btn::before {
  background: #000;
  color: #fff;
}

.border-btn {
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #fff;
  color: #fff;
  background: none;
  border-radius: 0px;
  text-transform: normal;
  padding: 14px 43px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 575px) {
  .border-btn {
    padding: 14px 23px;
    font-size: 14px;
  }
}
.border-btn {
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.border-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--primary);
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}

.border-btn:hover::before {
  transform: scaleY(1);
  border: 1px solid transparent;
}

/* button style */
.breadcrumb > .active {
  color: #888;
}

/* scrollUp */
#scrollUp, #back-top {
  background: var(--primary);
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
}
@media (max-width: 575px) {
  #scrollUp, #back-top {
    right: 16px;
  }
}
#scrollUp, #back-top {
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
#scrollUp a i, #back-top a i {
  display: block;
  line-height: 50px;
}

#scrollUp:hover {
  color: #fff;
}

/* Sticky*/
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

/* Sticky end */
/*--- Margin & Padding --*/
/*-- Margin Top --*/
.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;
}

/*-- Margin Bottom --*/
.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;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.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-260 {
  padding-top: 260px;
}

/*-- Padding Bottom --*/
.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;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*-- Some Animated CSS -- */
/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /* animation-timing-function: linear; */
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/* heartbeat */
.heartbeat {
  animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}
/* rotateme */
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* 20. preloader */
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}

.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color: #ddff00;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(182, 185, 35, 0.15);
  box-shadow: 0 1px 5px 0 rgba(180, 185, 35, 0.15);
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.preloader .preloader-circle2 {
  border-top-color: #ddff00;
}

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.preloader .preloader-img img {
  max-width: 55px;
}

.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
}
/*-- Section Padding -- */
.section-padding2 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.pb-bottom {
  padding-bottom: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-bottom {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-bottom {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pb-bottom {
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .pb-bottom {
    padding-bottom: 10px;
  }
}

.pb-top {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pb-top {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .pb-top {
    padding-top: 70px;
  }
}

.testimonial-padding {
  padding-top: 35px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-padding {
    padding-top: 35px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .testimonial-padding {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

.w-padding {
  padding-top: 100px;
  padding-bottom: 95px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-padding30 {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

.section-padding40 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding40 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .section-padding40 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

.services-padding {
  padding-top: 145px;
  padding-bottom: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-padding {
    padding-top: 145px;
    padding-bottom: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

.footer-padding {
  padding-top: 440px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-padding {
    padding-top: 440px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-padding {
    padding-top: 440px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-padding {
    ppadding-top: 375px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .footer-padding {
    padding-top: 375px;
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}
.section-tittle span {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-left: 72px;
  margin-bottom: 22px;
  color: #f04e3c;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
@media (max-width: 575px) {
  .section-tittle span {
    font-size: 14px;
  }
}
.section-tittle span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #f04e3c;
  top: 0;
  left: -67px;
  top: 50%;
  transform: translateY(-50%);
}
.section-tittle h2 {
  font-size: 50px;
  display: block;
  color: #0D210B;
  font-weight: 300;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-tittle h2 {
    font-size: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tittle h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .section-tittle h2 {
    font-size: 28px;
  }
}

.section-tittle2 h2 {
  font-size: 70px;
  display: block;
  color: #0D210B;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-tittle2 h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tittle2 h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle2 h2 {
    font-size: 58px;
  }
}
@media (max-width: 575px) {
  .section-tittle2 h2 {
    font-size: 45px;
  }
}
.section-tittle2 p {
  color: #fff;
  font-size: 18px;
}

.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.section-bg2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-bg3 {
  background-size: cover;
  background-repeat: no-repeat;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.text-primary {
  color: #1d042a !important;
}

.f-600 {
  font-weight: 600;
}

.gap-150 {
  gap: 150px;
}

#logo-side {
  height: 20px;
  width: 20px;
  margin-bottom: 5px !important;
}

.bg-gradiant {
  background: linear-gradient(180deg, #560827, #06032c);
}

.my-text1 {
  color: #1d042a;
}

.my-text2 {
  color: #e2326e;
}

.bg-border {
  border: 1px solid #560827;
}

.bf-bg-light {
  background: #fff4fa;
}

/*-------------   Color Variable  --------------*/
.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
.gray-bg {
  background: #f7f7fd;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #000;
}

.theme-bg {
  background: var(--primary);
}

.brand-bg {
  background: #f1f4fa;
}

.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: var(--primary);
}

.flex-center-start {
  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: start;
}

.overlay::before {
  background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, rgb(0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, rgb(0, 0, 0) 100%);
  background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, rgb(0, 0, 0) 100%);
}

body {
  font-family: "Inter", sans-serif;
  background: #fff4fa;
}

.dating-app-layout {
  display: flex;
  min-height: 100vh;
}

/* SIDEBAR */
.dating-sidebar {
  width: 260px;
  padding: 24px;
  color: #fff4fa;
}
.dating-sidebar .dating-logo {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 32px;
  padding: 0 18px;
}
.dating-sidebar .dating-logo span {
  font-size: 26px;
}
.dating-sidebar .dating-logo small {
  display: block;
  font-size: 12px;
  opacity: 0.8;
}
.dating-sidebar .dating-menu {
  list-style: none;
  padding: 0;
  position: sticky;
  top: 0;
}
.dating-sidebar .dating-menu li a {
  padding: 12px 16px;
  margin-bottom: 10px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.dating-sidebar .dating-menu li a i {
  font-size: 18px;
}
.dating-sidebar .dating-menu li a .count {
  background: #13042b;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  margin-left: auto;
}
.dating-sidebar .dating-menu li a:hover, .dating-sidebar .dating-menu li a.active {
  background: rgba(255, 255, 255, 0.2);
}

/* MAIN */
.dating-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* HEADER */
.dating-header {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  border-bottom-left-radius: 10px;
}
.dating-header .header-left {
  display: flex;
  align-items: center;
}
.dating-header .header-left a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 10px;
  text-decoration: none;
}
.dating-header .header-left img {
  border-radius: 50%;
}
.dating-header .header-left .username {
  font-weight: 600;
  color: #2d3436;
}
.dating-header .header-search {
  position: relative;
  width: 320px;
  display: flex;
  align-items: center;
}
.dating-header .header-search input {
  width: 100%;
  padding: 10px 40px 10px 16px;
  border-radius: 30px;
  border: 1px solid #ddd;
  outline: none;
}
.dating-header .header-search svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.dating-header .header-actions i {
  font-size: 20px;
  cursor: pointer;
  color: #6c5ce7;
}

/* CONTENT */
.dating-content {
  flex: 1;
  padding: 30px;
  border-top-left-radius: 10px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .dating-sidebar {
    display: none;
  }
  .header-search {
    display: none;
  }
}
.dating-profile-card {
  border-radius: 20px;
  padding: 28px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  padding-bottom: 70px;
  height: 380px;
}
.dating-profile-card .online-img {
  height: 20px !important;
  width: 20px !important;
}
.dating-profile-card .online-img img {
  height: 20px;
  width: 20px;
}
.dating-profile-card:hover {
  transform: translateY(-6px);
}
.dating-profile-card:hover .profile-image {
  transform: rotate3d(1, 1, 1, 360deg);
}
.dating-profile-card.style2 {
  position: relative;
  z-index: 1;
}
.dating-profile-card.style2 .personal-detail {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  background: #E91E63;
  padding: 3px 10px;
  transition: all 0.5s ease;
  z-index: 2;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.dating-profile-card.style2:hover .personal-detail {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.dating-profile-card .profile-image {
  width: 110px;
  height: 110px;
  margin: -80px auto 16px;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #E91E63;
  transform: rotate3d(1, 1, 1, 0deg);
  transition: 0.5s;
}
.dating-profile-card .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dating-profile-card .profile-name {
  font-weight: 600;
  margin-bottom: 4px;
}
.dating-profile-card .profile-role {
  background: #E91E63;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 20px;
}
.dating-profile-card .profile-details {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.dating-profile-card .profile-details li {
  display: flex;
  align-items: center;
  gap: 0px;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 10px;
  justify-content: center;
  font-weight: 600;
}
.dating-profile-card .profile-details li svg {
  margin-right: 5px;
}
.dating-profile-card .profile-details li i {
  color: #E91E63;
  font-size: 16px;
}
.dating-profile-card .profile-details li.private-trash {
  gap: 10px;
}
.dating-profile-card .profile-details li.private-trash span {
  margin-bottom: 5px;
}
.dating-profile-card .profile-details.style-7 li img {
  height: 30px;
  width: 30px;
}

/* Mobile spacing fix */
@media (max-width: 767px) {
  .dating-profile-card {
    margin-top: 60px;
  }
}
.dating-tab-content {
  display: none;
  animation: fadeSlide 0.4s ease;
}

.dating-tab-content.active {
  display: block;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-actions {
  display: flex;
}

.side-menu {
  height: 20px;
  width: 20px;
}

.offcanvas-header,
.offcanvas-footer {
  color: #fff;
}

.offcanvas-title {
  font-weight: 600;
}

.notification-item {
  display: flex;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.notification-item img {
  width: 40px;
  height: 40px;
}

.notification-time {
  font-size: 12px;
  color: #999;
}

.offcanvas-footer {
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

.header-actions button {
  border: 0;
  background: transparent;
}
.header-actions .btn-bell {
  width: 50px;
  height: 30px;
  position: relative;
  z-index: 1;
}
.header-actions .btn-bell span {
  position: absolute;
  top: 0;
  right: 11px;
  background: #e2326e;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  font-size: 10px;
}
.header-actions .btn-bell img {
  object-fit: contain;
}

.profile-box {
  margin-bottom: 20px;
}

.main-img {
  width: 160px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.main-img:hover {
  transform: scale(1.05);
}

.action-item {
  text-align: center;
  cursor: pointer;
}
.action-item img {
  height: auto;
}

.action-item i {
  font-size: 22px;
  display: block;
  transition: 0.25s;
}

.action-item:hover i {
  transform: scale(1.3);
  color: #ff6b81;
}

.liked {
  color: #ff2f5e !important;
  animation: pop 0.3s ease;
}

@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
/* LIGHTBOX */
#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
}

.lg-toolbar.lg-group {
  display: none !important;
}

.lg-backdrop {
  background: #000;
  opacity: 0.8 !important;
}

.action-bar {
  display: flex;
  gap: 32px;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  transform: rotateY(90deg) translateX(-50%) !important;
  left: 50%;
  transition: 0.5s;
  opacity: 0;
}

.dating-profile-card.style-4:hover .action-bar {
  bottom: 0;
  transform: rotateY(0deg) translateX(-50%) !important;
  transition: 0.5s;
  opacity: 1;
}

#smooth-wrapper {
  height: 100vh;
  overflow: hidden;
}

#smoke-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.smoke {
  position: absolute;
  width: 20px;
  height: 20px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4), transparent 70%);
  border-radius: 50%;
  filter: blur(8px);
}

.page-scroll {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: auto;
}

i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E91E63;
  pointer-events: none;
  animation: animate 2s linear forwards;
}

@keyframes animate {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(var(--x), var(--y));
  }
}
/* Support me */
#support {
  position: fixed;
  bottom: 1em;
  right: 1em;
}

body {
  background: #f6f9fc;
  font-family: "Inter", sans-serif;
}

.profile-card {
  background: #3c0729;
  padding: 25px;
  border-radius: 16px;
  text-align: center;
}
.profile-card .profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.profile-card .location {
  font-size: 14px;
}
.profile-card .action-list {
  margin-top: 20px;
  text-align: left;
}
.profile-card .action-list div {
  padding: 8px 0;
  font-size: 14px;
}
.profile-card .action-list div i {
  margin-right: 8px;
}

.info-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.btn-pink {
  background: #ff5fa2;
  color: #fff;
  border-radius: 10px;
  padding: 8px 18px;
}
.btn-pink:hover {
  background: rgb(255, 69.5, 147.178125);
}

.profile-table th {
  width: 40%;
  color: #444;
  font-weight: 600;
}
.profile-table td {
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .profile-card {
    text-align: center;
  }
}
.profile-wrapper {
  display: flex;
  gap: 20px;
}

/* LEFT CARD */
.left-card {
  width: 320px;
  background: #360629;
  padding: 20px;
  border-radius: 6px;
}

.avatar {
  width: 110px;
  height: 110px;
  border-radius: 6px;
}

.username {
  margin-top: 10px;
  font-weight: bold;
}

.user-meta span {
  font-size: 14px;
  margin-right: 10px;
}

.location {
  font-size: 13px;
  margin-top: 5px;
}

.icon-row i {
  font-size: 20px;
  margin-right: 10px;
}

.action-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.action-list li {
  font-size: 14px;
  margin-bottom: 8px;
}
.action-list li i {
  margin-right: 8px;
}
.action-list li span {
  color: gray;
  font-size: 12px;
}

/* RIGHT */
.right-content {
  flex: 1;
}

.top-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feedback-btn {
  background: #ff5fa2;
  color: #fff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
}

/* TABLE */
.details-table {
  margin-top: 20px;
}
.details-table .row {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #000;
}
.details-table .head {
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .profile-wrapper {
    flex-direction: column;
  }
  .left-card {
    width: 100%;
  }
}
.dating-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s;
}

.menu-icon img {
  width: 18px;
  margin-right: 8px;
}

.menu-text {
  flex: 1;
  margin-left: 8px;
}

.arrow {
  transition: transform 0.3s;
}

.menu-item.active .arrow {
  transform: rotate(180deg);
}

/* Submenu */
.sub-menu {
  list-style: none;
  padding-left: 35px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.menu-item.active .sub-menu {
  max-height: 100%;
}

.menu-item .sub-menu li a {
  display: flex;
  padding: 8px 10px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  justify-content: start;
  background: rgba(255, 255, 255, 0.2);
}

.sub-menu li a:hover {
  color: #fff;
}

.bf-user-profile-wrapper {
  border-radius: 20px;
}

/* Tabs */
.bf-user-tabs {
  border-radius: 4px;
  overflow: hidden;
  padding: 4px 10px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bf-user-tabs .nav-link {
  color: #fff;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 0;
  border: none;
}
.bf-user-tabs .nav-link.active {
  background: #E91E63;
  border-radius: 50px;
  padding: 8px 19px;
}

/* Content */
.bf-user-tab-content {
  padding: 20px;
}

/* Profile Card */
.bf-user-card {
  border-radius: 6px;
  padding: 12px;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}
.bf-user-card .bf-user-avatar {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
}
.bf-user-card .bf-user-name {
  font-size: 14px;
  margin-bottom: 8px;
}
.bf-user-card .bf-user-meta {
  list-style: none;
  padding: 0;
  font-size: 12px;
}
.bf-user-card .bf-user-meta li {
  margin-bottom: 4px;
}

/* Right Info */
.bf-user-info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.bf-user-info p {
  font-size: 13px;
  margin-bottom: 14px;
}

.bf-age-wrapper {
  width: fit-content;
}

/* Age pill */
.bf-age-pill {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 26px;
  border-radius: 40px;
  box-shadow: 0 6px 20px rgba(155, 106, 214, 0.3);
  width: 200px;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icons container */
.bf-age-icons {
  margin-left: 10px;
}

/* Icon circle */
.bf-age-icon {
  width: 55px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(155, 106, 214, 0.35);
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
}
.bf-age-icon img {
  width: 32px;
  height: 32px;
}
.bf-age-icon:hover {
  transform: scale(1.03);
}

.detail-content {
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 700;
}

.bf-pref-section {
  padding: 40px 0;
  background: #ffffff;
}

/* Username */
.bf-pref-username {
  font-weight: 600;
  margin-bottom: 6px;
}

/* Subtitle */
.bf-pref-note {
  font-size: 14px;
  color: #333;
  margin-bottom: 24px;
}
.bf-pref-note span {
  color: #8b8b8b;
}

/* Blocks */
.bf-pref-block {
  margin-bottom: 32px;
}

/* Section title */
.bf-pref-title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

/* Checkbox list */
.bf-pref-list {
  max-width: none;
}

/* Custom checkbox item */
.bf-pref-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #636262 !important;
}
.bf-pref-item input {
  display: none;
}

/* Custom checkbox */
.bf-pref-check {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  position: relative;
}

/* Checked state */
.bf-pref-item input:checked + .bf-pref-check {
  background: #e91e63;
}

.bf-pref-item input:checked + .bf-pref-check::after {
  content: "✔";
  position: absolute;
  font-size: 10px;
  color: #fff;
  left: 2px;
  top: -1px;
}

/* Save button */
.bf-pref-footer {
  margin-top: 30px;
}

.bf-pref-save-btn {
  color: #fff;
  border: none;
  padding: 10px 36px;
  border-radius: 24px;
  font-size: 14px;
  transition: background 0.3s ease;
}
.bf-pref-save-btn:hover {
  background: #E91E63;
}

#bfLocationSettings {
  color: #636262 !important;
}

.bf-loc-section {
  padding: 30px 0;
}

/* Labels */
.bf-loc-label {
  font-size: 14px;
  margin-bottom: 4px;
}

.bf-loc-value {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Search input */
.bf-loc-search {
  display: flex;
  max-width: 420px;
}

.bf-loc-input {
  flex: 1;
  padding: 10px 14px;
  border-right: none;
  border-radius: 20px 0 0 20px;
  outline: none;
  font-size: 14px;
}
.bf-loc-input::placeholder {
  color: #999;
}

/* Search button */
.bf-loc-btn {
  color: #fff;
  border: none;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}
.bf-loc-btn:hover {
  background: #E91E63;
}

/* Swap button */
.bf-loc-swap-btn {
  color: #fff;
  border: none;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 6px;
  cursor: pointer;
}
.bf-loc-swap-btn:hover {
  background: #E91E63;
}

/* Distance radios */
.bf-loc-distance {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bf-loc-radio {
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.bf-loc-radio input {
  display: none;
}
.bf-loc-radio span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
}
.bf-loc-radio input:checked + span::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #E91E63;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.shape5 {
  position: absolute;
  right: -17px;
  top: -21px;
  animation: upDown 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .shape5 {
    width: 100px;
  }
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.point-list .bf-age-icon span {
  padding: 10px 11px;
  background: white;
  white-space: nowrap;
  line-height: 1.2;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  left: 100%;
  transform: translateY(-100%) scale(0);
  border-radius: 30px 30px 30px 0px;
  transform-origin: left bottom;
  position: absolute;
  color: #000;
  font-size: 15px;
}
.point-list .bf-age-icon.show span {
  transform: translateY(-100%) scale(1);
}

/* ===== EVENT SECTION ===== */
.bf-event-section {
  padding: 60px 0;
  background: none;
}

.bf-event-header h2 {
  font-weight: 600;
}

/* Card */
.bf-event-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  transition: box-shadow 0.3s ease;
}

.bf-event-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.bf-event-card:hover .bf-event-img img {
  transition: 0.5s;
  transform: skewY(2deg);
}

/* Image */
.bf-event-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease-out;
}

/* Body */
.bf-event-body {
  padding: 16px;
  height: 200px;
}

.bf-event-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.bf-event-date {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}

/* Gender icons */
.bf-event-gender {
  font-size: 16px;
  margin-bottom: 14px;
}
.bf-event-gender img {
  height: 20px;
  width: 20px;
}

/* Footer */
.bf-event-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Buttons & states */
.bf-event-btn {
  border: none;
  color: #fff;
  padding: 6px 18px;
  border-radius: 6px;
  font-size: 14px;
}

.bf-event-booked-text {
  color: #28a745;
  font-size: 14px;
  font-weight: 500;
}

.bf-event-link {
  font-size: 14px;
  color: #2b59c3;
  text-decoration: none;
}
.bf-event-link:hover {
  color: #86a5ee;
}

.bf-event-count {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Responsive */
@media (max-width: 768px) {
  .bf-event-img img {
    height: 180px;
  }
}
.water-wave {
  position: relative;
  z-index: 1;
  background: #fff;
}
.water-wave .shap-bx {
  position: absolute;
  top: 0;
  right: 0;
  width: 483px;
  height: 388px;
  overflow: hidden;
  z-index: -1;
  mix-blend-mode: exclusion;
}
.water-wave .shap-bg2 {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 200px;
  z-index: 10;
  background-image: linear-gradient(to right, #000000 20%, rgba(0, 0, 0, 0) 100%);
}
.water-wave .shap-bg {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 200px;
  width: 100%;
  z-index: 10;
  background-image: linear-gradient(to top, #000000 20%, rgba(0, 0, 0, 0) 100%);
}

.sdp-profile-wrapper {
  padding: 60px 0;
}

.sdp-profile-form {
  max-width: 1100px;
  margin: auto;
}

.sdp-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.sdp-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.sdp-subtext {
  font-size: 14px;
}

.sdp-interest-list {
  list-style: none;
  padding: 0;
}
.sdp-interest-list li {
  padding: 6px 0;
}

.sdp-column-title {
  display: flex;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.sdp-checkbox-group {
  display: grid;
  grid-template-rows: repeat(6, auto);
  gap: 20px;
}

.sdp-textarea {
  width: 100%;
  min-height: 90px;
  border-radius: 6px;
  padding: 10px;
}

.sdp-input {
  border-radius: 6px;
}

.sdp-radio-group {
  display: flex;
  gap: 20px;
}
.sdp-radio-group label {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sdp-photo-upload {
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
}

.sdp-submit-btn {
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .sdp-card {
    padding: 20px;
  }
}
.membership-section {
  padding: 100px 0;
  color: #ffffff;
}

.membership-section .membership-badge {
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
}

.membership-section .membership-title {
  font-size: 42px;
  font-weight: 600;
  margin-top: 15px;
}

.membership-section .membership-subtitle {
  max-width: 650px;
  margin: 15px auto 0;
}

.membership-section .membership-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #b5b5b5;
}

.membership-section .membership-toggle .active {
  color: #560827;
}

.membership-section .membership-toggle .toggle-switch {
  width: 55px;
  height: 28px;
  background: #560827;
  border-radius: 20px;
  position: relative;
}

.membership-section .membership-toggle .toggle-switch::after {
  content: "";
  width: 22px;
  height: 22px;
  background: #0b0f14;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 4px;
}

.membership-section .membership-card {
  border-radius: 14px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.3s ease;
}

.membership-section .membership-card:hover {
  transform: translateY(-8px);
}

.membership-section .membership-card h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.membership-section .membership-card h3 {
  font-size: 40px;
  font-weight: 600;
}

.membership-section .membership-card h3 span {
  font-size: 16px;
}

.membership-section .membership-card .plan-desc {
  margin: 10px 0 25px;
}

.membership-section .membership-card ul {
  list-style: none;
  padding: 0;
}

.membership-section .membership-card ul li {
  margin-bottom: 12px;
}

.membership-section .membership-card.featured .btn {
  padding: 17px 8px;
  color: #000;
}

.membership-section .membership-card .btn {
  padding: 17px 8px;
}

.membership-section .membership-card.featured {
  box-shadow: 0 0 40px #002387;
  transform: scale(1.05);
}

.membership-section .membership-card.featured h3,
.membership-section .membership-card.featured h5,
.membership-section .membership-card.featured ul li {
  color: #ffffff;
}

.membership-section .popular-badge {
  background: #ffffff;
  color: #221455;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
}

#upgrade-btn {
  background: #e2326e;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
#upgrade-btn:hover {
  transition: 0.5s;
  background: #c90f4d;
}

#csFeedSection {
  background-color: #f4f6ff;
  padding: 80px 0;
}
#csFeedSection .cs-feed-item {
  margin-bottom: 80px;
}
#csFeedSection .cs-feed-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
#csFeedSection .cs-feed-image:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
#csFeedSection .cs-feed-image:hover:after {
  -webkit-animation: dzShine 0.75s;
  animation: dzShine 0.75s;
}
#csFeedSection .cs-feed-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#csFeedSection .cs-feed-content {
  padding: 20px;
}
#csFeedSection .cs-feed-content .cs-feed-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
#csFeedSection .cs-feed-content .cs-feed-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
}
#csFeedSection .cs-feed-stats {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
#csFeedSection .cs-feed-stats .cs-stat-box h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
#csFeedSection .cs-feed-stats .cs-stat-box span {
  font-size: 14px;
}
#csFeedSection .cs-feed-btn {
  color: #fff;
  padding: 20px 26px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
#csFeedSection .cs-feed-btn:hover {
  background: #e2326e;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  #csFeedSection .cs-feed-content {
    text-align: center;
  }
  #csFeedSection .cs-feed-stats {
    justify-content: center;
  }
}
@keyframes dzShine {
  100% {
    left: 125%;
  }
}
#bfLoginSection {
  background-color: #f4f6ff;
  padding: 80px 0;
}
#bfLoginSection .bf-login-card {
  background: transparent;
  border-radius: 18px;
  padding: 35px 30px;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(20px);
}
#bfLoginSection .bf-login-brand {
  text-align: center;
  margin-bottom: 20px;
}
#bfLoginSection .bf-login-brand img {
  max-width: 120px;
}
#bfLoginSection .bf-login-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #eceef2;
  margin-bottom: 30px;
}
#bfLoginSection .bf-label {
  font-size: 14px;
  font-weight: 600;
  color: #e8eaf0;
  margin-bottom: 6px;
}
#bfLoginSection .bf-input {
  height: 48px;
  border-radius: 10px;
  border: 1px solid #d6dcff;
  font-size: 14px;
  padding: 10px 15px;
}
#bfLoginSection .bf-input:focus {
  border-color: #6c7cff;
  box-shadow: none;
}
#bfLoginSection .bf-password-field {
  position: relative;
}
#bfLoginSection .bf-password-field .bf-eye-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #6b75a6;
  cursor: pointer;
}
#bfLoginSection .bf-login-links {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
#bfLoginSection .bf-login-links a {
  font-size: 13px;
  color: #e8eaf0;
  text-decoration: none;
}
#bfLoginSection .bf-login-links a:hover {
  text-decoration: underline;
}
#bfLoginSection .bf-signup-link {
  text-align: center;
  margin-bottom: 25px;
}
#bfLoginSection .bf-signup-link a {
  font-size: 13px;
  color: #2f5bff;
  font-weight: 500;
  text-decoration: none;
}
#bfLoginSection .bf-signup-link a:hover {
  text-decoration: underline;
}
#bfLoginSection .bf-login-btn {
  width: 100%;
  background: linear-gradient(135deg, #2f5bff, #6c7cff);
  color: #fff;
  border-radius: 30px;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}
#bfLoginSection .bf-login-btn:hover {
  background: linear-gradient(135deg, #1e47e0, #4d5cff);
}
#bfLoginSection .bf-login-image {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  height: 570px;
  width: 480px;
}
#bfLoginSection .bf-login-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
  #bfLoginSection {
    padding: 60px 0;
  }
  #bfLoginSection .bf-login-card {
    padding: 30px 25px;
  }
}
#bfRegisterSection {
  background-color: #f4f6ff;
  padding: 80px 0;
}
#bfRegisterSection .bf-register-card {
  background: transparent;
  border-radius: 18px;
  padding: 35px 30px;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(20px);
}
#bfRegisterSection .bf-register-brand {
  text-align: center;
  margin-bottom: 15px;
}
#bfRegisterSection .bf-register-brand img {
  max-width: 110px;
}
#bfRegisterSection .bf-register-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}
#bfRegisterSection .bf-form-group {
  margin-bottom: 14px;
}
#bfRegisterSection .bf-label {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  display: block;
}
#bfRegisterSection .bf-input {
  height: 46px;
  border-radius: 8px;
  border: 1px solid #d4dbff;
  font-size: 14px;
  padding: 8px 14px;
}
#bfRegisterSection .bf-input:focus {
  border-color: #6c7cff;
  box-shadow: none;
}
#bfRegisterSection .bf-radio-group {
  display: flex;
  gap: 20px;
}
#bfRegisterSection .bf-radio-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #334155;
}
#bfRegisterSection .bf-password-field {
  position: relative;
}
#bfRegisterSection .bf-password-field .bf-eye-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 15px;
  color: #6b75a6;
}
#bfRegisterSection .bf-terms-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  margin: 15px 0;
}
#bfRegisterSection .bf-terms-check a {
  color: #2f5bff;
  text-decoration: none;
}
#bfRegisterSection .bf-terms-check a:hover {
  text-decoration: underline;
}
#bfRegisterSection .bf-register-btn {
  width: 100%;
  background: linear-gradient(135deg, #5a2d82, #7b3fa3);
  color: #fff;
  border-radius: 25px;
  padding: 11px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
#bfRegisterSection .bf-register-btn:hover {
  background: linear-gradient(135deg, #4a246e, #67338a);
}
#bfRegisterSection .bf-login-redirect {
  text-align: center;
  margin-top: 15px;
}
#bfRegisterSection .bf-login-redirect a {
  font-size: 13px;
  color: #2f5bff;
  text-decoration: none;
}
#bfRegisterSection .bf-login-redirect a:hover {
  text-decoration: underline;
}
#bfRegisterSection .bf-register-footer {
  text-align: center;
  margin-top: 25px;
  font-size: 11px;
  color: #6b75a6;
}
#bfRegisterSection .bf-register-footer .bf-footer-links {
  margin-top: 5px;
}
#bfRegisterSection .bf-register-footer .bf-footer-links a {
  color: #6b75a6;
  margin: 0 5px;
  text-decoration: none;
}
#bfRegisterSection .bf-register-footer .bf-footer-links a:hover {
  text-decoration: underline;
}
#bfRegisterSection .bf-register-image {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  height: 900px;
}
#bfRegisterSection .bf-register-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
  #bfRegisterSection {
    padding: 60px 0;
  }
  #bfRegisterSection .bf-register-card {
    padding: 30px 22px;
  }
}
body {
  background: transparent;
  color: #cfd8ff;
}

.container-fluid {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.main-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 650px;
}
@media (max-width: 991px) {
  .main-banner {
    height: 100%;
  }
}

.main-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.main-banner .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(85, 0, 140, 0.75));
  height: 100%;
}

.main-banner .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 90px;
}

.main-banner .top-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff4ecd;
  font-size: 14px;
}

.main-banner .hero-title {
  font-size: 60px;
  font-weight: 800;
  margin: 15px 0;
}

@media (max-width: 575px) {
  .main-banner .hero-title {
    font-size: 25px;
  }
}
.main-banner .hero-title span {
  color: #ff4ecd;
}

.main-banner .hero-desc {
  max-width: 600px;
  margin: 0 auto 30px;
  color: #ddd;
}

.main-banner .hero-buttons .btn {
  border-radius: 30px;
}

.main-banner .btn-primary {
  background: linear-gradient(45deg, #ff4ecd, #8e2de2);
  border: none;
}

.main-banner .hero-info {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  bottom: -120px;
}
@media (max-width: 991px) {
  .main-banner .hero-info {
    position: unset;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .main-banner .hero-info {
    justify-content: center;
  }
}
.main-banner .hero-info .info-box {
  text-align: center;
  max-width: 180px;
}

.main-banner .hero-info .info-box i {
  font-size: 30px;
  color: #ff4ecd;
  margin-bottom: 10px;
}

.main-banner .hero-info .info-box h6 {
  font-weight: 600;
}

.main-banner .hero-info .info-box p {
  font-size: 14px;
  color: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 40px;
  }
}
.neonText-LightPink {
  font-size: 100px;
  padding: 20px;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 5px #ff63a2, 0 0 10px #ff63a2, 0 0 15px #ff63a2, 0 0 20px #ff63a2, 0 0 25px #ff63a2, 0 0 30px #ff63a2;
}

@media (max-width: 991px) {
  .neonText-LightPink {
    font-size: 80px;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .neonText-LightPink {
    font-size: 60px;
    margin-top: 30px;
  }
}
.scroltop {
  background: var(--secondary);
  bottom: 30px;
  color: #fff !important;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 50px;
  z-index: 999;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 50%;
}

.side-header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.side-header .navbar-brand {
  height: 50px;
  width: 210px;
}

.side-header .navbar-brand img {
  width: 100%;
}

.side-header .navbar-brand .logo-dark {
  display: none;
}

.side-header .navbar-brand .logo-white {
  display: block;
  height: 100px;
  width: 100px;
  background: linear-gradient(90deg, #1d032f 0%, #761942 50%, #1d032f 100%);
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .side-header .navbar-brand .logo-white {
    display: block;
    height: 70px;
    width: 70px;
    background: linear-gradient(90deg, #ff2f92 0%, #ff6fb0 50%, #ff2f92 100%);
    border-radius: 6px;
    border: 3px solid #fff;
  }
}

.navbar-nav .nav-item:hover .nav-link {
  color: #E91E63;
  transition: 0.5s;
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.5s;
}

.navbar-nav .nav-item:hover .nav-link {
  color: #E91E63;
  transition: 0.5s;
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.5s;
  background: none;
}

@media (max-width: 1199px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  button.navbar-toggler {
    color: #fff;
    border-color: #fff;
  }
  .navbar-collapse {
    position: absolute;
    left: -300px;
    width: 300px;
    padding: 30px;
    background: #fff;
    height: 100vh;
    transition: 0.5s;
    top: 0;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar-nav .nav-item .nav-link {
    color: #000;
    transition: 0.5s;
  }
}
.sticky-header.is-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff !important;
  transition: 0.5s;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.sticky-header.is-fixed .navbar-nav .nav-item .nav-link {
  color: #000;
  transition: 0.5s;
}

.sticky-header.is-fixed .logo-dark {
  display: block;
}

.sticky-header.is-fixed .logo-white {
  display: none;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .hero-buttons .btn-primary {
    font-size: 10px;
  }
  .hero-buttons .btn-outline-light {
    font-size: 10px;
  }
}
.bt {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: #2DA4E3;
  color: #ffffff;
  line-height: 1;
  border-radius: 12px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.bt:hover {
  background: transparent;
  border: 1px solid #E91E63;
  color: #E91E63;
  transition: 0.5s;
}

.btn-outline-primary {
  background: transparent;
  border: 1px solid #E91E63;
  color: #E91E63;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 12px;
  width: fit-content;
  text-decoration: none;
}

.btn-outline-white {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 12px;
  text-decoration: none;
}

button.btn.book-btn {
  font-weight: 700;
  font-size: 14px;
  padding: 8px 30px 8px;
  line-height: 1.6em;
  background: linear-gradient(90deg, #ff2f92 0%, #ff6fb0 50%, #ff2f92 100%);
  border-radius: 0;
  color: #fff;
}

@media (max-width: 575px) {
  button.btn.book-btn {
    padding: 12px 20px;
    font-size: 12px;
  }
}
.swiper-pagination-two {
  position: absolute;
  z-index: 1;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
  z-index: 99;
  width: auto !important;
  top: auto !important;
  bottom: 130px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto !important;
  right: 80px !important;
}

.swiper-pagination-two .swiper-pagination-bullet {
  background-color: #fff !important;
  width: 6px;
  height: 6px;
  margin: 17px 0 !important;
  margin: 6px 10px !important;
  display: block;
  text-align: center;
  position: relative;
}

.swiper-pagination-two .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50px;
  border: 1px solid transparent;
  background: transparent;
  left: -6px;
  top: -6px;
}

.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FE9F10 !important;
}

.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: 1px solid #fff;
}

.bg-data-text {
  position: absolute;
  line-height: 1.3;
  left: 62px;
  top: 0;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
  display: flex;
  color: #E91E63;
  opacity: 1;
  z-index: 1;
  font-size: 80px;
  height: fit-content;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .bg-data-text {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .bg-data-text {
    font-size: 55px;
    left: 42px;
  }
}
@media (max-width: 575px) {
  .bg-data-text {
    font-size: 40px;
    left: 62px;
  }
}
.service-swiper {
  border-radius: 0 !important;
}

.service-swiper .img-bx {
  position: relative;
  z-index: 1;
}

.service-swiper .img-bx::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(320deg, rgb(2, 14, 58) 0%, rgba(247, 175, 199, 0) 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.service-swiper .img-bx .ss-media {
  position: relative;
  z-index: 1;
  width: 100%;
}

.service-swiper .img-bx .ss-media img {
  border-radius: 0;
}

.service-swiper .img-bx .ss-content {
  position: absolute;
  z-index: 9;
  bottom: 20px;
  left: 20px;
}

.service-swiper .img-bx .ss-content .title {
  color: #fff;
  font-size: 24px;
}

.service-swiper .img-bx .ss-content .text {
  color: #fff;
  font-size: 15px;
}

.service-swiper {
  overflow: visible;
}

.service-swiper .swiper-pagination {
  position: absolute;
  bottom: -36px;
}

.service-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  border-radius: 3px;
  transition: 0.5s;
  background: #1D4772 !important;
}

.service-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: #1D4772;
}

.testimonialSwiper .swiper-pagination {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0px;
  z-index: 999999;
  width: auto;
  top: 68%;
  gap: 10px;
  transform: translateY(-50%);
}

@media (max-width: 575px) {
  .testimonialSwiper .swiper-pagination {
    top: 50%;
  }
}
.testimonialSwiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  height: 20px !important;
  width: 20px !important;
  font-size: 15px;
  color: #1d4772 !important;
  opacity: 1;
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testimonialSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1d4772 !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-tabs .nav-link {
  padding: 0;
  background: transparent;
  margin-bottom: 15px;
}

.nav-tabs .nav-link.active {
  background-color: transparent !important;
  border: 0;
}

.nav-tabs.texiapp .nav-link {
  padding: 0;
  background: transparent;
  padding-bottom: 60px;
  border-bottom: 1px solid transparent;
  margin: 0;
}

.nav-tabs.texiapp .nav-link.active {
  background-color: transparent !important;
  border-bottom: 1px solid #000;
}

.nav-tabs.active .nav-item {
  border-bottom: 1px solid #1D4772;
}

.app-service .service-bx .nav-tabs {
  border: 0;
}

.swiper-button2 {
  display: flex;
  width: 135px;
  position: absolute;
  bottom: 148px;
  right: 370px;
}

@media (max-width: 1199px) {
  .swiper-button2 {
    bottom: 50px;
    right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .swiper-button2 {
    width: 100px;
  }
}
.swiper-button2 .swiper-button-prev {
  background: #ffffff;
  height: 50px;
  border-radius: 12px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.25));
}

@media only screen and (max-width: 575px) {
  .swiper-button2 .swiper-button-prev {
    height: 35px;
    width: 35px;
  }
}
.swiper-button2 .swiper-button-prev:after {
  display: none;
}

.swiper-button2 .swiper-button-prev svg {
  width: 20px;
}

.swiper-button2 .swiper-button-prev svg path {
  fill: #1D4772;
}

.swiper-button2 .swiper-button-next {
  background: #1D4772;
  height: 50px;
  border-radius: 12px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-180deg);
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.25));
}

@media only screen and (max-width: 575px) {
  .swiper-button2 .swiper-button-next {
    height: 35px;
    width: 35px;
  }
}
.swiper-button2 .swiper-button-next svg {
  width: 20px;
}

.swiper-button2 .swiper-button-next svg path {
  fill: #ffffff;
}

.swiper-button2 .swiper-button-next:after {
  display: none;
}

.section-head .text {
  margin: 15px !important;
}

@media (max-width: 360px) {
  .slider1 {
    margin-top: 20px;
  }
}
.swiper-button-5 {
  gap: 20px;
  position: absolute;
  right: 0;
  top: 25%;
  width: 200px;
  display: flex;
}

@media (max-width: 768px) {
  .swiper-button-5 {
    gap: 0px;
    right: -10%;
    top: 32%;
  }
}
@media (max-width: 360px) {
  .swiper-button-5 {
    gap: 0px;
    right: -30%;
    top: 35%;
  }
}
.swiper-button-5 .swiper-button-next {
  position: relative;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1d4772;
}

@media (max-width: 768px) {
  .swiper-button-5 .swiper-button-next {
    gap: 0px;
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 360px) {
  .swiper-button-5 .swiper-button-next {
    gap: 0px;
    height: 35px;
    width: 35px;
  }
}
.swiper-button-5 .swiper-button-next::after {
  content: "prev";
  position: absolute;
  font-size: 15px;
  font-weight: 500;
  color: #1d4772;
}

.swiper-button-5 .swiper-button-prev {
  position: relative;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1d4772;
}

@media (max-width: 768px) {
  .swiper-button-5 .swiper-button-prev {
    gap: 0px;
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 360px) {
  .swiper-button-5 .swiper-button-prev {
    height: 35px;
    width: 35px;
  }
}
.swiper-button-5 .swiper-button-prev::after {
  content: "next";
  position: absolute;
  font-size: 15px;
  font-weight: 500;
  color: #1d4772;
}

.Process_slider .step-line {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
}

.Process_slider .step-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}

.Process_slider .step-icon.active {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 28px;
}

.carousel-slider .swiper-wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.carousel-slider .swiper-slide {
  width: clamp(152px, 30vw, 700px);
  height: clamp(150px, 30vw, 700px);
  aspect-ratio: 1/1;
  box-sizing: border-box;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper.carousel-slider {
  overflow: visible;
}

.carousel-slider .td-media {
  position: relative;
  z-index: 1;
  transition: 0.7s;
  overflow: hidden;
  border-radius: 40px;
}

.carousel-slider .td-media::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.carousel-slider .td-media img {
  border-radius: 40px;
  transition: 0.5s;
}

.carousel-slider .td-media .down-swipe {
  position: absolute;
  bottom: -90px;
  left: 0;
  background: rgba(0, 0, 0, 0.5607843137);
  padding: 20px 30px;
  border-radius: 40px;
  opacity: 0;
  visibility: hidden;
  height: 100%;
}

.carousel-slider .td-media .down-swipe .title {
  color: #fff;
}

.carousel-slider .td-media .down-swipe .text {
  color: #fff;
}

.carousel-slider .td-media:hover:before {
  -webkit-animation: dzShine 0.75s;
  animation: dzShine 0.75s;
}

.carousel-slider .td-media:hover .down-swipe {
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
  bottom: 0;
  border-radius: 40px;
}

.carousel-slider .td-media:hover img {
  transform: scale(1.2);
  border-radius: 40px;
}

.expertise-swiper .img-bx {
  position: relative;
  z-index: 1;
}

.expertise-swiper .img-bx img {
  border-radius: 20px;
}

.expertise-swiper .img-bx .ss-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(37, 37, 37, 0.8);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 210px;
}

.game-platform {
  position: relative;
  z-index: 1;
}

.game-platform .platform-shape {
  position: absolute;
  top: -75px;
  right: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .game-platform .platform-shape {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .game-platform .platform-shape {
    display: none;
  }
}
.game-platform .platform_swiper .platformswiper .platform {
  background: #fff;
  padding: 20px 20px;
  border-radius: 20px;
}

.game-platform .platform_swiper .platformswiper .platform .td-media {
  height: 60px;
  width: 60px;
  margin-bottom: 20px;
}

.game-platform .platform_swiper .platformswiper .platform .title {
  font-size: 20px;
  color: #222222;
  margin-bottom: 10px;
  font-weight: 500;
  width: max-content;
}

.game-platform .platform_swiper .platformswiper .platform .text {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}

.together-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.together-sec .game-design1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 200px;
  width: 200px;
}

.together-sec .game-design2 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 200px;
}

.together-sec .title {
  font-size: 190px;
  font-weight: 700;
  -webkit-text-stroke: 2px #1D4772;
  color: transparent;
  display: flex;
  width: max-content;
  align-items: center;
}

@media (max-width: 1199px) {
  .together-sec .title {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .together-sec .title {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .together-sec .title {
    font-size: 70px;
  }
}
.together-sec .title .text-dark {
  margin-left: 100px;
  font-weight: 700;
  background: linear-gradient(264.14deg, #396EB4 1.7%, #7EA3D4 98.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1199px) {
  .together-sec .title .text-dark {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .together-sec .title .text-dark {
    font-size: 100px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .together-sec .title .text-dark {
    font-size: 70px;
  }
}
.together-sec .title img {
  width: 300px;
}

@media (max-width: 991px) {
  .together-sec .title img {
    width: 150px;
  }
}
.badge-lbl {
  color: #fff;
  padding: 12px 25px;
  border: 1px solid #cfd5d9;
  border-radius: 100px;
  background-color: #2da4e3;
  margin: 0 20px 20px 0;
}

.robot-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(252.97deg, #05111B 1.07%, #277dc3 100%);
  color: white;
  padding: 40px;
  border-radius: 12px;
  margin: 40px auto;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.text-content {
  flex: 1;
  padding-right: 30px;
}

.text-content h1 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #ffffff;
}

.text-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #d1d5db;
  width: 70%;
}

.image-content {
  flex-shrink: 0;
  transform: scale(1.5);
  margin-top: -100px;
}

.image-content img {
  max-width: 280px;
  height: auto;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    text-align: center;
  }
  .text-content {
    padding-right: 0;
  }
  .image-content {
    margin-top: 20px;
  }
}
/* Section */
.ticker-section {
  padding: 30px 0;
  overflow: hidden;
  background: radial-gradient(circle at top, #0c1517, #0b0f14);
}

/* Wrapper */
.ticker-wrapper {
  background: linear-gradient(to right, #070b1f, #02040f);
  padding: 15px 0;
}

/* Common ticker */
.ticker {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}

/* Track */
.ticker-track {
  display: inline-flex;
  gap: 40px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.ticker-track span {
  color: #ffffff;
}

.ticker-track span:nth-child(even) {
  color: #ff4d6d;
}

/* Left animation */
.ticker-left .ticker-track {
  animation: moveLeft 20s linear infinite;
}

/* Right animation */
.ticker-right .ticker-track {
  animation: moveRight 20s linear infinite;
}

/* Animations */
@keyframes moveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes moveRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
/* Responsive */
@media (max-width: 768px) {
  .ticker-track {
    font-size: 20px;
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .ticker-track {
    font-size: 16px;
    gap: 20px;
  }
}
.m-b10 {
  margin-bottom: 10px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b25 {
  margin-bottom: 25px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b60 {
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .m-b60 {
    margin-bottom: 30px;
  }
}
.m-b100 {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .m-b100 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .m-b100 {
    margin-bottom: 30px;
  }
}
.m-l50 {
  margin-left: 50px;
}

.m-l100 {
  margin-left: 100px;
}

.m-r60 {
  margin-right: 60px;
}

.g-20 {
  gap: 20px;
}

.g-60 {
  gap: 60px;
}

.m-pt25 {
  padding-top: 25px;
}

.m-pb25 {
  padding-bottom: 25px;
}

.pad-0 {
  padding: 0 !important;
}

.m-t40 {
  margin-top: 40px;
}

.p-b100 {
  padding-bottom: 100px;
}

.content-inner1 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .content-inner1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .content-inner1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.content-inner2 {
  padding-top: 0;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .content-inner2 {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .content-inner2 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.content-inner3 {
  padding-top: 100px;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .content-inner3 {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .content-inner3 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.content-inner4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .content-inner4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .content-inner4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.g-10 {
  gap: 10px;
}

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

.bg-darkblue {
  background: #1D4772 !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 1040px;
}

@media (max-width: 991px) {
  .bg-darkblue {
    height: 100%;
  }
}
.bg-darkblue .shape5 {
  position: absolute;
  right: -17px;
  top: -21px;
  animation: upDown 3s ease-in-out infinite;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.position-relative {
  position: relative;
  z-index: 1;
}

.gradiant {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, rgb(29, 71, 114) 0%, rgba(29, 71, 114, 0) 100%);
}

.overflow-hidden {
  overflow: hidden;
}

.about-section {
  background-color: #060606;
  color: #ffffff;
}

/* Image Section */
.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(233, 30, 99);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-btn span {
  color: #fff;
  font-size: 28px;
  margin-left: 4px;
}

/* Content Section */
.about-content {
  padding: 80px 60px;
  background-color: #060606;
  position: relative;
  z-index: 1;
}

.about-content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .about-content h2 {
    font-size: 30px;
  }
}
.about-content p {
  font-size: 16px;
  color: #cccccc;
  line-height: 1.8;
}

/* Button */
.about-content .btn {
  border-radius: 0;
}

/* ---------- Responsive Media Queries ---------- */
/* Tablets */
@media (max-width: 991px) {
  .about-content {
    padding: 50px 40px;
  }
  .about-content h2 {
    font-size: 30px;
  }
}
/* Mobile */
@media (max-width: 575px) {
  .about-content {
    padding: 40px 25px;
    text-align: center;
  }
  .about-content h2 {
    font-size: 26px;
  }
  .play-btn {
    width: 55px;
    height: 55px;
  }
  .play-btn span {
    font-size: 22px;
  }
}
/* Variables */
/* Pricing Section */
.pricing-section {
  background: radial-gradient(circle at top, #90999e, #0095d4);
  padding: 100px 0;
  color: #ffffff;
}

.pricing-section .pricing-badge {
  background: rgba(0, 255, 180, 0.15);
  color: #0277b7;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
}

.pricing-section .pricing-title {
  font-size: 42px;
  font-weight: 600;
  margin-top: 15px;
}

.pricing-section .pricing-subtitle {
  color: #b5b5b5;
  max-width: 650px;
  margin: 15px auto 0;
}

.pricing-section .pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #b5b5b5;
}

.pricing-section .pricing-toggle .active {
  color: #0277b7;
}

.pricing-section .pricing-toggle .toggle-switch {
  width: 55px;
  height: 28px;
  background: #0277b7;
  border-radius: 20px;
  position: relative;
}

.pricing-section .pricing-toggle .toggle-switch::after {
  content: "";
  width: 22px;
  height: 22px;
  background: #0b0f14;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 4px;
}

.pricing-section .pricing-card {
  background: #11161c;
  border-radius: 14px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.3s ease;
}

.pricing-section .pricing-card:hover {
  transform: translateY(-8px);
}

.pricing-section .pricing-card h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.pricing-section .pricing-card h3 {
  font-size: 40px;
  font-weight: 600;
}

.pricing-section .pricing-card h3 span {
  font-size: 16px;
  color: #b5b5b5;
}

.pricing-section .pricing-card .plan-desc {
  color: #b5b5b5;
  margin: 10px 0 25px;
}

.pricing-section .pricing-card ul {
  list-style: none;
  padding: 0;
}

.pricing-section .pricing-card ul li {
  margin-bottom: 12px;
  color: #dcdcdc;
}

.pricing-section .pricing-card.featured .btn {
  padding: 17px 8px;
  color: #000;
}

.pricing-section .pricing-card .btn {
  padding: 17px 8px;
}

.pricing-section .pricing-card.featured {
  background: linear-gradient(180deg, #0096d0, #7294a2);
  box-shadow: 0 0 40px #002387;
  transform: scale(1.05);
}

.pricing-section .pricing-card.featured h3,
.pricing-section .pricing-card.featured h5,
.pricing-section .pricing-card.featured ul li {
  color: #ffffff;
}

.pricing-section .popular-badge {
  background: #ffffff;
  color: #221455;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
  .pricing-section .pricing-title {
    font-size: 34px;
  }
  .pricing-section .pricing-card.featured {
    transform: scale(1);
  }
}
@media (max-width: 575px) {
  .pricing-section {
    padding: 70px 0;
  }
  .pricing-section .pricing-title {
    font-size: 28px;
  }
  .pricing-section .pricing-card {
    padding: 30px 25px;
  }
}
/* Variables */
/* Offer Section */
.offer-section {
  background: #ffffff;
  background-image: url(../img/home/bg4.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.offer-section .offer-title {
  font-size: 42px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.offer-section .offer-subtitle {
  max-width: 750px;
  margin: 15px auto 0;
  color: #fafafa;
  font-size: 15px;
}

.offer-section {
  /* Offer Card */
}

.offer-section .offer-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 430px;
}

.offer-section .offer-card:hover .offer-overlay {
  bottom: 0;
}

.offer-section .offer-card::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 95%;
  border: 1px solid #e6005c;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.offer-section .offer-card img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.offer-section .offer-card:hover img {
  transform: scale(1.08);
}

.offer-section .offer-card:hover {
  outline: 2px solid #ff2b6a;
  outline-offset: -10px;
}

.offer-section .offer-card {
  /* Overlay Content */
}

.offer-section .offer-card .offer-overlay {
  position: absolute;
  bottom: -16%;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
  color: #ffffff;
  width: 100%;
  text-align: center;
  transition: 0.5s;
}

.offer-section .offer-card .offer-overlay h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.offer-section .offer-card .offer-overlay p {
  font-size: 14px;
  line-height: 1.6;
  color: #bdbdbd;
  margin-bottom: 30px;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
  .offer-section .offer-title {
    font-size: 34px;
  }
  .offer-section .offer-card img {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .offer-section .offer-title {
    font-size: 28px;
  }
  .offer-section .offer-card img {
    height: 340px;
  }
  .offer-section .offer-card .offer-overlay {
    padding: 20px;
  }
}
.additional-services {
  background: linear-gradient(135deg, #1d0039, #4a0024);
  position: relative;
  overflow: hidden;
}

.additional-services .image-col {
  min-height: 500px;
}

@media (max-width: 575px) {
  .additional-services .image-col {
    min-height: unset;
  }
}
.additional-services .image-col img {
  object-fit: cover;
  height: 100%;
  transition: 0.5s;
}

.additional-services:hover .image-col img {
  transform: scale(1.1);
}

.additional-services .services-card {
  background: #ffffff;
  padding: 3rem;
  margin-left: 0;
  position: relative;
  z-index: 2;
  transition: 0.8s;
  width: 100%;
}

.additional-services:hover .services-card {
  margin-left: -80px;
}

@media (max-width: 991px) {
  .additional-services .services-card {
    margin-left: 0;
    margin-top: -60px;
  }
}
.additional-services .award-badge {
  position: absolute;
  top: -25px;
  left: 30px;
  background: #ef4444;
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2;
  border-radius: 4px;
}

@media (max-width: 575px) {
  .additional-services .award-badge {
    padding: 7px 10px;
    font-size: 12px;
  }
}
.additional-services .award-badge strong {
  font-size: 1rem;
}

@media (max-width: 575px) {
  .additional-services .award-badge strong {
    font-size: 12px;
  }
}
.additional-services .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  color: #222222;
}

@media (max-width: 575px) {
  .additional-services .section-title {
    font-size: 20px;
  }
}
.additional-services .section-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #ef4444;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}

.additional-services .section-desc {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 2rem;
}

.additional-services .services-list ul {
  list-style: none;
  padding: 0;
}

.additional-services .services-list ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  color: #222222;
}

.additional-services .services-list ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #ef4444;
  font-weight: bold;
}

.testimonials-section {
  min-height: 100vh;
  background: url("/mnt/data/1243e4fd-c809-4604-b9a3-7d42d9805ce2.png") no-repeat center/cover;
  position: relative;
  color: #ffffff;
  padding: 80px 0;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 10, 35, 0.9);
  background-image: url(../img/home/bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-section .container {
  z-index: 2;
}

.section-tag {
  color: #ff0066;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .testimonials-section .container .section-tag {
    font-size: 12px;
  }
}
.section-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 50px;
}

.testimonial-avatar {
  margin-bottom: 30px;
}

.testimonial-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #ff0066;
  object-fit: cover;
}

.testimonial-avatar .name {
  margin-top: 12px;
  color: #ff0066;
  font-weight: 600;
}

.testimonial-text {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #ffffff;
}

.btn-custom {
  background: linear-gradient(90deg, #ff2f92 0%, #ff6fb0 50%, #ff2f92 100%);
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .testimonials-section .container .btn-custom {
    padding: 12px 20px;
    font-size: 12px;
  }
}
.btn-custom:hover {
  background: #fa0567;
  color: #fff;
}

/* Navigation Arrows */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  width: 48px !important;
  height: 48px !important;
  font-size: 9px;
  cursor: pointer;
  transition: 0.3s;
  padding: 28px;
}

.nav-arrow:hover {
  background: #ff0066;
}

.nav-arrow.left {
  left: 15px;
}

.nav-arrow.right {
  right: 15px;
}

@media (max-width: 992px) {
  .nav-arrow.left {
    display: none;
  }
  .nav-arrow.right {
    display: none;
  }
}
/* =========================
   RESPONSIVE MEDIA QUERIES
========================= */
@media (max-width: 992px) {
  .section-title {
    font-size: 2.4rem;
  }
  .testimonial-text {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  .testimonial-avatar img {
    width: 75px;
    height: 75px;
  }
  .nav-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .testimonials-section {
    padding: 60px 15px;
  }
  .section-title {
    font-size: 1.7rem;
  }
  .testimonial-text {
    font-size: 0.95rem;
  }
  .nav-arrow {
    display: none;
  }
}
.gallery-section {
  padding: 100px 0;
  background: radial-gradient(circle at top, #0b0f2f, #020617);
  background-image: url(../img/home/bg2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-section .section-tag {
  color: #ff0055;
  letter-spacing: 2px;
  font-size: 13px;
}
.gallery-section .section-title {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .gallery-section .gallery-section .section-title {
    font-size: 35px;
  }
}
.gallery-section .gallery-tabs {
  margin-top: 30px;
}
.gallery-section .gallery-tabs .nav-link {
  color: #ff0055;
  background: transparent;
  border: 1px solid transparent;
  margin: 0 8px;
  padding: 8px 20px;
  font-weight: 600;
  border-radius: 4px;
}
.gallery-section .gallery-tabs .nav-link.active {
  color: #00e5ff;
  border-color: #00e5ff;
}
.gallery-section .bg-gallery img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 12px;
}
.gallery-section .btn-gallery {
  background: #ff0055;
  color: #fff;
  padding: 14px 40px;
  border-radius: 6px;
  font-weight: 600;
}

/* =====================
   RESPONSIVE QUERIES
===================== */
@media (max-width: 992px) {
  .section-title {
    font-size: 2.4rem;
  }
  .gallery-swiper img {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  .gallery-tabs {
    flex-wrap: wrap;
  }
  .gallery-swiper img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .gallery-section {
    padding: 70px 0;
  }
  .section-title {
    font-size: 23px;
  }
  .gallery-swiper img {
    height: 220px;
  }
}
canvas.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 0;
}

.booking-section {
  min-height: 100vh;
  padding: 60px 15px;
  background: rgba(12, 18, 52, 0.95);
  background-image: url(../img/home/bg4.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.booking-box {
  border: 2px solid #ff005c;
  padding: 60px 40px;
  max-width: 900px;
  background: rgba(12, 18, 52, 0.95);
  box-shadow: 0 0 30px rgba(255, 0, 92, 0.4);
}

@media (max-width: 768px) {
  .booking-box {
    padding: 40px 20px;
  }
}
.subtitle {
  color: #ff005c;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}

.title {
  color: #ffffff;
  font-size: 41px;
  font-weight: 800;
  margin: 10px 0 15px;
  width: max-content;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  font-family: cursive;
}

@media (max-width: 576px) {
  .title {
    font-size: 23px;
  }
}
.desc {
  color: #b8c2ff;
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 14px;
}

.custom-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #4fc3f7;
  border-radius: 0;
  color: #ffffff;
  padding: 10px 5px;
}

.custom-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #ff005c;
  background: transparent;
}

.custom-input option {
  background: #0c1234;
}

.book-btn {
  background: #ff005c;
  color: #000;
  font-weight: 700;
  padding: 12px 35px;
  border-radius: 2px;
  transition: 0.3s;
}

.book-btn:hover {
  background: rgb(255, 51, 124.6);
}

.testimonial-sec .img-media {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.testimonial-sec .img-media img {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.testimonial-sec .testimonialSwiper .testimonial-bx {
  position: relative;
  z-index: 1;
}

.testimonial-sec .testimonialSwiper .testimonial-bx::after {
  position: absolute;
  z-index: 1;
  height: 100px;
  width: 100px;
  right: 0;
  bottom: 0;
  background-image: url(../images/form/img5.png);
}

.testimonial-sec .testimonialSwiper .testimonial-bx .ss-media {
  border: 1px solid #1D4772;
  padding: 12px;
  border-radius: 12px;
  margin-left: 40px;
}

.testimonial-sec .testimonialSwiper .testimonial-bx .ss-media img {
  border-radius: 12px;
}

.testimonial-sec .testimonialSwiper .testimonial-bx .ss-content .text {
  color: #505050;
  font-weight: 700;
  font-size: 15px;
}

.testimonial-sec .testimonialSwiper .testimonial-bx .ss-content .title {
  font-weight: 700;
  font-size: 20px;
  color: #1D4772;
}

.testimonial-sec .testimonialSwiper .testimonial-bx .ss-content .sub-title {
  color: #505050;
  font-weight: 700;
  font-size: 15px;
}

.team-sec {
  margin-top: 80px;
}

.team-sec .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}

.team-sec .title {
  font-family: "Lobster", sans-serif;
  font-size: 60px;
  line-height: 1;
}

.team-sec .team-bx {
  position: relative;
  z-index: 1;
}

.team-sec .team-bx .ss-media {
  margin-bottom: 10px;
}

.team-sec .team-bx .ss-content .title {
  font-size: 20px;
  font-family: "Lobster", sans-serif;
  line-height: 1;
  margin-bottom: 0;
}

.team-sec .team-bx .ss-content .sub-title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 0;
}

.team-sec .team-bx .team-social {
  position: relative;
}

.team-sec .team-bx .team-social a {
  float: right;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 48px;
  text-align: center;
  border-radius: 0;
  background: var(--primary);
  color: #fff;
  font-size: 18px;
}

.team-sec .team-bx .team-social a.plus-btn {
  font-size: 22px;
  right: 0;
  margin-top: -105px;
  top: -35px;
  height: 35px;
  width: 35px;
  border-radius: 0px;
  background: #ffffff;
  border-top-left-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  filter: drop-shadow(1px 1px 13px rgba(0, 0, 0, 0.25));
}

.team-sec .team-bx .team-social a.plus-btn i {
  font-size: 15px;
  color: #000;
}

.team-sec .team-bx .team-social .sub-team-social {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 1;
  width: 50px;
  border-radius: 0;
  opacity: 0;
  transition: 0.5s;
  margin-bottom: 5px;
}

.team-sec .team-bx .team-social .sub-team-social li {
  margin-bottom: 8px;
  list-style: none;
}

.team-sec .team-bx .team-social .sub-team-social li a {
  color: #fff;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  margin-bottom: -20px;
}

.team-sec .team-bx .team-social .sub-team-social li:first-child a {
  border-radius: 15px 0px 0 0;
}

.team-sec .team-bx .team-social .sub-team-social li:last-child a {
  border-radius: 0 0 0px 0px;
}

.team-sec .team-bx .team-social:hover .plus-btn {
  border-top-left-radius: 0px;
}

.team-sec .team-bx .team-social:hover .sub-team-social {
  opacity: 1;
  bottom: 100px;
}

.team-sec .team-bx .team-social:hover .sub-team-social li a {
  margin-bottom: 0;
}

.team-sec .right-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.team-sec .right-content .ss-media {
  height: 180px;
  width: 450px;
}

.team-sec .right-content .text {
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  width: 70%;
}

.team-sec .right-content a {
  line-height: 1;
  color: #000;
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
}

.counter-box.style-1 .title {
  font-size: 50px;
  font-style: normal !important;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1;
}

.counter-box.style-1 .text {
  font-size: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #f66135;
  line-height: 1;
  margin-bottom: 0;
}

.business-wrapper .ss-media1 {
  border-bottom-right-radius: 30px;
}

.business-wrapper .ss-media1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.counter-box.style-4 {
  background-color: #1D4772 !important;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  z-index: 1;
}

.counter-box.style-4::after {
  content: "";
  background: url(../images/counter/img2.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.counter-box.style-4 .counter-r {
  text-align: left;
  padding: 40px;
  color: #fff;
}

.counter-box.style-4 .counter-r .ss-media {
  height: 80px;
  width: 80px;
}

.counter-box.style-4 .counter-r .title {
  font-size: 58px;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
}

.counter-box.style-4 .counter-r p {
  margin-bottom: 0;
  font-size: 20px;
  max-width: 270px;
  line-height: 1.4;
}

@media only screen and (max-width: 1200px) {
  .counter-box.style-4 .counter-r {
    padding: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-box.style-4 .counter-r .title {
    font-size: 55px;
  }
  .counter-box.style-4 .counter-r p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-box.style-4 .counter-r .title {
    font-size: 40px;
  }
  .counter-box.style-4 .counter-r p {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .service-content {
    text-align: center;
  }
  .service-bx .service-section .ss-media {
    margin: auto;
    margin-bottom: 10px;
  }
  .service-bx .service-content .para {
    margin: auto;
    margin-bottom: 30px;
  }
  .main-banner .banner-inner .banner-right-content .ss-media {
    margin-right: 0;
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .designs .design3 {
    right: 0;
  }
  .m-l100,
  .m-l50 {
    margin-left: 0;
  }
  .testimonial-sec .img-media {
    height: 500px;
    margin-bottom: 30px;
  }
  .testimonial-sec .img-media img {
    object-fit: cover;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .testimonial-sec .img-media img {
    object-fit: contain !important;
  }
}
@media (max-width: 991px) {
  .casestudy-sec .grey-circle .casestudySwiper .swiper-button3 {
    display: flex;
    width: 230px;
    position: absolute;
    left: auto;
    top: 30px;
    right: 0;
    bottom: auto;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .casestudy-sec .grey-circle .casestudySwiper .swiper-button3 {
    width: 220px;
    position: absolute;
    z-index: 1;
    top: 29px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .casestudy-sec .grey-circle .casestudySwiper .swiper-button3 {
    width: 160px;
  }
}
@media (max-width: 991px) {
  .service-bx .service-section .ss-media {
    max-height: 100% !important;
    height: 100% !important;
  }
}
.process-sec {
  background: #F4F4F4;
}

.process-sec .development_process {
  text-align: center;
}

@media (max-width: 991px) {
  .process-sec .development_process {
    margin-bottom: 50px;
  }
}
.process-sec .development_process .process {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: auto;
  margin-bottom: 50px;
}

.process-sec .development_process .process .td-media {
  height: 58px;
  width: 58px;
}

.process-sec .development_process .process .title {
  font-size: 22px;
  color: #050505;
  font-weight: 500;
}

.process-sec .development_process .process .bg {
  width: 170px;
  height: 170px;
  position: absolute;
  z-index: -1;
}

.process-sec .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #222222;
  text-align: center;
  height: 100px;
  display: block;
}

@media (max-width: 767px) {
  .process-sec .title {
    font-size: 16px;
  }
}
.chooseus .counter-box {
  padding: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  z-index: 1;
}

.chooseus .counter-box:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: -1;
}

.chooseus .counter-box .title {
  font-size: 48px;
  color: #fff;
}

.chooseus .counter-box .text {
  font-size: 16px;
  color: #fff;
}

.chooseus .counter-box.style-1 {
  background: linear-gradient(97.05deg, #FFCD42 4.45%, #FFCD42 100%);
}

.chooseus .counter-box.style-1:after {
  background: rgba(255, 205, 66, 0.2);
}

.chooseus .counter-box.style-2 {
  background: linear-gradient(0deg, #946FB0, #946FB0);
}

.chooseus .counter-box.style-2::after {
  background: rgba(148, 111, 176, 0.2);
}

.chooseus .counter-box.style-3 {
  background: #36C8E3;
}

.chooseus .counter-box.style-3::after {
  background: rgba(54, 200, 227, 0.2);
}

.chooseus .counter-box.style-4 {
  background: #A9CF54 !important;
}

.chooseus .counter-box.style-4::after {
  background: rgba(169, 207, 84, 0.2);
}

.chooseus .counter-box.style-5 {
  background: #FF6A4D;
}

.chooseus .counter-box.style-5::after {
  background: rgba(255, 106, 77, 0.2);
}

.chooseus .counter-box.style-6 {
  background: #8D90FD;
}

.chooseus .counter-box.style-6::after {
  background: rgba(141, 144, 253, 0.2);
}

/* Newsletter */
.newsletter-section {
  background: linear-gradient(135deg, #1d0039, #4a0024);
  padding: 40px 0;
}

.newsletter-section h3 {
  color: #fff;
  font-weight: 800;
  margin: 0;
}

@media (max-width: 575px) {
  .newsletter-section h3 {
    font-size: 20px;
  }
}
.newsletter-section .small-title {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .newsletter-section .small-title {
    font-weight: 500;
  }
}
.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
  color: #ffffff;
}

.newsletter-form input:focus {
  outline: none;
}

.newsletter-form button {
  background: #ffffff;
  color: #E91E63;
  border: none;
  padding: 10px 25px;
  font-weight: 700;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .newsletter-form button {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .newsletter-form button {
    padding: 9px 9px;
    font-size: 9px;
  }
}
.newsletter-form button:hover {
  background: black;
}

/* Footer */
.main-footer {
  background: radial-gradient(circle, #0f1438, #050814);
  background-image: url(../img/home/bg4.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main-footer .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 4645px;
  height: 300px;
  z-index: 1;
  animation: clouds 25s linear infinite;
  max-width: initial !important;
  z-index: -1;
}

.footer-logo .skull {
  font-size: 40px;
  color: #4fd1ff;
  margin-right: 10px;
}

.footer-logo h4 {
  margin: 0;
  color: #e6005c;
  font-weight: 800;
}

.footer-logo small {
  color: #4fd1ff;
  letter-spacing: 2px;
}

.footer-text {
  font-size: 13px;
  color: #cfd8ff;
  max-width: 420px;
}

@media (max-width: 991px) {
  .footer-text {
    margin-left: auto;
    margin-right: auto;
  }
}
.go-top {
  color: #4fd1ff;
  font-size: 13px;
  text-decoration: none;
}

.go-top:hover {
  text-decoration: underline;
}

.footer-bottom {
  font-size: 12px;
  color: #7f8cff;
}

@keyframes clouds {
  0% {
    transform: translate3d(0, 0px, 0px);
  }
  100% {
    transform: translate3d(-1557px, 0px, 0px);
  }
}
.booking-box select,
.booking-box input.form-control.custom-input {
  color: #6dfdff;
  background: 0 0;
  border: 0 none;
  border-bottom: 1px solid #6dfdff;
  border-radius: 0;
}

.booking-box select::placeholder,
.booking-box input.form-control.custom-input::placeholder {
  color: #6dfdff;
}

.gallery-sec {
  overflow: hidden;
}

.gallery-sec .title {
  text-align: center;
  font-size: 60px;
  font-family: "Lobster", sans-serif;
  margin-bottom: 40px;
  line-height: 1;
}

.gallery-sec .title .text-1 {
  color: #f66135;
}

.gallery-sec .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gallery-sec .gallery-bx {
  height: 580px;
  position: relative;
  z-index: 1;
}

.gallery-sec .gallery-bx .ss-media {
  height: 100%;
}

.gallery-sec .gallery-bx .ss-media img {
  object-fit: cover;
}

.gallery-sec .gallery-bx .ss-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(23, 23, 23, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}

.gallery-sec .gallery-bx .ss-content .head .title {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: underline;
}

.gallery-sec .gallery-bx .ss-content .head .text {
  font-size: 20px;
}

.gallery-sec .gallery-bx .ss-content a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(246, 97, 53, 0.73);
}

.gallery-sec .gallery-bx .ss-content a i {
  color: #ffffff;
}

:root {
  --primary-color: #f66135;
  --secondary-color: #3498db;
  --font-size-large: 20px;
}

.ratings-sec {
  position: relative;
  z-index: 1;
}

.ratings-sec .title {
  color: #222222;
  font-weight: 400;
  font-size: 28px;
  position: relative;
  z-index: 1;
}

.ratings-sec .title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}

.ratings-sec .title .text-1 {
  color: #2DA4E3;
}

.ratings-sec .text {
  font-weight: 400;
  font-size: 20px;
  color: #505050;
}

@media (max-width: 575px) {
  .ratings-sec .text {
    font-size: 15px;
    width: 70%;
  }
}
.ratings-sec .rating_swiper {
  height: 500px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .ratings-sec .rating_swiper {
    height: 370px;
  }
}
.ratings-sec .rating_swiper .swiper {
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ratings-sec .rating_swiper .swiper .ratings {
  background: #fff;
  height: 300px;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border-radius: 15px;
  padding: 30px;
}

@media (max-width: 991px) {
  .ratings-sec .rating_swiper .swiper .ratings {
    height: 260px;
    max-height: 260px;
  }
}
.ratings-sec .rating_swiper .swiper .ratings .text {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.ratings-sec .rating_swiper .swiper .ratings .ss-media {
  margin-bottom: 20px;
}

.ratings-sec .rating_swiper .swiper .ratings span a i {
  color: #FCE340;
}

.ratings-sec .swiper-button {
  display: flex;
  width: 135px;
  position: absolute;
  top: 140px;
  right: 145px;
}

@media (max-width: 991px) {
  .ratings-sec .swiper-button {
    top: 80px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .ratings-sec .swiper-button {
    top: 50px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .ratings-sec .swiper-button {
    top: 135px;
    right: 10px;
    width: 100px;
  }
}
.ratings-sec .swiper-button .swiper-button-prev {
  background: #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1D4772;
}

@media (max-width: 575px) {
  .ratings-sec .swiper-button .swiper-button-prev {
    height: 35px;
    width: 35px;
  }
}
.ratings-sec .swiper-button .swiper-button-prev::after {
  font-size: 15px;
  font-weight: 500;
  color: #1D4772;
}

.ratings-sec .swiper-button .swiper-button-next {
  background: #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1D4772;
}

@media (max-width: 575px) {
  .ratings-sec .swiper-button .swiper-button-next {
    height: 35px;
    width: 35px;
  }
}
.ratings-sec .swiper-button .swiper-button-next::after {
  font-size: 15px;
  font-weight: 500;
  color: #1D4772;
}

.taxiapp-sol {
  position: relative;
  z-index: 1;
}

.taxiapp-sol .title {
  color: #222222;
  font-weight: 400;
  font-size: 28px;
  position: relative;
  z-index: 1;
}

.taxiapp-sol .title .text-1 {
  color: #2DA4E3;
}

.taxiapp-sol .text {
  font-weight: 400;
  font-size: 20px;
  color: #505050;
}

@media (max-width: 575px) {
  .taxiapp-sol .text {
    font-size: 15px;
    width: 70%;
  }
}
.taxiapp-sol .rating_swiper {
  height: 500px;
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 100px;
}

@media (max-width: 575px) {
  .taxiapp-sol .rating_swiper {
    height: 370px;
  }
}
.taxiapp-sol .rating_swiper .swiper {
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.taxiapp-sol .rating_swiper .swiper .ratings {
  background: #fff;
  height: 300px;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border-radius: 15px;
  padding: 30px;
}

@media (max-width: 991px) {
  .taxiapp-sol .rating_swiper .swiper .ratings {
    height: 260px;
    max-height: 260px;
  }
}
.taxiapp-sol .rating_swiper .swiper .ratings .text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.taxiapp-sol .rating_swiper .swiper .ratings .title {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}

.taxiapp-sol .rating_swiper .swiper .ratings .ss-media {
  margin-bottom: 0px;
}

.taxiapp-sol .rating_swiper .swiper .ratings span a i {
  color: #FCE340;
}

.taxiapp-sol .swiper-pagination {
  position: absolute;
  z-index: 1;
  bottom: 6px;
  left: 50px;
}

.taxiapp-sol .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  border-radius: 3px;
  transition: 0.5s;
  background: #1D4772 !important;
}

.taxiapp-sol .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: #1D4772;
}

.taxiapp-looks {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 70px;
}

.taxiapp-looks .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

.taxiapp-looks .title .text-1 {
  color: #2DA4E3;
}

.taxiapp-looks .text {
  font-weight: 400;
  font-size: 20px;
  color: #505050;
}

@media (max-width: 575px) {
  .taxiapp-looks .text {
    font-size: 15px;
    width: 70%;
  }
}
.taxiapp-looks .taxiapp_swiper {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .taxiapp-looks .taxiapp_swiper {
    height: 100% !important;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .taxiapp-looks .taxiapp_swiper {
    height: 370px;
  }
}
.taxiapp-looks .taxiapp_swiper .taxiapp {
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp {
  height: 300px;
  max-height: 300px;
}

@media (max-width: 1199px) {
  .taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp {
    height: 260px;
    max-height: 260px;
  }
}
@media (max-width: 991px) {
  .taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp {
    height: 200px;
    max-height: 200px;
  }
}
@media (max-width: 575px) {
  .taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp {
    height: 100px;
    max-height: 100px;
  }
}
.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp .text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp .title {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}

.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp .ss-media {
  margin-bottom: 0px;
}

.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp span a i {
  color: #FCE340;
}

.taxiapp-looks .swiper-pagination {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
}

.taxiapp-looks .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  border-radius: 3px;
  transition: 0.5s;
  background: #1D4772 !important;
}

.taxiapp-looks .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: #1D4772;
}

.main-feature {
  position: relative;
  padding: 113px 0 120px 0;
  background: #f7f7f7;
}

.main-feature .container-fluid {
  padding: 0 100px;
}

.core-feature-list {
  margin-bottom: -30px;
}

.core-features {
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.5s;
}

.core-features .circle {
  height: 50px;
}

.core-features:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}

.core-features .circle img {
  display: table;
  height: 60px;
  margin: 0 auto;
  width: 60px;
  object-fit: contain;
}

.core-features h3 {
  color: #505c76;
  font-size: 14px;
  margin-top: 10px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 70px;
}

.grid-row .grid-item {
  width: 12.5%;
}

@media (max-width: 1600px) {
  .grid-row .grid-item {
    width: 16.5%;
  }
}
@media (max-width: 991px) {
  .grid-row .grid-item {
    width: 24.5%;
  }
}
@media (max-width: 767px) {
  .grid-row .grid-item {
    width: 33.33%;
  }
}
.taxiapp_silder {
  margin-top: 70px;
  overflow: visible !important;
}

.taxiapp_silder .swiper-slide {
  transition: 0.5s;
  transform: scale(1);
}

.taxiapp_silder .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .taxiapp_silder .swiper-slide.swiper-slide-active {
    transform: unset;
  }
}
.service-bx {
  background: linear-gradient(287.41deg, #F4F4F4 0%, #D0D7DE 77.02%, #D2D9DF 77.36%);
  border-radius: 35px;
  padding: 30px 20px;
}

@media (max-width: 575px) {
  .service-bx {
    border-radius: 12px;
    padding: 10px;
    margin-top: 40px;
  }
}
.service-bx .service-section .ss-media {
  position: relative;
  z-index: 1;
  max-height: 280px;
  height: 280px;
}

.service-bx .service-section .ss-media .ss-content {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 0;
  margin-bottom: 0;
  transition: 0.7s;
}

.service-bx .service-section .ss-media .ss-content a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 19px;
}

.service-bx .service-section .ss-media .ss-content .text {
  color: #fff;
}

.service-bx .service-section .ss-media .grey-circle {
  position: absolute;
  bottom: 20px;
  right: -25px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.service-bx .service-section .ss-media .grey-circle a {
  height: 20px;
  width: 20px;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  text-decoration: none;
}

.service-bx .service-section .ss-media:hover .ss-content {
  transition: 0.7s;
  margin-bottom: 40px;
}

.service-bx .service-section .ss-media:hover .grey-circle {
  transition: 0.7s;
  opacity: 1;
  visibility: visible;
  right: 20px;
}

.service-bx .service-content .title {
  font-size: 40px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .service-bx .service-content .title {
    font-size: 30px;
  }
}
.service-bx .service-content .ss-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-bx .service-content .para {
  font-size: 16px;
  margin-bottom: 40px;
  width: 85%;
}

@media (max-width: 991px) {
  .service-bx .service-content .para {
    width: 100%;
  }
}
.service-bx .service-content span {
  display: block;
  height: 50px !important;
  width: 50px !important;
}

.service-bx .service-content .text {
  font-size: 15px;
}

.app-service {
  background: #F4F4F4;
  padding-top: 100px;
  padding-bottom: 70px;
}

.app-service .service-bx {
  background: #1D4772;
  padding: 30px;
  border-radius: 30px 0 0 30px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .app-service .service-bx {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .app-service .service-bx {
    border-radius: 30px;
    margin-bottom: 30px;
  }
}
.app-service .service-bx:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #1D4772;
  width: calc(100% + 30px);
  border-radius: 30px 0 0 30px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .app-service .service-bx:after {
    width: calc(100% + 15px);
  }
}
@media (max-width: 991px) {
  .app-service .service-bx:after {
    border-radius: 30px;
  }
}
.app-service .service-bx .nav-tabs {
  height: 500px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  min-height: 500px;
  overflow-x: hidden;
}

.app-service .service-bx .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.app-service .service-bx .app-development {
  margin-left: 20px;
  padding: 20px;
  width: 83%;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  border-left: none;
}

@media (max-width: 1199px) {
  .app-service .service-bx .app-development {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .app-service .service-bx .app-development {
    width: 100%;
    padding: 10px 0;
  }
}
.app-service .service-bx .app-development .title {
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .app-service .service-bx .app-development .title {
    font-size: 20px;
  }
}
.app-service .service-content {
  padding: 50px;
  background: #fff;
  border-radius: 0 30px 30px 0;
  height: 560px;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .app-service .service-content {
    border-radius: 30px;
    padding: 30px;
    height: auto;
  }
}
.app-service .service-content svg {
  margin-bottom: 30px;
}

.app-service .service-content .title {
  margin-bottom: 30px;
}

.app-service .service-content .text {
  margin-bottom: 30px;
}

.service-sec .td-media {
  position: relative;
  z-index: 1;
  transition: 0.7s;
  overflow: hidden;
}

.service-sec .td-media::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.service-sec .td-media img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
}

.service-sec .td-media .down-swipe {
  position: absolute;
  bottom: -90px;
  left: 0;
  background: #1D4772;
  padding: 20px 30px;
  border-top-right-radius: 50px;
  opacity: 0;
  visibility: hidden;
}

.service-sec .td-media .down-swipe .title {
  color: #fff;
}

.service-sec .td-media .down-swipe .text {
  color: #fff;
}

.service-sec .td-media:hover:before {
  -webkit-animation: dzShine 0.75s;
  animation: dzShine 0.75s;
}

.service-sec .td-media:hover .down-swipe {
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
  bottom: 0;
}

.service-sec .td-media:hover img {
  transform: scale(1.2);
}

.delivery {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #1D4772;
  position: relative;
  z-index: 1;
  height: 940px;
}

@media (max-width: 991px) {
  .delivery {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .delivery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.delivery .line {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  height: 350px;
  z-index: -1;
  object-fit: contain;
}

@media (max-width: 575px) {
  .delivery .line {
    display: none;
  }
}
@media (max-width: 1199px) {
  .delivery .line {
    top: 60%;
  }
}
.delivery .process.style-1 .img-media {
  height: 200px;
  width: 200px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.delivery .process.style-1 .img-media img {
  width: 100%;
  height: 100%;
  border-radius: 32px 32px 32px 0px;
}

.delivery .process.style-1 .img-media::after {
  content: "";
  left: -10px;
  top: -8px;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  position: absolute;
  z-index: -1;
  transform: rotate(76deg);
}

.delivery .process.style-1 .img-content-media .title {
  color: #fff;
}

@media (max-width: 600px) {
  .delivery .process.style-1 .img-content-media .title {
    font-size: 18px;
  }
}
.delivery .process.style-1 .img-content-media .text {
  color: #fff;
}

@media (max-width: 991px) {
  .delivery .process.style-1 .img-content-media .text {
    font-size: 12px;
  }
}
.delivery .process.style-1 .img-content-media a {
  text-decoration: none;
  background-color: #fff;
  padding: 10px 25px;
  color: #2DA4E3;
  border-radius: 10px;
  font-size: 14px;
}

.m-b130 {
  margin-top: -130px;
}

.m-b170 {
  margin-top: -170px;
}

.m-b140 {
  margin-top: -140px;
}

.service-swiper2 .swiper-wrapper .swiper-slide {
  margin-top: 100px;
  transition: 1s;
}

.service-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-prev {
  margin-top: 150px;
}

.service-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  margin-top: 100px;
}

.service-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-next {
  margin-top: 50px;
}

.space .ss-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Techstack-sec .Techstack-bx {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 20px 30px;
  border-radius: 20px;
  transition: 0.5s;
}

.Techstack-sec .Techstack-bx:hover {
  z-index: 999999;
  transform: scale(1.05);
}

.Techstack-sec .Techstack-bx .title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}

.Techstack-sec .Techstack-bx .icon-bx {
  margin-bottom: 20px;
}

.Techstack-sec .Techstack-bx .icon-bx .td-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 65px;
}

@media (max-width: 575px) {
  .Techstack-sec .Techstack-bx .icon-bx .td-media {
    height: 45px;
    width: 45px;
  }
}
.Techstack-sec .Techstack-bx .icon-bx .td-media .sub-title {
  font-size: 14px !important;
  width: max-content;
}

.Techstack-sec .Techstack-bx .icon-bx .td-media img {
  border-radius: 12px;
  margin-bottom: 10px;
}

.hiring-sec .hiring-content .title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 40px;
  color: #222222;
}

.hiring-sec .hiring-content .title .text-1 {
  color: #2DA4E3;
}

@media (max-width: 991px) {
  .hiring-sec .hiring-content .title {
    font-size: 28px;
  }
}
.hiring-sec .hiring-content .text {
  font-size: 16px;
  color: #222222;
  line-height: 1.5;
}

.hiring-sec .hiring-content ul {
  padding-left: 0px;
  margin-bottom: 50px;
}

.hiring-sec .hiring-content ul li {
  list-style-type: none;
  position: relative;
  z-index: 1;
  line-height: 1.8;
}

.hiring-sec .hiring-content .icon-bx {
  padding: 20px;
  border-radius: 10px;
}

.hiring-sec .hiring-content .icon-bx.style-2 {
  background: #FFCD42;
}

.hiring-sec .hiring-content .icon-bx.style-3 {
  background: #946FB0;
}

.hiring-sec .hiring-content .icon-bx.style-4 {
  background: #A9CF54;
}

.hiring-sec .hiring-content .icon-bx.style-5 {
  background: #36C8E3;
}

.hiring-sec .hiring-content .icon-bx i {
  color: #fff;
  font-size: 20px;
}

.hiring-sec .hiring-content .icon-bx .text {
  color: #fff;
  font-size: 22px;
  margin: 0;
}

.hiring-sec .hiring-media {
  position: relative;
  z-index: 1;
}

.hiring-sec .hiring-media .shape-3 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 25px;
  width: 50px;
  animation: upDown 7s infinite ease-in-out;
}

.hiring-sec .hiring-media .shape-4 {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50px;
  height: 50px;
  width: 50px;
  animation: smallCircle 4.5s linear infinite;
}

.hiring-sec .hiring-media .shape-2 {
  position: absolute;
  z-index: 1;
  bottom: 140px;
  left: -40px;
  height: 80px;
  width: 80px;
}

.hiring-sec .hiring-media .shape-1 {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 0;
  height: 40px;
  width: 40px;
  animation: wiggle 4s infinite ease-in-out;
}

@keyframes smallCircle {
  0% {
    transform: rotate(0deg) translateX(20px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(20px) rotate(-360deg);
  }
}
@keyframes upDown {
  0% {
    top: 0px;
  }
  50% {
    top: 100px;
  }
  100% {
    top: 0px;
  }
}
@keyframes wiggle {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.taxiservice-sec .td-media {
  position: relative;
  z-index: 1;
  transition: 0.7s;
  overflow: hidden;
  border-radius: 40px;
}

.taxiservice-sec .td-media::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.taxiservice-sec .td-media img {
  border-radius: 40px;
  transition: 0.5s;
}

.taxiservice-sec .td-media .down-swipe {
  position: absolute;
  bottom: -90px;
  left: 0;
  background: rgba(0, 0, 0, 0.5607843137);
  padding: 20px 30px;
  border-radius: 40px;
  opacity: 0;
  visibility: hidden;
  height: 100%;
}

.taxiservice-sec .td-media .down-swipe .title {
  color: #fff;
}

.taxiservice-sec .td-media .down-swipe .text {
  color: #fff;
}

.taxiservice-sec .td-media:hover:before {
  -webkit-animation: dzShine 0.75s;
  animation: dzShine 0.75s;
}

.taxiservice-sec .td-media:hover .down-swipe {
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
  bottom: 0;
  border-radius: 40px;
}

.taxiservice-sec .td-media:hover img {
  transform: scale(1.2);
  border-radius: 40px;
}

.taxiapp-clone .title {
  font-size: 40px;
  font-weight: 600;
  color: #222222;
}

.taxiapp-clone .text {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.taxiapp-clone .booking-ride {
  height: 150px;
  width: 150px;
  margin: auto;
}

.taxiapp-clone .booking-ride .td-media {
  margin-bottom: 20px;
  height: 150px;
  width: 150px;
}

.taxiapp-clone .booking-ride .title {
  color: #1D4772;
  font-size: 15px;
  font-weight: 400;
}

.taxiapp-clone .details-bx {
  padding: 20px 10px;
}

.taxiapp-clone .details-bx .td-media {
  height: 60px;
  width: 60px;
}

.taxiapp-clone .details-bx .title {
  font-size: 20px;
  font-weight: 500;
  color: #1D4772;
}

.taxiapp-clone .details-bx .text {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.ai-solutions {
  background: #1D4772;
  padding: 100px;
}

@media (max-width: 991px) {
  .ai-solutions {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .ai-solutions {
    padding: 20px;
  }
}
.ai-solutions .aisol-bx {
  padding: 20px 20px;
  background: linear-gradient(135deg, rgba(29, 71, 114, 0.3) 0%, rgba(45, 164, 227, 0.3) 100%);
  border-radius: 10px;
}

.ai-solutions .aisol-bx .td-media {
  height: 50px;
  width: 50px;
  margin-bottom: 20px;
}

.ai-solutions .aisol-bx .text {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.ai-solutions .aisol-bx .title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

.ss-accordion.style-3 {
  height: 550px;
  min-height: 550px;
  overflow: auto;
  margin-bottom: 30px;
}

.ss-accordion.style-3 .accordion-header .accordion-button {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.ss-accordion.style-3 .accordion-header .accordion-button .app-development {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ss-accordion.style-3 .accordion-header .accordion-button .app-development a {
  text-decoration: none;
}

.ss-accordion.style-3 .ai-sol-media .td-media img {
  border-radius: 20px;
}

section.content-inner3.capabilities {
  padding-bottom: 60px;
}

.our-product .title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 70px;
  font-weight: 700;
  color: #2DA4E3;
}

.our-product .products-sec .product-list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.our-product .products-sec .product-list .td-media {
  border-radius: 20px;
  overflow: hidden;
}

.our-product .products-sec .product-list .td-media img {
  border-radius: 20px;
  transform: scale(1);
  transition: 0.5s;
}

.our-product .products-sec .product-list .td-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  margin-top: 200px;
  transition: 0.7s;
  height: 100%;
  width: 100%;
  padding: 70px 30px;
  border-radius: 20px;
}

.our-product .products-sec .product-list .td-content .title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

.our-product .products-sec .product-list .td-content .text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

.our-product .products-sec .product-list:hover .td-media img {
  transform: scale(1.2);
  transition: 0.5s;
}

.our-product .products-sec .product-list:hover .td-content {
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
  margin-top: 0;
}

.icon-bx-wraper.style-12 {
  width: 460px;
  padding: 10px 25px;
  background-color: transparent !important;
  border-radius: var(--radius-md);
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .icon-bx-wraper.style-12 {
    width: 100%;
  }
}
.icon-bx-wraper.style-12 .icon-bx {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 65px;
}

.icon-bx-wraper.style-12 .dz-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff !important;
  font-weight: 600;
}

.icon-bx-wraper.style-12 p {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}

.icon-bx-wraper.style-12.active,
.icon-bx-wraper.style-12:hover {
  background-color: #edf6f6;
  color: var(--bs-secondary);
}

.icon-bx-wraper.style-12.active .dz-title,
.icon-bx-wraper.style-12:hover .dz-title {
  color: var(--bs-secondary);
}

@media only screen and (max-width: 1199px) {
  .icon-bx-wraper.style-12 {
    gap: 20px;
  }
  .icon-bx-wraper.style-12 p {
    font-size: 14px;
  }
  .icon-bx-wraper.style-12 .dz-title {
    font-size: 18px;
  }
  .icon-bx-wraper.style-12 .icon-bx {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .icon-bx-wraper.style-12 {
    margin-left: 0;
    margin-right: 0;
  }
}
.animation-text {
  overflow: visible;
}

.animation-text text {
  text-transform: uppercase;
  animation: stroke 5s infinite alternate;
  stroke-width: 2;
  stroke: #fff;
  font-size: 270px;
  font-weight: 600;
}

@media only screen and (max-width: 1280px) {
  .animation-text text {
    font-size: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .animation-text text {
    font-size: 140px;
  }
}
@keyframes stroke {
  0% {
    fill: rgba(255, 255, 255, 0);
    stroke: #2DA4E3;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: rgba(255, 255, 255, 0);
    stroke: #2DA4E3;
  }
  80% {
    fill: rgba(255, 255, 255, 0);
    stroke: #2DA4E3;
    stroke-width: 3;
  }
  100% {
    fill: #2DA4E3;
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
.legal-regulations .consult-iconbx {
  background: linear-gradient(283.83deg, #2DA4E3 0%, #1D4772 83.26%);
  position: relative;
  z-index: 1;
  padding: 30px 28px;
  margin-bottom: 70px;
  border-radius: 10px;
  margin-top: 50px;
}

.legal-regulations .consult-iconbx .title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.legal-regulations .consult-iconbx .text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.legal-regulations .consult-iconbx .msg-bx {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: linear-gradient(283.83deg, #2DA4E3 0%, #1D4772 83.26%);
  position: absolute;
  z-index: 1;
  left: 30px;
  top: -70px;
}

.section-head.style1 {
  width: 80%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .section-head.style1 {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .section-head.style1 {
    width: 100%;
  }
}
.section-head.style1 .title {
  color: #222222;
  font-weight: 400;
  font-size: 28px;
  position: relative;
  z-index: 1;
}

.section-head.style1 .title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}

.section-head.style1 .title .text-1 {
  color: #2DA4E3;
}

.section-head.style1 .text {
  color: #505050;
  font-weight: 400;
  font-size: 18px;
  width: 68%;
}

@media (max-width: 991px) {
  .section-head.style1 .text {
    width: 100%;
  }
}
.section-head.style2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-head.style2 .title {
  color: #222222;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 575px) {
  .section-head.style2 .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.section-head.style2 .title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}

@media (max-width: 991px) {
  .section-head.style2 .title::after {
    left: 66px;
  }
}
.section-head.style2 .title .text-1 {
  color: #2DA4E3;
  font-weight: 600;
}

.section-head.style2 .text {
  color: #505050;
  font-weight: 400;
  font-size: 18px;
  width: 68%;
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  .section-head.style2 .text {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .section-head.style2 .text {
    font-size: 14px;
  }
}
.section-head.style3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

@media (max-width: 575px) {
  .section-head.style3 {
    padding: 50px 0;
  }
}
.section-head.style3 .title {
  color: #ffffff;
  font-size: 28px;
  position: relative;
  z-index: 1;
}

.section-head.style3 .title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}

.section-head.style3 .title .text-1 {
  color: #2DA4E3;
  font-weight: 700;
}

.section-head.style3 .text {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  margin: auto;
}

@media (max-width: 575px) {
  .section-head.style3 .text {
    width: 100%;
  }
}
.section-head.style4 {
  padding-left: 30px;
}

.section-head.style4 .sub-title {
  font-weight: 400;
  font-size: 28px;
  color: #3C3C3C;
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .section-head.style4 .sub-title {
    font-size: 22px;
  }
}
.section-head.style4 .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}

.section-head.style4 .sub-title .text-1 {
  color: #2DA4E3;
  font-weight: 700;
}

.section-head.style4 .title {
  font-weight: 700;
  font-size: 45px;
  color: #3C3C3C;
}

@media (max-width: 600px) {
  .section-head.style4 .title {
    font-size: 30px;
  }
}
.section-head.style5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}

@media (max-width: 991px) {
  .section-head.style5 {
    padding: 50px 0;
  }
}
@media (max-width: 600px) {
  .section-head.style5 {
    padding: 20px 0;
  }
}
.section-head.style5 .title {
  color: #3C3C3C;
  font-weight: 600;
  font-size: 28px;
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .section-head.style5 .title {
    font-size: 22px;
  }
}
.section-head.style5 .title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}

.section-head.style5 .title .text-1 {
  color: #2DA4E3;
}

.section-head.style6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-head.style6 .sub-title {
  color: #ffffff;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.section-head.style6 .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}

.section-head.style6 .sub-title .text-1 {
  color: #2DA4E3;
  font-weight: 600;
}

.section-head.style6 .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .section-head.style6 .title {
    font-size: 30px;
  }
}
.section-head.style6 .text {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  width: 68%;
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  .section-head.style6 .text {
    width: 98%;
  }
}
@media (max-width: 575px) {
  .section-head.style6 .text {
    font-size: 14px;
  }
}
.section-head.style7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

@media (max-width: 575px) {
  .section-head.style7 {
    padding: 50px 0;
  }
}
.section-head.style7 .title {
  color: #000000;
  font-size: 40px;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 80%;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .section-head.style7 .title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-head.style7 .title {
    width: 100%;
    font-size: 24px;
  }
}
.section-head.style7 .title .text-1 {
  color: #2DA4E3;
  font-weight: 700;
}

.section-head.style7 .text {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  margin: auto;
}

@media (max-width: 991px) {
  .section-head.style7 .text {
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .section-head.style7 .text {
    width: 100%;
  }
}
.section-head.style8 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-head.style8 {
    display: block;
    margin-bottom: 30px;
  }
}
.section-head.style8 .title {
  color: #000000;
  font-size: 28px;
  position: relative;
  z-index: 1;
  width: 47%;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .section-head.style8 .title {
    margin-bottom: 30px !important;
    width: 100%;
  }
}
.section-head.style8 .title .text-1 {
  color: #2DA4E3;
  font-weight: 700;
}

.section-head.style8 .text {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  margin: auto;
}

@media (max-width: 575px) {
  .section-head.style8 .text {
    width: 100%;
  }
}
.section-head.style9 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .section-head.style9 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .section-head.style9 {
    margin-bottom: 0px;
  }
}
.section-head.style9 .title {
  color: linear-gradient(90.93deg, #2DA4E3 2.51%, #0E7CF7 95.94%);
  font-weight: 700;
  font-size: 50px;
}

@media (max-width: 575px) {
  .section-head.style9 .title {
    font-size: 28px;
  }
}
.section-head.style9 .text {
  color: #222222;
  font-weight: 400;
  font-size: 16px;
  margin: 0 !important;
}

.contact-area1 {
  padding: 33px;
  background: #195281;
  position: relative;
  z-index: 9;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.contact-area1 .title {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.contact-area1 .input-group.style-2 .btn {
  color: #fff;
  padding-right: 19px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.contact-area1 .input-group.style-2 .btn.show {
  border: none;
}

.contact-area1 .form-label {
  color: #fff;
  font-weight: 400;
}

.contact-area1 .form-control,
.contact-area1 .woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond .contact-area1 input[type=text],
.contact-area1 .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .contact-area1 textarea,
.contact-area1 .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .contact-area1 input[type=email],
.contact-area1 .woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr td.actions .coupon .contact-area1 .input-text,
.contact-area1 .woocommerce-cart-form .table tr .quantity input,
.woocommerce-cart-form .table tr .quantity .contact-area1 input,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 textarea,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 select,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 input,
.contact-area1 .woocommerce-EditAccountForm.edit-account input[type=text],
.woocommerce-EditAccountForm.edit-account .contact-area1 input[type=text],
.contact-area1 .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .contact-area1 input[type=email],
.contact-area1 .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .contact-area1 input[type=password],
.contact-area1 .login input[type=text],
.login .contact-area1 input[type=text],
.contact-area1 .login input[type=password],
.login .contact-area1 input[type=password],
.contact-area1 .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .contact-area1 input[type=text],
.contact-area1 .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .contact-area1 input[type=text],
.contact-area1 .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .contact-area1 input[type=email],
.contact-area1 .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .contact-area1 input[type=tel],
.contact-area1 .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .contact-area1 .select2-choice,
.contact-area1 .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .contact-area1 textarea,
.contact-area1 .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .contact-area1 input.input-text,
.contact-area1 .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .contact-area1 .select2-selection,
.contact-area1 .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .contact-area1 .select2-choice {
  background: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #FFF;
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 15px 0;
  margin-bottom: 15px;
}

.input-group textarea::placeholder,
.input-group input::placeholder {
  color: #fff;
}

.contact-area1 .form-control:placeholder,
.contact-area1 .woocommerce #review_form #respond input:placeholder[type=text],
.woocommerce #review_form #respond .contact-area1 input:placeholder[type=text],
.contact-area1 .woocommerce #review_form #respond textarea:placeholder,
.woocommerce #review_form #respond .contact-area1 textarea:placeholder,
.contact-area1 .woocommerce #review_form #respond input:placeholder[type=email],
.woocommerce #review_form #respond .contact-area1 input:placeholder[type=email],
.contact-area1 .woocommerce-cart-form .table tr td.actions .coupon .input-text:placeholder,
.woocommerce-cart-form .table tr td.actions .coupon .contact-area1 .input-text:placeholder,
.contact-area1 .woocommerce-cart-form .table tr .quantity input:placeholder,
.woocommerce-cart-form .table tr .quantity .contact-area1 input:placeholder,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row textarea:placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 textarea:placeholder,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row select:placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 select:placeholder,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row input:placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 input:placeholder,
.contact-area1 .woocommerce-EditAccountForm.edit-account input:placeholder[type=text],
.woocommerce-EditAccountForm.edit-account .contact-area1 input:placeholder[type=text],
.contact-area1 .woocommerce-EditAccountForm.edit-account input:placeholder[type=email],
.woocommerce-EditAccountForm.edit-account .contact-area1 input:placeholder[type=email],
.contact-area1 .woocommerce-EditAccountForm.edit-account input:placeholder[type=password],
.woocommerce-EditAccountForm.edit-account .contact-area1 input:placeholder[type=password],
.contact-area1 .login input:placeholder[type=text],
.login .contact-area1 input:placeholder[type=text],
.contact-area1 .login input:placeholder[type=password],
.login .contact-area1 input:placeholder[type=password],
.contact-area1 .woocommerce-ResetPassword.lost_reset_password input:placeholder[type=text],
.woocommerce-ResetPassword.lost_reset_password .contact-area1 input:placeholder[type=text],
.contact-area1 .checkout.woocommerce-checkout input:placeholder[type=text],
.checkout.woocommerce-checkout .contact-area1 input:placeholder[type=text],
.contact-area1 .checkout.woocommerce-checkout input:placeholder[type=email],
.checkout.woocommerce-checkout .contact-area1 input:placeholder[type=email],
.contact-area1 .checkout.woocommerce-checkout input:placeholder[type=tel],
.checkout.woocommerce-checkout .contact-area1 input:placeholder[type=tel],
.contact-area1 .checkout.woocommerce-checkout .select2-choice:placeholder,
.checkout.woocommerce-checkout .contact-area1 .select2-choice:placeholder,
.contact-area1 .checkout.woocommerce-checkout textarea:placeholder,
.checkout.woocommerce-checkout .contact-area1 textarea:placeholder,
.contact-area1 .woocommerce form .form-row input.input-text:placeholder,
.woocommerce form .form-row .contact-area1 input.input-text:placeholder,
.contact-area1 .woocommerce form .form-row .select2-selection:placeholder,
.woocommerce form .form-row .contact-area1 .select2-selection:placeholder,
.contact-area1 .woocommerce form .form-row .select2-choice:placeholder,
.woocommerce form .form-row .contact-area1 .select2-choice:placeholder {
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .contact-area1 {
    padding: 45px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-area1 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .contact-area1 {
    padding: 25px;
    border-radius: 15px;
  }
}
.map-iframe {
  height: 450px;
}

@media only screen and (max-width: 575px) {
  .map-iframe {
    height: 250px;
  }
}
@media only screen and (max-width: 575px) {
  form .g-recaptcha {
    transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
body .working-location {
  margin-bottom: 15px;
}

body .working-location img {
  border-radius: var(--border-radius-base);
}

.map {
  position: relative;
  z-index: 1;
}

.map iframe {
  width: 100%;
}

.map:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFAF3;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.contact-info.style-1 {
  margin-bottom: 60px;
  min-height: 335px;
}

.contact-info.style-1 .title {
  font-weight: 600;
  font-size: 40px;
  color: var(--title);
}

@media only screen and (max-width: 1199px) {
  .contact-info.style-1 .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info.style-1 .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info.style-1 .title {
    font-size: 24px;
  }
}
.contact-info.style-1 .text {
  color: var(--title);
  font-weight: 400;
  font-size: 30px;
  margin-left: unset;
  margin-right: unset;
  max-width: 540px;
  margin-bottom: 50px;
  font-family: var(--font-family-title);
}

@media only screen and (max-width: 1199px) {
  .contact-info.style-1 .text {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info.style-1 .text {
    font-size: 22px;
    margin-bottom: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info.style-1 .text {
    font-size: 20px;
  }
}
.contact-info.style-1 .text span {
  color: var(--title);
}

.contact-info.style-1 .contact-bottom {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0 0;
}

.contact-info.style-1 .contact-bottom h3,
.contact-info.style-1 .contact-bottom .h3 {
  color: var(--title);
}

@media only screen and (max-width: 767px) {
  .contact-info.style-1 .contact-bottom h3,
  .contact-info.style-1 .contact-bottom .h3 {
    font-size: 22px;
  }
}
.contact-info.style-1 .contact-bottom .contact-left {
  margin-right: 190px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .contact-info.style-1 .contact-bottom .contact-left {
    margin-right: 100px;
  }
}
.contact-info.style-1 .contact-bottom ul li {
  font-weight: 500;
  font-size: 18px;
  color: var(--title);
  font-family: var(--font-family-title);
}

@media only screen and (max-width: 767px) {
  .contact-info.style-1 .contact-bottom ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info.style-1 {
    margin-bottom: 40px;
    min-height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info.style-1 .contact-bottom .contact-left {
    margin-right: 0;
    flex: 1;
  }
}
.contact-heading h2,
.contact-heading .h2 {
  font-weight: 500;
  font-size: 70px;
}

@media only screen and (max-width: 1480px) {
  .contact-heading h2,
  .contact-heading .h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-heading h2,
  .contact-heading .h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-heading h2,
  .contact-heading .h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-heading h2,
  .contact-heading .h2 {
    font-size: 24px;
  }
}
.contact-us ul {
  padding-left: 0;
  margin-bottom: 60px;
}

.contact-us ul li {
  list-style-type: none;
  margin-bottom: 15px;
}

.contact-us ul li svg {
  margin-right: 14px;
}

.contact-us .ss-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .contact-us .ss-contact {
    gap: 0;
  }
}
.contact-us .ss-contact .ss-media {
  height: 90px;
  width: 90px;
  margin-right: 10px;
}

.contact-us .ss-contact .ss-media img {
  height: 100%;
  width: 100%;
}

.contact-us .ss-contact .ss-content .text {
  font-size: 18px;
  color: #26374D;
  margin-bottom: 5px;
  line-height: 1;
}

.contact-us .ss-contact .ss-content a {
  font-size: 25px;
  color: #26374D;
}

.ss-accordion .accordion-item {
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  margin-bottom: 20px;
  border: 0;
}

.ss-accordion .accordion-item {
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  margin-bottom: 20px;
  border: 0;
}

.ss-accordion.accordion-sm .accordion-header .accordion-button {
  background: #fff;
  padding: 15px 15px !important;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border: 0;
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  background: #fff;
}

.ss-accordion .accordion-header .accordion-button.collapsed {
  color: #0E0E0E;
  border-bottom: 1px solid #1D4772;
}

.ss-accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 400;
  border: 0px;
  border-radius: 0;
  padding: 22px 65px 22px 30px;
  transition: all 0.5s ease 0s;
  color: var(--secondary);
  background: none;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  border-radius: 4px;
}

.ss-accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 400;
  border: 0px;
  border-radius: 0;
  padding: 22px 65px 22px 30px;
  transition: all 0.5s ease 0s;
  color: var(--secondary);
  background: none;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  border-radius: 4px;
}

.ss-accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 400;
  border: 0px;
  border-radius: 0;
  padding: 22px 65px 22px 30px;
  transition: all 0.5s ease 0s;
  color: var(--secondary);
  background: none;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  border-radius: 4px;
}

.ss-accordion .accordion-collapse {
  border: 0;
}

.ss-accordion .accordion-collapse {
  border: 0;
}

.ss-accordion .accordion-collapse {
  border: 0;
}

.accordion-button:not(.collapsed)::after {
  width: 30px;
  height: 30px;
  background: #194a8b;
  color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_17179_1207)"><path d="M8.04061 4.09614L1.20534 10.9315C1.04713 11.0896 0.959961 11.3007 0.959961 11.5257C0.959961 11.7507 1.04713 11.9618 1.20534 12.1199L1.7086 12.6232C2.03653 12.9508 2.5695 12.9508 2.89693 12.6232L8.63677 6.8834L14.383 12.6296C14.5412 12.7877 14.7521 12.875 14.977 12.875C15.2022 12.875 15.4131 12.7877 15.5714 12.6296L16.0746 12.1262C16.2328 11.968 16.32 11.7571 16.32 11.5321C16.32 11.307 16.2328 11.096 16.0746 10.9379L9.23306 4.09614C9.07434 3.93767 8.86243 3.85064 8.63715 3.85113C8.411 3.85064 8.19921 3.93767 8.04061 4.09614Z" fill="white"/></g><defs><clipPath id="clip0_17179_1207"><rect width="15.36" height="15.36" fill="white" transform="translate(0.959961 16.043) rotate(-90)"/></clipPath></defs></svg>');
}

.accordion-button.collapsed::after {
  width: 30px;
  height: 30px;
  background: #194a8b;
  color: #fff;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.95939 8.90386L15.7947 2.06846C15.9529 1.91037 16.04 1.69932 16.04 1.4743C16.04 1.24927 15.9529 1.03823 15.7947 0.880132L15.2914 0.376752C14.9635 0.0491997 14.4305 0.0491997 14.1031 0.376752L8.36323 6.1166L2.61701 0.370383C2.45879 0.212288 2.24787 0.124999 2.02297 0.124999C1.79782 0.124999 1.5869 0.212288 1.42855 0.370383L0.925425 0.873762C0.767206 1.03198 0.680042 1.2429 0.680042 1.46793C0.680042 1.69296 0.767206 1.904 0.925425 2.06209L7.76694 8.90386C7.92566 9.06233 8.13757 9.14936 8.36285 9.14886C8.589 9.14936 8.80079 9.06233 8.95939 8.90386Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.faq-media {
  position: relative;
  z-index: 1;
}

.faq-media .td-media img {
  border-radius: 15px;
}

.faq-media .box-design {
  position: absolute;
  right: -92px;
  bottom: -130px;
  height: 100px;
  width: 100px;
}

.faq-media .people {
  padding: 20px;
  background: #fff;
  position: absolute;
  bottom: -30px;
  left: 20px;
  border-radius: 10px;
}

.faq-media .people span {
  margin: 0 -10px;
  width: 60px;
  height: 60px;
}

.faq-media .people p {
  margin: 0;
}

.faq-media .people .text1 {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
}

.faq-media .people .text2 {
  color: #2DA4E3;
  font-size: 14px;
}

.faq-sec {
  background: linear-gradient(129.63deg, #174077 27.35%, #1C5DB5 107.81%);
}

.Techstack-sec {
  background: #F4F4F4;
}


/* canvas */
canvas.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 0;
}

.mySwiper2 .swiper-slide {
  background: transparent !important;
}
.mySwiper2 .swiper-slide .offer-card img {
  width: 100% !important;
  height: 450px !important;
  object-fit: cover !important;
  transition: transform 0.6s ease;
}

.dz-features-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1000;
}

.dz-features-wrapper .dz-features {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  animation: ticker 0s linear infinite 0s normal;
  animation-duration: 0s;
  animation-duration: 15s;
}

.dz-features-wrapper .dz-features.style-2 {
  animation: ticker2 0s linear infinite 0s normal;
  animation-duration: 0s;
  animation-duration: 15s;
}

.dz-features-wrapper .dz-features .item {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 1280px) {
  .dz-features-wrapper .dz-features .item {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dz-features-wrapper .dz-features .item {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-features-wrapper .dz-features .item {
    padding: 10px;
  }
}
.dz-features-wrapper:hover .dz-features {
  animation-play-state: paused;
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes ticker2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.mySwiper3 .swiper-slide {
  background: transparent !important;
}
.mySwiper3 .swiper-slide img {
  width: 90px !important;
  height: 90px !important;
  border-radius: 50% !important;
  border: 3px solid #ff0066;
  object-fit: cover !important;
  margin: auto;
}

#bfmedia-wrapper {
  max-width: 1100px;
}

/* Tabs */
.bfmedia-tabs {
  display: flex;
  background: #1e2326;
  border-radius: 6px;
  overflow: hidden;
}

.bfmedia-tab-btn {
  flex: 1;
  padding: 10px;
  background: linear-gradient(180deg, #560827, #06032c);
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.bfmedia-tab-btn.active {
  background: #09042c;
}

/* Info Box */
.bfmedia-info-box {
  padding: 12px;
  font-size: 13px;
  margin: 16px 0;
}

/* Tab Content */
.bfmedia-tab-content {
  display: none;
}

.bfmedia-tab-content.active {
  display: block;
}

/* Section Header */
.bfmedia-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.bfmedia-add-btn {
  border: none;
  color: #fff;
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 600;
}

/* Photo Grid */
.bfmedia-photo-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Photo Card */
.bfmedia-photo-card {
  width: 260px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.bfmedia-photo-card img {
  transition: 0.5s;
}
.bfmedia-photo-card:hover img {
  transform: scale3d(1.5, 1.5, 1.5);
}

.bfmedia-photo-top {
  color: #fff;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bfmedia-status {
  font-size: 12px;
  font-weight: 700;
}

.bfmedia-profile-radio {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.bfmedia-delete-btn {
  margin-left: auto;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.bfmedia-photo-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* Empty State */
.bfmedia-empty-text {
  font-size: 14px;
  color: #777;
}

#bfphoto-wrapper,
#bfalbum-wrapper {
  max-width: 1100px;
}

/* Tabs */
.bfphoto-tabs,
.bfalbum-tabs {
  display: flex;
  background: #1e2326;
  border-radius: 6px;
  overflow: hidden;
}

.bfphoto-tab-btn,
.bfalbum-tab-btn {
  flex: 1;
  padding: 10px;
  background: linear-gradient(180deg, #560827, #06032c);
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.bfphoto-tab-btn.active,
.bfalbum-tab-btn.active {
  background: #09042c;
}

/* Info Box */
.bfphoto-info-box,
.bfalbum-info-box {
  padding: 12px;
  font-size: 13px;
  margin: 16px 0;
}

/* Tab Content */
.bfphoto-tab-content,
.bfalbum-tab-content {
  display: none;
}

.bfphoto-tab-content.active,
.bfalbum-tab-content.active {
  display: block;
}

/* Section Header */
.bfphoto-section-header,
.bfalbum-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.bfphoto-add-btn,
.bfalbum-add-btn {
  border: none;
  color: #fff;
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 600;
}

#bf-venue-section {
  background: rgba(12, 18, 52, 0.95);
  padding: 150px 0;
}
#bf-venue-section .bf-venue-container {
  max-width: 1200px;
}
#bf-venue-section .bf-venue-row {
  align-items: stretch;
}
#bf-venue-section .bf-venue-map-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  min-height: 350px;
}
#bf-venue-section .bf-venue-map-iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: 0;
}
#bf-venue-section .bf-venue-info-box {
  color: #ffffff;
  padding: 20px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#bf-venue-section .bf-venue-title {
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#bf-venue-section .bf-venue-address {
  font-size: 15px;
  opacity: 0.85;
  margin-bottom: 30px;
  line-height: 1.6;
}
#bf-venue-section .bf-venue-subtitle {
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #cccccc;
}
#bf-venue-section .bf-venue-hours p {
  font-size: 14px;
  margin-bottom: 6px;
  opacity: 0.85;
}
#bf-venue-section .bf-venue-press-link {
  margin-top: 25px;
  font-size: 14px;
  text-decoration: none;
  color: #999999;
  transition: color 0.3s ease;
}
#bf-venue-section .bf-venue-press-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Responsive tweak */
@media (max-width: 991px) {
  #bf-venue-section .bf-venue-info-box {
    padding: 30px 15px;
    text-align: center;
  }
  #bf-venue-section .bf-venue-map-wrapper {
    margin-bottom: 25px;
  }
}
.user-option-panel {
  background: #3f0628;
  padding: 10px;
  color: #fff;
}

.user-option-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;
  border-radius: 6px;
  cursor: pointer;
}

.user-option-row:hover {
  background: rgba(0, 0, 0, 0.06);
}

.user-option-row i {
  font-size: 18px;
  min-width: 22px;
  position: unset;
  height: auto;
  width: auto;
  color: #fff;
  animation: none;
  background: top;
}

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

.option-count {
  margin-left: auto;
  background: #fff;
  color: #000;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 10px;
}

.bottom_box .title {
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  -webkit-text-stroke: unset;
}
.bottom_box .bf-event-gender {
  margin-bottom: 10px;
}

.position-sticky {
  position: sticky;
  top: 0;
}

.flip-bx {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.flip-bx .dlab-media {
  position: relative;
  z-index: 1;
}
.flip-bx .dlab-media img {
  border-radius: 9px !important;
}
.flip-bx .dlab-media .badge1 {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 70px;
  z-index: 0;
}
.flip-bx .front,
.flip-bx .back {
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  height: 100%;
  border-radius: 4px;
  color: #fff;
}
.flip-bx .back {
  background: linear-gradient(to right, #560827 0, #06032c 51%, #560827 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  background-size: 200%;
}
.flip-bx .back .inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
}
.flip-bx .back .inner p {
  font-size: 16px;
  color: #fff;
}
.flip-bx .back .inner .site-button-link {
  font-size: 16px;
}
.flip-bx .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-bx .front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0.4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px;
}
.flip-bx .inner {
  -webkit-transform: translateZ(60px) scale(0.94);
  transform: translateZ(60px) scale(0.94);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}
.flip-bx:hover .front,
.flip-bx:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.flip-bx:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-bx:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.chat-list {
  background: #fff;
  border-right: 1px solid #ddd;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.search-box {
  padding: 15px;
}
.search-box input {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
}

.chat-users .user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  cursor: pointer;
  position: relative;
}
.chat-users .user:hover {
  background: #f5f7fb;
}
.chat-users .user.active {
  background: #e9f0ff;
}
.chat-users .user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.chat-users .user h6 {
  margin: 0;
  font-size: 14px;
}
.chat-users .user p {
  margin: 0;
  font-size: 12px;
  color: #777;
}
.chat-users .user span {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
  color: #999;
}

.chat-area {
  background: #f9fbff;
  display: flex;
  flex-direction: column;
}

.chat-header {
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top-right-radius: 10px;
}
.chat-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.chat-header #chatvideo {
  height: 20px;
  width: 20px;
}

.chat-body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}

.message {
  max-width: 60%;
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.sent {
  background: #5bc0ff;
  color: #fff;
  margin-left: auto;
}

.empty {
  text-align: center;
  margin-top: 120px;
  color: #888;
}
.empty img {
  width: 120px;
  opacity: 0.5;
}

.chat-footer {
  background: #fff;
  padding: 10px;
  display: flex;
  gap: 10px;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 10px;
  width: 100%;
  position: sticky;
  bottom: 0;
}
.chat-footer input {
  flex: 1;
  border-radius: 20px;
  padding: 10px 15px;
}
.chat-footer button {
  border: none;
  color: #fff;
  width: 45px;
  border-radius: 50%;
  font-size: 18px;
}

.chat-height {
  height: 300px;
}

.speeddate-tabs {
  gap: 10px;
  border-bottom: none;
}

.speeddate-tabs .nav-link {
  border-radius: 30px;
  padding: 8px 22px;
  background: #f1f3ff;
  color: #555;
  font-weight: 500;
  border: none;
}

.speeddate-tabs .nav-link.active {
  background: linear-gradient(180deg, #560827, #06032c);
  color: #fff;
}

#sd-post-wrapper {
  padding: 40px 0;
  background: #ffffff;
}

.sd-post-form {
  max-width: 100%;
}

.sd-form-group {
  margin-bottom: 22px;
}

.sd-form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}
.sd-form-label span {
  color: #e63946;
}

/* Inputs */
.sd-input,
.sd-textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
}

.sd-textarea {
  min-height: 120px;
  resize: none;
}

/* Radio buttons */
.sd-radio-row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.sd-radio {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.sd-radio input {
  accent-color: #7b6cff;
}

/* Checkbox grid */
.sd-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.sd-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.sd-check input {
  accent-color: #7b6cff;
}

/* Button */
.sd-submit-btn {
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s;
}
.sd-submit-btn:hover {
  background: #151d43;
}

.sd-filter-wrapper {
  position: relative;
  display: inline-block;
}

/* Filter Icon */
.sd-filter-btn {
  display: inline-flex;
  cursor: pointer;
}
.sd-filter-btn img {
  width: 20px;
}

/* Dropdown Box */
.sd-filter-box {
  position: absolute;
  top: 36px;
  right: 0;
  width: 220px;
  padding: 12px;
  border-radius: 6px;
  display: none;
  z-index: 999;
}

/* Show class */
.sd-filter-box.active {
  display: block;
}

/* Checkboxes */
.sd-filter-checks {
  margin-bottom: 10px;
}
.sd-filter-checks label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 6px;
}
.sd-filter-checks label input {
  accent-color: #fff;
}

/* Color dots */
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.dot.red {
  background: linear-gradient(180deg, #1BBFEA, #E45C90);
}

.dot.pink {
  background: #ff6fae;
}

.dot.orange {
  background: #1BBFEA;
}

.dot.yellow {
  background: linear-gradient(180deg, #0db4dd, #e94a87);
}

/* Inputs */
.sd-filter-input {
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 13px;
  margin-bottom: 8px;
}

/* Button */
.sd-filter-submit {
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 6px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

.text {
  font-size: 15px;
  font-weight: 500;
}
.text a {
  text-decoration: none;
}

.sd-advfilter-wrapper {
  position: relative;
  display: inline-block;
}

/* Icon */
.sd-advfilter-btn img {
  width: 20px;
  cursor: pointer;
}

/* Popup Box */
.sd-advfilter-box {
  position: absolute;
  top: 36px;
  right: 0;
  width: 260px;
  padding: 14px;
  border-radius: 8px;
  display: none;
  z-index: 999;
}

.sd-advfilter-box.active {
  display: block;
}

/* Range group */
.sd-range-group {
  margin-bottom: 14px;
  color: #fff;
}
.sd-range-group label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}

.sd-range-values {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  opacity: 0.8;
  margin-bottom: 4px;
}

.sd-range {
  width: 100%;
  accent-color: #e2326e;
}

/* Preferences */
.sd-pref-group {
  margin-top: 10px;
}
.sd-pref-group label {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.sd-pref-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.sd-pref-grid label {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sd-pref-grid label input {
  accent-color: #e2326e;
}

/* Button */
.sd-advfilter-submit {
  width: 100%;
  margin-top: 12px;
  background: #ffffff;
  border: none;
  padding: 6px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

#sd-profile-form-wrap {
  padding: 40px 0;
  background: #fff4fa;
}

.sd-profile-form {
  font-size: 14px;
}

.sd-form-group {
  margin-bottom: 18px;
}

.sd-label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}
.sd-label span {
  color: #e63946;
}

/* Inputs */
.sd-input,
.sd-textarea,
.sd-file {
  width: 100%;
  padding: 9px 12px;
  border-radius: 4px;
  font-size: 13px;
  background: #fff4fb;
}

.sd-textarea {
  min-height: 110px;
  resize: none;
}

/* Radios */
.sd-radio-row {
  display: flex;
  gap: 20px;
}
.sd-radio-row label {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Checkboxes */
.sd-checkbox-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sd-checkbox-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

input[type=checkbox],
input[type=radio] {
  accent-color: #560827;
}

/* MODAL DIALOG SIZE */
.sd-tc-dialog {
  max-width: 720px;
}

/* MODAL CONTENT */
.sd-tc-content {
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

/* HEADER */
.sd-tc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 12px 16px;
}

.sd-tc-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.sd-tc-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

/* BODY */
.sd-tc-body {
  padding: 16px;
  max-height: 420px;
  overflow-y: auto;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}
.sd-tc-body p {
  margin-bottom: 12px;
}
.sd-tc-body strong {
  font-weight: 600;
}

/* OPEN BUTTON (optional demo) */
.sd-tc-open-btn {
  background: #373074;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 13px;
}

/* SCROLLBAR (optional polish) */
.sd-tc-body::-webkit-scrollbar {
  width: 6px;
}

.sd-tc-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

/* MEDIA QUERIES */
@media (max-width: 767px) {
  .sd-tc-dialog {
    max-width: 95%;
    margin: auto;
  }
  .sd-tc-body {
    max-height: 60vh;
    font-size: 12px;
  }
  .sd-tc-title {
    font-size: 14px;
  }
}
#beat-profile-page {
  font-family: sans-serif;
}

/* BANNER */
.beat-profile-banner {
  color: #fff;
  padding: 30px 0;
  border-radius: 6px;
}

.beat-profile-avatar {
  position: relative;
}
.beat-profile-avatar img {
  width: 140px;
  border-radius: 4px;
  background: #fff;
}
.beat-profile-avatar .beat-badge {
  position: absolute;
  top: -8px;
  left: -8px;
  background: gold;
  color: #000;
  font-size: 11px;
  padding: 4px 6px;
  border-radius: 50%;
}
.beat-profile-avatar h6 {
  margin-top: 8px;
  margin-bottom: 0;
}
.beat-profile-avatar .beat-avatar-age {
  font-size: 13px;
}

/* INFO */
.beat-profile-info h4 span {
  font-size: 14px;
  opacity: 0.8;
}

.beat-info-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.beat-info-list li {
  font-size: 13px;
  margin-bottom: 4px;
}

.beat-preferences {
  margin-top: 10px;
}
.beat-preferences span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.beat-review-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #4da3ff;
}

/* META */
.beat-profile-meta {
  font-size: 13px;
}

/* MEDIA SECTION */
.beat-media-section {
  padding: 40px 0;
}

.beat-media-tabs {
  justify-content: center;
  margin-bottom: 25px;
}
.beat-media-tabs .nav-link {
  border: none;
  background: none;
  font-weight: 600;
  color: #333;
  padding: 6px 16px;
}
.beat-media-tabs .nav-link.active {
  background: #e91e63;
  color: #fff;
  border-radius: 4px;
}

.beat-media-card {
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  width: 240px;
  height: 300px;
  position: relative;
  z-index: 1;
}
.beat-media-card img {
  max-width: 100%;
  border-radius: 4px;
}
.beat-media-card .personal-detail1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  background: #e2326e;
  color: #fff;
  padding: 10px;
  transition: all 0.5s ease;
  z-index: 2;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.beat-media-card:hover .personal-detail1 {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .beat-profile-banner {
    text-align: center;
  }
  .beat-profile-meta {
    margin-top: 15px;
  }
}
/* ===============================
   Beat Flirt – Paywall Modal
================================ */
#bfPaywallModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
#bfPaywallModal.bf-paywall-show {
  display: block;
}

.bf-paywall-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.bf-paywall-dialog {
  position: relative;
  max-width: 520px;
  width: 90%;
  margin: 120px auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  animation: bfFadeIn 0.3s ease-in-out;
}

/* Header */
.bf-paywall-header {
  background: linear-gradient(180deg, #560827, #06032c);
  color: #fff;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bf-paywall-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.bf-paywall-close-btn {
  background: #f1c1cf;
  border: none;
  color: #e2326e;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  font-size: 20px;
  cursor: pointer;
}

/* Body */
.bf-paywall-body {
  padding: 20px;
}

.bf-paywall-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.bf-paywall-row:last-child {
  margin-bottom: 0;
}

.bf-paywall-text {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.bf-paywall-price-btn {
  background: #7768EC;
  color: #fff;
  border: none;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.25s;
}
.bf-paywall-price-btn:hover {
  background: #f1c1cf;
}

/* Animation */
@keyframes bfFadeIn {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===============================
   Responsive
================================ */
@media (max-width: 576px) {
  .bf-paywall-dialog {
    margin: 80px auto;
  }
  .bf-paywall-header h5 {
    font-size: 14px;
  }
  .bf-paywall-price-btn {
    padding: 5px 12px;
    font-size: 13px;
  }
}
#ux-review-section {
  padding: 30px 20px;
}
#ux-review-section .ux-rating-stars {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}
#ux-review-section .ux-rating-stars .ux-star {
  font-size: 22px;
  color: #9aa7b1;
  cursor: pointer;
  transition: color 0.2s ease;
}
#ux-review-section .ux-rating-stars .ux-star.is-active, #ux-review-section .ux-rating-stars .ux-star.is-hover {
  color: #f59e0b;
}
#ux-review-section .ux-review-form .ux-review-label {
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
}
#ux-review-section .ux-review-form .ux-review-textarea {
  width: 100%;
  min-height: 120px;
  padding: 14px;
  resize: none;
}
#ux-review-section .ux-review-form .ux-review-footer {
  text-align: right;
  margin-top: 6px;
  font-size: 13px;
}
#ux-review-section .ux-review-form .ux-review-submit {
  margin: 20px auto 0;
  display: block;
  padding: 10px 36px;
  border-radius: 30px;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* INARA EVENT MODAL */
.bf-inara-modal {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.bf-inara-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.bf-inara-title {
  font-weight: 700;
  letter-spacing: 1px;
}

.bf-inara-actions {
  display: flex;
  gap: 10px;
}

.bf-inara-print-btn {
  background: #f4f6ff;
  border: none;
  font-size: 14px;
}

.bf-inara-body {
  padding: 24px;
}

.bf-inara-date {
  font-size: 14px;
  color: #666;
}

.bf-inara-section {
  margin-top: 24px;
}

.bf-inara-section-title {
  font-weight: 600;
  margin-bottom: 12px;
}

.bf-inara-table th {
  font-size: 13px;
  color: #555;
}
.bf-inara-table td {
  vertical-align: middle;
  font-size: 14px;
}

.bf-inara-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

/* RIGHT CARD */
.bf-inara-sidecard {
  background: #fafafa;
  border-radius: 12px;
  padding: 16px;
}

.bf-inara-cover {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
}

.bf-inara-qr {
  text-align: center;
  margin-bottom: 16px;
}
.bf-inara-qr img {
  width: 120px;
}

.bf-inara-summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bf-inara-summary ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
}

.bf-inara-total {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  border-top: 1px dashed #ccc;
  padding-top: 12px;
  margin-top: 12px;
}

#beatf-account-page {
  max-width: 1100px;
}

/* Cards */
.beatf-account-form-card,
.beatf-membership-card,
.beatf-delete-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
.beatf-account-form-card label,
.beatf-membership-card label,
.beatf-delete-card label {
  margin-bottom: 5px;
}
.beatf-account-form-card .beatf-membership-list li,
.beatf-membership-card .beatf-membership-list li,
.beatf-delete-card .beatf-membership-list li {
  font-size: 15px;
}

/* Headings */
.beatf-section-heading {
  font-weight: 600;
  margin: 18px 0;
}

/* Inputs */
.beatf-input {
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 12px;
  margin-bottom: 20px;
}

.beatf-input:focus {
  border-color: #6c5ce7;
  box-shadow: 0 0 0 0.15rem rgba(108, 92, 231, 0.25);
}

/* Buttons */
.beatf-primary-btn {
  color: #fff;
  border: none;
  padding: 10px 40px;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.3s;
}

.beatf-primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(210, 92, 231, 0.35);
}

/* Membership */
.beatf-membership-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.beatf-membership-list li {
  margin-bottom: 8px;
}

.beatf-upgrade-btn {
  width: 100%;
  border: none;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.5s;
}
.beatf-upgrade-btn:hover {
  background: #e2326e;
  transition: 0.5s;
}

/* Delete */
.beatf-delete-card p {
  font-size: 14px;
  margin-bottom: 16px;
}

.beatf-delete-btn {
  width: 100%;
  background: #2d3436;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
}

.beatf-delete-btn:hover {
  background: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .beatf-primary-btn {
    width: 100%;
  }
}
/* ===============================
   BeatFlirt Membership Hover FX
================================ */
.beatf-membership-hoverfx {
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border-radius: 14px;
  overflow: hidden;
}

/* Gradient glow border */
.beatf-membership-hoverfx::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  z-index: -1;
  background: linear-gradient(180deg, #560827, #06032c);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
}

/* Hover animation */
.beatf-membership-hoverfx:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(222, 92, 231, 0.25);
}

/* Show gradient border */
.beatf-membership-hoverfx:hover::before {
  opacity: 1;
}

/* Upgrade button micro-interaction */
.beatf-membership-hoverfx:hover .beatf-upgrade-btn {
  background: linear-gradient(180deg, #560827, #06032c);
  transform: scale(1.03);
}

.bf-venue-section {
  position: relative;
  overflow: hidden;
  background: #05070d;
}

/* Moving liquid glow layer */
.bf-venue-section::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle at 30% 30%, rgba(0, 193, 255, 0.25), transparent 50%), radial-gradient(circle at 70% 70%, rgba(126, 217, 86, 0.2), transparent 50%);
  animation: liquidMove 15s ease-in-out infinite alternate;
  filter: blur(120px);
  z-index: 0;
}

/* Subtle wave texture */
.bf-venue-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 2px, transparent 3px, transparent 25px);
  opacity: 0.3;
  animation: waveFlow 8s linear infinite;
  z-index: 0;
}

/* Content above background */
.bf-venue-section > * {
  position: relative;
  z-index: 2;
}

/* Animations */
@keyframes liquidMove {
  0% {
    transform: translate(-5%, -5%) scale(1);
  }
  100% {
    transform: translate(5%, 5%) scale(1.2);
  }
}
@keyframes waveFlow {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 400px 0;
  }
}
#bf-privacy-wrapper {
  max-width: 850px;
}

.bf-privacy-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.bf-privacy-block {
  border-bottom: 1px solid #eee;
  padding: 18px 0;
}

.bf-privacy-block:last-child {
  border-bottom: none;
}

.bf-privacy-title {
  font-weight: 600;
  margin-bottom: 12px;
}

/* Radio buttons */
.bf-radio-item {
  margin-bottom: 8px;
}

/* Switch list */
.bf-switch-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bf-switch-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Custom toggle */
.bf-switch-item input {
  appearance: none;
  width: 42px;
  height: 22px;
  background: #dfe6e9;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.bf-switch-item input::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: 0.3s;
}

.bf-switch-item input:checked {
  background: #560827;
}

.bf-switch-item input:checked::before {
  transform: translateX(20px);
}

/* Hover */
.bf-switch-item input:hover {
  box-shadow: 0 0 0 3px rgba(162, 155, 254, 0.3333333333);
}

.form-check-input:checked {
  background-color: #560827;
  border-color: #560827;
}

.bf-privacy-header {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.bf-privacy-update-btn {
  border: none;
  padding: 10px 36px;
  border-radius: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.bf-privacy-update-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(108, 92, 231, 0.35);
}

.bf-privacy-update-btn:active {
  transform: scale(0.96);
}

#privacy-page-wrapper {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f7f9fc;
  color: #1f2933;
  min-height: 100vh;
}

.privacy-page-container {
  width: 100%;
  max-width: 1100px;
  padding: 0 1.25rem;
  margin: 0 auto;
}

.privacy-page-hero {
  background: linear-gradient(135deg, #0b102a, #0b102a);
  color: #ffffff;
  padding: 8rem 0 3rem 0;
  text-align: center;
}
.privacy-page-hero .privacy-page-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.privacy-page-hero .privacy-page-subtitle {
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.95;
}

.privacy-page-content {
  padding: 3rem 0 4rem 0;
}

.privacy-page-section {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.75rem 1.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}
.privacy-page-section h2 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #0f172a;
}
.privacy-page-section p {
  line-height: 1.7;
  font-size: 0.95rem;
  color: #334155;
}

.privacy-page-list {
  padding-left: 1.2rem;
  margin: 0.5rem 0;
}
.privacy-page-list li {
  margin-bottom: 0.5rem;
  color: #334155;
  line-height: 1.6;
}

.privacy-page-contact {
  border-left: 4px solid #2563eb;
}

.privacy-page-link {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}
.privacy-page-link:hover {
  text-decoration: underline;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .privacy-page-hero {
    padding: 3rem 0 2.5rem 0;
  }
  .privacy-page-section {
    padding: 1.4rem 1.2rem;
  }
}
@media (max-width: 480px) {
  .privacy-page-title {
    font-size: 1.8rem;
  }
  .privacy-page-section h2 {
    font-size: 1.1rem;
  }
}
#evtfd-event-detail {
  max-width: 1100px;
}

/* Event Card */
.evtfd-event-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #e6e6e6;
}

.evtfd-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Text */
.evtfd-event-title {
  font-weight: 700;
  margin-bottom: 6px;
}

.evtfd-event-date,
.evtfd-event-contact {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

.evtfd-desc-title {
  margin-top: 12px;
  font-weight: 600;
}

.evtfd-event-desc {
  font-size: 14px;
  margin-bottom: 6px;
}

.evtfd-show-btn {
  background: none;
  border: none;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
}

/* Guest Card */
.evtfd-guest-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  border: 1px solid #e6e6e6;
}

.evtfd-info-check {
  margin-bottom: 16px;
}

.evtfd-guest-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.evtfd-guest-label {
  font-weight: 600;
  margin-right: 8px;
}

/* Buttons */
.evtfd-guest-btn {
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}

.evtfd-guest-btn:hover {
  background: #6c5ce7;
}

#bfpkg-wrapper {
  max-width: 1100px;
}

/* Title */
.bfpkg-title {
  font-weight: 600;
}

/* Table */
.bfpkg-table-wrapper {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}

.bfpkg-row {
  display: grid;
  grid-template-columns: 80px 1fr 100px 80px 100px;
  align-items: center;
  padding: 14px;
  border-top: 1px solid #eee;
}

.bfpkg-header {
  font-weight: 600;
  border-top: none;
}

.bfpkg-item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.bfpkg-item img {
  width: 70px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
}

.bfpkg-item p {
  font-size: 12px;
  margin: 4px 0;
  color: #555;
}

.bfpkg-item span {
  font-size: 12px;
}

/* Quantity */
.bfpkg-qty {
  width: 60px;
  border-radius: 6px;
  padding: 4px;
}

/* Amount */
.bfpkg-amount {
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .bfpkg-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#bfaddn-wrapper {
  max-width: 1100px;
}

/* Titles */
.bfaddn-title {
  font-weight: 600;
}

.bfaddn-note {
  font-size: 12px;
  color: #d63031;
}

/* Table */
.bfaddn-table {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
}

.bfaddn-row {
  display: grid;
  grid-template-columns: 80px 1fr 100px 80px 100px;
  padding: 12px;
  border-top: 1px solid #eee;
  align-items: center;
}

.bfaddn-header {
  font-weight: 600;
  border-top: none;
}

.bfaddn-qty {
  width: 60px;
  border-radius: 6px;
  padding: 4px;
}

/* Amount */
.bfaddn-amount {
  font-weight: 600;
}

/* Summary */
.bfaddn-summary {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 16px;
}

.bfaddn-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #6c5ce7;
}

.bfaddn-total {
  font-size: 16px;
  font-weight: 700;
}

/* Voucher */
.bfaddn-voucher-row {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.bfaddn-voucher-btn {
  border: none;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
}

/* Payment */
.bfaddn-payment h6 {
  font-weight: 600;
  margin-bottom: 8px;
}

/* Buy Button */
.bfaddn-buy-btn {
  color: #fff;
  border: none;
  padding: 10px 32px;
  border-radius: 6px;
  font-weight: 600;
}

.bfaddn-buy-btn:hover {
  background: #6c5ce7;
}

/* Responsive */
@media (max-width: 768px) {
  .bfaddn-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.bfaddn-payment {
  color: #9f97fc;
}

#chat-emoji {
  height: 30px !important;
  width: 30px !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
#chat-emoji img {
  height: 30px;
  width: 30px;
}

/*# sourceMappingURL=style.css.map */
