

a {
  text-decoration: none !important;
}

    @media screen and (max-width: 768px) {
  .add-listing.light a {
    font-size: 14px;
    padding: 8px 9px !important;
    border-radius: 8px;
    
  }
  .gap-3 {
   gap: 0rem !important;
  }
  .slidersection button {
      margin: 0px !important;
  }
}
  
  .suggestion-item:hover {
    background-color: #f0f0f0;
}
.fiterheader h4
{
    font-family: "Playfair Display", serif;
    color:#26e53f;
    font-size: 50px;
    letter-spacing: 2.36px;
    line-height: 70px;
    padding: 0;
    padding-left: 0px;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px black;
    font-weight: 900;
}

.fiterheader h3 
{
     font-family: "Playfair Display", serif;
    color: #f2e902 !important;
    font-size: 50px;
    letter-spacing: 2.36px;
    /*line-height: 70px;*/
    padding: 0;
    padding-left: 0px;
    text-transform: uppercase;
     font-weight: 900;
     text-shadow: 2px 2px 5px black;
 }




.btn {
    display: inline-flex;
    align-items: center;
    background-color: #0d6efd;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
}
.btn:hover {
    background-color: #0b5ed7;
}
.svg-icon {
    display: inline-block;
}


@media (max-width: 768px) 
{
.add-listing.light a{
    width:120px;
   
}
.loginul{
  margin-right:50px;   
}
.gap-5{
   gap: 1rem !important; 
}

} 



    .video-slide {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      opacity: 0;
      transition: filter 1.5s ease-in-out;
      z-index: -1;
    }

    .video-slide video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .video-slide.active {
      opacity: 1;
      z-index: -1;
    }

    /* Form Overlay */
    .form-overlay {
      position: relative;
      z-index: 2;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.4); /* Optional dark overlay */
    }


    .form-box h2 {
      text-align: center;
      margin-bottom: 20px;
    }

    .btn-primary {
      width: 100%;
    }
   #mainForm {
  top: 60%; /* center vertically */
  z-index: 5; /* make sure it's above the video */
  padding:0px 20px 20px;
  border-radius: 10px;
  /*border:1px solid gray;*/
  /*background: rgba(15, 15, 16, 0.13);*/
  width: fit-content;
}
/* Loader Overlay */
#loader {
  position: fixed;
  z-index: 9999;
  background: url('video/adsbackground.webp') no-repeat center center;
  background-size: cover; /* Ensures full screen background */
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  16.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 1;
  }
  16.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  16.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.triangles {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 81px;
  width: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.tri {
  position: absolute;
  -webkit-animation: pulse 750ms ease-in infinite;
  -moz-animation: pulse 750ms ease-in infinite;
  animation: pulse 750ms ease-in infinite;
  border-top: 27px solid #215A6D;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0px;
}
.tri.invert {
  border-top: 0px;
  border-bottom: 27px solid #215A6D;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.tri:nth-child(1) {
  left: 30px;
}
.tri:nth-child(2) {
  left: 15px;
  top: 27px;
  -webkit-animation-delay: -125ms;
  -moz-animation-delay: -125ms;
  animation-delay: -125ms;
}
.tri:nth-child(3) {
  left: 30px;
  top: 27px;
}
.tri:nth-child(4) {
  left: 45px;
  top: 27px;
  -webkit-animation-delay: -625ms;
  -moz-animation-delay: -625ms;
  animation-delay: -625ms;
}
.tri:nth-child(5) {
  top: 54px;
  -webkit-animation-delay: -250ms;
  -moz-animation-delay: -250ms;
  animation-delay: -250ms;
}
.tri:nth-child(6) {
  top: 54px;
  left: 15px;
  -webkit-animation-delay: -250ms;
  -moz-animation-delay: -250ms;
  animation-delay: -250ms;
}
.tri:nth-child(7) {
  top: 54px;
  left: 30px;
  -webkit-animation-delay: -375ms;
  -moz-animation-delay: -375ms;
  animation-delay: -375ms;
}
.tri:nth-child(8) {
  top: 54px;
  left: 45px;
  -webkit-animation-delay: -500ms;
  -moz-animation-delay: -500ms;
  animation-delay: -500ms;
}
.tri:nth-child(9) {
  top: 54px;
  left: 60px;
  -webkit-animation-delay: -500ms;
  -moz-animation-delay: -500ms;
  animation-delay: -500ms;
}

.slider-wrapper {
  overflow: hidden;
  margin: 0 70px 55px;
}

.card-list .card-item {
  height: auto;
  color: #fff;
  user-select: none;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.card-list .card-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Optional, if vertical stack */
}

.card-list .card-item .user-image {
    width: 100%;
    max-width: 100%;
    /* aspect-ratio: 5 / 6; */
    margin-bottom: 40px;
    border: 3px solid #fff;
    padding: 4px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    height: 500px;
}
.swiper{
    
      background-image: url('videos/b1.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 50px 0; /* Optional spacing */
      position: relative;
      z-index: 1;
    /* background: url(/includes/logo/footer.png);*/
    /*padding: 40px 0 0;*/
    /*background-color: rgba(0, 0, 0, 0);*/
    /*background-position-x: 0%;*/
    /*background-position-y: 0%;*/
    /*background-repeat: repeat;*/
    /*background-size: auto;*/
    /*z-index: 0;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*color: #c1c9d1;*/
    /*position: relative;*/
    /*background-color: #001a42; */
}
.swiper h4{
  font-family: "Playfair Display",serif;
  color: white;
  font-size: 30px;
  letter-spacing: 2.36px;
  line-height: 40px;
  padding-left: 0px;
  text-transform: uppercase;
  padding-top:30px;
}
.card-list .card-item .user-profession {
  font-size: 1.15rem;
  color: #e3e3e3;
  font-weight: 500;
  margin: 14px 0 40px;
}

.card-list .card-item .message-button {
  font-size: 1.25rem;
  padding: 10px 35px;
  color: #030728;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.card-list .card-item .message-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
}
.swiper-pagination-bullet{
    display:none;
}


.slider-wrapper .swiper-slide-button {
  color: #fff;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}

@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0 10px 40px;
  }

  .slider-wrapper .swiper-slide-button {
    display: none;
  }
}
.swiper img{
    background:white;

}

.textCtr {
  text-align: center;
}
#carousel {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background:#1f2231;
}

