html {
        scroll-padding-top: 100px; /* 100px offset from the top */
    }

body{
font-family: 'Poppins', sans-serif !important;
}


body , html {
    overflow-x: hidden;
    width: 100%;
}

a {
    text-decoration: none !important;
}

p{line-height: 24px !important;color: #777777;font-size: 15px;}
.accordion-body strong {
    font-weight: 400 !important;
}
button.accordion-button {
    background: linear-gradient(to right, #a6024b, #f1056a, #ff75a5);
    color: #fff !important;
    margin-top: 0;
    outline: none;
    border: none !important;
}
.accordion-item {
    margin-top: 10px;
}
/* HEADER */
.forum-table a {
    text-decoration: none;
    color: black;
    text-transform: capitalize;
}
.cta-link {
  position: relative;
  display: inline-block;
  padding: 12px 38px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #F1056A;
  border-radius: 30px;
  overflow: hidden;
  background-color: #F1056A;
  transition: color 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 0 0 transparent;
  font-weight: 500;
  font-family: 'Poppins';
}

/* The text stays on top */
.cta-link > span:first-child {
  position: relative;
  z-index: 2;
}

/* Background fill layer */
.cta-link .bg {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8BF4C;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 1;
}

/* Hover effects */
.cta-link:hover .bg {
  transform: translateX(0);
}

.cta-link:hover {
  color: #fff;
  border-color: #F8BF4C;
  box-shadow: 0 8px 20px rgba(241, 5, 106, 0.3);
}

div#navbarNavAltMarkup {
    justify-content: end;
}

.navbar-nav {
    gap: 10px;
}

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

#header button.dropdown-toggle {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.partner-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
  background: #ffffff21;
  padding: 30px;
  border-radius: 20px 20px 0 0;
  backdrop-filter: blur(5px);
  border: 1px solid;
  margin-top: 150px;
  border-bottom: 0;
}

.partner-search-form .form-group {
  display: flex;
  flex-direction: column;
  min-width: 140px;
  flex: 1;
}

.partner-search-form .form-group.age-group {
  min-width: 200px;
}

.partner-search-form label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
}

/* Optional for better alignment */
.partner-search-form .form-select {
  min-width: 100px;
  /* background: transparent; */
  border: 0;
  /* color: white; */
}

/* Already shared button style */
.cta-link-btn {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #F1056A;
  border: 2px solid #F1056A;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
  white-space: nowrap;
  font-family: 'Poppins';
}

.cta-link-btn span {
  position: relative;
  z-index: 2;
}

.cta-link-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8BF4C;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.cta-link-btn:hover::before {
  transform: scaleX(1);
}

.cta-link-btn:hover {
  color: #fff;
  border-color: #F8BF4C;
  box-shadow: 0 8px 20px rgba(241, 5, 106, 0.3);
}
#header {
    position: relative;
    z-index: 1000;
}

section.hero-banner {
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    min-height: 900px;
    margin-top: -120px;
    display: flex
;
    align-items: end;
   
    text-align: center;
}
.social-icons i {
    color: white;
    font-size: 26px;
    margin: 10px;
}

.social-icons i:hover {
    color: #f1056a;
    transition: all linear .2s;
    transform: scale(1.2);
}
section.explore h2 {
    width: auto !important;
}
.hero-banner h1 {
    font-size: 80px;
    font-family: 'Outfit', sans-serif;
}

.hero-banner a.cta-link {
    margin-top: 20px;
}

a.nav-item.nav-link {
    color: #ffffffcf;
}

a.nav-item.nav-link.active {
    color: white;
}

a.nav-item.nav-link:hover {color: white;transition: all linear .2s;}

#header ul.dropdown-menu {
    top: 15px !important;
}

section.mid-cta {
    background-color: #f1056a;
    color: white;
    padding: 10px 0;
}

h2.main-title {
    font-family: 'Outfit';
    font-size: 46px;
    position: relative;
    width: max-content;
}

.cta-link.is-white {
    background-color: white;
    border-color: white;
    color: #f1056a;
}

.cta-link.is-white:hover {
    color: white;
    border-color: #f8bf4c;
}

h2.main-title img {
    position: absolute;
    right: -23px;
    bottom: -6px;
}

.trusted-box img {
    width: 50px;
}

