@font-face {
  font-family: 'AvantGardeBook';
  src: url('../fonts/ITC_Avant_Garde_Gothic_Book.ttf') format('truetype'),
       url('../fonts/ITC_Avant_Garde_Gothic_Book.otf') format('opentype'),
       url('../fonts/ITC_Avant_Garde_Gothic_Book.woff') format('woff'),
       url('../fonts/ITC_Avant_Garde_Gothic_Book.eot?#iefix') format('embedded-opentype')
}
@font-face {
  font-family: 'AvantGardeBold';
  src: url('../fonts/itc-avant-garde-gothic-bold.ttf') format('truetype'),
       url('../fonts/itc-avant-garde-gothic-bold.otf') format('opentype'),
       url('../fonts/itc-avant-garde-gothic-bold.woff') format('woff'),
       url('../fonts/itc-avant-garde-gothic-bold.eot?#iefix') format('embedded-opentype')
}
@font-face {
  font-family: 'AvantGardeBookOblique';
  src: url('../fonts/ITC_Avant_Garde_Gothic_Book_Oblique.otf') format('opentype'),
      url('../fonts/ITC_Avant_Garde_Gothic_Book_Oblique.ttf') format('truetype'),
      url('../fonts/ITC_Avant_Garde_Gothic_Book_Oblique.woff') format('woff'),
      url('../fonts/ITC_Avant_Garde_Gothic_Book_Oblique.eot?#iefix') format('embedded-opentype'),
}
@font-face {
  font-family: 'AvantGardeBoldOblique';
  src: url('../fonts/itc-avant-garde-gothic-bold-oblique.otf') format('opentype'),
       url('../fonts/itc-avant-garde-gothic-bold-oblique.woff') format('woff'),
       url('../fonts/itc-avant-garde-gothic-bold-oblique.ttf') format('truetype'),
       url('../fonts/itc-avant-garde-gothic-bold-oblique.eot?#iefix') format('embedded-opentype'),


}
body{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    height: 100%;
}
#main-site1{
  overflow-x: hidden;
}
.custom-navbar {
    background-color: #124f8c;
}
.navbar-brand p{
    font-family: 'AvantGardeBold';
    margin: 0px;
}
.navbar-brand span{
     font-family: 'AvantGardeBookOblique';
}
.form-responsive {
  /* width: 600px; */
  display: flex;
  gap: 5px;
}

/* .form-responsive input:focus {
  width: 400px;
} */
  /* #desktopSearchWrapper input:focus,
  #desktopSearchWrapper.active input {
    width: 400px;
    transition: width 0.5s ease;
  } */
#desktopSearchWrapper .search-input {
    width: 220px;
    transition: width .25s ease;
  }
  #desktopSearchWrapper.expanded .search-input {
    width: 400px;
  }
