@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light|Source+Sans+Pro:400,700");
@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap');
html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #464646;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 38px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}

select.no-arrow {
  appearance: none;         /* Standard */
  -webkit-appearance: none; /* Chrome/Safari */
  -moz-appearance: none;    /* Firefox */
  background: none;         /* Remove default background */
  border: none;             /* Optional */
  pointer-events: none;     /* Prevent clicking */
  color: black;
}

.script-font {
  font-family: 'Lavishly Yours', cursive;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0px;
  font-size: 14px;
}

.portfolio-fixed-height {
  min-height: 245px;
}

.lightbox-table table, 
.lightbox-table th, 
.lightbox-table td {
  border: 1px solid white;
  border-collapse: collapse;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
}

.hidden-list-heading {
  list-style: none;
  text-align: center;
}

.hero-heading {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem;
}

.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}

.section-title-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-title {
  color: #252525;
  font-size: 48px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 48px;
  padding: 0 10px;
  position: relative;
}

.dark-section-title {
  color: #FFF;
  font-size: 48px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 48px;
  padding: 0 10px;
  position: relative;
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.profile-btn {
  font-size: 10px;
  max-height: 30px;
  padding: 5px; 10px; 
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #7a0d0d;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  background-color: #4d0606;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-danger:hover {
  background-color: #f55262;
  border-color: #f55262;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-border:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #00b4d9;
}

.social-icon li {
  display: inline-block;
}

.social-icon li a {
  color: #000;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 38px;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 6px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon li a:hover {
  color: #fff;
}

.social-icon li .facebook:hover {
  background: #3b5999;
}

.social-icon li .twitter:hover {
  background: #4A9CEC;
}

.social-icon li .instagram:hover {
  background: #D6274D;
}

.social-icon li .linkedin:hover {
  background: #1260A2;
}

.social-icon li .google:hover {
  background: #CE332A;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #610000;
  border-radius: 2px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

#loader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.square-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.square-spin img {
  max-width: 64px;
}

.section-padding {
  padding: 60px 0;
}

#about .img-thumb img {
  border: 8px solid #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.profile-wrapper {
  padding: 45px 0;
}

.profile-wrapper .btn {
  margin: 10px 10px 0px 0px;
}

.profile-wrapper .btn i {
  vertical-align: middle;
  margin-right: 5px;
}

.about-profile {
  position: relative;
  margin: 20px 0 20px 0;
}

.about-profile .pro-title {
  font-weight: 700;
  color: #040404;
  position: relative;
  width: 120px;
  display: inline-block;
  margin-bottom: 5px;
}

.about-profile .pro-title:after {
  position: absolute;
  content: ':';
  color: #040404;
  font-size: 14px;
  left: 77px;
}

.about-profile .admin-sign {
  position: absolute;
  right: 45px;
  bottom: 10px;
}

.counter-section {
  background: url(../img/background-placeholder.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.counter-section:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.counter-section .counter {
  padding: 30px 0;
}

.counter-section .counter .icon {
  margin-bottom: 30px;
}

.counter-section .counter .icon i {
  font-size: 48px;
  color: #ff9387;
}

.counter-section .counter p {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 30px 0;
}

.counter-section .counter .counterUp {
  color: #fff;
  font-size: 42px;
  margin-top: 15px;
  font-weight: 700;
}

/* Resume */
.timeline {
  position: relative;
}

.timeline .timelin-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 25px;
}

.timeline li {
  padding: 0 20px 20px 30px;
  list-style: none;
  border-left: 2px solid #f1f1f1;
}

.timeline li .content-text {
  background: #f2f2f2;
  padding: 20px;
}

.timeline li .line-title {
  font-size: 16px;
  line-height: 6px;
}

.timeline li span {
  font-size: 12px;
  padding: 9px 0;
  display: block;
}

.timeline li .line-text {
  color: #888;
  line-height: 18px;
}

.timeline li:first-child:before {
  border: 0;
  background: none;
  position: relative;
}

.timeline li:last-child {
  padding: 0 20px 0px 30px;
}

.timeline li:before {
  content: "";
  border: solid 2px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 8px;
  margin-left: -35px;
  font-weight: 400;
  background: #fff;
  display: block;
  position: absolute;
  margin-top: 18px;
  border-color: #00b4d9 !important;
}

.timeline li:first-child i {
  font-size: 20px;
  float: left;
  margin-left: -30px;
  line-height: 50px;
  border-radius: 30px;
  margin: -12px -55px;
  background: #00b4d9;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
}

.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 65%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #ed0000 !important;
}

