/*=========== TABLE OF CONTENTS ===========
1. Common CSS
2. Page CSS
==========================================*/

/*-------------------------------------
  1. Common CSS
--------------------------------------*/

:root {
  /*------Color variables------*/
  --black_900: #000000;
  --deep_orange_a400: #ff3700;
  --gray_50: #faf9f9;
  --gray_600: #848484;
  --orange_700: #fa7d09;
  --white_a700: #ffffff;


  /* sahit root css filter model */

  --primary-color: #fa7d09;
  --primary-hover-color: #ffa550;
  --secondary-color: #4a4a4a;
  --background-color: #f8f7ff;
  --white-color: white;
  --dropdown-hover-background-color: #f8f9fa;
  --navbar-shadow-color: rgba(0, 0, 0, 0.1);
  --navbar-scroll-color: #e2e0ea;
  --orange-color: #fa7d09;

  /*------Shadow variables------*/
  --shadow-xs: 0 4px 4px 0 #fa7d09;
  --shadow-sm: 0 4px 4px 0 #ff3700;

  /*------Border radius variables------*/
  --radius-xs: 10px;
  --radius-sm: 20px;
  --radius-md: 36px;
  --radius-lg: 40px;
  --radius-xl: 144px;

  /*------Spacing variables------*/
  --space-xs: 0.38rem;
  --space-sm: 0.5rem;
  --space-md: 0.63rem;
  --space-lg: 0.88rem;
  --space-xl: 1rem;
  --space-2xl: 1.13rem;
  --space-3xl: 1.25rem;
  --space-4xl: 1.38rem;
  --space-5xl: 1.5rem;
  --space-6xl: 1.63rem;
  --space-7xl: 1.88rem;
  --space-8xl: 4.13rem;
}


.arrow_left-1 {
  height: 1.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 1.5rem;
  object-fit: contain;
}

.content__gallery__image {
  height: 20.63rem;
  object-fit: cover;
  border-radius: var(--radius-xs);
}

.columnadventure__title {
  color: var(--black_900) !important;
  line-height: 4.81rem;
}

.city-profile {
  gap: var(--space-xs);
  display: flex;
  background-color: #ffffff;
  box-shadow: var(--shadow-xs);
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 2.38rem var(--space-7xl);
  border-radius: var(--radius-md);
  @media only screen and (max-width: 550px) {
    padding: var(--space-3xl);
  }
}


.city-profile__image {
  height: 8.5rem;
  width: 44%;
  object-fit: contain;
}

.celebrationprofile {
  background-color: #ffffff;
  box-shadow: var(--shadow-xs);
  width: 100%;
  display: flex;
  padding: 2.63rem var(--space-md);
  border-radius: var(--radius-sm);
  @media only screen and (max-width: 1050px) {
    padding-top: var(--space-3xl);
    padding-bottom: var(--space-3xl);
  }
}

.celebrationprofile__content {
  width: 100%;
  display: flex;
  align-items: center;
}


.celebrationprofile__icon {
  height: 4.63rem;
  width: 30%;
  object-fit: contain;
}