.trusted-box h3 {
    font-size: 20px;
    color: black;
    margin: 20px 0 15px;
}

.trusted .wrapper {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.trusted-box {
    padding: 20px;
}

.trusted-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    transition: all linear .2s;
	transform:scale(1.02)
}

section.trusted {
    background-image: url('../images/img3.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 70px 0;
}

section.explore {
    background-image: url('../images/img9.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    position: relative;
    margin-bottom: 70px;
}

.explore a.btn {
    background-color: #f1056a;
    color: white !important;
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 20px;
}

.explore a.btn:hover {
    background-color: #f8bf4c;
    transition: all linear .2s;
}

.explore img.img10 {
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 15%;
    z-index: -1;
}

.explore .last-col {
    padding: 20px 80px;
}

.explore h2.main-title img {
    width: 35%;
    bottom: -15px;
    right: 170px;
    rotate: 5deg;
}

.explore h5 {
    margin-top: 
30px;
    font-size: 28px;
}

.explore p {
    margin: 80px auto 0 auto;
    width: 80%;
}

.text-with-image {
    position: relative;
    margin-bottom: 25px;
}

img.img11 {
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
}

i.fa-solid.fa-play {
    background-color: white;
    color: #f8bf4c;
    width: 60px;
    font-size: 32px;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 1px white;
}

.explore .frst-col {display: flex;align-items: end;justify-content: end;}

.play-btn {
    margin: 20px 10px;
}

section.found {
    background-image: url('../images/img13.png');
    background-size: 100% 62%;
    background-repeat: no-repeat;
    color: white;
    padding-top: 70px;
}

.found h2.main-title img {
    width: 25%;
    right: -12px;
}

.stories {margin-top: 40px;}

.stories .card img {
    width: 100%;
}

.stories .card {
    text-align: center;
    border: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 10px 0px;
    border-radius: 28px;
	text-decoration:none;
}

.stories .item {
    padding: 20px 10px;
}

.stories h3 {
    font-size: 20px;
}

.stories .card .content {
    padding: 30px 40px 10px;
}

.stories .card .content .divider {
    width: 20%;
    height: 2px;
    background-color: #f1056a;
    margin: 30px auto;
	transition: all ease .5s;
}

.stories .card:hover .divider {
    width: 70%;
    transition: all ease .5s;
}

button.owl-dot.active span {
    background: #f1056a !important;
    /* width: 15px !important; */
    /* height: 15px !important; */
}

.profile-carousel .card {text-decoration: none;color: white;position: relative;text-align: center;border-radius: 30px;border: 0;transition: all ease .3s;height: 100%;}

.profile-carousel .card .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.profile-carousel .card p {
    color: white;
}

.profile-carousel .card h3 {
    font-size: 22px;
}

.profile-carousel .card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(180deg, rgb(241 5 106 / 0%) 30%, rgb(241 5 106 / 67%) 80%);
    z-index: 0;
}

.profiles .owl-carousel .owl-nav {
  display: block !important;
}

.profile-carousel button.owl-prev , button.owl-next {
    background-color: #f1056a !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;  
}
.profile-carousel .owl-nav span {
    color: white;
    font-size: 50px;
    line-height: 40px;
}

.profiles button.owl-prev , .profiles button.owl-next {
    opacity: 1 !important;
}

.profile-carousel .owl-nav i {
    color: white;
}

.profile-carousel .owl-nav {
  pointer-events: all !important; /* force allow clicks */
}

.profile-carousel .owl-nav button {
  pointer-events: all !important;
}
.profile-carousel button.owl-prev {
    left: -4%;
    position: absolute;
    top: 45%;
}

.profile-carousel button.owl-next {
    right: -4%;
    position: absolute;
    top: 45%;
}

.owl-carousel.profile-carousel {
    margin-top: 30px;
}

section.profiles {
    padding-top: 70px;
}

section.profiles h2.main-title img {
    width: 40%;
    right: -10px;
    bottom: -14px;
    transform: rotate(3deg);
}

.profile-carousel .card:hover {
    transform: scale(1.02);
    transition: all ease .3s;
    box-shadow: #f1056a5c 0px 3px 16px 0px;
}

.profile-carousel .item {
    padding: 20px 10px;
    height: 450px;
}

.profile-carousel .item .content {
    position: absolute;
    bottom: 20px;
    text-align: center !important;
    width: 100%;
    color: white;
    left: 0;
}
section.mid-cta h2 {
    width: auto !important;
}

.profile-carousel .item .content * {
    color: white;
    text-decoration: unset;
    text-transform: capitalize;
}

.profile-carousel .item img {
    height: 100%;
    border-radius: 30px !important;
    object-fit: cover;
    border: 2px solid #f1056a1a;
}

section.downloads .first-col {
    padding-right: 50px;
}

section.downloads {
    position: relative;
    padding: 70px 0;
}

.downloads img.img10 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12%;
}