#slide-container {
  display: flex;
  scroll-behavior: smooth;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  gap: 10px;

  /* Hide scrollbar - cross-browser */
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE 10+ */
}

#slide-container::-webkit-scrollbar {
  display: none;               /* Chrome, Safari, Opera */
}

.slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  position: relative;
  padding-top: 56.25%; /* 16:9 ratio */
}

.slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  user-select: none;
}

.arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.arrow.back {
  left: 10px;
}

.arrow.forward {
  right: 10px;
}


#carousel h4{
font-family: "Playfair Display",serif;
  color: #fcc906;
  font-size: 30px;
  letter-spacing: 2.36px;
  line-height: 40px;
  padding: 0;
  padding-left: 0px;
  text-transform: uppercase;
  padding: 20px 20px;
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fiter_section {
  position: relative;
  z-index: 1;
}

.featured{
    background:url(video/bg2.png);
        background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:20px;
    height:auto;
}



 .title-service{
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    color:white;
}


.container .featured-text{
    max-width: 800px;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
    text-align: center;
    color: #999;
    font-style: italic;
}


@media screen and (max-width: 380px){
  .container{
    padding: 0 5px;
  }
}
.develoername{
    font-weight:700;
    color:black;
}


.header {
  background: transparent !important;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fiterheader {
  margin-top: 50px;
  padding: 60px 20px; /* Flexible spacing inside */
}
.add-listing.light{
 background: cyan !important; 
 border-radius: 0.3rem;
}
/* Hover dropdown behavior */
.add-listing.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0.1rem; /* optional: spacing from button */
}

