body {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  background-color: #ffffff;
}
.logo {
  width: 50px; /* Adjust size as needed */
  height: auto;
}
.logo-container {
  display: flex;
  gap: 10px; /* Adjust spacing between logos */
}
.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55px;
  height: 5px;
  background-color: #ff2953;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*header section*/
.hero_area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/main_back.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  margin: 10px 30px;
  padding: 0;
  padding-bottom: 3px;
  color: #ffffff;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
  display: block;
  background-color: #ff2953;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  color: #ffffff;
  margin: 10px 30px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.navbar-brand span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .box {
  margin: 125px 0;
}

.slider_section .detail-box {
  text-align: center;
}

.slider_section .detail-box h1,
.slider_section .detail-box h2,
.slider_section .detail-box h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.slider_section .detail-box h2 {
  font-size: 2.5rem;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .5rem;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.slider_section #carouselExampleIndicators .carousel-indicators {
  position: unset;
  margin: 0;
  margin-top: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #carouselExampleIndicators .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.slider_section #carouselExampleIndicators .carousel-indicators li.active {
  border: 4px solid #ffffff;
}

.us_section {
  background-image: url(../images/us_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}

.us_section .us_container {
  padding-top: 25px;
}

.us_section .us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 25px 10px 0 10px;
}

.us_section .us_container .box .img-box {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.us_section .us_container .box .img-box img {
  max-width: 100%;
}

.us_section .us_container .box .detail-box h5 {
  font-weight: bold;
}

.heathy_section {
  background-image: url(../images/healthy-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
}

.heathy_section h2 {
  font-weight: bold;
}

.heathy_section p {
  margin-top: 35px;
}

.heathy_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}




.Cp{
  text-align: center;
}

.trainer_section {
  background-image: url(../images/about-bg.png);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}

/* Background styling for the trainer section */
.trainer_section {
  background: url(../images/about-bg.png) no-repeat center center/cover;
  background-attachment: fixed;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

/* Trainer profile boxes */
.trainer_section .box {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; /* Add space between elements */
  max-width: 300px;
  background: rgba(255, 255, 255, 0.1); /* Slight background for contrast */
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
}

.trainer_section .box:hover {
  transform: translateY(-10px); /* Hover effect */
}

/* Trainer name */
.trainer_section .box .name h5 {
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  color: #ff4747; /* Highlight color */
}

/* Profile picture */
.trainer_section .box .img-box {
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border: 5px solid #ff4747; /* Border matching the theme */
}

.trainer_section .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure image fits nicely */
}

/* Social media icons container */
.trainer_section .box .social_box {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 50px;
  margin-top: -20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.trainer_section .box .social_box a {
  color: #ff4747;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.trainer_section .box .social_box a:hover {
  color: #000000;
}

/* Responsive design */
@media (min-width: 768px) {
  .trainer_section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    justify-content: center;
  }
}


.contact_section {
  position: relative;
  background-color: #27223f;
  color: #ffffff;
}

.contact_section .heading_container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.contact_section .heading_container h2::before {
  text-align: left;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .img-box img {
  width: 100%;
}

.contact_section .form_container {
  padding: 45px 0 45px 15px;
}

.contact_section input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  margin-top: 25px;
  padding: 12px;
}

.contact_section input::-webkit-input-placeholder {
  color: #2a2a2c;
}

.contact_section input:-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::placeholder {
  color: #2a2a2c;
}

.contact_section input.message-box {
  padding: 45px 12px;
}

.contact_section button {
  padding: 10px 65px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #ff2953;
  margin: 45px 0 0 auto;
  text-transform: uppercase;
}

.info_section {
  background-color: #4e0101;
}

.info_items {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_items .item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.info_items .item .detail-box {
  margin-top: 5px;
  color: #fff;
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}

.info_items .item .img-box.box-1 {
  background-image: url(../images/location-white.png);
}

.info_items .item .img-box.box-2 {
  background-image: url(../images/telephone-white.png);
}

.info_items .item .img-box.box-3 {
  background-image: url(../images/envelope-white.png);
}

/* footer section*/
.footer_section {
  background-color: #fbfdfd;
  padding: 20px;
  font-weight: 500;
}

.footer_section p {
  color: #1d0000;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #270101;
}

/* Flexbox to align buttons */
.button-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* Button styling */
.btn {
  background: linear-gradient(45deg, #000000, #be0000);
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}

.btn:hover {
  background: linear-gradient(45deg, #813030, #ff0080);
  transform: scale(1.05);
}

/*private search*/
.backgroud-principal{
  background: url('../images/about-bg.png') no-repeat center center/cover;
  height: 150vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-family: Arial, sans-serif;
}
.content {
  background: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
  color: white;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  max-width: 1000px;
  box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.5);
}
.backgroud-principal1{
  background: url('../images/us_bg.png') no-repeat center center/cover;
  height: 150vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-family: Arial, sans-serif;
}
/* Download Section */
.download-section {
    width: 100%;
    background: black;
    color: white;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}

.download-section h2 {
  color: red;
  margin-bottom: 10px;
}

.download-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

/* Download Buttons */
.download-btn {
  font-size: 16px;
  padding: 12px 20px;
  background: red;
  border-radius: 8px;
}

.download-btn:hover {
  background: darkred;
}

.impressum_detail {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.impressum_detail i {
  font-size: 20px;
  color: red;
}

.impressum_detail a {
  font-size: 18px;
  color: red;
  font-weight: bold;
  text-decoration: none;
}

.impressum_detail a:hover {
  color: black;
  text-decoration: underline;
}
/* Add to your CSS file */
.backgroud-principal {
  background: linear-gradient(135deg, #1a0a0a 0%, #3d0000 50%, #1a0a0a 100%);
  padding: 50px 20px;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.backgroud-principal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,0,0,0.1)" stroke-width="1"/></svg>');
  background-size: 80px 80px;
  opacity: 0.5;
}

.app-screenshot {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  margin-bottom: 30px;
}

.app-screenshot:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(255, 0, 0, 0.4);
}

.content {
  background-color: rgba(15, 15, 15, 0.8);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  max-width: 1200px;
  margin: 0 auto;
}

.private-search-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.private-search-text {
  flex: 1;
  padding: 20px;
  min-width: 300px;
}

.private-search-image {
  flex: 1;
  padding: 20px;
  text-align: center;
  min-width: 300px;
}

@media (max-width: 768px) {
  .private-search-container {
      flex-direction: column;
  }
}
/* New styles for improved design - Add these to your style.css file */

/* App description section styling */
.app-description {
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.about-description {
  margin-top: 40px;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Private Search Page Styling */
.private-search-wrapper {
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23222' stroke-width='5' %3E%3Cpath d='M-500%2C75c0%2C0%2C125-30%2C250-30S0%2C75%2C0%2C75s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3Cpath d='M-500%2C45c0%2C0%2C125-30%2C250-30S0%2C45%2C0%2C45s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3Cpath d='M-500%2C105c0%2C0%2C125-30%2C250-30S0%2C105%2C0%2C105s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3Cpath d='M-500%2C15c0%2C0%2C125-30%2C250-30S0%2C15%2C0%2C15s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3C/g%3E%3C/svg%3E");
  padding: 50px 20px;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.private-search-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(100,0,0,0.1) 0%, rgba(150,0,0,0.2) 50%, rgba(100,0,0,0.1) 100%);
  pointer-events: none;
}

.private-search-wrapper .content {
  background-color: rgba(15, 15, 15, 0.9);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 32px 0 rgba(200, 0, 0, 0.2);
  border: 1px solid rgba(255, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.app-showcase {
  margin-top: 50px;
  padding: 20px;
  border-radius: 10px;
  background: rgba(30, 30, 30, 0.7);
  border: 1px solid rgba(255, 0, 0, 0.2);
}

.app-showcase-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.app-screenshot-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
  perspective: 1000px;
}

.app-screenshot {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: rotateY(5deg);
  border: 2px solid rgba(255, 30, 30, 0.3);
}

.app-screenshot:hover {
  transform: rotateY(0deg) scale(1.05);
  box-shadow: 0 15px 40px rgba(255, 0, 0, 0.4);
  border-color: rgba(255, 0, 0, 0.6);
}

.app-description {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  background: rgba(20, 20, 20, 0.7);
  border-radius: 10px;
  border-left: 3px solid #f00;
}

.app-description h3 {
  color: #f00;
  margin-bottom: 15px;
}

.app-description ul {
  padding-left: 20px;
  margin: 15px 0;
}

.app-description li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 5px;
}

.app-description p {
  margin-bottom: 20px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .private-search-container {
    flex-direction: column;
  }
}

/* Active state for navigation */
.navbar-nav .nav-link.active {
  color: #ff0000;
  font-weight: bold;
}

/* Smooth hover effects for all links */
.nav-link {
  transition: color 0.3s ease, transform 0.2s ease;
}

.nav-link:hover {
  transform: translateY(-2px);
}
/* New styles for improved design - Add these to your style.css file */

/* App description section styling */
.app-description {
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.about-description {
  margin-top: 40px;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Private Search Page Styling */
.private-search-wrapper {
  background-color: #000000;
  background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), 
                    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23ff0000' fill-opacity='0.05'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z'/%3E%3C/g%3E%3C/svg%3E");
  padding: 50px 20px;
  min-height: 100vh;
}

.private-search-wrapper .content {
  background-color: rgba(15, 15, 15, 0.95);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 32px 0 rgba(200, 0, 0, 0.2);
  border: 1px solid rgba(255, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.flex-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.app-screenshot-wrapper {
  width: 200px;
  flex-shrink: 0;
  margin-right: 25px;
  margin-top: 10px;
  perspective: 1000px;
}

.app-screenshot {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: rotateY(5deg);
  border: 2px solid rgba(255, 30, 30, 0.3);
}

.app-screenshot:hover {
  transform: rotateY(0deg) scale(1.05);
  box-shadow: 0 15px 30px rgba(255, 0, 0, 0.4);
  border-color: rgba(255, 0, 0, 0.6);
}

.main-text {
  flex: 1;
}

.app-feature-description {
  background: rgba(20, 20, 20, 0.7);
  border-radius: 10px;
  padding: 20px;
  border-left: 3px solid #f00;
  margin-top: 20px;
}

.app-feature-description h3 {
  color: #f00;
  margin-bottom: 15px;
}

.app-feature-description ul {
  padding-left: 20px;
  margin: 15px 0;
}

.app-feature-description li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 5px;
}

@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
    align-items: center;
  }
  
  .app-screenshot-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .private-search-container {
    flex-direction: column;
  }
}

/* Active state for navigation */
.navbar-nav .nav-link.active {
  color: #ff0000;
  font-weight: bold;
}

/* Smooth hover effects for all links */
.nav-link {
  transition: color 0.3s ease, transform 0.2s ease;
}

.nav-link:hover {
  transform: translateY(-2px);
}
/* New styles for improved design - Add these to your style.css file */

/* App description section styling */
.app-description {
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.about-description {
  margin-top: 40px;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Private Search Page Styling */
.private-search-wrapper {
  background-color: #000000;
  padding: 50px 20px;
  min-height: 100vh;
}

.private-search-wrapper .content {
  background-color: #222222;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Phone showcase styling */
.phone-showcase {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  perspective: 1000px;
}

.phone-container {
  transform-style: preserve-3d;
  animation: float 6s ease-in-out infinite;
  margin-right: auto;
  margin-left: 20px;
  position: relative;
}

.app-screenshot {
  width: 180px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(255, 0, 0, 0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: rotateY(15deg) rotateX(5deg);
  border: 2px solid rgba(255, 40, 40, 0.4);
}

.phone-container:hover .app-screenshot {
  transform: rotateY(0deg) rotateX(0deg) scale(1.05);
  box-shadow: 0 15px 30px rgba(255, 0, 0, 0.6);
  border-color: rgba(255, 0, 0, 0.8);
}

/* Text content styling */
.text-content {
  max-width: 800px;
  margin: 0 auto;
}

.app-feature-description {
  background: rgba(20, 20, 20, 0.7);
  border-radius: 10px;
  padding: 15px;
  border-left: 3px solid #f00;
  margin-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.app-feature-description h3 {
  color: #f00;
  margin-bottom: 10px;
}

/* Animation keyframes */
@keyframes float {
  0% {
    transform: translateY(0px) translateZ(0px);
  }
  50% {
    transform: translateY(-10px) translateZ(10px);
  }
  100% {
    transform: translateY(0px) translateZ(0px);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .phone-container {
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 768px) {
  .private-search-container {
    flex-direction: column;
  }
}

/* Active state for navigation */
.navbar-nav .nav-link.active {
  color: #ff0000;
  font-weight: bold;
}

/* Smooth hover effects for all links */
.nav-link {
  transition: color 0.3s ease, transform 0.2s ease;
}

.nav-link:hover {
  transform: translateY(-2px);
}