.downloads p {
    margin: 70px 0 30px;
}

.downloads h2.main-title img {
    width: 40%;
    right: 180px;
    bottom: -20px;
    transform: rotate(5deg);
}

.testimonial-wrapper {
    display: flex;
    width: 80%;
    margin: auto;
    gap: 50px;
    align-items: center;
    margin-top: 50px;
}

.testimonial-wrapper img {
    width: 120px !important;
    height: 120px;
    border: 10px solid white;
    border-radius: 50%;
}

section.testimonials {
    background-image: url('../images/img26.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 80px 0;
    position: relative;
}

.review p {
    background-color: white;
    padding: 40px;
    border-radius: 15px;
}

.review h4 {
    font-weight: 400;
}

.review:before {content: "";width: 30px;height: 30px;position: absolute;background-color: white;left: -10px;transform: rotate(45deg);top: 40%;}

.review {
    position: relative;
}

.testimonials h2.main-title img {
    bottom: -20px;
    right: -12px;
}

.testimonials img.img10 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12%;
}

.testimonials button.owl-dot.active span {
    border: 2px solid white;
    width: 15px;
    height: 15px;
    top: 2px;
    position: relative;
}

.bottom-cta {
    height: 500px;
    background-image: url('../images/img28.png');
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.bottom-cta h2.main-title img {
    bottom: -20px;
    right: -10px;
}

.bottom-cta h5 {
    margin: 40px 0;
}

footer .row {
    justify-content: center;
}

.copy-right {
    text-align: center;
    background-color: #f1056a;
    padding: 10px;
}

.copy-right p {
    margin: 0;
    color: white;
}

footer {
    padding: 70px 0 ;
    background-image: url('../images/img3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

ul.footer-menu {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 30px;
    
}

ul.footer-menu a {
    text-decoration: none;
    color: black;
}

footer .container {
    max-width: 900px;
}

footer .social-icons i {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social-icons a i {
    color: #00000080;
    font-size: 18px;
}

footer .social-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

footer a {
    text-decoration: none;
}

footer .social-icons a i:hover {
    background-color: #f1056a;
    color: white;
    border-color: #f1056a;
}

section.inner-banner {
    background-color: black;
    margin-top: -120px;
    height: 450px;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    background-image: url(../images/img28.png);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 50px 0;
}

.inner-banner .row {
    justify-content: center;
    margin-top: 100px;
}

section.inner-banner ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    text-transform: capitalize;
}

section.inner-banner ul a {
    color: white;
    text-decoration: none;
}

section.inner-banner ul i {
    margin-right: 10px;
}

section.inner-banner h2.main-title {
    font-size: 60px;
    text-transform: capitalize;
}

section.community-cards {
    padding: 70px 0;
}

footer {
    border-top: 1px solid #80808024;
}

.active-members img.card-img-top {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 50% !important;
	object-position: top;
}

.active-members .card-body {
    padding: 30px;
}

section.active-members {
    padding: 70px 0;
}

 .subscription-card {
    border-radius: 16px;
    transition: transform 0.3s ease;
    border: 1px solid #c3b5b5bf;
  }

  .subscription-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }

  .subscription-header {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .price {
    font-size: 2rem;
    font-weight: bold;
    color: #F1056A;
  }

  .feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
  }

  .feature-list li {
    margin-bottom: 0.5rem;
  }

  .btn-subscribe {
    background-color: #F1056A;
    color: white;
    border-radius: 30px;
  }

  .btn-subscribe:hover {
    background-color: #c00453;
  }
  
  .subscriptions{
	padding:70px 0;
  }
  
  section#contact img {
    border-radius: 20px;
}

section#contact .row {
    align-items: center;
}

#contact .contact-box {
    padding: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}