.celebrationprofile__details {
  gap: var(--space-sm);
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.content__title {
  color: var(--black_900) !important;
}

.celebrationprofile__description {
  line-height: 1.19rem;
}

.film-industry-profile {
  gap: var(--space-6xl);
  display: flex;
  background-color: #ffffff;
  width: 32%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  box-shadow: var(--shadow-xs);

  padding: 2.25rem var(--space-4xl);
  border-radius: var(--radius-sm);
  /* &:hover {
    box-shadow: var(--shadow-xs);
  } */

  @media only screen and (max-width: 1050px) {
    width: 100%;
  }

  @media only screen and (max-width: 550px) {
    padding: var(--space-3xl);
  }
}

.film-industry-profile__image {
  height: 20.5rem;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius-sm);
  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.swiper{
  height: 600px;
  padding: 40px 0px !important;
}

.swiper2{
  height: 450px;
  padding: 40px 0px !important;
}

.swiper-pagination-bullet {
  background: var(--orange_700) !important;
  width: 12px !important;
  height: 12px !important;
  top: 200px !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 0px !important;
}

.film-industry-profile__title {
  color: var(--black_900) !important;
  margin-top: 2rem;
}

.cuisine-profile {
  background-color: #ffffff;
  box-shadow: var(--shadow-sm);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.38rem var(--space-7xl);
  border-radius: var(--radius-md);
  @media only screen and (max-width: 550px) {
    padding: var(--space-3xl);
  }
}

.cuisine-profile__image {
  height: 5rem;
  margin-top: 1.75rem;
  width: 28%;
  object-fit: contain;
}

.cuisine-profile__title {
  color: var(--black_900) !important;
  margin-top: 2rem;
}

.city-profile__description {
  text-align: center;
  line-height: 1.19rem;
}

.user-profile-image {
  width: 24%;
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.user-profile-image__image {
  height: 20.88rem;
  object-fit: cover;
}

.footer__links-list-2 {
  gap: var(--space-lg);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding-left: 0px !important;
 
}


.footer__links-list {
  gap: var(--space-lg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0px !important;
}

.footer__social-icon--instagram {
  height: 1.5rem;
}
.footer__social-icon i{
  font-size: 20px;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer__social-icon:hover i{
  color: var(--orange_700) !important;
}

/*-------------------------------------
  2. Page CSS
--------------------------------------*/
.home {
  background-color: #faf9f9;
  width: 100%;
}

/* Navbar Background */
.nav-bg {
  background: #fa7d09;
  /* border-bottom-right-radius: 30px; */
  /* border-bottom-left-radius: 30px; */
  width: 100%;
}

/* Dropdown Hover Effect */
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  border-radius: 0px;
  background: black;
  margin-top: 0;
}

.dropdown-menu {
  padding:  0px !important;
}

.dropdown-item:hover {
  background: #faf9f9 !important;
  color: black !important;
}

.dropdown-menu .dropdown-item {
  color: #fff;
  padding: 10px 10px;
}

/* Navbar Brand Image */
.navbar-brand img {
  height: 80px; /* Adjusted for smaller screens */
  padding-left: 50px;
}

/* Navbar Text and Spacing */
.navbar-nav .nav-link , .login-register{
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: bold;
}

/* Spacing Adjustments */
.navbar-nav {
  margin-left: auto;
}

.header-navbar .nav-item {
  padding: 0 15px;
}

/* Responsive Fix for Smaller Screens */
@media (max-width: 992px) {
  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-item {
    padding: 10px 0;
  }

  .navbar-toggler {
    border: none;
    outline: none;
  }
}

@media (max-width: 576px) {
  .navbar-brand img {
    height: 50px;
  }
}
.newscreenbody {
  margin-top: 3.63rem;
}

.column_two {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content__section {
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
}

.content__section--intro {
  gap: var(--space-xl);
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.content__text-box {
  margin-bottom: 6.5rem;
  gap: var(--space-7xl);
  align-self: flex-end;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.content__text-box--primary {
  gap: var(--space-3xl);
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: center;
}

.content__text-box__line {
  gap: var(--space-md);
  align-self: stretch;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 550px) {
    flex-direction: column;
  }
}

.content__text-box__line--highlight {
  height: 0.25rem;
  margin-bottom: 1rem;
  align-self: flex-end;
  background-color: var(--orange_700);
  width: 8%;
  @media only screen and (max-width: 550px) {
    margin-bottom: 0px;
  }
}

.content__text-box__subtitle {
  color: var(--black_900) !important;
  line-height: 5.06rem;
}

.content__text-box__subtitle-span {
  color: var(--black_900);
}

.content__text-box__subtitle-span-1 {
  color: var(--orange_700);
}

.content__text-box__button {
  color: #ffffff !important;
  padding-left: var(--space-3xl);
  padding-right: var(--space-3xl);
  background-color: var(--orange_700) !important;
  height: 3.88rem;
  transition: 0.3s;
  min-width: 12.13rem;
  border-radius: 10px !important;
}

.content__section--gallery {
  gap: var(--space-3xl);
  display: flex;
  width: 100%;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.content__gallery {
  gap: 2.75rem;
  display: flex;
  width: 46%;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.content__gallery__image--featured {
  height: 27.13rem;
  width: 52%;
  object-fit: contain;
  border-radius: var(--radius-xs);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.content__section--details {
  margin-top: 10rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.content__details__image {
  height: 40.75rem;
  border-bottom-left-radius: var(--radius-sm);
  border-top-left-radius: 200px;
  border-bottom-right-radius: var(--radius-sm);
  width: 44%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.content__details {
  gap: 4.38rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
    gap: 3.25rem;
  }

  @media only screen and (max-width: 550px) {
    gap: 2.19rem;
  }
}

.content__details__text-box {
  gap: var(--space-6xl);
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: flex-end;
}

.content__details__text-box__description {
  color: var(--black_900) !important;
  margin-right: 0.38rem;
  line-height: 1.5rem;
  @media only screen and (max-width: 1050px) {
    margin-right: 0px;
  }
}

.content__details__text-box__button {
  color: #ffffff !important;
  margin-left: 7.75rem;
  padding-left: var(--space-3xl);
  padding-right: var(--space-3xl);
  background-color: var(--orange_700) !important;
  height: 3.88rem;
  min-width: 12.13rem;
  transition: 0.3s;

  border-radius: 10px !important;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
  }
}


.content__section--growth {
  margin-top: 3.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.content__growth {
  margin-bottom: 7.25rem;
  gap: var(--space-6xl);
  align-self: flex-end;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.content__growth__text-box {
  gap: var(--space-6xl);
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
}

.content__growth__text-box__heading {
  color: var(--black_900) !important;
  text-align: right;
  line-height: 4.81rem;
}

.content__growth__text-box__description {
  color: var(--black_900) !important;
  text-align: right;
  line-height: 1.5rem;
}

.content__growth__text-box__button {
  color: #ffffff !important;
  margin-right: 9.25rem;
  padding-left: var(--space-5xl);
  padding-right: var(--space-5xl);
  background-color: var(--orange_700) !important;
  height: 3.88rem;
  min-width: 15rem;
  transition: 0.3s;
  border-radius: 10px !important;
  @media only screen and (max-width: 1050px) {
    margin-right: 0px;
  }

  @media only screen and (max-width: 550px) {
    padding-left: var(--space-3xl);
    padding-right: var(--space-3xl);
  }
}

.arrow_left-2 {
  height: 1.5rem;
  margin-top: 0.13rem;
  margin-bottom: 0.38rem;
  width: 1.75rem;
  object-fit: contain;
}

.content__growth__image {
  height: 40.75rem;
  border-top-right-radius: 200px;
  border-bottom-left-radius: var(--radius-sm);
  border-bottom-right-radius: var(--radius-sm);
  width: 44%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.column_three {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0px 150px 0px;
}

.content {
  gap: 5.25rem;
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    gap: 3.94rem;
    padding-left: var(--space-3xl);
    padding-right: var(--space-3xl);
  }

  @media only screen and (max-width: 550px) {
    gap: 2.63rem;
  }
}

.content__tourism {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
  gap: var(--space-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.content__grid {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  @media only screen and (max-width: 550px) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.row_four {
  height: 55.13rem;
  margin-top: 8rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  background-image: url(../images/img_group_176.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    height: auto;
  }

  @media only screen and (max-width: 550px) {
    padding-top: var(--space-3xl);
    padding-bottom: var(--space-3xl);
  }
}

.section {
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-3xl);
    padding-right: var(--space-3xl);
  }
}

.section__content {
  width: 100%;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.section__content__media {
  height: 46.63rem;
  flex: 1;
  position: relative;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
    width: 100%;
    flex: unset;
  }
}

.section__content__media__image {
  height: 24.63rem;
  width: 64%;
  position: absolute;
  bottom: 0.06rem;
  right: 10%;
  margin: auto;
  border-radius: var(--radius-lg);
  border: 2px solid var(--orange_700);
}

.section__content__details {
  width: 66%;
  position: absolute;
  left: 0rem;
  top: 0rem;
  margin: auto;
  border-radius: var(--radius-lg);
  border: 2px solid var(--orange_700);
}

.section__content__details__info {
  margin-top: 1rem;
  margin-left: 0.88rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
  }
}

.section__content__details__info__row {
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  @media only screen and (max-width: 550px) {
    flex-direction: column;
  }
}

.section__content__details__info__image {
  height: 32.5rem;
  align-self: center;
  width: 96%;
  object-fit: contain;
  border-radius: var(--radius-lg);
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.section__content__details__info__view {
  height: 0.38rem;
  margin-bottom: 11.25rem;
  background-color: var(--black_900);
  width: 0.75rem;
}

.section__content__details__info__line {
  height: 1.13rem;
  margin-bottom: 10.38rem;
  background-color: var(--black_900);
  width: 0.25rem;
  @media only screen and (max-width: 550px) {
    width: 1.13rem;
    height: 0.25rem;
  }
}

.section__content__details__info__row--secondary {
  width: 8%;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.section__content__details__info__line--secondary {
  height: 0.88rem;
  background-color: var(--black_900);
  width: 0.19rem;
}

.section__content__details__info__view--secondary {
  height: 0.13rem;
  align-self: flex-end;
  background-color: var(--black_900);
  width: 0.75rem;
}

.section__content__media__image--secondary {
  height: 22rem;
  width: 62%;
  object-fit: contain;
  position: absolute;
  bottom: 1.38rem;
  right: 12%;
  margin: auto;
  border-radius: var(--radius-lg);
}

.section__content__text {
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.section__content__text__heading {
  line-height: 4.81rem;
}

.section__content__text__grid {
  margin-top: 0.88rem;
  align-self: stretch;
}

.section__content__text__grid__container {
  display: grid;
  gap: 1.8rem;
  /* row-gap: 2.25rem; */
  grid-template-columns: repeat(2, minmax(0, 1fr));
  @media only screen and (max-width: 1050px) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.section__content__text__button {
  color: #ffffff !important;
  margin-top: 3rem;
  padding-left: var(--space-3xl);
  padding-right: var(--space-3xl);
  background-color: var(--orange_700) !important;
  height: 3.88rem;
  min-width: 12.13rem;
  border-radius: 10px !important;
}

.column_five {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-1 {
  gap: 3.25rem;
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-3xl);
    padding-right: var(--space-3xl);
  }

  @media only screen and (max-width: 550px) {
    gap: var(--space-6xl);
  }
}

.content__description {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
  gap: var(--space-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.content__list {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  gap: var(--space-7xl);
  display: flex;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}































.stackadventurea {
  height: 59.5rem;
  margin-top: 10.13rem;
  background-image: url(../images/img_group_24.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.columnadventure {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  gap: var(--space-xl);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  height: max-content;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-3xl);
    padding-right: var(--space-3xl);
  }
}

.columnadventure__content {
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-3xl);
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    width: 100%;
  }
}

.columnadventure__grid {
  align-self: center;
  width: 64%;
  display: grid;
  gap: 2.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  @media only screen and (max-width: 1050px) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.columnadventure__view {
  height: 18.13rem;
  margin-top: 6.75rem;
  background-color: #ffffff;
  width: 18.13rem;
  border-radius: var(--radius-xl);
}

.home__traveler-image {
  height: 42.5rem;
  width: 40%;
  object-fit: contain;
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  margin: auto;
}

.column_six {
  margin-top: 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.columnview-more {
  gap: var(--space-8xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-3xl);
    padding-right: var(--space-3xl);
  }

  @media only screen and (max-width: 550px) {
    gap: 2.06rem;
  }
}

.columnview-more__content {
  margin-left: 8.38rem;
  margin-right: 10.75rem;
  gap: var(--space-lg);
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.columnview-more__list {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  gap: var(--space-2xl);
  display: flex;
  align-self: stretch;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.columnview-more__button {
  color: #ffffff !important;
  padding-left: var(--space-3xl);
  padding-right: var(--space-3xl);
  background-color: var(--black_900) !important;
  height: 3.88rem;
  transition: 0.3s;
  min-width: 12.13rem;
  border-radius: 10px !important;
}

.arrow_left {
  height: 1.5rem;
  margin-top: 0.38rem;
  margin-bottom: 0.13rem;
  width: 1.5rem;
  object-fit: contain;
}

.footer {
  margin-top: 6rem;
  padding-top: var(--space-6xl);
  padding-bottom: var(--space-6xl);
  display: flex;
  background-color: var(--black_900);
  @media only screen and (max-width: 550px) {
    padding-top: var(--space-3xl);
    padding-bottom: var(--space-3xl);
  }
}

.footer__bottom-section {
  margin-top: 3.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__top-section {
  gap: var(--space-8xl);
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-3xl);
    padding-right: var(--space-3xl);
  }

  @media only screen and (max-width: 550px) {
    gap: 2.06rem;
  }
}

.footer__logo-row {
  margin-left: 16.13rem;
  margin-right: 16.38rem;
  gap: 2rem;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.footer__logo {
  height: 8.5rem;
  width: 17.88rem;
  object-fit: contain;
}

.footer__newsletter-input {
  color: var(--gray_600) !important;
  margin-bottom: 2.13rem;
  padding-left: var(--space-4xl);
  padding-right: var(--space-md);
  background-color: #ffffff !important;
  height: 3rem;
  border-radius: 10px !important;
}

.warning {
  height: 2.25rem;
  width: 2.5rem;
  object-fit: contain;
}

.footer__links-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-3xl);
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.footer__about-column {
  gap: var(--space-4xl);
  display: flex;
  width: 14%;
  flex-direction: column;
  align-items: flex-start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footer__tourism-column {
  gap: var(--space-4xl);
  align-self: center;
  display: flex;
  width: 18%;
  flex-direction: column;
  align-items: flex-start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footer__culture-column {
  gap: var(--space-4xl);
  display: flex;
  width: 12%;
  flex-direction: column;
  align-items: flex-start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footer__stories-column {
  gap: var(--space-4xl);
  display: flex;
  width: 16%;
  flex-direction: column;
  align-items: flex-start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footer__entertainment-column {
  gap: var(--space-4xl);
  display: flex;
  width: 18%;
  flex-direction: column;
  align-items: flex-start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footer__communities-column {
  gap: var(--space-4xl);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__divider {
  height: 0.06rem;
  margin-top: 3.5rem;
  background-color: #ffffff;
  align-self: stretch;
  width: 100%;
}

.footer__social-section {
  margin-top: 0.75rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  gap: var(--space-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-3xl);
    padding-right: var(--space-3xl);
  }
}

.footer__social-row {
  width: 16%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3xl);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footer__social-icon--close {
  height: 0.88rem;
}

.footer__social-icon--close:hover{
  fill: red !important;
  cursor: pointer;
}


.btn-orange-hover:hover{
  background: black !important;
}


.btn-black-hover:hover{
  background-color: var(--orange_700) !important;
}
a{
  text-decoration: none !important;
}


.about-us-after::after{
  content: '';
  background: #72c76a;
  display: block;
  width: 100%;
  height: 4px;
}

.tourism-after::after{
  content: '';
  background: #fc4ce5;
  display: block;
  width: 100%;
  height: 4px;
}
.culture-after::after{
  content: '';
  background: #643714;
  display: block;
  width: 100%;
  height: 4px;
}
.stories-after::after{
  content: '';
  background: #0661b0;
  display: block;
  width: 100%;
  height: 4px;
}
.entertainment-after::after{
  content: '';
  background: #2befaf;
  display: block;
  width: 100%;
  height: 4px;
}

.communities-after::after{
  content: '';
  background: #3f386d;
  display: block;
  width: 100%;
  height: 4px;
}


.wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap a {
  color: #fff;
}

.hover-fx {
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  width: 45px;
  height: 45px;
  margin: 15px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 300ms;
}

.hover-fx:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.hover-fx:hover {
  background-color: #fff;
  color: black;
}

.hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}





/* Matrimonial Section */


.matrimonial-hero-section{
  height: 60vh;
  background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../images/matrimonial-couple.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.matrimonial-hero-section .content__text-box__subtitle-span{
 padding-bottom: 150px;
}

.matrimonial-form {
  background-color: black;
  color: white;
  padding: 50px 30px;
  border-radius: 10px;
  width: 600px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -25%;
  right: 0;
  margin: 0 auto;
}
.matrimonial-btn{
  background: var(--orange_700) !important;
  padding: 15px 0px;
  border-radius: 4px;
  transition: 0.3s;
}

.matrimonial-btn-hover:hover{
  background: black !important;
}

.matrimonial-black-btn{
  background: black !important;
  padding: 15px 0px;
  border-radius: 4px;
  transition: 0.3s;
}

.matrimonial-black-btn-hover:hover{
  background: var(--orange_700) !important;
  
}


.matrimonial-white-btn{
  background: white !important;
  padding: 15px 0px;
  border-radius: 4px;
  transition: 0.3s;
}



.matrimonial-form label {
  color: white;
}


.matrimonial-second-hero-section{
  height: 50vh;
  background: #fbf9f9 url('../images/matrmonial-hero-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
}





.profile-section__name-field {
  gap: var(--space-xs);
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
}

.profile-section__input--email {
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
  background-color: #ffffff !important;
  align-self: stretch;
  height: 42px;
  border-radius: 10px !important;
}

.user-profile {
  background-color: #ffffff;
  box-shadow: var(--shadow-xs);
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px var(--space-xl);
  border-radius: var(--radius-lg);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }

  @media only screen and (max-width: 550px) {
    padding-top: var(--space-4xl);
    padding-bottom: var(--space-4xl);
  }
}

.user-profile__image {
  height: 110px;
  width: 40%;
  object-fit: contain;
}

.user-profile__title {
  color: var(--black_900) !important;
  margin-top: 40px;
}

.user-profile__description {
  text-align: center;
  line-height: 19px;
}

.item__image--unlock {
  height: 26px;
}

.title__main {
  color: var(--black_900) !important;
}

.user-profile-3 {
  height: 388px;
  width: 32%;
  position: relative;
  align-content: center;
  @media only screen and (max-width: 1050px) {
    width: 100%;
    height: auto;
  }
}

.user-profile__image-3 {
  height: 388px;
  flex: 1;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.user-profile__details {
  border-bottom-left-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
  gap: var(--space-xs);
  background-color: var(--black_900_cc);
  flex: 1;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: var(--space-4xl);
}

.user-profile__date {
  align-self: flex-end;
}

.footer__culture-list {
  gap: var(--space-xl);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__about-list {
  gap: var(--space-xl);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__icon--instagram {
  height: 24px;
}

/*-------------------------------------
  2. Page CSS
--------------------------------------*/
.matrimonial {
  background-color: #faf9f9;
  width: 100%;
}

.column_seven {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.column {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.columnheaderlog {
  z-index: 4;
  align-self: stretch;
  position: relative;
}

.header {
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-3xl);
  border-bottom-left-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
  z-index: 5;
  position: relative;
  display: flex;
  background-color: var(--orange_700);
  justify-content: center;
  align-items: center;
}

.header__top {
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4xl);
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
  }
}

.header__logo {
  height: 98px;
  width: 206px;
  object-fit: contain;
}

.header__navigation {
  width: 76%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4xl);
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    width: 100%;
  }
}

.header__menu {
  gap: 50px;
  display: flex;
  flex-wrap: wrap;
}

.header__actions {
  gap: 30px;
  display: flex;
  align-items: center;
}

.header__actions-item--register {
  color: var(--black_900) !important;
  padding-left: var(--space-6xl);
  padding-right: var(--space-6xl);
  font-size: 19px;
  background-color: #ffffff !important;
  height: 68px;
  min-width: 274px;
  border-radius: 20px !important;
  @media only screen and (max-width: 550px) {
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
  }
}

.row_two {
  height: 488px;
  margin-top: -40px;
  position: relative;
  background-image: url(../images/img_group_12.png);
  background-size: cover;
  background-repeat: no-repeat;
  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.row_one {
  padding-top: 126px;
  padding-bottom: 126px;
  background-color: var(--black_900_7f);
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-top: var(--space-4xl);
    padding-bottom: var(--space-4xl);
  }
}

.matrimonial__row {
  margin-top: 146px;
  padding-left: var(--space-2xl);
  padding-right: var(--space-2xl);
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
  }
}

.profile-section {
  margin-top: -96px;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
  }
}

.profile-section__main-row {
  margin-left: 56px;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    margin-left: 0px;
  }
}

.profile-section__image {
  height: 146px;
  margin-bottom: 66px;
  z-index: 3;
  align-self: flex-end;
  width: 16%;
  position: relative;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.profile-section__content-row {
  margin-left: -60px;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
    flex-direction: column;
    margin-left: 0px;
  }
}

.profile-section__image--small {
  height: 344px;
  z-index: 2;
  width: 36%;
  position: relative;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.profile-section__form {
  margin-left: -356px;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
    margin-left: 0px;
  }

  @media only screen and (max-width: 550px) {
    flex-direction: column;
  }
}

.profile-section__form-group {
  gap: var(--space-3xl);
  z-index: 1;
  position: relative;
  background-color: var(--black_900);
  width: 100%;
  padding: 32px 40px;
  border-radius: var(--radius-md);
  @media only screen and (max-width: 550px) {
    width: 100%;
    padding: var(--space-4xl);
  }
}

.profile-section__input--name {
  color: var(--black_900) !important;
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
  font-size: 14px;
  background-color: #ffffff !important;
  align-self: stretch;
  height: 42px;
  border-radius: 10px !important;
}

.profile-section__terms-checkbox {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  gap: var(--space-sm);
  display: flex;
}

.profile-section__submit-button {
  color: #ffffff !important;
  padding-left: var(--space-6xl);
  padding-right: var(--space-6xl);
  font-size: 20px;
  background-color: var(--orange_700) !important;
  align-self: stretch;
  height: 52px;
  border-radius: 10px !important;
  @media only screen and (max-width: 550px) {
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
  }
}

.profile-section__privacy-row {
  height: 344px;
  margin-bottom: 52px;
  margin-left: -168px;
  align-self: flex-end;
  position: relative;
  background-image: url(../images/img_mask_group.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 74px 32px;
  @media only screen and (max-width: 1050px) {
    height: auto;
    padding-top: var(--space-4xl);
    padding-bottom: var(--space-4xl);
  }

  @media only screen and (max-width: 550px) {
    width: 100%;
    margin-left: 0px;
    padding: var(--space-4xl);
  }
}

.profile-section__privacy-view {
  height: 54px;
  margin-top: 138px;
  background-color: #ffffff;
  width: 20%;
}

.column_two {
  margin-top: 32px;
  align-self: stretch;
}

.rowunitingpeopl {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #ffffff;
  @media only screen and (max-width: 550px) {
    padding-top: var(--space-4xl);
    padding-bottom: var(--space-4xl);
  }
}

.column100verifi {
  margin-bottom: 74px;
  gap: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 550px) {
    gap: 30px;
  }
}

.matrimonial__column {
  padding-left: 38px;
  padding-right: 38px;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
  }
}

.matrimonial__content-1 {
  margin-left: 38px;
  gap: var(--space-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
  }
}

.matrimonial__list {
  gap: var(--space-8xl);
  display: flex;
  width: 88%;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    width: 100%;
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
  }
}

.user-profile-1 {
  gap: var(--space-xs);
  display: flex;
  background-color: #ffffff;
  box-shadow: var(--shadow-xs);
  width: 32%;
  flex-direction: column;
  align-items: center;
  padding: 38px var(--space-xl);
  border-radius: var(--radius-lg);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }

  @media only screen and (max-width: 550px) {
    padding-top: var(--space-4xl);
    padding-bottom: var(--space-4xl);
  }
}

.rowyourperfect {
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.matrimonial__image {
  height: 488px;
  border-top-right-radius: 200px;
  width: 32%;
  object-fit: contain;
  margin-top: -50px;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.matrimonial__intro {
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
  gap: var(--space-3xl);
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
  }
}

.matrimonial__content {
  gap: var(--space-2xl);
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: center;
}

.matrimonial__title {
  color: var(--black_900) !important;
  text-align: center;
  line-height: 77px;
  font-size: 40px !important;
  line-height: 40px;
}

.matrimonial__description {
  text-align: center;
  line-height: 29px;
  font-size: 20px !important;
}

.matrimonial__button {
  color: #ffffff !important;
  padding-left: var(--space-xl);
  padding-right: var(--space-xl);
  font-size: 24px;
  gap: var(--space-md);
  background-color: var(--orange_700) !important;
  height: 62px;
  min-width: 194px;
  border-radius: 10px !important;
  @media only screen and (max-width: 1050px) {
    font-size: 22px;
  }
}

.arrow_left {
  height: 24px;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 24px;
  object-fit: contain;
}

.matrimonial__image-1 {
  height: 488px;
  margin-left: 14px;
  border-top-left-radius: 200px;
  width: 32%;
  margin-top: -60px;
  object-fit: cover;
  @media only screen and (max-width: 1050px) {
    width: 100%;
    margin-left: 0px;
  }
}

.section {
  margin-top: 70px;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
  }
}

.section__profile {
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
  gap: 82px;
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    gap: 61px;
  }

  @media only screen and (max-width: 550px) {
    gap: 41px;
  }
}

.profile__details {
  gap: 64px;
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 550px) {
    gap: 32px;
  }
}

.details__title {
  margin-left: 146px;
  margin-right: 146px;
  gap: var(--space-4xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.details__preferences {
  margin-left: 4px;
  display: flex;
  align-items: flex-end;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    margin-left: 0px;
  }
}

.preferences__info {
  gap: 46px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.info__image {
  height: 100px;
  margin-left: 46px;
  width: 68%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
  }
}

.preferences__explore {
  /* padding-left: 70px; */
  /* padding-right: 56px; */
  gap: var(--space-6xl);
  display: flex;
  width: 30%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    width: 100%;
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
  }
}

.explore__options {
  margin-right: 6px;
  align-self: stretch;
  @media only screen and (max-width: 1050px) {
    margin-right: 0px;
  }
}

.options__locks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4xl);
}

.locks__item {
  gap: var(--space-sm);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.item__image--unlock-gray {
  height: 44px;
  margin-right: 6px;
  align-self: flex-start;
  @media only screen and (max-width: 1050px) {
    margin-right: 0px;
  }
}

.options__search {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.search__input {
  color: var(--black_900) !important;
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  font-size: 9px;
  gap: var(--space-2xl);
  align-self: flex-end;
  background-color: #ffffff !important;
  box-shadow: var(--shadow-sm);
  width: 78%;
  height: 22px;
  border-radius: 10px !important;
}

.dhi-group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 14px;
}

.search {
  height: 14px;
  width: 12px;
  object-fit: contain;
}

.search__divider {
  height: 3px;
  background-color: var(--gray_300);
  width: 32%;
}

.search__divider-1 {
  height: 6px;
  margin-top: 28px;
  background-color: var(--blue_gray_200);
  width: 54%;
}

.search__divider-2 {
  height: 3px;
  background-color: var(--blue_gray_100_01);
  width: 32%;
}

.search__divider-3 {
  height: 6px;
  margin-top: 34px;
  background-color: var(--gray_300_02);
  width: 44%;
}

.search__divider-4 {
  height: 3px;
  background-color: var(--gray_300_02);
  width: 32%;
}

.explore__title {
  color: var(--black_900) !important;
  margin-left: 12px;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
  }
}

.preferences__connect {
  gap: var(--space-6xl);
  align-self: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.connect__image {
  height: 134px;
  margin-right: 42px;
  width: 68%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    margin-right: 0px;
  }
}

.profile__matches {
  gap: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.matches__details {
  gap: 44px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
}

.details__title-1 {
  margin-left: 128px;
  margin-right: 164px;
  gap: var(--space-xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.matches__list {
  gap: var(--space-7xl);
  display: flex;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.matches__button {
  color: #ffffff !important;
  padding-left: var(--space-4xl);
  padding-right: var(--space-4xl);
  font-size: 24px;
  gap: var(--space-sm);
  background-color: var(--orange_700) !important;
  height: 62px;
  min-width: 194px;
  border-radius: 10px !important;
  @media only screen and (max-width: 1050px) {
    font-size: 22px;
  }
}

.arrow_left-1 {
  height: 24px;
  margin-top: 6px;
  margin-bottom: 2px;
  width: 24px;
  object-fit: contain;
}

.find-image-container{
  height: 200px;
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.find-image-container img{
  width: 80%;
}

.matches-section{
  position: relative;
}
.matches-section img{
  width: 100%;
  height: 100% !important;
}
.matches-list{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0,0.7);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}













/* Registration Page */

.registration-bg-light {
  background-color: #f8f9fa;
}
.registration-input{
  height: 50px;
} 
 .registration-input:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

.text-orange{
  color: var(--orange_700);
}

.registration-google-btn {
  color: #545454;
  background-color: white !important;
  border: 1px solid #dee2e6 !important;
}

.registration-google-btn:hover {
  background-color: #f8f9fa;
  border-color: #dee2e6;
  border: 1px solid #dee2e6;

}

.registration-register-btn {
  background-color: #ff6b00;
  border: none;
}

.registration-register-btn:hover {
  background-color: #ff5500;
}

.registration-benefit-icon {
  width: 50px;
  height: 50px;
  color: #ff6b00;
}

.registration-divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #6c757d;
}

.registration-divider::before,
.registration-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #dee2e6;
}

.registration-divider span {
  padding: 0 10px;
  margin-top: -3px;
}

.registration-checkbox {
  accent-color: #ff6b00;
}

.register-icon-box{
  padding-bottom: 15px;
  /* border-bottom: 1px solid #dee2e6; */
}

.registration2-bg-image{
  background: url('/front/images/registration2-bg-image.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.registration2-bg-image label{
  font-weight: 600;
}

.registration2-bg-image form{
  background: white;
  padding: 50px;
}
.registration2-bg-image .col-lg-12{
  padding: 100px;
}

.matrimony-nav-link-icon a{
  border: 1px solid white;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.matrimony-nav-link-icon a:hover{
  border: 1px solid black;
  background: #000;
}
.matrimony-nav-link-icon i{
  font-size: 16px !important;
}












/* matrimony-section */



/* Sidebar Styles */
.matrimony-sidebar {
  background-color: #fff;
  border: 1px solid #dee2e6;
  /* height: 450px; */
   border-radius: 10px;
}

.matrimony-avatar img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.matrimony-profile-header{
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 15px;
}
.matrimony-profile-header i{
  border: 1px solid black;
  padding: 20px;
  border-radius: 50%;
  font-size: 30px;
}

.matrimony-greeting {
  font-size: 1.5rem;
  font-weight: 600;
}

.matrimony-user-id {
  color: #6c757d;
  font-size: 0.9rem;
}

.matrimony-edit-link {
  color: var(--orange_700);
  text-decoration: none;
}

.matrimony-nav {
  margin-top: 2rem;
}

.matrimony-nav-item {
  margin-bottom: 1rem;
}

.matrimony-nav-item a {
  color: black;
  text-decoration: none;
  padding: 0.75rem;
  display: block;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.matrimony-nav-item a:hover {
  background-color: #f8f9fa;
  color: black;
}

.matrimony-nav-item i{
  font-size: 12px;
}

/* Filters Styles */
.matrimony-filters {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.matrimony-filter-btn,
.matrimony-filter-tag {
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  background: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
}
.matrimony-filter-btn i{
  color: var(--orange_700);
}
.matrimony-filter-btn:hover,
.matrimony-filter-tag:hover {
  background-color: #f8f9fa;
}

/* Profile Card Styles */
.matrimony-profile-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border: 1px solid #e9ecef;
  transition: box-shadow 0.2s;
}

.matrimony-profile-card:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.matrimony-profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.matrimony-profile-content {
  padding: 1.5rem;
}

.matrimony-last-seen {
  /* color: #6c757d; */
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.matrimony-profile-name {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--orange_700);
}
.matrimony-last-seen{
  font-weight: 500;
}

.matrimony-profile-details {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.matrimony-profile-occupation,
.matrimony-profile-education {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.matrimony-profile-education{
  padding-bottom: 80px;
}
.matrimony-profile-actions {
  
  background: rgba(250, 125, 9, 0.17); 
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  bottom: 0;
  height: 80px;
  margin-left: 0px !important;
}

.matrimony-action-btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 20px;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s;
}

.matrimony-send-interest {
  color: var(--orange_700);
}


.matrimony-shortlist,
.matrimony-super-interest,
.matrimony-chat {
  color: var(--orange_700);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .matrimony-sidebar {
      min-height: auto;
      border-right: none;
      border-bottom: 1px solid #e9ecef;
  }

  .matrimony-profile-actions {
      justify-content: center;
  }

  .matrimony-action-btn {
      flex: 1;
      justify-content: center;
  }
}

@media (max-width: 576px) {
  .matrimony-profile-actions {
      flex-direction: column;
  }

  .matrimony-action-btn {
      width: 100%;
  }
}


/* matrmimony-profile section  */


.matrimony-profile-main-content .shadow-sm{
  border: 1px solid #dee2e6;
}

.matrimony-profile-bg-image {
  height: 50vh;
  background: 
    linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 50%), 
    url(../images/matrimony-bg-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
}

.matrimony-picture{
  position: absolute;
  right: 20px;
  display: flex;
  gap: 20px;
  top: 20px;
}

.matrimony-total-picture{
  background: white;
  height: 30px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 20px;
}

.matrimony-total-menu{
  background: white;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.matrimony-profile-bg-image h6{
  position: absolute;
  left: 0;
  padding: 10px 250px 10px 25px;
  bottom: 60px;
  color: white;
  font-weight: normal;
  font-style: italic;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  
}

.matrimony-details{
  padding-bottom: 100px;
}

.matrimonial-tabs {
  margin: 0 ;
  padding: 0;
  border: none !important;
  background: none;
  list-style: none;
  position: absolute;
  display: flex;
}



.matrimonial-tabs-link {
  display: block;
  padding: 10px 15px;
  background: none;
  color: white !important;
  border: none !important;
  text-decoration: none;
  font-size: 16px ;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  margin: 0 ;  
  transition: color 0.3s ease ;
}

/* .matrimonial-tabs-link:hover {
  color: var(--orange_700) !important; 
} */

.matrimonial-tabs-link.active1 {
  border-bottom: 5px solid var(--orange_700) !important; /* Active tab bottom border */
  /* color: var(--orange_700) !important; Active tab text color */
  background: transparent !important;
}

.tab-content {
  padding: 15px;
}
.matrimonial-tabs-content{
  height: 200px;
}

.matrimonial-tabs-content-item {
  display: none;
}

.matrimonial-tabs-content-item.active1 {
  display: block;
}

.matrimonial-tabs-icon-text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.matrimonial-tabs-icon-text i {
  margin-right: 10px;
  font-size: 18px;
  color: #555;
}

.matrimonial-tabs-icon-text span {
  font-size: 16px;
  color: #333;
}

.cursor-pointer{
  cursor: pointer;
}
















/* Profile Details Styling */
.matrimony-profile-match-details {
  background-color: #fff;
}

.matrimony-profile-match-header {
  background: rgba(250, 125, 9, 0.47) !important;
  border-radius: 30px;
}

.matrimony-profile-match-section-title {
  color: black;
  font-size: 30px !important;
  margin-top: 20px ;
  font-weight: 600;
}

.matrimony-profile-match-section i {
  color: black;
  background: #ebebeb;
  padding: 20px;
  font-size: 1.1rem;
  width: 24px;
  border-radius: 50%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.matrimony-profile-match-progress {
  height: 4px;
  background-color: #f5f5f5;
}

.matrimony-profile-match-progress .progress-bar {
  background-color: #ff6b6b;
}

.matrimony-profile-match-progress .badge {
  padding: 0.5rem 1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Preserve your existing styles */
.matrimony-profile-match-sidebar {
  background: #fff;
  border-radius: 8px;
}

.matrimony-profile-match-avatar-container{
  position: relative;
}


  .matrimony-profile-match-avatar img {
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  object-fit: cover;
  justify-content: center;
}

.matrimony-profile-match-avatar1{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-left: -10px;
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  object-fit: cover;
  justify-content: center;
}
.matrimony-profile-match-avatar1 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.matrimony-check-icon-container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  border-radius: 50%;
  width: 18px;
  background: #0BC815;
  position: absolute;
  bottom: 0;
  left: 0;
}

.matrimony-check-icon{
  color: white;
  font-size: 12px;
  padding-top: 2px;
}


.matrimony-check-icon{
  position: absolute;
}

.matrimony-profile-match-greeting {
  font-size: 18px;
  font-weight: 600;
}

.matrimony-profile-match-user-id {
  font-size: 14px;
  color: #666;
}

.matrimony-profile-match-edit-link {
  color: #ff6b6b;
  text-decoration: none;
}

.matrimony-profile-match-nav-item {
  margin-bottom: 10px;
}

.matrimony-profile-match-nav-item a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  border-radius: 4px;
}

.matrimony-profile-match-nav-item a:hover {
  background: #f5f5f5;
}

.matrimony-profile-match-bg-image {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/placeholder.svg');
  background-size: cover;
  background-position: center;
  padding: 20px;
  position: relative;
}

.matrimony-profile-match-picture {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.matrimony-profile-match-total-picture {
  background: rgba(255,255,255,0.2);
  padding: 5px 10px;
  border-radius: 4px;
  color: white;
}

.matrimony-profile-match-total-menu {
  color: white;
}

.matrimony-profile-match-details h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.matrimony-profile-match-details h1 {
  font-size: 24px;
  margin-bottom: 5px;
}

.matrimony-profile-match-details p {
  font-size: 14px;
  margin-bottom: 0;
}

.matrimony-profile-match-bg-image h6 {
  position: absolute;
  bottom: 0;
  left: 20px;
  background: white;
  padding: 5px 10px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

/* Additional utility classes */
.matrimony-profile-match-text-primary {
  color: var(--orange_700) !important;
}

.matrimony-profile-match-bg-light {
  background-color: #f8f9fa !important;
}

.matrimony-profile-match-border {
  border: 1px solid #dee2e6 !important;
}

.basic-details-text{
  font-size: 22px;
}
.matrimony-profile-match-basic-details p{
  font-size: 18px;
  font-weight: 600; 
}
.matrimony-profile-match-basic-details i{
  font-size: 30px;
  color: #0BC815;
  opacity: 0.6;
}

.basic-details-data-container{
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 20px;
}

.send-interest-section{

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.62);
}

.send-interest-section i{
  font-size: 22px;
  margin-bottom: 10px;
}

.send-interest-section i{
  transition: 0.3s;
  background: #959595;
  display: flex;
  align-items: center;justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;

}
.send-interest-section button:hover i{
  background: var(--orange_700);
}






/* -------------------------------------activity css ------------------------------------------ */

.activity-profile {
  display: flex;
  justify-content: space-between;
}
 
.activity-profile .col-lg-2 {
  border-radius: 20px;
  width: 18%;
  background: #ebebeb;
}
@media (max-width: 768px) {
  .activity-profile .col-lg-2 {
    width: 50%;
  }
}
 
 
 
/* Activity Page Tab Styles */
.activity-page-nav-link {
  background: none !important;
  border: 1px solid transparent !important;
  color: inherit !important;
  transition: all 0.3s ease;
  border-radius: 20px !important;
}
.activity-page-nav-links:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-radius: 20px !important;
 
}
.activity-page-nav-links.active {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: inherit !important;
 
} /* Remove default Bootstrap pill styles */
.nav-pills .nav-links.active {
  background-color: transparent;
  border-radius: 20px !important;
 
}
.activity-page-tab-pane {
  transition: opacity 0.15s linear;
  border-radius: 20px !important;
 
} /* Ensure proper spacing and alignment */
 
.activity-profile .nav-item {
  padding: 0;
  border-radius: 20px !important;
 
}
.activity-profile .nav-links {
  margin: 0;
  border-radius:20px !important;
 
}
 
 
/* Search By Criteria */
 
 
/* Custom CSS */
.search-by-criteria-tabs .nav-tabs {
  background: none !important;
  color: inherit !important;
  transition: all 0.3s ease;
  border-radius: 20px !important;
  border-left: none !important;
  border-bottom: 2px solid #dee2e6;
}
 
.search-by-criteria-tabs .nav-links{
  background: none !important;
  border: 1px solid transparent !important;
  color: inherit !important;
  transition: all 0.3s ease;
  border-radius: 20px !important;
}
 
.search-by-criteria-tab {
  color: #333;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  position: relative;
}
 
.search-by-criteria-tab.active {
  color: #000;
  border: none;
}
 
.search-by-criteria-tab.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fa7d09;
}
 
.search-by-criteria-label {
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
 
.search-by-criteria-select {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #dee2e6;
  padding: 8px 12px;
  border-radius: 0px !important;
  cursor: pointer;
}
 
 
.search-by-criteria-select:focus{
  box-shadow: none !important;
}
 
.search-by-criteria-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
 
.search-by-criteria-btn {
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}
 
.search-by-criteria-btn[data-selected="true"] {
  background-color: #f7e7d9;
  border-color: #fa7d09;
}
 
.search-by-criteria-btn i {
  font-size: 12px;
}
 
.search-by-criteria-right{
  height: auto !important;
  position: relative;
}
.search-by-criteria-right form::-webkit-scrollbar{
  display: none;
}
 
.search-by-criteria-right form{
  height: 70vh !important;
  overflow: hidden;
  overflow-y: scroll;
 
}
 
.search-criteria-button {
  color: var(--white_a700);
  background-color: var(--orange_700);
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
   position: absolute;
  bottom: 20px;
  width: 30%;
  text-align: center;
  left: 0;
  right: 0;
  border-radius: 10px !important;
}
 
.search-criteria-button:hover {
  background: #000;
}
 
 
 
.search-profile-button {
  color: var(--white_a700);
  background-color: var(--orange_700);
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
  width: 30%;
  text-align: center;
  cursor: pointer;
   
  border-radius: 10px !important;
}
 
.search-profile-button:hover {
  background: #000;
}
 
 
.search-by-profile-input{
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0px !important;
}
 
.search-by-profile-input{
    box-shadow: none !important;
}







/*  sahil filter css */



/*  sahil filter css */

.custom-filter-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: transparent !important ; */
  /* border: none !important; */
}


.custom-filter-modal .modal-content {
  border-radius: 10px;
  position: relative;
}
.custom-filter-modal ul{
  padding-left:0px !important;
  list-style-type: none !important;
}
.custom-filter-modal .list-group-item.active {
  background-color: var(--primary-hover-color);
  color: #fff;
  font-weight: bold;
  border: none !important;
}
.custom-filter-modal .list-group-item {
  display: flex;
  justify-content: space-between;  /* This will push content to left and icon to the right */
  align-items: center;
}
.custom-filter-modal .list-group-item {
  cursor: pointer;
}
/* Modal-specific styling */
.custom-filter-modal .modal-content {
  border-radius: 10px;
}

/* Custom Radio Buttons inside the modal */
.custom-filter-modal .custom-radio input[type="radio"] {
  appearance: none; /* Remove default radio button appearance */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;    /* Firefox */
  width: 13px;
  height: 13px;
  border-radius: 3px;
  border: 1px solid var(--primary-color); /* Default border color */
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 8px;
}

/* Radio button checked state - change background */
.custom-filter-modal .custom-radio input[type="radio"]:checked {
  background-color: var(--primary-color); /* Primary background color when checked */
  border-color: var(--primary-color);     /* Same color for border */
}

/* Add tick when checked */
.custom-filter-modal .custom-radio input[type="radio"]:checked::after {
  content: '\2713'; /* Unicode checkmark */
  position: absolute;
  top: -1px;
  left: 2px;
  font-size: 9px;
  font-weight: 600;
  color: white; /* Color of the checkmark */
}

/* Unchecked state - inner circle */
.custom-filter-modal .custom-radio input[type="radio"]::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: transparent;
  border-radius: 50%;
}

/* Hover effect */
.custom-filter-modal .custom-radio input[type="radio"]:hover {
  border-color: var(--primary-color); /* Darker border on hover */
}

/* Focus effect */
.custom-filter-modal .custom-radio input[type="radio"]:focus {
  outline: none;
  border-color: var(--primary-color); /* Focus border color */
}

/* Custom Checkboxes inside the modal */
.custom-filter-modal .custom-checkbox input[type="checkbox"] {
  appearance: none; /* Remove default checkbox appearance */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;    /* Firefox */
  width: 13px;
  height: 13px;
  border-radius: 3px; /* Rounded corners for checkboxes */
  border: 1px solid var(--primary-color); /* Default border color */
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Checkbox checked state - change background */
.custom-filter-modal .custom-checkbox input[type="checkbox"]:checked {
  background-color: var(--primary-color); /* Primary background color when checked */
  border-color: var(--primary-color);     /* Same color for border */
}

/* Add tick when checked for checkbox */
.custom-filter-modal .custom-checkbox input[type="checkbox"]:checked::after {
  content: '\2713'; /* Unicode checkmark */
  position: absolute;
  top: -1px;
  left: 2px;
  font-size: 9px;
  font-weight: 600;
  color: white; /* Color of the checkmark */
}

/* Hover effect */
.custom-filter-modal .custom-checkbox input[type="checkbox"]:hover {
  border-color: var(--primary-color); /* Darker border on hover */
}

/* Focus effect */
.custom-filter-modal .custom-checkbox input[type="checkbox"]:focus {
  outline: none;
  border-color: var(--primary-color); /* Focus border color */
}

.apply-btn {
  background-color: var(--orange-color) !important;
  border: none  !important;
  color: #fff  !important;
  padding: 8px 24px  !important;
  border-radius: 40px  !important;
}

.apply-btn:hover {
  background-color: var(--primary-hover-color)  !important;
}

.filter-matrimony-btn{
  position: absolute;
  width: 100%;
  margin-top: 5px;
}

/* New Home Page Css */
:root {
  --primary-color: #fa7d09;
  --primary-hover-color: #ff7b00;
  --secondary-color: #4a4a4a;
  --background-color: #f8f7ff;
  --white-color: white;
  --dropdown-hover-background-color: #f8f9fa;
  --navbar-shadow-color: rgba(0, 0, 0, 0.1);
  --navbar-scroll-color: #e2e0ea;
  --orange-color: #fa7d09;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.matrimony-navbar {
  background-color: var(--background-color);
  /* padding: 15px 0; */
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999 !important;
  transition: all 0.5s ease;
}

.matrimony-navbar.scrolled {
  background-color: var(--navbar-scroll-color);
  box-shadow: 0 2px 10px var(--navbar-shadow-color);
}

.matrimony-navbar .navbar-brand img {
  height: 80px;
  width: auto;
}

.matrimony-navbar .navbar-nav .nav-links {
  color: var(--secondary-color) ;
  font-weight: 500;
  padding: 0.5rem 1.5rem !important;
  position: relative;
}

.matrimony-navbar .navbar-nav .nav-links i {
  font-size: 10px;
}


.matrimony-navbar .navbar-nav .nav-links:hover {
  color: var(--primary-color) !important;
}

/* Dropdown styles */
.matrimony-navbar .dropdown-menu {
  display: none;
  background-color: var(--white-color);
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 10px var(--navbar-shadow-color);
  margin-top: 0;
}

.matrimony-navbar .dropdown:hover .dropdown-menu {
  display: block;
}

.matrimony-navbar .dropdown-item {
  color: var(--secondary-color);
  padding: 8px 16px;
}

.matrimony-navbar .dropdown-item:hover {
  background-color: var(--dropdown-hover-background-color);
  color: var(--primary-color);
}

/* Auth buttons */
.matrimony-navbar .sign-in {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 40px;
  transition: color 0.3s ease;
  border: 1px solid var(--primary-color);
}

.matrimony-navbar .sign-in:hover {
  color: var(--primary-color);
}

.matrimony-navbar .register {
  background-color: var(--primary-color);
  color: var(--white-color);
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 40px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  border: none;
}

.matrimony-navbar .register:hover {
  background-color: var(--primary-hover-color);
  color: var(--white-color);
}

/* Mobile menu */
@media (max-width: 991.98px) {
  .matrimony-navbar .navbar-collapse {
    background-color: var(--white-color);
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 2px 10px var(--navbar-shadow-color);
  }

  .matrimony-navbar .dropdown-menu {
    border: none;
    box-shadow: none;
    padding-left: 1rem;
  }

  .matrimony-navbar .navbar-nav .nav-item {
    padding: 0.5rem 0;
  }

  .matrimony-navbar .auth-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 1rem 0;
  }

  .matrimony-navbar .sign-in {
    display: block;
    text-align: center;
  }

  .matrimony-navbar .register {
    display: block;
    text-align: center;
  }
}

/* Add to existing CSS file */

/* Hero Section */
.matrimony-hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
  /* margin-top: -100px; */
}

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

.matrimony-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
}

.matrimony-hero-content {
  /* max-width: 800px; */
  padding: 0 20px;
}

.matrimony-hero-content h1 {
  font-size: 64px;
  margin-bottom: 20px;
}

.matrimony-hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

.matrimony-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s;
}

.matrimony-btn:hover {
  background-color: var(--primary-hover-color);
  color: white;
}

/* Profile Section */
.matrimony-profile-section {
  padding: 100px 0;
  background-color: #f8f7ff;
}

.matrimony-profile-section h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

/* Statistics Section */
.matrimony-stats-section {
  padding: 80px 0;
  background-color: #f1f3f3;
}

.matrimony-stats-section h2 {
  margin-bottom: 50px;
  font-size: 48px;
}

.matrimony-stat-item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.matrimony-stat-img-container{
  background: white;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.matrimony-stat-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.matrimony-stat-item h3 {
  margin-top: 20px;
  font-size: 36px;
  color: var(--primary-color);
}
 
/* Testimonials Section */
.matrimony-testimonials {
  padding: 150px 0;
 
 
  color: white;
}
.matrimony-testimonials h2{
  margin-bottom: 80px;
  font-size: 48px;
  text-align: center;
}

.matrimony-testimonial-card {
  background: #f8f7ff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  color: #333;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.matrimony-testimonial-card p{
  text-align: center;
}
.quote-icon {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 40px;
  color: var(--primary-color);
  opacity: 0.5;
}

.matrimony-testimonial-card h3 {
  font-size: 24px;
}

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

/* Process Section */
.matrimony-process {
  padding: 80px 0;
  background-color: #f8f7ff;
}

.matrimony-process h2 {
  margin-bottom: 20px;
  font-size: 48px;
}

.process-step {
  margin-bottom: 30px;
}

.step-number {
  width: 50px;
  height: 30px; 
  color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-number-one,.step-number-four{
  background: #ff3d7f;
}
.step-number-two,.step-number-three{
  background: #6309d1;
}



.center-couple {
  /* max-width: 400px; */
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}

.process-bottom {
  margin-top: 30px;
}

/* Blog Section */
.matrimony-blog {
  padding: 80px 0;
  background-color: #f1f3f3;
  margin-bottom: 80px;
}
.matrimony-blog h2{
  font-size: 48px;
}

.matrimony-blog-card {
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: white;
}

.blog-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}
.blog-content h3,.blog-content p{
  text-align: left;
}
.blog-date {
  color: var(--primary-color);
}

.blog-date i {
  margin-right: 5px;
}
/* primary-hover-color */
.read-more {
  color: black;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid black;
  border-radius: 20px;
  padding: 5px 10px;
}
.read-more i{
  font-size: 12px;
}
.read-more:hover {
  color: var(--primary-hover-color);
}

/* Newsletter Section */
.matrimony-newsletter {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}

.newsletter-card {
  background-color: #f1f3f3;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  text-align: center;
}
.newsletter-card h2{
  font-size: 40px;
}

.newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 20px auto 0;
}

.newsletter-form input {
  flex: 1;
  padding: 15px 20px;
  border: 1px solid #eee;
  border-radius: 30px;
  width: 100%;
  padding-right: 100px; /* Space for button inside */
}

.newsletter-form button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px 20px;
  border: none;
  background-color: var(--primary-color); /* Change color as per design */
  color: white;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}


/* New Footer */ 

.custom-footer {
  background-color: black;
  color: white;
  padding: 150px 0px 100px 0px;
}

.footer-logo img {
  height: 90px;
}

.footer-description {
  font-size: 14px;
  color: var(--text-color);
  max-width: 350px;
  line-height: 1.5;
  color: #bababa;
}

.footer-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #bababa;
}

.list-unstyled {
  padding: 0;
}

.list-unstyled li {
  margin-bottom: 8px;
}

.list-unstyled li a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s;
  font-size: 14px;
}

.list-unstyled li a:hover {
  color: var(--primary-color);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .footer-description {
    max-width: 100%;
  }

  .text-lg-start {
    text-align: center !important;
  }

  .footer-logo img {
    display: block;
    margin: 0 auto;
  }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .matrimony-hero-content h1 {
    font-size: 36px;
  }
  
  .process-bottom {
    margin-top: 0;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
  
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .matrimony-hero-content h1 {
    font-size: 28px;
  }
  
  .matrimony-hero-content p {
    font-size: 16px;
  }
  
  .matrimony-stat-item img {
    width: 80px;
    height: 80px;
  }
  
  .matrimony-stat-item h3 {
    font-size: 28px;
  }
}


























/* How We Work Section */
.how-we-work-section {
  padding: 150px 0;
  margin-bottom: 100px;
  background-color: var(--background-color);
  background: url("../public/images/how-we-work.jpg");
  background-position: center 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-content h2 {
  font-size: 42px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 16px;
}

.work-content .lead {
  color: var(--secondary-color);
  opacity: 0.8;
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 16px;
}

.work-steps {
  position: relative;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.step-icon-work {
  width: 50px;
  height: 50px;
  /* background-color: var(--orange-color); */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-icon-work img {
  width: 100%;
}

.step-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 8px;
}

.step-content p {
  font-size: 14px;
  color: var(--secondary-color);
  opacity: 0.8;
  margin: 0;
}

.step-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  color: var(--secondary-color);
  opacity: 0.6;
}

.video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-wrapper .play-btn {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-wrapper .play-btn i {
  font-size: 28px;
  margin-left: 5px;
  color: var(--orange-color);
}

/* Video Modal */
.modal-content {
  background-color: transparent;
  border: none;
}

.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: white;
  opacity: 1;
  padding: 10px;
  border-radius: 50%;
}

.nav-link-active{
  color: var(--primary-color) !important;
}

/* new css  */


.nav-links-active{
  color: var(--primary-color) !important;
}

.jobs-contact-info {
  background-color: #fbfbfb;
  padding: 100px 0px;
}

.jobs-contact-card {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: 0.3s;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9bfc5;
}

.jobs-contact-call{
  background: #f9fef3;
}
.jobs-contact-call .jobs-contact-icon{
  background: #ebffd2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; 
  margin-bottom: 20px;
}
.jobs-contact-email{
  background: #f1f9fc;
}
.jobs-contact-email .jobs-contact-icon{
  background: #c9ebf4;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; 
  margin-bottom: 20px;
}
.jobs-contact-visit{
  background: #fff5f3;
}
.jobs-contact-visit .jobs-contact-icon{
  background: #ffdad9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; 
  margin-bottom: 20px;
}
.jobs-contact-call i{
  color: #c1e594;
}
.jobs-contact-email i{
  color: #45a5bc;
}
.jobs-contact-visit i{
  color: #eca694;
}
.jobs-contact-card:hover {
  transform: translateY(-5px);
}

.jobs-contact-icon {
  font-size: 24px;
  color: var(--contact-primary);
  margin-bottom: 10px;
}

.jobs-contact-card h4 {
  font-size: 28px;
  font-weight: bold;
  color: var(--contact-text);
  margin-bottom: 5px;
}

.jobs-contact-card p,
.jobs-contact-card address {
  font-size: 16px;
  color: #777;
  margin-bottom: 10px;
}

.jobs-contact-link {
  font-size: 16px;
  color: var(--contact-primary);
  text-decoration: none;
  font-weight: bold;
}

.jobs-contact-link:hover {
  text-decoration: underline;
}

/* Contact Form */
.jobs-contact-form {
  background-color: #fbfbfb;
  padding: 50px 0px 100px 0px;
}

.jobs-contact-title {
  font-size: 48px;
  font-weight: 500;
  color: var(--contact-text);
}

.jobs-contact-subtext {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}

.jobs-contact-form .form-control {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ddd;
}

.jobs-contact-form .btn-dark {
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 400;
}

/* Google Map */
.jobs-contact-map iframe {
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .jobs-contact-info .row {
    text-align: center;
  }

  .jobs-contact-card {
    padding: 20px;
  }

  /* .jobs-contact-form {
    text-align: center;
  } */

  .jobs-contact-form form {
    max-width: 100%;
  }
.jobs-contact-map iframe {
  margin-top: 50px;
}
}







 
/* Main Section Styling */
.jobs-step-section{
  background: #fbfbfb ;
}
.jobs-step-section .container{
  background-color: #e1e3e5;
  margin-bottom: 50px;
  border-radius: 30px;
} 

.jobs-step-box {
  border-radius: 15px;
}

/* Left Text Content */
.jobs-step-title {
  font-size: 48px;
  font-weight: 500;
  color: var(--step-text);
}

.jobs-step-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.jobs-step-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.jobs-step-list li {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.jobs-step-list li i {
  color: black;
  margin-right: 10px;
  font-size: 18px;
}

/* Button Styling */
.jobs-step-button {
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
}

/* Right Image Content */
.jobs-step-image {
  position: relative;
  display: inline-block;
}

.jobs-step-image img {
  max-width: 100%;
  border-radius: 15px;
}

.jobs-step-caption {
  position: absolute;
  bottom: 20px;
  left: -50px;
  background-color: transparent;
  padding: 5px 10px;
  text-align: left;
}

.jobs-step-caption h5 {
  font-size: 20px;
  font-weight: 500;
  color: #444;
  margin-bottom: 20px; 
  margin-right: 50px;
}
.jobs-step-caption h5::after{
  content: '';
  background: #000;
  height: 1px;
  width: 100%;
  display: block;
}


.jobs-step-caption p {
  font-size: 16px;
  color: #888;
  margin-top: -15px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  

  .jobs-step-list li {
    justify-content: center;
  }

  .jobs-step-caption {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
}

.job-blogs {
  padding: 80px 0;
  margin-bottom: 100px;
}

.job-blogs-label {
  color: var(--primary-color);
  font-size: 18px;
  display: block;
  margin-bottom: 16px;
}

.job-blogs-header h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 16px;
}

.job-blogs-description {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

/* Row height matching */
.job-blogs .row {
  height: 100%;
}

.job-blogs .col-lg-6 {
  display: flex;
  flex-direction: column;
}

/* Card container styles */
.job-blogs-featured,
.job-blogs-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Image container */
.job-blogs-image-container {
  flex: 1;
  position: relative;
  min-height: 300px;
}

.job-blogs-featured img,
.job-blogs-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Content styles */
.job-blogs-content {
  padding: 24px 0;
}

.job-blogs-date {
  color: #666;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}

.job-blogs-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

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

.job-blogs-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.job-blogs-btn:hover {
  background: #333;
  color: #fff;
}

/* Make right column cards equal height */
.job-blogs .col-lg-6 .row {
  height: 100%;
}

.job-blogs .col-lg-6 .col-12 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .job-blogs-content h3 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .job-blogs {
    padding: 60px 0;
  }
  
  .job-blogs-header h2 {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  .job-blogs-content {
    padding: 20px 0;
  }
  
  .job-blogs-content h3 {
    font-size: 18px;
  }
  
  .job-blogs-content p {
    font-size: 14px;
  }
}






/* about us */

.about-us-section {
  padding: 60px 0px;
  background: #fbfbfb;
}

/* Heading */
.about-us-heading {
  color: black;
  font-weight: 700;
  font-size: 2rem;
}

/* Paragraphs */
.about-us-text {
  color: var(--secondary-color);
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: justify;
}

/* Image Styling */
.about-us-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 2px solid #dbe4ed;
}

/* Responsive Text */
@media (max-width: 768px) {
  .about-us-heading {
      font-size: 1.8rem;
      text-align: center;
  }

  .about-us-text {
      font-size: 1rem;
      text-align: center;
  }
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .about-us-section {
      padding: 40px 10px;
  }

  .about-us-heading {
      font-size: 1.5rem;
  }

  .about-us-text {
      font-size: 0.95rem;
  }
}


/* about why-choose-us */
.about-why-choose-section {
  background-color: #fef4ea; /* Keeping the original background */
  padding: 100px 0px;
}

/* Box Styling */
.about-why-choose-box {
  background-color: var(--white-color);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 4px 10px var(--navbar-shadow-color);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: 100%; /* Ensures all boxes have the same height */
}

.about-why-choose-box:hover {
  transform: translateY(-5px);
}

/* Header Styling: Image and Title in One Line */
.about-why-choose-header {
  display: flex;
  align-items: center;
  gap: 15px;
  /* justify-content: flex-start; */
  margin-bottom: 20px;
}

/* Icon Styling */
.about-why-choose-icon {
  width: 30px;
  height: 30px;
}

/* Title */
.about-why-choose-title {
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
}

/* Description Text */
.about-why-choose-text {
  color: var(--secondary-color);
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive Layout */
@media (max-width: 992px) {
  .about-why-choose-box {
      padding: 18px;
  }
  .about-why-choose-title {
      font-size: 1.1rem;
  }
  .about-why-choose-text {
      font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .about-why-choose-section {
      padding: 40px 10px;
  }
  .about-why-choose-title {
      font-size: 1rem;
  }
  .about-why-choose-text {
      font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .about-why-choose-title {
      font-size: 0.95rem;
  }
  .about-why-choose-text {
      font-size: 0.85rem;
  }
}



.jobs-hero-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding-top: 120px;
  height: 60vh;
  overflow: hidden;
}

.jobs-hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.jobs-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Same as your linear-gradient overlay */
  z-index: -1;
}

 

.jobs-hero-section h1{
    font-size: 44px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}


























 
.job-blogs {
  padding: 80px 0;
  margin-bottom: 100px;
}
 
.job-blogs-label {
  color: var(--primary-color);
  font-size: 18px;
  display: block;
  margin-bottom: 16px;
}
 
.job-blogs-header h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 16px;
}
 
.job-blogs-description {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}
 
/* Row height matching */
.job-blogs .row {
  height: 100%;
}
 
.job-blogs .col-lg-6 {
  display: flex;
  flex-direction: column;
}
 
/* Card container styles */
.job-blogs-featured,
.job-blogs-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
 
/* Image container */
.job-blogs-image-container {
  flex: 1;
  position: relative;
  min-height: 300px;
}
 
.job-blogs-featured img,
.job-blogs-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
 
/* Content styles */
.job-blogs-content {
  padding: 24px 0;
}
 
.job-blogs-date {
  color: #666;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}
 
.job-blogs-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
 
.job-blogs-content p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}
 
.job-blogs-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}
 
.job-blogs-btn:hover {
  background: #333;
  color: #fff;
}
 
/* Make right column cards equal height */
.job-blogs .col-lg-6 .row {
  height: 100%;
}
 
.job-blogs .col-lg-6 .col-12 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
/* Responsive Styles */
@media (max-width: 991.98px) {
  .job-blogs-content h3 {
    font-size: 20px;
  }
}
 
@media (max-width: 767.98px) {
  .job-blogs {
    padding: 60px 0;
  }
 
  .job-blogs-header h2 {
    font-size: 28px;
  }
}
 
@media (max-width: 575.98px) {
  .job-blogs-content {
    padding: 20px 0;
  }
 
  .job-blogs-content h3 {
    font-size: 18px;
  }
 
  .job-blogs-content p {
    font-size: 14px;
  }
}
 
























