@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Urbanist", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
}


.bodywrapper {
  background: #FEFAF9;
}

body.custom-cursor-active {
  cursor: none;
}
#mainContent {
        overflow: auto !important;
}
:root {
  --primary: #14615B;
  --secondary: #ff151a;
}

html {
  scroll-behavior: smooth;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  color: rgb(0, 0, 0);
  text-decoration: none;
  cursor: pointer;
}

p,
em,
span,
strong,
article,
b {
  font-family: "Urbanist", sans-serif;
}
.viewpringmenu {
    background: #001773;
    border-radius: 12px 12px 0 0;
    padding: 20px 20px;
    color: white;
}
h6 {
  font-family: "Urbanist", sans-serif;
}
.privacypadd {
  padding-top: 130px !important;
}
h1,
h2,
h3,
h4,
h5,
b,
strong {
  letter-spacing: 0px;
  font-family: "Urbanist", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 1.1;
}

img {
  max-width: 100%;
}

input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
::after,
::before,
:hover,
:focus,
.form-control:focus {
  box-shadow: none;
  outline: none !important;
}

img,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
::after,
::before,
:hover,
:focus,
.form-control:focus {
  transition: all 0.3s ease 0s;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.neelima--banner {
  background: url('https://placehold.co/1600x400?text=Membership+Banner') no-repeat center center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.neelima--title {
  font-size: 3rem;
  font-weight: 700;
}

.neelima--plan-card {
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: 0.3s ease;
}

.neelima--plan-card:hover {
  transform: translateY(-5px);
}

.neelima--plan-header {
  font-weight: 600;
  font-size: 1.1rem;
  color: #ff6b6b;
}

.neelima--price {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 10px 0;
}

.neelima--feature-list li {
  margin-bottom: 10px;
}

.neelima--banner {
  background: url('https://placehold.co/1600x400?text=About+Us+Banner') no-repeat center center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.neelima--title {
  font-size: 3rem;
  font-weight: 700;
}

.neelima--section {
  padding: 4rem 1rem;
}

.neelima--section h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.neelima--para {
  margin-bottom: 1rem;
  color: #555;
  font-size: 1rem;
  line-height: 1.8;
}

.neelima--wrap {
  overflow-x: hidden;
  /* Prevent horizontal scroll */
}

/* Header and Hero Section */
.neelima--header {
  background-color: rgba(255, 255, 255, 0.9);
  /* Slightly transparent white */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

.neelima--navbar-brand {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ff6b6b !important;
  /* Adjust color based on image */
}

.neelima--nav-link {
  font-weight: 500;
  color: #333 !important;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.neelima--nav-link:hover {
  color: #ff6b6b !important;
}

.neelima--btn-primary {
  background-color: #ff6b6b;
  /* Primary button color */
  border-color: #ff6b6b;
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.neelima--btn-primary:hover {
  background-color: #e65c5c;
  border-color: #e65c5c;
}

.neelima--hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.neelima--hero-text {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

/* Image Grid Section */
.neelima--image-grid-section {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.neelima--image-card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  /* Ensure equal height */
}

.neelima--image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.main-wrapsection {
  padding: 80px 0px;
}

.why-title {
  color: #f48b6c;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.nav-tabs .nav-link {
  border: none;
  color: #000;
  font-weight: 500;
  border-radius: 3px;
  padding: 10px 30px;
}

.nav-tabs .nav-link.active {
  background-color: #ff151a;
  color: #fff;
}

.plan-card {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px 30px 30px;
  background: #fff;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #E3E2E2;
  box-shadow: 0px 4px 24px rgba(167, 167, 167, 0.25);
  border-radius: 30px;
}
.plan-card.active .price small {
    color: white !important;
} 
.plan-card.active .badge {
    color: white !important;
}
.plan-card.active {background: #564EDF;border: 1px solid #E3E2E2;box-shadow: 0px 4px 24px rgba(167, 167, 167, 0.25);border-radius: 30px;color: white !important;}
.plan-card .price small{
    font-size: 14px;
    color: #000000 !important;
}
.plan-card .price {
  font-size: 25px;
  font-weight: 500;
  margin: 20px 0 11px;
  padding-bottom: 7px;
}

.plan-card ul {
  padding-left: 0;
  list-style: none;
  padding: 0px 0px 0;
}

.plan-card ul li {
  margin-bottom: 32px !important;
}

.plan-card ul li::before {
  content: '✔';
  margin-right: 8px;
  color: #ffffff;
  background: #564edf;
  padding: 3px 6px;
  border-radius: 30px;
}

.plan-card.active ul li::before {background: white !important;color: #564edf;}

.plan-card .badge {
  color: #000000;
  font-size: 34px;
  border-radius: 50px;
  padding: 0px 0px;
  font-weight: 900;
}
.btn-started:active {
   background-color: #ff151a;
  color: #fff;
}
.plan-card:first-child {
  box-shadow: 0px 4px 24px rgba(167, 167, 167, 0.25);
  border-radius: 30px;
}
.btn-started {
  border-radius: 5px;
  background-color: #564edf;
  color: #fff;
  padding: 17px 25px;
  font-weight: 400;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  border: none;
}

.btn-started:hover {
  background-color: #564edf;
  color: white;
}

.plan-card.active .btn-started {
  background-color: #ffffff;
  color: #000000;
}

.plan-card.active .btn-started:hover {
  background-color: #ffffff;
}

.plan-card.active ul li {
}

.hero .swiper {
  padding-bottom: 50px;
}

header nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-card {
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 0px;
  padding: 25px;
}

.testimonial-card p {
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
}

.testimonial-icon {margin-bottom: 11px;}

.testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.testimonial-user-info span {
  display: block;
  font-size: 14px;
  color: #666;
}

.stars {
  color: #ffa500;
  font-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 50px;
  height: 60px;
  color: white;
}

.swiper-button-prev {
  left: auto;
  right: 80px;
}

.swiper-button-next {
  right: 10px;
}

.section-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #555;
  font-size: 15px;
  margin-bottom: 40px;
}

.why-description {
  font-size: 15px;
  width: 80%;
  margin-bottom: 30px;
  color: #333;
}

.btn-discover {
  background-color: #ff151a;
  color: #fff;
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: 600;
  text-decoration: none;
}

.btn-discover:hover {
  background-color: #e97755;
}

.feature-card {
  border-radius: 10px;
  /* display: flex; */
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.feature-icon img {
  width: 54px;
  height: 64px;
}

.feature-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.feature-desc {
  font-size: 16px;
  color: #555;
  margin: 0;
  width: 85%;
}


.neelima--image-card img {
  width: 100%;
  height: 250px;
  /* Fixed height for images */
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.neelima--image-card-body {
  padding: 20px;
  text-align: center;
}

.neelima--image-card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.neelima--image-card-text {
  color: #666;
  font-size: 0.95rem;
}

/* Membership Plan Section */
.neelima--membership-section {
  padding: 80px 0;
  background-color: #fff;
}

.neelima--pricing-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  /* Ensure equal height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.neelima--pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.neelima--pricing-card.neelima--featured-plan {
  background-color: #ff6b6b;
  /* Highlighted plan background */
  color: #fff;
  box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
}

.neelima--pricing-card.neelima--featured-plan .neelima--plan-title,
.neelima--pricing-card.neelima--featured-plan .neelima--plan-price,
.neelima--pricing-card.neelima--featured-plan .neelima--plan-duration,
.neelima--pricing-card.neelima--featured-plan .neelima--plan-feature-item {
  color: #fff;
}

.neelima--pricing-card.neelima--featured-plan .neelima--btn-outline-light {
  color: #ff6b6b;
  background-color: #fff;
  border-color: #fff;
}

.neelima--pricing-card.neelima--featured-plan .neelima--btn-outline-light:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}


.neelima--plan-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.neelima--plan-price {
  font-size: 3rem;
  font-weight: 700;
  color: #ff6b6b;
  margin-bottom: 5px;
}

.neelima--plan-duration {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
}

.neelima--plan-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  flex-grow: 1;
  /* Allow features list to grow */
}

.neelima--plan-feature-item {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.neelima--plan-feature-item svg {
  margin-right: 8px;
  color: #28a745;
  /* Green checkmark */
}

.neelima--btn-outline-primary {
  border-color: #ff6b6b;
  color: #ff6b6b;
  padding: 10px 25px;
  border-radius: 25px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.neelima--btn-outline-primary:hover {
  background-color: #ff6b6b;
  color: #fff;
}

/* Testimonial Section */
.neelima--testimonials-section {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.neelima--testimonial-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 25px;
  /* Adjusted padding for a tighter look */
  text-align: center;
  min-height: 280px;
  /* Ensure consistent height for cards */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.neelima--testimonial-avatar {
  width: 70px;
  /* Slightly smaller avatar */
  height: 70px;
  /* Slightly smaller avatar */
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
  /* Adjusted spacing */
  border: 3px solid #ff6b6b;
}

.neelima--testimonial-text {
  font-size: 0.95rem;
  /* Slightly smaller text */
  color: #555;
  line-height: 1.5;
  /* Adjusted line height */
  margin-bottom: 12px;
  /* Adjusted spacing */
}

.neelima--testimonial-author {
  font-size: 1.1rem;
  /* Slightly smaller author name */
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.neelima--testimonial-rating svg {
  color: #ffc107;
  /* Star color */
  font-size: 1rem;
  /* Slightly smaller stars */
}

/* Custom carousel controls */
.neelima--carousel-control-prev,
.neelima--carousel-control-next {
  width: 5%;
  opacity: 0.8;
}

.neelima--carousel-control-prev-icon,
.neelima--carousel-control-next-icon {
  background-image: none;
  /* Remove default Bootstrap icons */
  width: 30px;
  height: 30px;
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  display: inline-block;
}

.neelima--carousel-control-prev-icon::after {
  content: '\2039';
  /* Left arrow */
  font-size: 40px;
  color: #ff6b6b;
}

.neelima--carousel-control-next-icon::after {
  content: '\203A';
  /* Right arrow */
  font-size: 40px;
  color: #ff6b6b;
}

/* Blog Section */
.neelima--blog-section {
  padding: 80px 0;
  background-color: #fff;
}

.neelima--blog-card {
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  /* Ensure equal height */
}

.neelima--blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.neelima--blog-card img {
  width: 100%;
  height: 220px;
  /* Fixed height for blog images */
  object-fit: cover;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position: relative;
}

.neelima--blog-card-body {
  padding: 20px;
  position: relative;
}

.neelima--blog-card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.neelima--blog-card-text {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

.neelima--blog-card-link {
  color: #ff6b6b;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.neelima--blog-card-link:hover {
  color: #e65c5c;
}

/* Footer Section */
.neelima--footer {
  background-color: #333;
  /* Dark footer background */
  color: #f8f8f8;
  padding: 60px 0 30px;
}

.neelima--footer-logo {
  font-size: 2rem;
  font-weight: 700;
  color: #ff6b6b !important;
  margin-bottom: 20px;
  display: block;
}

.neelima--footer-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #bbb;
}

.neelima--footer-heading {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

.neelima--footer-links {
  list-style: none;
  padding: 0;
}

.neelima--footer-links li {
  margin-bottom: 10px;
}

.neelima--footer-links a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.neelima--footer-links a:hover {
  color: #ff6b6b;
}

.neelima--social-icons a {
  color: #bbb;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.neelima--social-icons a:hover {
  color: #ff6b6b;
}

.neelima--footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
  font-size: 0.85rem;
  color: #bbb;
}

header {
  position: fixed !important;
  width: 100%;
  padding: 0px 0px 0 30px;
  background: #0000001c;
  border-bottom: 1px solid #ffffff2b;
}
header nav ul li {
  border-right: 1px solid #ffffff2b;
  height: 67px;
  display: flex;
  align-items: center;
}
.nav-tabs {
    background: #f0f0f0;
    padding: 5px;
    border-radius: 4px;
}
header .btn:hover {
  background: #ef8951;
  color: white;
}
header .btn {
  color: white;
  background: var(--secondary);
  border: none;
  font-weight: 200;
  border-radius: unset;
  padding: 14px 20px;
  font-size: 14px;
}

.supportwrap {
  background: var(--secondary);
  border: none;
  border-radius: unset;
  color: white;
  padding: 15px 11px;
}

.swiper {
  width: 100%;
  height: 88vh;
}

.swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  color: white;
  text-align: left;
  padding: 20px;
  transition: all 1s ease;
  z-index: 99999999;
  transform: translate(0%, 0%);
}

.slide-title {
  font-size: 3rem;
  font-weight: bold;
  width: 90%;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInTop 1.5s forwards 0.3s;
}

.slide-desc {
  font-size: 1rem;
  max-width: 620px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInBottom 1.5s forwards 0.6s;
  font-weight: 300;
}

.slide-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 14px;
  background-color: var(--secondary);
  color: white;
  border: none;
  border-radius: 0px;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  animation: fadeIn 1.5s forwards 1s;
}

@keyframes fadeInTop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInBottom {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}


.swiper-button-next,
.swiper-button-prev {
  color: white;
}
.swiper-pagination-bullet {
  background: white;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background: #ff5722;
  opacity: 1;
}
.usertrusted {
    display: flex;
    align-items: center;
    width: 26%;
    gap: 10px;
    align-items: center;
    margin: 20px 0;
}
.usertrusted p {
    width: 100%;
    margin: 0;
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev::after {
  display: none;
}
.headingwrap {
    position: relative;
}
.headingwrap h6 {
    font-family: "Dancing Script", cursive;
    color: var(--secondary);
    font-weight: 900;
    font-size: 21px;
    margin: 0 0 8px;
}
.headingwrap h2 {
    font-size: 33px;
    font-weight: 600;
    width: 100%;
    line-height: 44px;
    margin: 0 0 10px;
}
.testimonail h2{
    width: 100%;
}
.main-wrapsection .swiper {
    height: auto;
}
.leftsidevector::before {
  content: "";
  background: url(../images/icons/creamvector.svg);
  position: absolute;
  top: -20px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  left: -30px;
}
.testimonail {
  margin-bottom: 30px;
}
.readmoreright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.greencevtor {
  position: relative;
}
.greencevtor::before {
     content: "";
     background: url(../images/icons/creamvector.svg);
     position: absolute;
     top: -40px;
     width: 110px;
     height: 81px;
     background-repeat: no-repeat;
     left: -43px;
}
.cardwrap img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.cardwrap {
    padding: 10px;
    background: white;
}
.cardwrap .namewrap {
    padding: 20px 9px 0;
}
.cardwrap .namewrap h4 {
    font-weight: 700;
    font-size: 20px;
}
.cardwrap .namewrap p {
    opacity: 0.6;
    font-size: 14px;
}
.datetym {
    position: absolute;
    left: 20px;
    background: white;
    top: -93px;
    padding: 10px 23px;
    text-align: center;
}
.datetym h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 47px !important;
}
.datetym p {}
.neelima--blog-card-body ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
}
.neelima--blog-card-body ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.neelima--blog-card-body ul li img {
    width: 20px;
    height: 20px;
}
.breadcamp {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.breadcamp h1 {
    font-size: 33px;
    margin: 70px 0 10px;
    color: white;
    font-weight: 700;
}
.breadcamp ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}
.breadcamp ul li {}
.breadcamp ul li a {
    color: white;
}
   .quote-section {
      padding: 80px 0;
      background-color: #fff;
      text-align: center;
    }
    .quote-section h5 {
      color: #888;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 500;
    }
    .quote-section h2 {
      font-weight: 700;
      font-size: 28px;
      margin-top: 10px;
      margin-bottom: 30px;
      margin: 0 auto;
    }
    .quote-section p {
      color: #555;
      font-size: 16px;
      line-height: 1.8;
      width: 80%;
      margin-bottom: 20px;
      margin: 0 auto;
      margin-top: 17px;
    }
    .ceo-signature {
      font-family: 'Cursive', sans-serif;
      font-size: 28px;
      margin-top: 40px;
    }
    .ceo-name {
      font-weight: 600;
      margin-top: 5px;
    }
    .ceo-title {
      color: #999;
      font-size: 14px;
    }
    .photo-grid img {
      width: 100%;
      height: 470px;
      border-radius: 8px;
      object-fit: cover;
    }
        .policy-section {
      padding: 60px 20px;
      margin-top: 30px;
    }
    .policy-title {
      font-weight: 600;
      margin-bottom: 72px;
    }
    .section-heading {
      font-weight: 600;
      color: #333;
      margin-bottom: 10px;
    }
    .section-content {
      color: #555;
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 17px;
    }
     footer {

      padding: 50px 0 0;
      color: #333;
    }

    .footer-section h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 20px;
    }
.footer-social {
  display:flex;
}
.footer-section img {
    margin-right: 9px;
}
    .footer-section p,
    .footer-section a {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
      margin: 10px 0 20px;
      display: flex;
      align-items: center;
    }

    .footer-section a {
      text-decoration: none;
    }

    .footer-section a:hover {
      text-decoration: underline;
    }

    .footer-social a {
      display: inline-block;
      margin-right: 10px;
      font-size: 16px;
      color: #555;
      transition: color 0.3s ease;
      background: white;
      width: 50px;
      height: 50px;
      display: flex;
      border-radius: 50px;
      align-items: center;
      justify-content: center;
    }

    .footer-social a:hover {
      color: #ff151a;
    }

    .footer-form input {
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 10px;
      font-size: 14px;
      width: 100%;
      margin-bottom: 10px;
    }

    .footer-form .btn-submit {
      background-color: #ff151a;
      color: white;
      border: none;
      padding: 10px 20px;
      font-size: 14px;
      border-radius: 4px;
      width: 100%;
    }

    .footer-form .btn-submit:hover {
      background-color: #ec9566;
    }

    .footer-bottom {
      text-align: center;
      background-color: #ff151a;
      color: white;
      padding: 10px 0;
      font-size: 13px;
      margin-top: 30px;
    }
    header.scrolled {
  background-color: #000000 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.wrapvector {
  position: relative;
}
.wrapvector::before {
  content: "";
  background: url(../images/icons/creamvector.svg);
  position: absolute;
  top: -10px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  left: -70px;
}
.wrapvector button {
    background-color: var(--secondary);
    padding: 40px 30px;
    height: 51px;
    border-radius: 0px;
}
.wrapcontactfac {}
.wrapcontactfac i {
    color: white;
    background: var(--secondary);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.rightsidecontact {
  background-color: #FFE7DD !important;
}
.rightsidecontact h3 {
    margin: 21px 0 10px !IMPORTANT;
    font-size: 22px;
    font-weight: 700;
}
.rightsidecontact p {
    margin: 0 0 0px;
    margin-bottom: 9px !important;
}
.rightsidecontact a {
  color: #000;
}
.paddtopwrap {
  padding-top: 70px !important;
}

.wrapbutton {}
.wrapbutton button {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #D1437D 100%);
    border-radius: 50px;
    background-color: unset !important;
}

/*  */
.wrapcard {padding: 10px 10px;}
#dashboardheader {
  position: relative !important;
  padding: 15px !important;
}
#editMemberForm .btn {

}
.btn-secondary {}
#editMemberForm input {}
#editMemberForm select {}
.dashboardlogo {
    padding: 15px 16px 15px;
}
#sidebar nav {
    margin-top: 10px;
    overflow: hidden;
}
#sidebar nav ul {
    padding: 0;
}
#sidebar nav ul li {}
#sidebar nav ul .liawrap  {
    padding: 15px 15px !important;
    border-radius: 0 !important;
}
#sidebar nav ul li a {
    padding: 15px 15px !important;
    border-radius: 0 !important;
}
#sidebar nav ul li a:hover {
    background: white !important;
    color: #000000 !important;
}
#sidebar nav ul .liawrap:hover img {
  filter: brightness(0);
}
#sidebar nav ul .liawrap:hover {
    background: white;
    color: black;
}
#sidebar nav ul li a.active {
    background: white;
    color: black;
}
#sidebar nav ul li a:hover img {
  filter: brightness(0);
}
#sidebar nav ul li a.active img {filter: brightness(0);}
#sidebar nav ul .group .flex  {
   border-radius: 0 !important;
}
#sidebar nav ul li a {
    color: white;
    text-decoration: unset;
}
.arrowput {
    right: -10px !important;
    z-index: 9999;
    background: #2f2c79;
    border-radius: 20px;
    top: 24px !important;
}
.wrapcard p {}
.wrapcard h2 {
    font-size: 22px;
    margin-top: 2px;
}
.wrapcard img {
    width: 52px;
    height: 52px;
}
.wrapcard h3 {
    font-size: 18px;
    line-height: 29px;
} 
table th {
  background: #2f2c79;
  height: 55px;
  color: white;
  font-weight: 500;
  font-size: 16px;
}
.main-wrapsection .swiper-wrapper {
    height: auto !important;
}
#sidebar {
    overflow: unset !important;
}
.form-control {
  height: 50px !important;
  border-radius: 5px !important;
}
.btn-primary {
  background: #2f2c79 !important;
  height: 45px;
  border-radius: 2px !important;
  border: unset !important;
  padding: 10px 30px !important;
}
.pricingwrap {
    text-align: center;
    width: 100%;
}
.pricingwrap .why-description {
    width: 100%;
    margin-top: 10px;
}
.pricingwrap h2 {
    width: 100%;
    margin: 0 auto;
    font-size: 35px;
    margin-bottom: 10px;
}
.btn-secondary {
  height: 45px;
  border-radius: 2px !important;
  border: unset !important;
}
.memberwrap button:hover {
  background: #2f2c79;
}
.memberwrap button {background: #2f2c79;padding: 14px 30px !important;font-size: 16px;font-weight: 300;border-radius: 3px !important;}
#sidebar.collapsed .sidebar-label {
  display: none;
}
#sidebar.collapsed {
  width: 64px;
}
.wrapimagtecxt {
  width: 18px !important;
}

@-webkit-keyframes whts_icon {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
    
    
}
.whts_icon_wrapper {
    border-radius: 37px;
    padding: 8px;
    border: 1px solid #f2f2f2;
    width: fit-content;
    background: #f6f6f6;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    right: 1%;
    bottom: 40px;
    display: flex;
    z-index: 999;
    animation: whts_icon 1s alternate infinite;
}
.whts_icon_wrapper .whts_icon_inner a {
  display: flex;align-items: center;
}
.whts_icon_wrapper .whts_icon_inner {font-size: 16px;gap: 5px;display: flex;align-items: center;color: #000;}
.whts_icon_wrapper .whts_icon_inner  a img {
    width: 30px;
}