#contact h2 {
    font-family: 'Outfit';
    font-size: 50px;
    margin-bottom: 30px;
}

#contact button.btn.btn-primary {
    background-color: #f1056a;
    border: 0;
    padding: 15px;
}

#contact .form-control {
    padding: 15px;
}

section#contact {
    padding: 70px 0;
}

section#login-register .form-box {
    backdrop-filter: blur(10px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    border: 1px solid #ffffff33;
    border-radius: 20px;
}

section#login-register .form-control {
    padding: 15px;
}

section#login-register label {
    color: white;
    margin-top: 30px;
    margin-bottom: 10px;
}

section#login-register button.btn.btn-primary {
    background-color: #f1056a;
    border: 0;
    padding: 15px;
}

a#register-tab {
    color: #f1056a;
}

a#login-tab {
    color: #f1056a;
}

section#login-register ul#formTabs {
    margin-top: 50px;
    border-color: #ffffff82;
}

img.img32 {
    width: calc( 50% + 5%);
    border-radius: 20px;
}

section#login-register .row {
    align-items: center;
}

.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
  object-position: top;
}
.verified-badge {
  color: #ffffff;
  font-size: 1.2rem;
  background-color: #f1056a;
  border-radius: 20px;
  width: 30px;
10px:;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
    
ul#profileTab button {
    color: black;
    border-bottom: 5px solid transparent !important;
    border-radius: 0;
    margin:  0 !important;
    padding: 12px 50px;
    border: 0;
}

ul#profileTab button.active {
    background-color: #f1056a;
    color: white;
}

ul#profileTab button:hover {
    border-bottom: 5px solid #f1056a !Important;
    border-radius:0;
}

ul#profileTab {
    border: 0;   
    margin-bottom: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.profile-content .card {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border: 0;
    height: 100%;
}

.profile-content {
    padding: 100px 0;
}

li.nav-item {
    border-radius: 0;
    border: 0 !important;
}

.profile-content .right-card {
    justify-content: center;
    align-items: center;
    height: auto;
}

.profile-content .tab-pane h5 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 30px;
}