.search-input {
  /* width: 300px; */
  border-radius: 20px;
  height: 40px;
  padding: 10px 13px 10px 40px;
}
.search-icon{
  width: 30px;
  position: absolute;
  top: 8px;
  left: 10px;
  text-align: center;
}
.search-icon i{
  color: #999;
}
.mob-search-icon{
  width: 30px;
  position: absolute;
  top: 15px;
  left: 35px;
  text-align: center;
}
.mob-search-icon i{
  color: #999;
}
.user-icon i {
  font-size: 40px;
  color: #ffffff;
}
.user-bar {
    background-color: #e0f7fa;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}
.user-bar a {
    color: #124f8c;
    font-weight: 500;
}
.login{
    display: flex;
    align-items: center;
    gap: 20px;
}
.hero{
    background-image: url('../images/hero.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
}
.hero-next-bar{
    padding: 25px 40px;
}
.category-bar {
    /* background-color: #ffffff; */
    /* padding: 25px 40px; */
    padding: 25px 0px;
    /* border-top: 1px solid #dee2e6; */
    /* border-bottom: 1px solid #dee2e6; */
}
.category-btn-group{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.category-btn-group a{
    border-radius: 20px;
    /* padding: 7px 25px; */
    padding: 2px 20px;
    border-color: #124f8c;
    color: #124f8c;
    font-family: 'AvantGardeBookOblique';
}
.btn:hover{
    background-color: #124f8c;
}
:not(.btn-check) +.btn:active{
    background-color: #124f8c;
}
.category-btn-group .btn.active{
    background-color: #124f8c;
}
.section-wrapper{
    margin: 40px;
}
.round{
color: #c96ac9;
font-family: 'AvantGardeBoldOblique';
}
/* .magazine-section h3{
    color: #124f8c;
    font-style: italic;
} */
.section-wrapper h5{
    /* font-style: italic;
    font-size: larger;
    font-weight: 400; */
    font-family: 'AvantGardeBookOblique';
}
.card, .trend, .promo {
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: 15px;
}
.card h3 {
    font-size: 16px;
    font-family: 'AvantGardeBold';
}
.card p {
    font-size: 14px;
    margin-bottom:10px;
    font-family: 'AvantGardeBook';
    font-weight: 500;
}
.tags {
    display: flex;
    gap: 10px;
}
.tag {
    background: #c96ac9;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
}
.promo  {
    background: #c96ac9;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: start;
    font-family: 'AvantGardeBold';
}
.trend h4 {
    color: #c96ac9;
    /* font-size: 14px; */
    font-family: 'AvantGardeBold';
    margin-bottom:5px;
}
.trend h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'AvantGardeBold';
}
.trend p {
    font-size: 14px;
    margin: 0;
    font-family: 'AvantGardeBook';
    font-weight: 500;
}
.magazine-section{
    margin: 40px;
}
.magazine-section h3{
    color:#BA3536;
    font-family: 'AvantGardeBoldOblique';
}
.magazine-section h5{
    font-family: 'AvantGardeBookOblique';
}
.qa-section{
    margin: 40px;
}
.qa-section .category-bar{
    padding: 0 0 25px 0;
}
.icon-container{
    display: flex;
    justify-content: end;
    color: #124f8c;
}
.magazine-container{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
}
.category-buttons{
    display: flex;
    justify-content: end;
    gap: 5px;
}
.circle-btn a,.category-buttons a{
    border-radius: 20px;
    padding: 3px 10px;
    border-color: #124f8c;
    color: #BA3536;
    font-family: 'AvantGardeBold';
    font-size: 10px;
}
.community-btn{
    margin-top: 50px;
}
/* .community-btn a{
    border-radius: 20px;
    padding: 3px 12px;
    background-color: #124f8c;
    color: #ffffff;
    margin-bottom: 5px;
    font-family: 'AvantGardeBook';
} */
 .fav-btn{
     border-radius: 20px;
    padding: 3px 12px;
    background-color: #BA3536;
    border-color: #BA3536;
    color: #ffffff;
    margin-bottom: 5px;
    font-family: 'AvantGardeBook';
}
.fav-btn:hover{
  background-color: #BA3536;
  border-color: #BA3536;
}
.content{
    text-decoration: none;
    color: #000;
}
.community-btn h3 {
    color: #000;
    font-family: 'AvantGardeBold';
}
.community-btn h4 {
    font-family: 'AvantGardeBold';
}
.community-btn h5 {
    /* color: #124f8c; */
    font-family: 'AvantGardeBook';
    font-size: 18px;
}
.community-btn span{
    color: #124f8c;
}
.health-container{
    background-color: #ffffff;
    margin-top: 20px;
}
.inner-container{
    padding: 20px;
}
.image-container{
    margin-top: 20px;
}
.image-container h4{
    text-align: center;
    font-family: 'AvantGardeBook';
}
.feed-empty-box {
  background-color: #ffffff;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feed-empty-box h4{
    font-family: 'AvantGardeBookOblique';
}
/* Card Styles */
.blog-card { border: none; border-radius: 15px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.08); margin-bottom: 20px; transition: transform 0.2s; }
.blog-card:hover { transform: translateY(-5px); }
.blog-card img { width: 100%; 
  /* height: 200px;  */
  object-fit: cover; }
.blog-card .card-body { padding: 20px; }

/* .blog-card{
    border-radius: 10px;
    margin-bottom: 30px;
} */
.blog-card a {
  text-decoration: none;
  color: #000;
}
/* .blog-card img{
    object-fit: cover;
} */
.card-body{
    background-color: #ffffff;
    padding: 10px 10px;
}
.blog-card-stats{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'AvantGardeBook';
}
.blog-card h5{
    margin-top: 5px;
    font-family: 'AvantGardeBook';
    font-weight: 600;
    font-size: 18px;
}
.follow-us-bar{
    background-color: #f1f1f1;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}
.follow-us-bar h2{
    color: #124f8c;
    font-family: 'AvantGardeBook';
    font-weight: 600;
}
.follow-us-bar i{
    color: #124f8c;
    font-size: 40px;
    margin-left: 10px;
}
/* .follow-us-icons {
  display: flex;
  justify-content: space-between;
  background-color: #f1f1f1;
  padding-bottom: 20px;
} */
.icon-box {
  background-color: #124f8c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 0px;
}
.icon-box a {
  color: #fff;
  text-decoration: none;
}
.icon-box p{
    font-size: 20px;
    color: #ffffff;
    font-family: 'AvantGardeBook';
}
footer {
    background-color: #124f8c;
    color: #ffffff;
    padding: 14px 0px;
    margin-top: 20px;
}
footer a {
    color: #ffffff;
    text-decoration: none;
}
.footer-icons i {
    margin: 0 10px;
    font-size: 20px;
}
.footer-container p{
    /* display: flex;
    gap: 10px; */
    font-size: 14px;
    text-align: center;
    font-family: 'AvantGardeBook';
}
.item img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.item{
    width: 100vw;
    height: 100vh;
}
/* .image-wrapper {
    width: 100vw;
    height: 100vh;
}
  .image-wrapper img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  } */
   .owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #1659a5 !important;         
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 50% !important;                 
  width: 50px;                        
  height: 52px;
  display: flex;                      
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: background 0.3s ease;
  color: #fff !important;
}

  /* .owl-nav button.owl-prev img,
  .owl-nav button.owl-next img {
    width: 15px;                       
    height: auto;
    filter: brightness(2) !important;                 
  } */
  .owl-nav button.owl-prev i,
  .owl-nav button.owl-next i {
    font-size: 25px;   
    line-height: 1;   
    margin-top: 3px;
  }
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background: #0d3d73 !important;  
}
  .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .owl-nav button {
    pointer-events: all;
    transition: background 0.3s ease;
  }
  #main-site {
    display: none;
  }
  /* .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
    background: #1659a5 !important;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 50px;
    color: #fff !important;
  } */