/* Optional: Prevent click-to-toggle */
.add-listing.dropdown > a::after {
  display: none; /* hide default arrow if not needed */
}

.add-listing.light a {
  /*background: cyan !important;*/
  color: black !important;
  display: inline-flex;
  padding: 10px 10px !important;
  border-radius: 0.3rem;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  font-size: 14px !important;
  font-weight:700;
}

.menu-item .nav-link.scrolled {
  color: #00305c !important;
}

.add-listing.light a.scrolled

 {
    background: #0987f5 !important;
    color: #fff !important;
}

.header.scrolled {
 background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%) !important;
  width: 100%;
}

.nav-link {
  color: #ffffff !important;
}

.fiter_section {
   background: url("video/nav.jpg") no-repeat center center !important;
   /*background: #162561;*/
   /* background-image: radial-gradient(circle at 20% 100%, rgba(184, 184, 184, 0.1) 0%, rgba(184, 184, 184, 0.1) 33%, rgba(96, 96, 96, 0.1) 33%, rgba(96, 96, 96, 0.1) 66%, rgba(7, 7, 7, 0.1) 66%, rgba(7, 7, 7, 0.1) 99%), linear-gradient(40deg, #040a22, #162561, #202e64, #6f7aa6);*/
   /* background-repeat: no-repeat;*/
   /* background-size: cover;*/

 
  background-size: cover !important;
  width: 100%;
  height: 590px;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
  overflow: hidden;
 
}

/* Add this */
.fiter_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2); /* black filter with 50% opacity */
  filter: brightness(0.9);     /* adjust brightness */
  z-index: -1;
}



.modal-backdrop {
  z-index: 1 !important;
}
.tab-btn {
  margin-top: 5px;
  font-weight: bold;
  color: #fff !important;
}

.hero-banner {
  padding: 5em 0 5em;
  display: flex;
  min-height: 600px;
  justify-content: center;
  align-items: center;
}
.image-bottom {
  background-size: auto !important;
  background-position: bottom !important;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.bounce-img {
  animation: bounce 1s infinite;
}

.image-cover {
  background-size: cover !important;
  background-position: center !important;
  padding: 80px 0 80px;
  color: #ffffff;
}
.caption-wrap-content h2 p {
  color: white;
}
[data-overlay="4"] {
  position: relative;
  z-index: 1;
}

[data-overlay="4"]::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-color: rgba(11, 11, 11, 0.65); */
  opacity: 0.6;
  z-index: -1;
  background: #13293d;
}
.btn-whites {
  padding: 10px 20px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background: #ffffff;
}
.gray-bg {
  background: #f7f9fc url(img/pattern.webp);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: center;
  padding: 80px 0 80px;
}
.middle-icon-large-features-box {
  width: 85px;
  height: 85px;
  line-height: 80px;
  text-align: center;
  transition: 0.25s ease-in-out;
  font-size: 30px;
  border-radius: 20px;
  margin: 25px auto;
  position: relative;
  border: 1px solid transparent;
}
.middle-icon-features-content {
  padding: 10px 30px 0;
  text-align: center;
}

.middle-icon-large-features-box.f-light-success::before {
  background: rgba(15, 202, 152, 0.1);
  border-color: rgba(15, 202, 152, 0.3);
  color: #29cf8d !important;
}
.middle-icon-large-features-box::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  width: 85px;
  height: 85px;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  background: transparent;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.middle-icon-large-features-box.f-light-warning::before {
  background: rgba(255, 143, 0, 0.1);
  border-color: rgba(255, 143, 0, 0.3);
  color: #ff8f00 !important;
}
.middle-icon-large-features-box.f-light-purple::before {
  color: #0d6efd !important;
  background: rgb(13 110 253 / 10%);
  border-color: rgb(13 110 253 / 20%);
}
.arrow-wrap {
  position: relative; /* Needed to position ::before absolutely */
}