.profile-header {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.profile-header .left-div {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    color: white;
}

.profile-header .left-div p {   
    color: white;
}

.profile-header .left-div .badge {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
}

.profile-carousel .item .content h3 {
    font-size: 22px;
}

.profile-header .left-div .profile-img {
    width: 200px;
    height: 200px;
    transition: all ease .3s;
}

.profile-header .left-div .profile-img:hover {
    transform: scale(1.03);
    filter:brightness(0.8);
    transition: all ease .3s;
}

.right-div {
    font-size: 24px;
    align-items: center;
}
/* Fullscreen Overlay */
#loaderOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Heart Loader */
.loader {
  width: 60px;
  aspect-ratio: 1;
  background: linear-gradient(#dc1818 0 0) bottom/100% 0% no-repeat #ccc;
  -webkit-mask: 
    radial-gradient(circle at 60% 65%, #000 62%, #0000 65%) top left, 
    radial-gradient(circle at 40% 65%, #000 62%, #0000 65%) top right, 
    linear-gradient(to bottom left, #000 42%,#0000 43%) bottom left , 
    linear-gradient(to bottom right,#000 42%,#0000 43%) bottom right;
  -webkit-mask-size: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  animation: l19 2s infinite linear;
}

@keyframes l19 {
  90%,100% {background-size:100% 100%}
}

#mainContent {
  text-align: center;
  margin-top: 100px;
}

button.mt-3.cta-link:hover{
    background-color: #F8BF4C;
    color: #fff;
    border-color: #F8BF4C;
    box-shadow: 0 8px 20px rgba(241, 5, 106, 0.3);
}

#login p.text-danger {
    background-color: red;
    color: white !important;
    padding: 5px 15px;
    margin-top: 20px;
    border-radius: 5px;
}

.profile-dropdown {
    position: relative;
}
#header .profile-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 55px !important;
    left: 0;
}
#header .profile-dropdown:hover .dropdown-menu {
    display: block;
}

.forum h5.forum-title {
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}

.forum span.forum-desc {
    color: #555;
    display: block;
    font-size: 0.9rem;
    text-align: left;
    margin-bottom: 10px;
}

.forum span.forum-user {
    color: #f1056a;
    font-weight: 500;
}

.forum small.forum-date {
    color: #888;
    font-size: 0.8rem;
}

.forum-stats-title {
    border-left: 3px solid #f7b532;
    padding-left: 8px;
    font-weight: 600;
}
strong.ans-title1 {
    font-weight: 500 !important;
}
.forum-stat-list li {
    margin-bottom: 7px;
    padding: 6px 0;
}
.forum-stat-list li>h5{
    font-size:22px;
}
.forum th {
    background-color: transparent !important;
    color: white !important;
    padding: 20px 20px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.forum td {
    padding: 30px 20px !important;
    text-align: center !important;              /* Horizontal center */
    vertical-align: middle !important;          /* Vertical center */
}

.forum-stats ul {
    margin-top: 30px;
}

.card.forum-stats {
    border: 0;
    border-radius:0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.forum table {
    box-shadow: var(--bs-box-shadow-sm)!important;
}

.forum td:nth-child(1) {
    text-align: left !important;
}


.nav-tabs .nav-link.active {
    font-weight: bold;
    background-color: #ffffff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}
.profile-box {
    position: relative;
}
.answer-action {
  /* background: #f7f8f9 !important; */
  padding: 17px 30px;
  border: 1px solid #80808014;
  border-radius: 0;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: var(--bs-box-shadow-sm)!important;
}
.answer-action .action-content {
    display: flex
;
    align-items: center;
}
.answer-action .action-content .ans-title {
    font-size: 20px;
    color: black;
    font-weight: 500;
    margin-bottom: 0;
}
.answer-action .action-content .image-wrap {
    margin-right: 30px;
}
.post-header {
    display: flex
;
    justify-content: space-between;
    background: #f7f8f9;
    padding: 17px 30px;
    border: 1px solid #eaeeef;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.post-header .category-menu .dropdown-toggle {
    position: relative;
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #6b707f;
    padding: 0 15px;
    font-size: 14px;
}
.post-header .support-total-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-header .support-total-info li:not(:last-child)
 {
    margin-right: 20px;
}

.post-header .support-total-info li.open-ticket {
    color: #1d2746;
    font-weight: 500;
}
.post-header .support-total-info li {
    display: inline-block;
    font-size: 14px;
}
.post-header .support-total-info li.close-ticket a {
    color: #6b707f;
}
.community-post.style-two:not(:last-child) {
    border-bottom: 1px solid #f2f3f4;
}
.community-post.style-two {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}
.post-header .category-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-header .category-menu li {
    display: inline-block;
}
.community-post.style-two:not(:last-child) {
    border-bottom: 1px solid #f2f3f4;
}
.community-post.style-two {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}
.community-post .post-content {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
}
.community-post .post-content .author-avatar {
   
    margin-right: 25px;
    border-radius: 50%;
    overflow: hidden;
  
}
.author-avatar img {
    width: 44px !important;
}
.community-post .post-content .entry-content {
    flex: 2;
}
.community-post .post-content .entry-content .post-title a {
    color: black;
}
.community-post.style-two .post-content .entry-content .post-title {
    display: inline-block;
    margin-right: 10px;
}
.community-post.style-two .entry-content .post-title {
    font-size: 16px;
}
.community-post .post-content .entry-content .post-title {
    font-size: 18px;
    font-weight: 500;
    color: #1d2746;
    margin-bottom: 0;
    line-height: 1.7;
    list-style:none;
}
.community-post.style-two .meta {
    margin: 0;
    padding: 0;
    list-style: none;
}
.community-post.style-two .meta li {
    display: inline-block;
    margin-right: 15px;
    color: #838793;
    font-size: 14px;
}
.community-post.style-two .meta li {
    display: inline-block;
    margin-right: 15px;
    color: #838793;
    font-size: 14px;
}
.community-post .post-meta-wrapper .post-meta-info li a {
    display: block;
    color: #868b99;
}
.community-post .post-meta-wrapper .post-meta-info {
    margin: 0;
    padding: 0;
    list-style:none;
}
.community-post.style-two .post-meta-wrapper .post-meta-info li:not(:last-child) {
    margin-right: 30px;
}
.community-post .post-meta-wrapper .post-meta-info li:not(:last-child) {
    margin-right: 50px;
}
.community-post .post-meta-wrapper .post-meta-info li {
    display: inline-block;
}
.pagination-wrapper {
 border: 1px solid #ededed !important;
    background-color: #f7f8f9;
    padding: 23px 30px;
    display: flex
;
flex-direction:row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    border-radius: 6px;
    margin-bottom:20px;
}
.pagination-wrapper .post-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination-wrapper .post-pagination li:not(:last-child) {
    margin-right: 3px;
}
.pagination-wrapper .post-pagination li.pegi-disable {
    display: none;
}
.community-post {
    border-radius: 6px;
    background-color: #f7f8f9;
    box-shadow: 0 2px 8px 0 rgba(2, 47, 57, 0.1);
    padding: 23px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ededed;
  border-radius: 6px 0px 6px 0px !important;
}
.community-post.style-two .meta li a {
    font-size: 14px;
    color: #777777;
}
.community-post.style-two .meta li i, .community-post.style-two .meta li img {
    margin-right: 10px;
    font-size: 14px;
}
.community-post.style-two .meta li img {
    display: inline-block;
    vertical-align: -2px;
}
.badge {
    font-size: 12px;
    background-color: #f1056a !important;
    padding: 2px 5px 0;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    line-height: 1.45;
    border-bottom: 1px solid #f1056a;
    vertical-align: middle;
    font-weight: 500;
    height: 22px;
}
.community-post.style-two .post-content .cat-wrap {
    display: inline-block;
    vertical-align: 3px;
}
.icon_calendar:before {
    content: "\e023";
}
.community-post .post-meta-wrapper .post-meta-info li a i {
    margin-right: 10px;
}
.pagination-wrapper .post-pagination li a {
    display: block;
    color: #6b707f;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: #f2f5f6;
    border-radius: 3px;
}
.pagination-wrapper .post-pagination li:not(:last-child) {
    margin-right: 3px;
}
.pagination-wrapper .post-pagination li.pegi-disable {
    display: none;
}
ul.post-pagination {
    display: flex;
}
.widget > ul.list-unstyled {
    margin-top: -10px;
}
.w_tag_list {
    display: flex
;
    flex-wrap: wrap;
    margin: -5px;
}
.text-card2{/* background-color: #f7f8f9; */color:black;border: 1px solid #ededed !important;box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);border-radius:6px;}
.w_tag_list.style-light li a {
    background: #d9d9d9;
}
.w_tag_list li a {
    color: #6b707f;
    padding: 2px 18px;
    display: inline-block;
    background: #f3f8f9;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.2s linear;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.widget .c_head {
    margin-bottom: 35px;
}
.c_head {
    font-size: 20px;
    line-height: 26px;
}
.w_tag_list li {
    margin: 5px 7px;
}
.w_tag_list.style-light li a:hover {
    background: #f1056a !important;
    color: white !important;
    box-shadow: none;
}
.forum-text{
background-color:#f9fafb !important;
}
.text-card1{
background-color: #f7f8f9;
border: 1px solid #ededed !important;
box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
padding: 9px !important;
}
.profile-box {
    height: 420px;
    border: 2px solid #f1056a17;
    border-radius: 30px;
}
.text-card2 {
    /* background-color: #f7f8f9; */
    color: black;
    border: 1px solid #ededed !important;
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
    padding: 10px 15px !important;
    border-radius:6px 6px 0px 0px !important;
    height: 50px;
}
.text-card3 {
    /* background-color: #f7f8f9; */
    color: black;
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
    border: 1px solid #ededed !important;
    padding: 18px 15px !important;
    border-radius:0px 0px 6px 6px !important;
}
.q-title {
    display: flex;
    padding: 0;
    align-items: center;
}
.forum-post-content {
    padding-left: 62px;
}
.forum-post-top {
    display: flex
;
}
.form-label{
    color: black;
    font-weight: 500;
}
.form-control1{
    height:45px;
}

.select2-container .select2-search--inline .select2-search__field{
    /* margin-top: 9px !important; */
    margin: 0 !important;
    padding: 16px !important;
    height: 55px  !important;
    border: 0 !important;
    font-family: 'Poppins' !important;
}
.text-card45 {
    line-height: 27px;
    font-weight: 500;
}
.cta-text4{
    margin: 30px 0px 10px 0px;
}
.cta-link5{
    margin-top:20px;
}

.forum-table img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 2px solid #f8bf4c;
}


div#ask-question-form .card-header {
    padding: 20px;
    border-radius: 0;
}

div#ask-question-form .card-header strong {
    font-weight: 500;
    font-size: 20px;
}

div#ask-question-form .card-body {
    border-radius: 0 !important;
    padding: 20px;
}

div#ask-question-form {
    border-radius: 0;
    border: 0;
}

.forum-table tbody tr:nth-child(odd) {
    background-color: #efefef7a !important;
}

td {
    background-color: transparent !important;
}

.form-control {padding: 15px !important;}

span.select2-selection.select2-selection--multiple {
    padding: 0 !important;
    min-height: unset !important;
}

.text-card2 h5 {
    border-left: 3px solid #f8bf4c;
    padding-left: 10px;
}

.forum .row {
    align-items: start;
}

.forum .row .col-md-3 {
    position: sticky;
    top: 20px;
}

.forum{
    padding:100px 0 ;
}

span.question-icon {
    font-size: 40px;
    font-weight: 600;
}

.q-title h1 {
    font-size: 30px;
    margin: 0;
    padding-left: 20px;
}

.question-wrapper img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: contain;
    object-position: top;
    border: 2px solid #f8bf4c;
}