.top-nav-collapse .navbar-nav div.active a.nav-link {
  color: #7a0d0d !important;
}

.indigo {
  background: #fff;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 28px;
  color: #00b4d9;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link i:hover {
  color: #ed0000;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #333;
  font-weight: 700;
  padding: 0 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #ed0000;
  outline: none;
}

.navbar {
  padding: 0;
}

.navbar div.active a.nav-link {
  color: #7a0d0d;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #00b4d9;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #7a0d0d;
}

.slicknav_menu .slicknav_icon-bar {
  background: #7a0d0d;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.album-share {
  display: none !important;
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 0px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #E91E63;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #610000;
    outline: none;
    background: #f8f9fa;
  }
}

.hidden-section {
    opacity: 0; /* Initially hidden */
    transform: translateY(20px); /* Slightly move down */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.visible {
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Move to normal position */
}

.rotated {
    transform: rotate(90deg);
}

.profile-pic-edit {
  background-color: #4d0606; 
  width: 40px; 
  height: 40px; 
  border-radius: 20px; 
  margin-top: 160px; 
  margin-left: 145px;
}

.banner-pic-edit {
  background-color: #4d0606; 
  width: 40px; 
  height: 40px; 
  border-radius: 20px;
  position: absolute;
  right: 37%;
  top: 88%;
}

.profile-pic-edit-container {
  display: flex; 
  width: 100%; 
  height: 100%; 
  align-items: center; 
  justify-content: center;
}

/* ==========================================================================
 * Gallery
 * ======================================================================= */
/* Container for the gallery */
.gallery {
  display: grid; /* Use CSS Grid for layout */
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Responsive columns */
  gap: 16px; /* Space between items */
  padding: 16px; /* Padding around the gallery */
  background-color: #f4f4f4; /* Optional background */
}

/* Individual gallery item */
.gallery-item {
  position: relative; /* Allows positioning child elements */
  overflow: hidden; /* Ensures images stay within the bounds */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.profile-gallery-item {
  position: relative; /* Allows positioning child elements */
  overflow: hidden; /* Ensures images stay within the bounds */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  width: 225px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.feed-item-dynamic {
  width: 80%;
  min-width: 70%; 
  margin-left: 15%; 
  margin-right: 15%; 
  display: inline-block; 
  min-height: 100px;
}

.feed-item {
  position: relative; /* Allows positioning child elements */
  overflow: hidden; /* Ensures images stay within the bounds */
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  max-height: 300px; 
  min-height: 100px;
  border-radius: 30px; 
  background-color: #ededed;
  margin-bottom: 10px;
}

.profile-view-data {
  background-color: rgba(0,0,0,0.6); 
  width: 40%; 
  height: 377px; 
  margin-top: 1%; 
  margin-left: 28%; 
  border-radius: 20px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}

.profile-about {
  background-color: rgba(0,0,0,0.6); 
  width: 30%; 
  height: 377px; 
  margin-top: -377px; 
  margin-left: 69%; 
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.profile-about textarea {
    width: 95%;  /* Set width */
    height: 250px; /* Set height */
    font-family: Arial, sans-serif; /* Set font */
    font-size: 16px; /* Set font size */
    padding: 10px; /* Add some padding */
    border: 1px solid #ccc; /* Optional border */
    resize: none; /* Prevent resizing (optional) */
    border-radius: 10px;
    background-color: rgba(255,255,255,0.5);
}

.profile-about textarea::placeholder {
    color: white;
    font-style: italic; /* Optional: Make it italic */
    opacity: 1; /* Ensures full visibility in some browsers */
}

/* Styling images */
.gallery-item img {
  width: 100%; /* Ensure images fill the container */
  height: 100%; /* Maintain aspect ratio */
  object-fit: cover; /* Crop images to fit perfectly */
  transition: transform 0.3s ease; /* Smooth hover effect */
}

/* Hover effect */
.gallery-item:hover img {
  transform: scale(1.1); /* Zoom in slightly */
}

.gallery-item-image {
  transition: transform 0.3s ease;
}

.gallery-item-image:hover {
  transform: scale(1.1); /* Zoom in slightly */
}

.profile-gallery-item img {
  width: 100%; /* Ensure images fill the container */
  height: 100%; /* Maintain aspect ratio */
  object-fit: contain; /* Crop images to fit perfectly */
  transition: transform 0.3s ease; /* Smooth hover effect */
  background-color: rgba(0,0,0,0.8);
}

/* Hover effect */
.profile-gallery-item:hover img {
  transform: scale(1.1); /* Zoom in slightly */
}

/* Styling images */
.attending-item img {
  transition: transform 0.3s ease; /* Smooth hover effect */
  margin-right: 10px;
  margin-bottom: 10px;
}

.attending-item:hover img {
  transform: scale(1.1); /* Zoom in slightly */
}

.edit-btn {
  transition: transform 0.3s ease; /* Smooth hover effect */
}

.edit-btn:hover {
  transform: scale(1.1); /* Zoom in slightly */
}

/* Lightbox Styles */
.lightbox {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.lightbox-dark {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 80, 80, 0.8);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.lightbox-content {
  max-width: 90%;
  max-height: 80%;
  margin: auto;
  display: block;
  animation: fadeIn 0.5s;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.lightbox-feed-content {
  max-width: 50%;
  max-height: 50%;
  margin: auto;
  display: block;
  animation: fadeIn 0.5s;
}

.lightbox-content-blur {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  animation: fadeIn 0.5s;
  filter: blur(40px);
}

.lightbox-content-blur-small {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  animation: fadeIn 0.5s;
  filter: blur(40px);
  object-fit: cover;
  background-position: center;
}

.lightbox-title {
  position: relative; 
  top: 30px; 
  min-width: 50%; 
  z-index: 1; 
  color: #000;
}

.lightbox-image-container {
  position: relative; /* Ensure the container is a positioning context */
  display: inline-block; /* Make the container fit the image size */
  width: 50%;
  height: 70%;
  overflow: hidden;
}

@media screen and (max-width: 799px) {
  .lightbox-image-container {
    position: relative; /* Ensure the container is a positioning context */
    display: inline-block; /* Make the container fit the image size */
    width: 95%;
    height: 70%;
    overflow: hidden;
  }

  .lightbox-title {
    position: relative;
    top: 30px;
    min-width: 50%;
    z-index: 1;
    color: #000;
    font-size: 24px;
  }
}

.lightbox-image-container-small {
  min-width: 330px;
  min-height: 240px;
  position: relative; /* Ensure the container is a positioning context */
  display: inline-block; /* Make the container fit the image size */
  width: 30%;
  overflow: hidden;
}

.lightbox-image-container img {
  display: block; /* Prevent unwanted spacing around the image */
  width: 100%; /* Make sure the image fills the container */
  height: 100%; 
}

.lightbox-whiteout {
  background-color: rgba(255, 255, 255, 0.3); /* White with 50% transparency */
  position: absolute; /* Positioning the overlay */
  top: 0;
  left: 0;
  width: 100%; /* Full width of the parent */
  height: 100%; /* Full height of the parent */
  z-index: 0; /* Ensures it appears above the content */
}

.lightbox-whiteout-dark {
  background-color: rgba(150, 150, 150, 0.3); /* White with 50% transparency */
  position: absolute; /* Positioning the overlay */
  top: 0;
  left: 0;
  width: 100%; /* Full width of the parent */
  height: 100%; /* Full height of the parent */
  z-index: 0; /* Ensures it appears above the content */
}

.rules-section {
  width: 60%; 
  text-align: center; 
  margin-left: auto; 
  margin-right: auto;
}

.membership-form-textarea {
  width: 50%;
}

@media screen and (max-width: 799px) {
  .rules-section {
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .membership-form-textarea {
    width: 100%;
  }
}

.caption {
  color: black;
  font-size: 16px;
  bottom: 20%;
  text-align: center;
  position: relative;
  background-color: rgba(255,255,255,0.6);
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
}

.form-error { 
  border: 2px solid red; 
  background-color: #ffe6e6; /* Light red background (optional) */
}

.close {
  position: absolute;
  top: 10%;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.linked-account-type {
  width: 70px; 
  height: 24px; 
  display: inline-block; 
  background-color: #4d0606; 
  border-radius: 10px; 
  position: relative; 
  top: -20px; 
  color: white;
}

.linked-account-filter-type {
  width: 70px;
  height: 24px;
  display: block;
  background-color: #4d0606;
  border-radius: 10px;
  position: relative;
  top: -20px;
  color: white;
}

.thin-heading { 
  max-height: 15px;
}

.linked-account-profile-pic {
  width: 70px; 
  height: 70px; 
  border-radius: 35px; 
  border: 2px 
  solid black; 
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}

.max-width {
  width:100%;
}

.friend-view-profile-pic {
  width: 150px;
  height: 150px;
  border-radius: 35px;
  border: 2px
  solid black;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}

.friend-account-profile-pic {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 2px
  solid black;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}

.friend-menu-row {
  cursor: default;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
}

.profile-view-online-indicator {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-top: 18px;
  background-color: green;
  border: 1px solid black;
  opacity: 1;
  margin-left: 18px;
}

.profile-view-links-online-indicator {
  width: 12px;
  height: 12px;
  background-color: green;
  border-radius: 5px;
  border: 1px solid black;
  margin-left: 15px;
  position: absolute;
  margin-top: 4px;
  opacity: 1;
}

.profile-view-links-attending-indicator {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 10px;
  margin-left: 51px;
  position: absolute;
  margin-top: 4px;
  opacity: 1;
}

.friend-menu-row:hover {
  background-color: lightgray;
}

.friend-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    width: 120px;
    z-index: 2000;
    border: 1px solid black;
}

/* Dropdown menu links */
.friend-menu a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.friend-menu-icon {
}

.tab-container {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  font-family: sans-serif;
}

.tab-bar {
  display: flex;
  background-color: #FFF;
  border-bottom: 1px solid #ccc;
  padding: 0 8px;
}

.tab {
  padding: 10px 16px;
  margin-right: 4px;
  border: 1px solid transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #f7c0bc;
  cursor: pointer;
  transition: background-color 0.2s;
  position: relative;
  top: 1px;
}

.tab:hover {
  background-color: #d0d0d0;
}

.tab.active {
  background-color: #f5e0df;
  border-color: #ccc;
  border-bottom: 1px solid #ffffff;
  z-index: 2;
}

.tab-content {
  padding: 16px;
  background-color: #ffffff;
}

.tab-content.social {
  width:40%;
}

.tab-content.albums {
  width: 60%;
}

.tab-content.about {
  display: none;
  width: 100%;
}

/* ==========================================================================
3. Hero Area
========================================================================== */
.hero-area-bg {
  background: url(../img/background-placeholder.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.profile-banner-container {
  height: 400px;
}

.profile-pic {
  height: 200px; 
  width: 200px; 
  left: 10px; 
  top: 190px; 
  background-size: cover !important; 
  display: inline-block; 
  position: absolute; 
  border-radius: 100px; 
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5); 
  border: 2px solid black;
}

.profile-thermometer {
  height: 130px;
  width: 44px;
  left: 90%;
  top: 20%;
  background-size: cover !important;
  display: inline-block;
  position: absolute;
}

.profile-banner-bg {
  background: url(../img/background-placeholder.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover !important; 
  height: 400px;
  margin-top: 57px;
}

.party-reservations {
  position: absolute; 
  left: 220px; 
  bottom:10px; 
  background: rgba(0,0,0,0.6); 
  border-radius: 20px; 
  padding: 10px;
}

.party-detail-description {
  margin-left: 10px;
  padding-left:10px;
  max-width:80%;
  border-left: 1px 
  solid black;
}

.friend-qr-container {
  right: 0px; 
  position: absolute; 
  margin-right: 10px; 
  margin-top: 76px; 
  display:flex; 
  flex-direction: column; 
  padding:10px; 
  background-color:rgba(0,0,0,0.2); 
  border-radius:20px;
}

.friend-qr {
  width: 200px; 
  height: 200px; 
  border-radius: 20px;
}

.friend-accounts {
  display: flex; 
  flex-wrap: wrap; 
  margin-left: 20px;
}

.friend-action-menu {
  width: 30px; 
  height: 30px; 
  border-radius: 15px; 
  background-color: #4d0606; 
  position: relative; 
  left: 140px; 
  top: 25px; 
  z-index: 777; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.profile-header {
  margin-left: 20px; 
  margin-top: 20px;
}

.profile-groups-container {
  margin-right:20px;
  margin-left:0px;
}

.profile-user-container {
  display: flex;
  align-items: center;
  width: initial;
}

.user-name-check {
  display: inline-flex; 
  align-items: center; 
  margin-left: 5px; 
  margin-right: 10px; 
  margin-top: 0px;
}

.profile-pwd-btn {
  margin-top: 0px;
}

.profile-details-container {
  display: flex; 
  margin-top: 10px;
  flex-wrap: nowrap;
}

.add-membership-button {
  margin-left: 20px;
}

.no-nav {
  margin-top: 0px !important;
}

.profile-view-header {
  margin-left: 20px; 
  margin-top: 20px;
}

.profile-view-container {
  display: flex; 
  flex-wrap: wrap; 
  width: 100%; 
  margin-top: -20px;
  margin-left: 0px;
}

.profile-view-item {
  display: flex;
  align-items:center;
  justify-content:center;
  margin-top:10px;
  margin-left:10px;
  margin-right:0px;
  width:130px;
}

.feed-item-text {
  width:70%;
}

.attending-bubble {
  margin-left: 20px;
  margin-right: 0px;
}

.add-album-button {
  margin-top:-40px; 
  margin-bottom: 20px;
}

@media screen and (min-width: 800px) {
  .desktop-hidden {
    height: 0px !important;
    width: 0px !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding: 0px !important;
    border-bottom: 0px !important;
  }
}

@media screen and (max-width: 799px) {
  .profile-banner-container {
    height: 220px;
  }

  .profile-banner-bg {
    background: url(../img/background-placeholder.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-size: cover !important;
    height: 195px;
    margin-top: 57px;
  }

  .profile-pic {
    height: 100px;
    width: 100px;
    left: 10px;
    top: 85px;
    background-size: cover !important;
    display: inline-block;
    position: absolute;
    border-radius: 100px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    border: 2px solid black;
  }

  .mobile-hidden {
    display: none !important;
  }

  .party-reservations {
    position: absolute; 
    left: 110px; 
    bottom:10px; 
    background: rgba(0,0,0,0.6); 
    border-radius: 20px; 
    padding: 10px;
  }
  
  .party-detail-description {
    margin-left: 0px;
    max-width: 100%;
    margin-right: 10px;
    border-left: 0px;
  }

  .friend-qr-container {
    margin-right: 4px; 
    margin-top: 3px; 
  }
 
  .friend-qr {
    width: 150px; 
    height: 150px; 
    border-radius: 20px;
  }

  .friend-view-profile-pic {
    width:130px;
    height:130px;
  }
   
  .friend-action-menu {
    left: 115px;
  }

  .banner-pic-edit {
    right: 2%;
    bottom: 5%;
    top: auto;
  }

  .profile-pic-edit {
    margin-left: 72px;
    margin-top: 61px;
  }

  .profile-header {
    margin-top: 0px;
  }

  .profile-groups-container {
    margin-right:20px;
    margin-left:10px;
  }
 
  .profile-user-container {
    display: flex;
    align-items: center;
    width: 325px;
  }

  .user-name-check {
    margin-top: 25px;
  }

  .profile-pwd-btn {
    margin-top: 25px;
  }

  .profile-details-container {
    flex-wrap: wrap;
  }

  .add-membership-button {
    margin-left: 5px;
  }

  .profile-view-data {
    width: auto;
    margin-right: 10px;
    height: 187px;
    margin-left: 38%;
  }

  .shift-up {
    margin-top: -10px;
  }

  .profile-view-header {
    margin-top: 0px;
  }

  .profile-view-container {
    margin-left: -10px;
  }

  .profile-view-item {
    margin-left: auto;
    margin-right: auto;
    width: 115px;
  }

  .tab-content.social {
    width:100%;
  }

  .tab-content.albums {
    width: 100%;
  }

  .tab-content.about {
    display: block;
  }
 
  .tab-bar {
    border-bottom: 0px;
    padding: 0px;
  }

  .friend-accounts {
    margin-left: 0px;
  }

  .feed-item-dynamic {
    width: 100%;
    min-width: 70%;
    margin-left: 30px;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
 
  .feed-item-text {
    width:52%;
  }

  .attending-bubble {
    margin-left: 0px;
    margin-right: 20px;
  }
 
  .add-album-button {
    margin-top:-20px; 
    margin-bottom: 0px;
  } 
  
  .section-chat {
    margin-top: -25px;
  }

  .message-txt {
    width: 100% !important;
  }

  .p-3 {
    padding-left: 0px !important;
  }
 
  .chat-room-panel {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .chat-image-container {
    min-height: 110px !important;
  }

  .chat-header {
    margin-left: 0px !important;
  }
 
  .reservation-table {
    width:95% !important; 
    margin-left:0px !important;
    margin-right:0px !important;
  }

  .driving-location {
    top: 170px !important; 
  }
}

.driving-location {
  display: flex; 
  position: absolute; 
  right: 20px; 
  top: 378px; 
  background: rgba(0,0,0,0.6); 
  border-radius: 20px; 
  color: white; 
  padding: 10px;
}

.reservation-table {
  width:40%; 
  display:flex; 
  flex-direction:column;
  margin-left:auto;
  margin-right:auto;
}

.chat-image-container {
  margin-left: auto; 
  margin-right: 80px; 
  min-width: 30%; 
  margin-bottom: 15px; 
  max-width: 30%; 
  min-height: 200px; 
  align-content: center;
}

.chat-image {
  width: 70%; 
  border-radius: 10px; 
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 8px; 
  margin-left: auto; 
  height: 90%; 
  background-size: contain !important; 
  background-repeat: no-repeat; 
  background-position:center;
}

.message-txt {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.section-chat {
}

.chat-header {
  background-color: #4d0606; 
  width: 103%; 
  padding-left: 10px !important; 
  margin-left: 15px;
}

.chat-room-panel {
  min-width: 25%;
  max-width: 25%;                 
  overflow: auto; 
  transition: width 0.4s ease;
  transition: max-width 0.4s ease;
  transition: min-width 0.4s ease;
  transition: margin-left 0.4s ease;
  padding-left: 15px !important;
}

.chat-room-panel.closed {
  min-width: 0px !important;
  max-width: 0px !important;
  overflow-x: hidden !important;
  padding: 0px !important;
}

.col-md-9.open {
  max-width: 100%;
  width: 100% !important;
  flex: 0 0 100%;
}

#hero-area {
  color: #fff;
  overflow: hidden;
  position: relative;
}

#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #0c0808;
  opacity: 0.4;
}

#hero-area .contents {
  padding: 175px 0px 120px;
}

#hero-area .contents h5 {
  font-size: 50px;
}

#hero-area .contents .head-title {
  color: #fff;
  font-size: 80px;
  letter-spacing: 10px;
  font-weight: 700;
}

#hero-area .contents p {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
}

#hero-area .contents .btn {
  margin: 25px 0px;
  text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
  margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
  color: #ddd;
}

/* ==========================================================================
  Portfolio Section
   ========================================================================== */
#portfolios {
  background: #f2f2f2;
}

#portfolios .mix {
  padding: 10px;
}

#portfolios .portfolio-item .shot-item {
  margin: 0px;
}

#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: #4d0606 !important;
  border-color: #4d0606;
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
  color: #fff;
}

.controls:hover {
  cursor: pointer;
}

.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}

.portfolio-img img {
  width: 100%;
}

.shot-item {
  margin-right: 15px;
  border-radius: 4px;
  background: #fff;
  position: relative;
}

.shot-item img {
  width: 100%;
}

.shot-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(171, 2, 2, 0.6);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.shot-item:hover .overlay {
  opacity: 1;
}

.overlay {
  opacity: 0;
}

.overlay .icons i {
  height: 42px;
  width: 42px;
  line-height: 42px;
  color: #00b4d9;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
  border-radius: 4px;
}

.overlay .preview {
  position: absolute;
  left: 45%;
  top: 50%;
  color: #fff;
}

.overlay .link {
  position: absolute;
  left: 60%;
  margin-left: 10px;
  top: 50%;
  color: #fff;
}

.shot-item:hover .overlay {
  opacity: 1;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* Services Item */
.services {
  //background: #F0F0F0;
  background: #d4edd1
}

.services-item {
  background: #fff;
  border-radius: 4px;
  padding: 48px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.fixed-height {
  height: 300px;
  width: 280px;
}

.services-item .icon i {
  font-size: 42px;
  margin-bottom: 15px;
  text-align: center;
  width: 48px;
  display: block;
  margin: 0 auto;
  height: 48px;
  color: #8f1a0d;
}

.services-item .services-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.services-item .services-content h3 a {
  font-size: 18px;
  text-transform: uppercase;
  color: #666;
}

.services-item .services-content h3 a:hover {
  color: #00b4d9;
}

.services-item .services-content p {
  line-height: 22px;
}

.services-item:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

/* Active state */
.list-group-item.active {
  background-color: #696969 !important; /* purple background */
  border-color: #696969 !important;     /* darker purple border */
  color: #ffffff !important;            /* white text */
  font-weight: bold;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

/* Active + hover/focus state */
.list-group-item-action.active:hover,
.list-group-item-action.active:focus {
  background-color: #bfbfbf !important; /* slightly darker purple */
  border-color: #bfbfbf !important;
  color: #ffffff !important;
}

/* Active + hover/focus state */
.list-group-item-action:hover,
.list-group-item-action:focus {
  background-color: #bfbfbf !important; /* slightly darker purple */
  border-color: #bfbfbf !important;
  color: #ffffff !important;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 10px;
  border: 1px solid #e1e1e1;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-form-area {
  background: #fff;
  box-shadow: 0 0 30px #ededed;
  padding: 60px 40px;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.footer-right-contact {
  padding: 4px;
  border: 1px solid #e1e1e1;
  margin-top: 30px;
}

.footer-right-contact .single-contact {
  margin: 10px 22px;
  padding: 3px 55px;
  position: relative;
  color: #666;
}

.footer-right-contact .single-contact p {
  margin-bottom: 5px;
}

.footer-right-contact .single-contact p a {
  color: #666;
}

.footer-right-contact .contact-icon {
  background: #00b4d9;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

#contact {
  position: relative;
  overflow: hidden;
}

#contact #contactForm {
  margin-top: 30px;
}

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

.list-unstyled li {
  color: #d9534f;
}

#conatiner-map {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  height: 370px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
}

/* Footer Area Start */
.footer-area {
  background: #1C1C20;
}

.footer-area .footer-text p {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
}

.footer-area .footer-text p a {
  color: #00b4d9;
}

.footer-area .footer-text .nav-inline .nav-link {
  padding: 11px 7px;
  color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
  color: #00b4d9;
}

.footer-2 {
  background: #252525;
}

.footer-2 img {
  margin-top: -8px;
}

.footer-2 h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-2 p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding-right: 50px;
}

.footer-2 ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.footer-2 ul li a:hover {
  color: #00b4d9;
}

#copyright {
  background: #333;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #00b4d9;
}