.arrow-wrap::before {
  content: "";
  position: absolute;
  background: url("img/arrow.webp") no-repeat center center;
  background-size: contain;
  width: 100px;
  height: 20px;
  left: 90%;
  top: 40px;
}
.categories_count {
  padding: 80px 0 80px;
  background:white;
}
a.classical-cats-boxs {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: center;
}
.classical-cats-wrap {
  position: relative;
  display: block;
}
.classical-cats-icon {
  display: inline-flex;
  margin-bottom: 0.5rem;
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.classical-cats-wrap-content {
  position: relative;
  display: block;
  width: 100%;
}
.classical-cats-wrap-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  color: black;
}
.classical-cats-wrap-content p {
  font-weight: 400;
  font-size: 14px;
  color: #40566d;
  margin: 0;
}
.appdownload {
  background: #eff4fc !important;
  padding: 80px 0 80px;
}
.content_block_2 .content-box .btn-box .download-btn.play-store {
  margin-right: 30px;
}
.content_block_2 .content-box .btn-box .download-btn {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  margin: 0.5rem 0;
  margin-right: 0px;
  color: var(--darkcolor);
  padding: 16px 30px 15px 80px;
  border-radius: 4px;
  z-index: 1;
  box-shadow: 0 5px 5px rgba(232, 23, 23, 0.2);
  border: 1px solid var(--formborder);
  background: #ffffff;
}

.content_block_2 .content-box .btn-box .download-btn i {
  position: absolute;
  color: #e44614;
  left: 30px;
  top: 16px;
  font-size: 40px;
}
.content_block_2 .content-box .btn-box .download-btn span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #828aaf;
  font-family: var(primaryfont);
  font-weight: 500;
}

.image-thumb {
  margin: auto;
  margin-top: auto;
  height: 600px;
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  border-radius: 39% 61% 55% 45% / 44% 37% 63% 56%;
  animation: fluid-anim 5s infinite linear;
  z-index: 1;
}

.image-thumb {
  margin: auto;
  height: 600px;
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  border-radius: 39% 61% 55% 45% / 44% 37% 63% 56%;
  animation: fluid-anim 5s infinite linear;
  z-index: 1;
}

@keyframes fluid-anim {
  0% {
    border-radius: 39% 61% 55% 45% / 44% 37% 63% 56%;
  }
  25% {
    border-radius: 45% 55% 48% 52% / 60% 36% 64% 40%;
  }
  50% {
    border-radius: 56% 44% 28% 72% / 46% 63% 37% 54%;
  }
  75% {
    border-radius: 62% 38% 37% 63% / 39% 32% 68% 61%;
  }
  100% {
    border-radius: 39% 61% 55% 45% / 44% 37% 63% 56%;
  }
}

/*===================MEDIA QUERY=================================*/

@media (max-width: 768px) {
  .card-list .card-item {
    width: 100% !important; /* Ensure card takes full width */
    max-width: 100%;
  }

  .card-list .card-item .user-image {
    width: 100% !important;
    max-width: 100%;
    height: 300px;
    aspect-ratio: 3 / 4; /* optional to maintain ratio */
    margin-bottom: 20px;
  }

  .swiper-wrapper {
    flex-direction: row; /* Swiper handles this */
  }
  
  .fiterheader h4{
      font-size:30px;
      line-height: 40px;
  }
  .fiterheader h3 
{
     font-family: "Playfair Display", serif;
    color: #beff00 !important;
    font-size: 25px !important;
    letter-spacing: 2.36px;
    line-height: 40px;
    padding: 0;
    padding-left: 0px;
    text-transform: uppercase;
    text-shadow: 0 0 5px #0c0c0c, 0 0 10px #141212, 0 0 15px #504848;
 }
 .tab-item{
     padding:3px !important;
 }

  .swiper{
      height:500px;
  }
  .swiper-wrapper{
      height:unset !important;
  }
}