.question-wrapper {
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
    border: 1px solid #8080801f;
    border-radius: 10px;
    padding: 20px;
}

.best-ans-content p {
    padding-left: 20px;
    padding-top: 10px;
}

.best-ans-content {
    margin-top: 10px;
}

section.bottom-cta form {
    align-items: self-end;
}

section.bottom-cta button {
    padding: 14px;
    width: 30%;
}

section.bottom-cta input {
    border-radius: 40px;
}

.cta-text4 h5 {
    margin: 0;
}

.forum.inner .card-header {
    padding: 20px;
}

.forum.inner .card-header strong {
    font-size: 20px;
    font-weight: 500;
}

.forum.inner .card {
    /* border: 0; */
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
    border: 1px solid #8080801f;
}

.forum.inner .card-body {
    border-radius: 10px;
    padding: 20px;
}

.forum.inner .comment {
    margin-bottom: 10px;
    /*padding-left: 20px;*/
}

.forum.inner .reply {
    /*padding-left: 20px;*/
    cursor: pointer;
}

button.comment-btn {
    border: 0;
    background-color: #f1056a;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
}

button.comment-btn:hover  ,  button.reply-btn:hover {
    background-color: #f8bf4c;
}

button.reply-btn {
    background-color: #f1056a;
    color: white;
    border: 0;
    padding: 10px 30px;
    border-radius: 10px;
}