.custom-menu {
  background-color: #1659a5;
  margin-top: 50px;
  margin-bottom: 10px;
}
.create-menu {
  background-color: #1659a5;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.custom-menu a {
  display: block;
  color: white;
  padding: 10px 10px;
  text-decoration: none;
  font-family: 'AvantGardeBook';
  font-weight: 500;
}
.create-menu a{
  display: block;
  color: white;
  padding: 10px 5px;
  text-decoration: none;
  text-align: center;
  font-family: 'AvantGardeBook';
  font-weight: 500;
}
.custom-menu a:hover {
  background-color: #0d3d73;
}
.create-menu a:hover {
  background-color: #0d3d73;
}
.custom-menu hr {
  border-top: 1px solid #000;
  margin: 0;
}
.fixed-bottom-right {
  position: absolute;
  bottom: 0px;
  right: 20px;
}
.recipe-container{
  background-color: rgb(14, 150, 14);
}
.recipe-section{
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  /* padding-left: 100px; */
}
.recipe-img{
  /* padding-block: 40px; */
  padding-block: 20px;
}
.recipe-buttons{
  display: flex;
  gap: 10px;
}
.recipe-buttons a{
  border-radius: 20px;
  padding: 0px 20px;
  background-color: #fff;
  color: green;
  font-family: 'AvantGardeBook';
  font-size: 18px;
  border-color: #fff;
}
.recipe-buttons a:hover{
  background-color: #fff;
  color: green;
}
.recipe-text{
  color: #fff !important;
  font-family:'AvantGardeBook' !important ;
  font-size: 35px;
}
.recipe-title{
  color: #fff !important;
  font-family: 'AvantGardeBoldOblique';
}
.health-text{
color: green !important;
font-family: 'AvantGardeBoldOblique';
}
.poll-section{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding-left: 50px;
}
.poll-text{
  color:#BA3536 !important;
  font-family:'AvantGardeBold' !important ;
  font-size: 30px;
}
.poll-title{
  color: #000 !important;
  font-family: 'AvantGardeBook';
  font-size: 23px;
}
.user-btn-group{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    /* margin-top: 30px; */
}
.user-btn-group a{
    border-radius: 20px;
    /* padding: 7px 25px; */
    padding: 2px 20px;
    background-color: #BA3536;
    color: #fff;
    border-color: #BA3536;
    font-family: 'AvantGardeBook';
}
.user-btn-group a:hover{
  background-color: #BA3536;
  border-color: #BA3536;
}
hr{
  border-color: #124F8C;
  border-width: 2px;
}
.more-text{
  font-size: 25px;
  color: grey;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-family: 'AvantGardeBook';
}
.ellipis{
    display: flex;
    justify-content: end;
    font-size: 30px;
    margin-top: 30px;
}
.ellipis a{
    color: #1659a5;
}
/* .ellipis i{
    font-size: 30px;
} */
.fun-text{
    color: #54B7C5 !important;
    font-family: 'AvantGardeBoldOblique';
}
.fun-container{
  background-color: #fff;
  padding: 0px 30px 30px;
  /* margin-top: 20px; */
}
.fun-container h3{
  font-size: 20px;
  color: #000 !important;
  font-weight: 600;
  font-family: 'AvantGardeBook';
}
.fun-container p{
  font-size: 18px;
  color: #000 !important;
  font-weight: 500;
  font-family: 'AvantGardeBook';
}
.fun-btn-group{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.fun-btn-group a{
    border-radius: 20px;
    padding: 2px 20px;
    background-color: #54B7C5;
    color: #fff;
    border-color: #54B7C5;
    font-family: 'AvantGardeBook';
}
.fun-btn-group a:hover{
  background-color: #54B7C5;
  border-color: #54B7C5;
}
.fun_line{
  border-color: #54B7C5;
  border-width: 2px;
}
.trending-fun{
    background: white;
    padding: 60px 30px;
    /* border: 1px solid #ccc; */
    /* margin-top: 15px; */
    height: 500px;
    margin-left: -50px;
    margin-right: 50px;
}
.trending-fun h3{
  color: #54B7C5;
  margin-bottom: 20px;
  font-family: 'AvantGardeBook';
  font-weight: 600;
}
.trending-fun h5{
  font-size: 24px;
  font-family: 'AvantGardeBook';
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 30px;
}
.trending-fun p{
  font-size: 20px;
  font-family: 'AvantGardeBook';
  font-weight: 600;
  line-height: 30px;
}
.dropdown-menu{
  background-color: #1659a5; 
  color: #fff;
  border-radius: 1px;
}
.dropdown-item{
  color: #fff !important;
  font-family: 'AvantGardeBook';
  font-size: 18px;
}
.dropdown-item:hover{
  background-color: #0d3d73;
}
.next-card{
  background-color: #124F8C;
  border: 1px solid #124F8C;
  color: #fff;
}
.next-card:hover{
  background-color: #124F8C;
  border: 1px solid #124F8C;
  color: #fff;
}
@media (max-width: 768px) {
  .hero {
    height: auto;
    min-height: 120px;
    background-size: contain;
    background-position: center top;
  }
  .footer-container{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .follow-us-icons {
    flex-direction: column;
    gap: 10px;
    align-items: center;
 }
 .follow-us-bar{
  justify-content: center;
}
.circle-btn{
    margin-top: 20px;
}
.community-btn{
    margin-top: 30px;
}
.blog-card{
    margin-bottom: 30px;
}
.category-btn-group{
    justify-content: center;
}
.section-wrapper{
    margin: 40px 10px 10px;
}
.section-wrapper h5{
   font-size: 18px;
}
.magazine-section{
    margin: 40px 10px 10px;
}
.magazine-section h5{
   font-size: 18px;
}
.qa-section{
    margin: 40px 10px 10px;
}
.hero-next-bar {
    padding: 12px;
}
.category-bar {
    padding: 25px;
}
  .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0px;
    transform: translateY(-50%);
    pointer-events: none;
  }
#intro-carousel .item img {
  max-width: 100vw;
  max-height: 100vh;
  object-fit: contain;
}
  .form-responsive {
    width: 100%;
  }
  .recipe-section{
  gap: 20px;
  /* padding-left: 0px;
  padding-top: 20px; */
  padding: 20px 20px 0px 20px;
  align-items: center;
}
.recipe-img{
  padding: 20px;
}
.recipe-buttons{
  display: flex;
  gap: 5px;
}
.recipe-text{
  font-size: 25px;
}
.recipe-buttons a {
font-size: 15px;
padding: 0px 10px;
}
.poll-section{
  padding-top: 20px;
  align-items: center;
  padding:20px 10px;
  gap: 10px;
}
.poll-text{
  font-size: 25px;
  text-align: center;
}
.poll-title{
  font-size: 22px;
  text-align: center;
}
.custom-menu a {
 padding: 10px 30px;
}
.custom-menu{
  margin-top: 20px;
}
.create-menu{
  margin-top: 20px;
}
.user-btn-group {
gap: 5px;
}
.user-btn-group a{
  padding: 2px 10px;
}
.fun-container{
  padding: 0px 20px 30px;
  margin-top: 20px;
}
.fun-btn-group {
gap: 5px;
}
.fun-btn-group a{
  padding: 2px 10px;
}
.trending-fun{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}
}
/* Login Css */
.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.login-card {
  max-width: 400px;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.login-logo{
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-logo p{
  font-size: 30px;
  font-weight: 700;
  color: #124f8c;
}
/* .login-logo img {
  height: 50px;
  margin-bottom: 20px;
} */
.form-control{
    /* background-color: #F6F6FA; */
    font-family: 'AvantGardeBook';
}
.form-control::placeholder {
  color: #999;
  font-family: 'AvantGardeBook';
}
.form-label{
font-weight: 600;
}
.submit-btn {
  width: 100%;
  background-color: #124f8c;
  border: none;
  /* padding: 5px; */
  border-radius: 5px;
  text-align: center;
}
.btn-now{
  color:#fff;
  font-weight: 500;
  width: 100%;
}
.btn-now:hover{
  color:#fff;
  font-weight: 500;
}
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
  color: #888;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ddd;
}

.divider:not(:empty)::before {
  margin-right: 2px;
}

.divider:not(:empty)::after {
  margin-left: 2px;
}

.google-btn {
  border: 1px solid #eee;
  padding: 8px;
  display: inline-block;
  border-radius: 6px;
}

.google-btn img {
  height: 25px;
}

.support-text {
  font-size: 15px;
  color: #666;
  font-weight: 400;
}

.support-text a {
  color: #124f8c;
  text-decoration: none;
}

.otp-link {
  color: #124f8c;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-top: 20px;
  text-decoration: none;
}

/* topic css */
.topic-container{
    display: flex;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}
.topic-card{
    text-align: center;
    margin: 30px 0px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    background: #f9f9f9;
    padding: 20px 40px;
    width: 50%;
}
.topic-container h3{
  text-align: center;
  font-size: 40px;
  color: #0d3d73;
  font-weight: 700;
}
.topic-container h5{
  text-align: center;
  font-size: 30px;
  color: #0d3d73;
  font-weight: 500;
  margin-bottom: 20px;
}
.category-btn{
  background-color: transparent;
  color: #124F8C;
  border: 2px solid #124F8C;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.category-btn.active {
  background-color: #124F8C;
  border-color: #124F8C;
  color: white;
}
.category-btn:hover{
  background-color: #124F8C;
  color: #fff;
}
.category-container{
    display: flex;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
}
.category-section{
    text-align: center;
    margin: 30px 0px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    background: #f9f9f9;
    padding: 40px 40px;
    width: 50%;
}
.like-text{
  margin-bottom: 30px;
}
.category-card{
  background-color: #1659a5;
  color: #fff;
  font-size: 30px;
  padding: 10px 10px;
  width: 100%;
  margin: 10px 0px;
  border-radius: 0px;
  transition: all 0.3s ease;
}
.category-card:hover{
  background-color: #0d3d73;
  color: #fff;
}
.category-card.active{
  background-color: #0d3d73 !important;
  color: #fff !important;
}
/* .next-card:disabled {
  background-color: #ccc !important;
  color: #666 !important;
  cursor: not-allowed !important;
  border: none !important;
  pointer-events: none;
} */
.welcome-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.welcome-logo p{
  font-size: 35px;
  font-weight: 700;
}
.created-text{
  font-size: 20px !important;
  color: #124F8C;
  margin-top: 20px;
  /* font-family: 'AvantGardeBook'; */
  font-weight: 500 !important;
}
.welcome-logo i{
  font-size: 80px;
  color: #124F8C;
}
.click-card{
  background-color: #f9f9f9;
  color: #124F8C;
  border: 1px solid #124F8C;
  font-size: 20px;
  padding: 5px 40px;
  width: 100%;
  margin: 10px 0px;
  border-radius: 0px;
  transition: all 0.3s ease;
}
.click-card:hover{
  background-color: #124F8C;
  color: #fff;
}
.click-card:active{
  background-color: #124F8C !important;
  color: #fff !important;
}

@media (max-width: 768px) {
.topic-card{
    text-align: center;
    margin: 30px 0px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    background: #fff;
    padding: 20px;
    width: 100%;
}
.topic-container h3{
  text-align: center;
  font-size: 30px;
  color: #0d3d73;
  font-weight: 700;
}
.topic-container h5{
  text-align: center;
  font-size: 25px;
  color: #0d3d73;
  font-weight: 500;
  margin-bottom: 20px;
}
.category-btn{
  height: 60px;
}
.category-card button{
  background-color: #124F8C;
  color: #fff;
  font-size: 20px;
}
.category-section{
  width: 100%;
}
.category-card{
  font-size: 20px;
}
.click-card{
  font-size: 18px;
}
}
/* health section */
.health{
  background-color: #fff;
  padding: 0px 30px 30px;
  margin-top: 20px;
  padding: 40px 40px;
}
.corner-container{
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.corner-container h3{
  color: green !important;
  font-size: 20px !important;
  font-family: 'AvantGardeBook';
  font-weight: 600;
}
.corner-container a{
  color: #124F8C !important;
}
.corner-text{
  font-family: 'AvantGardeBook';
}
.read-more{
  background-color: green;
  padding: 5px 20px;
  border-radius: 25px;
  color: #fff;
  font-family: 'AvantGardeBook';
}
.read-more:hover{
  background-color: green;
  border-radius: 25px;
  color: #fff;
}
.featured-container{
  padding: 0px 0px 0px 40px;
}
.featured_post{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.category-post{
  margin-top: 30px;
}
.featured_post h3{
  font-size: 25px;
  font-weight: 600;
  color: green;
  font-family: 'AvantGardeBold';
}
.featured_post a{
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: 'AvantGardeBook';
}
.detail-container h3{
  font-size: 30px;
  color: green;
}
.detail-container p{
  font-family: 'AvantGardeBook';
  font-size: 18px;
  font-weight: 600;
  font-weight: 20px;
}
.date-text{
  font-size: 20px;
  /* font-weight: 700 !important; */
  font-family: 'AvantGardeBold' !important;
}
.review-section{
  margin-bottom: 20px;
}
.review-text{
  font-size: 20px;
  /* font-weight: 500 !important; */
}
.detail-btn a{
  background-color: green;
  color: #fff;
  padding: 2px 15px 3px;
  border-radius: 15px;
  text-decoration: none;
  font-family: 'AvantGardeBook';
}
.ingredients-title{
  font-size: 20px;
  color: green;
  margin-top: 20px;
  font-family: 'AvantGardeBook';
  font-weight: 600;
}
.detail-container ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
}
.detail-container ul li {
    margin-bottom: 8px;
    line-height: 1.5;
    margin-top: 20px;
    font-size: 17px;
  font-family: 'AvantGardeBook';
    font-weight: 600;

}
::marker{
  color: green;
}
.direction-text{
  font-size: 17px;
  font-family: 'AvantGardeBook';
  font-weight: 600;
}
.nutrition-text{
  font-size: 18px;
  font-weight: 600;
  font-family: 'AvantGardeBook';
}
.user-container{
  display: flex;
  gap: 10px;
}
.user-container i{
margin-top: 5px;
font-size: 20px;
}
.user-text{
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #BA3536;
  font-family: 'AvantGardeBold';
}
.nutrition-star-text{
  font-size: 14px;
  font-weight: 400 !important;
font-family: 'AvantGardeBook';
}
.helpful-text{
color: #999;
font-family: 'AvantGardeBook';
}
.helpful-text i{
color: #BA3536;
}
.sort-container{
  display: flex;
  gap: 40px;
  justify-content: end;
}
.sort-container a{
text-decoration: none;
color: #000;
font-weight: 600;
font-family: 'AvantGardeBold';
}
.total-review{
  margin-bottom: 0px;
  font-family: 'AvantGardeBook';
}
.tick-icon{
  font-family: 'AvantGardeBook';
}
.tick-icon i{
  color: rgb(255, 225, 0);
}
.image-container{
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 768px) {
.health{
  padding: 20px;
}
.corner-container h3 {
  margin-top: 20px;
}
.featured-container{
  padding: 0px;
}
.detail-btn a {
padding: 2px 14px 3px;
}
.detail-container p {
font-size: 17px;
}
}
.recipe-div{
  background-color: #fff;
  padding: 10px;
}
.recipe-div h3{
  color: #888;
  font-family:'AvantGardeBold';
  font-size: 18px;
}
.ad-container a {
    text-decoration: none;
    color: #212529;
}
.salad-text {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #888;
    font-family: 'AvantGardeBold';
    color: #000;
}
.image-container1{
  gap: 0px;
}
/* .pasta-container{
  background-color: #b8b8b8;
  padding: 20px;
} */
 .ad-container{
  margin-top: 50px;
  margin-left: 20px;
 }
 .ad-container p{
  font-size: 12px;
  text-align: center;
  font-family: 'AvantGardeBook';
  margin-bottom: 0px;
 }
 .menu-icon {
  color: #fff;
  font-size: 28px;
  margin-left: 10px;
  text-decoration: none;
}
.menu-icon:hover {
  color: #fff;
}
.login-btn{
  background-color: #fff;
  color: #0d3d73;
  padding: 7px 30px;
  border-radius: 30px;
  border: none;
  font-size: 18px;
  font-family: 'AvantGardeBook';
  box-shadow: none !important;
  /* margin-top: 2px; */
}
.login-btn:hover{
  border-color: #fff;
   box-shadow: none !important;
}
.login-btn:focus,
.login-btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.dropdown-menu[data-bs-popper] {
    top: 85%;
    left: auto;
}
.search-dropdown {
  background-color: #fff;
  color: #000;
  border-radius: 5px;
   width: 100% !important;
  min-width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
}
.search-dropdown .dropdown-item {
  color: #000 !important;
  font-family: 'AvantGardeBook';
  font-size: 16px;
}
.search-dropdown .dropdown-item img{
 filter: brightness(0.5);
}
.search-dropdown .dropdown-item:hover {
  background-color: #efefef;
  color: #000;
}
@media (max-width: 768px) {
.search-dropdown{
  /* width: 200% !important; */
  left: -13px !important;
}
.dropdown-menu[data-bs-popper] {
    top: 89%;
    left: 0;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0 !important;
    left: auto !important;
    top: 100% !important;
}
.search-dropdown.show {
    position: fixed !important;
    top: -4px;
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    border-radius: 0;
    overflow-y: auto;
    z-index: 9999;
    background: #fff;
  }
    .search-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    z-index: 10000;
  }

  .search-header i {
    color: #999;
    margin-top: 4px;
  }
}
.mob-search-input {
    border-radius: 20px;
    height: 40px;
    padding: 10px 13px 10px 40px;
}
.mob-form-control {
    display: block;
    width: 80%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.line {
  color: grey !important;
  border-width: 1px !important;
  margin: 3px !important;
}

.form-control:focus{
  box-shadow: #124F8C !important;
}
.form-control:focus{
  border-color: #124F8C !important;
}
.cancel-btn{
  background-color: transparent !important;
  color: #124F8C;
  border-color: #ECEDEF;
  border-radius: 4px;
  padding: 6px 20px;
}
.cancel-btn:hover{
  background-color: transparent !important;
  color: #124F8C;
  border-color: #ECEDEF;
}
.post-btn{
  background-color: #124F8C !important;
  color: #fff;
  border-radius: 4px;
  padding: 6px 20px;
}
.post-btn:hover{
  background-color: #124F8C !important;
  color: #fff;
}
  .post-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #E7E8E8 !important;
    color: #ACAEAF;
    border: none;
  }
.rate-user-text{
 font-family: 'AvantGardeBook';
 font-size: 18px;
 margin-bottom: 0px;
 text-align: left;
 font-weight: 600;
}
.rate-user-container{
  display: flex;
  gap: 10px;
}
.rate-user-container i{
margin-top: 5px;
font-size: 40px;
}
.modal-body{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-header{
  justify-content: center;
}
.modal-title{
  font-family: 'AvantGardeBook';
}
  .star-rating {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
  }
  .star-rating .selected {
    color: #fbc02d;
  }
    .upload-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f4ff;
    border-radius: 30px;
    padding: 12px;
    margin-top: 15px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
  }
  .upload-box:hover {
    background: #e0ebff;
  }
  .upload-box i {
    color: #124F8C;
    margin-right: 8px;
    font-size: 18px;
  }
  .upload-box span {
    color: #124F8C;
    font-weight: 500;
  }
  .upload-box input {
    display: none;
  }
  .preview-container {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  /* .preview-container img, .preview-container video {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
  } */
   .preview-item {
    position: relative;
    width: 80px;
    height: 80px;
  }
  .preview-item img,
  .preview-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
  }
  .remove-btn {
    position: absolute;
    top: -8px;
    right: -6px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .comment-title{
    font-size: 20px;
    font-family: 'AvantGardeBold';
  }
  .comment-input-container {
    position: relative;
    width: 100%;
}
.comment-input {
    width: 100%;
    padding: 8px 12px;
    /* border-radius: 20px; */
    /* border: 1px solid #ccc; */
    outline: none;
    font-size: 14px;
    margin-top: 5px;
    border: none;             /* remove all borders */
    border-bottom: 1px solid #ccc;
}
.comment-buttons {
    /* display: none; */
    position: absolute;
    right: 0;
    top: 145%;
    transform: translateY(-50%);
    gap: 5px;
}
.comment-buttons button {
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'AvantGardeBook';
}
.cancel-btn {
    background-color: #eee;
    color: #000;
    font-weight: 600;
}
 .confirm-btn {
    background-color: #124F8C;
    color: #fff;
    border-radius: 8px;
    padding: 6px 20px;
    cursor: not-allowed;
    /* opacity: 0.6; */
}
.confirm-btn.active {
    opacity: 1;
    cursor: pointer;
        background-color: #124F8C;
    color: #fff;
}
.comment-input-container.active .comment-buttons {
    display: flex;
}
.comment-user-container{
  display: flex;
  gap: 10px;
  margin-top: 50px;
}
.comment-user-container i, .comment-user-container-new i{
margin-top: 5px;
font-size: 40px;
}
.comment-user-text{
  font-size: 14px;
  margin-top: 0px;
  font-weight: 900;
  margin-bottom: 0px;
  font-family: 'AvantGardeBook';
}
.comment-user-text span{
  font-size: 12px;
  margin-top: 10px;
  font-weight: 400;
}
.comment-desc{
  font-family: 'AvantGardeBook';
  font-size: 14px;
}
.comment-actions {
    display: flex;
    gap: 10px;
    /* margin-top: 5px; */
}
.comment-actions i{
  font-size: 25px;
}
.comment-actions button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    gap: 5px;
}

.comment-actions button:hover {
    color: #124F8C;
}

.like-btn.active i {
    color: #124F8C;
}
.reply-btn{
  padding: 2px 10px;
  border-radius: 20px;
  color: #999 !important;
}
.reply-btn:hover{
  background-color: #F2F2F2;
  padding: 2px 10px;
  border-radius: 20px;
  color: #999 !important;
}
.reply-input-container {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-left: 7%;
    display: none;
}
.reply-input-container i{
font-size: 20px;
display: flex;
align-items: center;
}

.reply-input-container .comment-input-container {
    flex: 1;
    position: relative;
}

.reply-input-container .comment-buttons {
    position: absolute;
    right: 0;
    top: 150%;
    transform: translateY(-50%);
    display: flex;
    gap: 5px;
}
.comment-container {
    flex: 1;
    position: relative;
}
.cursor-pointer { cursor: pointer; }

/* new dashboard css */
.date {
  font-family: 'AvantGardeBook';
  font-size: 12px;
}

.terms h4 {
  font-family: 'AvantGardeBold';
  font-weight: 600;
  font-size: 18px;
}

.terms p {
  font-family: 'AvantGardeBook';
  font-size: 16px;
}

/* Dashboard Styles */
.header-bar {
  padding: 40px 0px;
}

.header-logo {
  width: 60px;
}

.header-search {
  position: relative;
}

.header-search input {
  height: 45px;
  font-size: 14px;
}

.user-search-icon {
  position: absolute;
  left: 20px;
  top: 15px;
  color: #aaa;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.icon-btn {
  background: none;
  border: none;
  color: #333;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}

.notification-dot {
  position: absolute;
  top: 0px;
  width: 8px;
  height: 8px;
  background: #ff8c42;
  border-radius: 50%;
  right: 0;
}

.user-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.dashboard-container {
  padding: 30px;
}

.dashboard-label {
  color: #ff8c42;
  font-family: 'AvantGardeBold';
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dashboard-title {
  font-family: 'AvantGardeBold';
  font-size: 35px;
  margin-bottom: 10px;
}

.dashboard-title span {
  color: #ff8c42;
}

.dashboard-subtitle {
  color: #888;
  font-size: 16px;
  font-family: 'AvantGardeBook';
}

.action-card {
  border-radius: 15px;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
  border: none;
  transition: transform 0.2s;
  text-decoration: none;
}

.action-card:hover {
  transform: translateY(-5px);
  color: #fff;
}

.action-card i {
  font-size: 24px;
}

.action-card .card-label {
  font-family: 'AvantGardeBook';
  font-size: 16px;
}

.bg-orange {
  background: linear-gradient(135deg, #ff8c42, #ffb347);
}

.bg-teal {
  background: linear-gradient(135deg, #2ac1a3, #45d9bc);
}

.bg-purple {
  background: linear-gradient(135deg, #a27eff, #c0aeff);
}

.bg-pink {
  background: linear-gradient(135deg, #f45d8a, #ff9aad);
}

.stat-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stat-trend {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  font-family: 'AvantGardeBook';
}

.trend-up {
  background: #e6f9f5;
  color: #2ac1a3;
}

.stat-icon {
  width: 40px;
  height: 40px;
  background: #fff5f0;
  color: #ff8c42;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-left: auto;
}

.stat-label {
  color: #888;
  font-size: 14px;
  font-family: 'AvantGardeBook';
  margin-bottom: 0px;
}

.stat-value {
  font-family: 'AvantGardeBold';
  font-size: 25px;
  margin-bottom: 0px;
}

.trend-steady {
  background: #f0f0f0;
  color: #888;
}

.dashboard-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.section-title {
  font-family: 'AvantGardeBold';
  font-size: 22px;
  margin: 0;
}

.section-subtitle {
  color: #888;
  font-size: 14px;
  font-family: 'AvantGardeBook';
}

.view-all-link {
  color: #ff8c42;
  text-decoration: none;
  font-family: 'AvantGardeBook';
  font-size: 14px;
  font-weight: 700;
}

.post-item,
.poll-item {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border: none;
}

.post-item a,
.poll-item a {
  text-decoration: none;
}

.post-title,
.poll-question {
  font-family: 'AvantGardeBold';
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 28px;
  color: #333;
}

.status-badge {
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 10px;
  font-family: 'AvantGardeBook';
  margin-left: 10px;
  vertical-align: middle;
  font-weight: 600;
}

.badge-published {
  background: #e6f9f5;
  color: #2ac1a3;
  border: 1px solid #2ac1a3;
}

.badge-pending {
  background: #fff5e6;
  color: #ff8c42;
  border: 1px solid #ff8c42;
}

.badge-active {
  background: #e6f9f5;
  color: #2ac1a3;
  border: 1px solid #2ac1a3;
}

.badge-closed {
  background: #f0f0f0;
  color: #888;
  border: 1px solid #888;
}

.post-meta,
.poll-meta {
  display: flex;
  gap: 20px;
  color: #888;
  font-size: 13px;
}

.post-meta span,
.poll-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'AvantGardeBook';
}

.poll-category {
  font-family: 'AvantGardeBook';
  font-size: 13px;
  text-transform: uppercase;
  color: #888;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.poll-category i {
  font-size: 10px;
  color: #ff8c42;
}

@media (max-width: 768px) {
  .header-bar {
    padding: 20px 0px 30px;
  }

  .dashboard-container {
    padding: 10px;
  }

  .post-meta,
  .poll-meta {
    gap: 10px;
  }

  .post-meta span,
  .poll-meta span {
    align-items: baseline;
  }

  .header-actions {
    gap: 10px;
  }

}

/* About Us Page Styles */
.about-us-wrapper {
  margin: 40px;
}

.about-main-title {
  font-family: 'AvantGardeBold';
  font-size: 35px;
  color: #124f8c;
}

.about-main-title span {
  color: #124f8c;
  font-family: 'AvantGardeBookOblique';
  font-size: 28px;
}

.about-subtitle {
  font-size: 18px;
  color: #555;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.6;
  font-family: 'AvantGardeBook';
}

.about-hero-card {
  background: white;
  border-left: 5px solid #124f8c;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-top: 24px;
  padding: 24px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  text-align: left !important;
}

.about-hero-card p:first-of-type {
  font-family: 'AvantGardeBook';
}

.about-highlight-text {
  color: #124f8c;
  font-family: 'AvantGardeBold';
  font-weight: 700;
  margin-bottom: 0px;
}

.about-section-title {
  font-family: 'AvantGardeBold';
  font-size: 32px;
  color: #124f8c;
  margin-bottom: 20px;
}

.about-text {
  font-size: 16px;
  font-family: 'AvantGardeBook';
  line-height: 1.7;
  color: #555;
}

.about-image-card {
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.abstract-bg-1 {
  background:
    /* linear-gradient(135deg, rgba(18, 79, 140, 0.8), rgba(201, 106, 201, 0.8)), */
    url('https://images.unsplash.com/photo-1545389336-cf090694435e?q=80&w=1000&auto=format&fit=crop') center/cover;
}

.abstract-bg-2 {
  background:
    /* linear-gradient(135deg, rgba(186, 53, 54, 0.8), rgba(255, 140, 66, 0.8)),  */
    url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?q=80&w=1000&auto=format&fit=crop') center/cover;
}

.about-card {
  background: white;
  border-top: 4px solid #c96ac9;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 24px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.about-card-icon {
  font-size: 40px;
  color: #c96ac9;
  margin-bottom: 16px;
}

.about-card-title {
  font-family: 'AvantGardeBold';
  font-size: 24px;
  color: green;
  margin-bottom: 15px;
}

.about-list {
  padding-left: 20px;
  margin-bottom: 20px;
}

.about-list li {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
}

.about-different-section {
  background: #124f8c;
}

.about-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(201, 106, 201, 0.4) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(255, 140, 66, 0.3) 0%, transparent 50%);
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.about-pillar-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
  color: white;
}

.about-pillar-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
}

.about-pillar-card h4 {
  font-family: 'AvantGardeBold';
  font-size: 22px;
  margin-bottom: 15px;
}

.about-pillar-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'AvantGardeBook';
}

.pillar-icon {
  font-size: 40px;
}

.text-mind {
  color: #54B7C5;
}

.text-body {
  color: #BA3536;
}

.text-soul {
  color: #c96ac9;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.about-feature-item {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.05rem;
  color: #444;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'AvantGardeBook';
  font-weight: 600;
}

.about-feature-item i {
  color: #124f8c;
}

.about-highlight-box {
  background-color: #e0f7fa;
  border-left: 4px solid #124f8c;
  font-family: 'AvantGardeBookOblique';
  font-weight: 600;
  font-size: 20px;
}

.about-conclusion-box {
  background: linear-gradient(to bottom right, #ffffff, #fff9f9);
  border-bottom: 4px solid #BA3536;
}

.about-welcome-box {
  background: linear-gradient(to bottom right, #ffffff, #f0f8ff);
  border-bottom: 4px solid #124f8c;
}

.about-welcome-box h4 {
  font-family: 'AvantGardeBold';
  font-size: 20px;
}

.about-soulful-text {
  font-family: 'AvantGardeBoldOblique';
  font-size: 1.8rem;
  color: #BA3536 !important;
}

@media (max-width: 768px) {
  .about-us-wrapper {
    margin: 40px 10px 10px;
  }

  .about-main-title {
    font-size: 28px;
  }

  .about-main-title span {
    font-size: 22px;
    display: block;
    margin-top: 5px;
  }

  .about-section-title {
    font-size: 28px;
  }

  .about-feature-grid {
    grid-template-columns: 1fr;
  }

  .about-different-section {
    padding: 30px 20px !important;
  }
}

.help-text {
  font-family: 'AvantGardeBold';
  color: #124f8c;
}

.help-subtext {
  font-family: 'AvantGardeBook';
  font-size: 18px;
}

.help-category {
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  position: relative;
  z-index: 1;
}

.help-category::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}

.help-category:hover {
  transform: translateY(-10px);
  border-color: transparent;
}

.help-category:hover::after {
  opacity: 1;
}

.help-category:hover .icon-circle {
  transform: scale(1.1);
}

.cat-1 .icon-circle {
  background: rgba(18, 79, 140, 0.1);
  color: #124f8c;
}

.cat-2 .icon-circle {
  background: rgba(186, 53, 54, 0.1);
  color: #BA3536;
}

.cat-3 .icon-circle {
  background: rgba(84, 183, 197, 0.1);
  color: #54B7C5;
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.help-category h4 {
  font-family: 'AvantGardeBold';
  color: #333;
  margin-bottom: 15px;
}

.help-category p {
  font-family: 'AvantGardeBook';
  font-size: 15px;
  color: #666;
}

.modern-accordion .accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 15px;
}

.modern-accordion .accordion-button {
  background: #fff;
  border-radius: 12px !important;
  padding: 20px 25px;
  font-family: 'AvantGardeBold';
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.modern-accordion .accordion-button:not(.collapsed) {
  color: #124f8c;
  background-color: #fff;
  border-color: #124f8c;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: none;
}

.modern-accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.modern-accordion .accordion-button::after {
  background-image: none;
  content: '\f067';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 14px;
  color: #888;
  transform: none;
  transition: all 0.3s ease;
}

.modern-accordion .accordion-button:not(.collapsed)::after {
  content: '\f068';
  color: #124f8c;
  transform: rotate(180deg);
}

.modern-accordion .accordion-body {
  background: #fff;
  border: 1px solid #124f8c;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 20px 25px;
  font-family: 'AvantGardeBook';
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.modern-accordion .accordion-body a {
  color: #BA3536;
  text-decoration: none;
}

.floating-contact {
  background: linear-gradient(135deg, #BA3536 0%, #d94546 100%);
  border-radius: 20px;
  padding: 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(186, 53, 54, 0.2);
}

.floating-contact::before {
  content: '\f086';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: -20px;
  bottom: -40px;
  font-size: 180px;
  color: rgba(255, 255, 255, 0.1);
  transform: rotate(-15deg);
}

.btn-white-outline {
  background: #fff;
  color: #BA3536;
  border: 2px solid #fff;
  padding: 12px 35px;
  border-radius: 30px;
  font-family: 'AvantGardeBold';
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-white-outline:hover {
  background: transparent;
  color: #fff;
}

/* Help Center Contact Form */
.contact-form-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.contact-form-title {
  font-family: 'AvantGardeBold';
  color: #333;
}

.contact-form-subtitle {
  font-family: 'AvantGardeBook';
  color: #666;
  font-size: 16px;
}

.contact-form-card .form-label {
  font-family: 'AvantGardeBold';
  color: #333;
  font-size: 14px;
}

.contact-form-card .form-control {
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-family: 'AvantGardeBook';
}

.contact-form-card textarea.form-control {
  resize: none;
}

.contact-form-submit {
  background-color: #BA3536;
  border-color: #BA3536;
  border-radius: 8px;
  padding: 12px 40px;
  font-family: 'AvantGardeBold';
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(186, 53, 54, 0.3);
}

.contact-form-submit:hover {
  background-color: #a02c2d;
  border-color: #a02c2d;
  color: #fff;
}

@media (max-width: 768px) {
  .contact-form-card {
    padding: 40px 20px;
  }
}