a.cancel {
    margin: 20px 0;
    text-decoration: underline !important;
}

.nested-reply {
    border-left: 2px solid #ddd;
    padding-left: 10px;
}

.nested-reply {
    margin-left: 20px !IMPORTANT;
    padding-left: 30px;
}

.profile-content .row {
    align-items: start;
}

.profile-content .col-md-4 {
    position: sticky;
    top: 20px;
}

/*section#contact img {*/
/*    width: 90% !important;*/
/*}*/

.profile-header h3 {
    text-transform: capitalize;
}

ul#select2-tags-container {
    position: relative;
    left: 15px;
    top: -15px;
}


@media (max-width: 1024px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

input.form-control.w-auto.form-text14 {
    height: 38px;
}
#country {
    height: 39px;
}
.cta-link5{
   padding: 7px 20px !important; 
}

/*About*/


section.about img {
    width: 80%;
    margin-left: 10%;
    border-radius: 10px;
}

section.about .row {
    align-items: center;
}

section.about li {
    margin-bottom: 20px;
}

section.about ul {
    margin-top: 20px;
}

section.about li , section.about p {
    font-size: 16px;
    font-weight: 500;
    color: #494949;
}

section.about strong {
    font-size: 18px;
    color: #2d2d2d;
}

section.about .container {
    margin-bottom: 80px;
}

.about h2 {
    font-size: 42px;
    font-weight: 600;
}

section.about .c7 {
    text-align: center;
    padding: 50px;
    background-color: #e0e0e0;
    border-radius: 10px;
}

section.about .c7 a {
    width: max-content;
    padding: 13px 40px;
    margin: auto;
}

section.about {
    padding: 100px 0 50px 0;
}

section.about .c1 {
    text-align: center;
}