* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

body {
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-weight: 400;
  color: #464646;
  line-height: 1.5;
  overflow-x: hidden;
}

h1 {
  font-size: 65px;
  font-weight: 700;
  color: #7562ab;
}

h2 {
  font-size: 56px;
  font-weight: 700;
}

h3 {
  font-size: 52px;
  font-weight: 700;
}

h4 {
  font-size: 34px;
  font-weight: 600;
}

h6 {
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2;
}
.hdng-purple,
.hdng-purplen h3 {
  color: #7562ab !important;
}

a {
  display: inline-block;
  text-decoration: none;
}

img {
  max-width: 100%;
}
li {
  list-style: none;
}
.pt-110 {
  padding-top: 100px;
}

.pb-110 {
  padding-bottom: 100px;
}

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

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

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.cta {
  background-color: #f26722;
  color: white;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.cta:hover {
  background-color: #7562ab;
  color: white;
}
.small-green-txt {
  color: #94c83d;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
header .topbar-heading {
  background-color: #7562ab;
  padding: 11px 0;
}

header .topbar-heading .one-time .slick-slide {
  margin: 0px 10px;
}

header .card-btn p {
  font-size: 15px;
  text-align: center;
  color: #fff;
  margin: 0px !important;
  font-weight: 500;
}

header .topbar-heading .slick-list.draggable {
  margin: auto;
  max-width: 610px;
}

header .topbar-heading .slick-prev-custom,
.slick-next-custom {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

header .topbar-heading .slick-prev-custom {
  left: 196px;
}

header .topbar-heading .slick-next-custom {
  right: 196px;
}

header .topbar-heading .slick-track {
  display: flex !important;
}

header .navbar {
  padding: 15px 80px 15px 60px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  left: 0;
  top: 44px;
  background-color: #fff;
  z-index: 9;
  border-bottom: 1px solid #7562ab1f;
}
.navbar.nav-scrolled {
  top: 0;
}
header .links-side {
  display: flex;
  align-items: center;
  gap: 90px;
}

header .links-side ul {
  display: flex;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .links-side ul li a {
  font-size: 17px;
  font-weight: 500;
  color: #464646;
  text-decoration: none;
  position: relative;
}
header .links-side ul li a::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 60%;
  background-color: #aa64a8;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
header .links-side ul li a:hover::after {
  transform: scaleX(1);
}
header .links-side ul li a:hover {
  color: #464646;
}
.btn-rgt-side {
  display: flex;
  gap: 25px;
}

.btn-rgt-side .cont-numb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-rgt-side .numbr .txt {
  font-size: 13px;
  font-weight: 500;
  color: #929292;
  margin-bottom: 0;
}

.btn-rgt-side .numbr .digi {
  font-size: 18px;
  font-weight: 700;
  color: #464646;
  margin-bottom: 0;
}

/* home-page css  start */
/* home banner-sec  */
.home-bannr-sec {
  padding: 175px 0 65px 0;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home-bannr-inner {
  display: flex;
  gap: 20px;
  align-items: center;
}

.home-bannr-inner .left-side-cnt,
.home-bannr-inner .right-side-cnt {
  flex: 1;
}

.home-bannr-inner .left-side-cnt h1 {
  max-width: 750px;
  margin-bottom: 12px;
}

.home-bannr-inner .left-side-cnt h1 span {
  background-color: #aa64a8;
  color: #fff;
}

.home-bannr-inner .left-side-cnt .para {
  font-weight: 500;
  max-width: 605px;
  margin-bottom: 43px;
}

.home-bannr-inner .left-side-cnt .btn-rgt-side .cta {
  padding: 14px 29px;
}

.home-bannr-inner .right-side-cnt {
  display: flex;
  justify-content: end;
}

.home-bannr-inner .right-side-cnt-inr {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-bannr-inner .right-side-cnt .daily-support-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0 70px 0 70px;
  padding: 13px;
  padding-left: 35px;
  gap: 20px;
}

/* Left text */
.home-bannr-inner .right-side-cnt .daily-support-card .card-content {
  max-width: 222px;
}

.home-bannr-inner .right-side-cnt .daily-support-card .card-content h6 {
  font-size: 23px;
  font-weight: 700;
  color: #273c91;
  margin: 0 0 6px;
}

.home-bannr-inner .right-side-cnt .daily-support-card .card-content p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.home-bannr-inner .right-side-cnt .daily-support-card .card-image {
  /* width: 171px;
    height: 183px; */
  border-radius: 0 70px 0 70px;
  overflow: hidden;
  flex-shrink: 0;
}

.home-bannr-inner .right-side-cnt .daily-support-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-bannr-inner .right-side-cnt .card2 .card-content p {
  max-width: 200px;
}

/* we-serve-sec  */
.we-serve-sec-inr h6 {
  color: #94c83d;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.we-serve-sec-inr h3 {
  color: #7562ab26;
  display: inline-block;
  text-align: center;
}
.we-serve-sec-inr h3.animated-heading span {
  display: inline-block;
  color: #7562ab26;
}
.we-sr-hd {
  max-width: 710px;
  margin: auto;
}
.we-serve-sec-inr h3 span {
  display: inline-block;
}

.we-serve-sec-inr .Image-cnt-lwr-side {
  margin-top: 90px;
  display: flex;
  align-items: center;
  gap: 80px;
}

.we-serve-sec-inr .Image-cnt-lwr-side .lft-img-side img {
  flex: 1;
  border-radius: 50px 50px 0 50px;
}

.we-serve-sec-inr .Image-cnt-lwr-side .rgt-cnt-side {
  flex: 1;
}

.we-serve-sec-inr .rgt-cnt-side h4 {
  color: #000;
  max-width: 463px;
  margin-bottom: 8px;
}

.we-serve-sec-inr .rgt-cnt-side p {
  max-width: 541px;
  margin-bottom: 22px;
}

.we-serve-sec-inr .rgt-cnt-side ul {
  list-style: none;
  margin-bottom: 45px;
}

.we-serve-sec-inr .rgt-cnt-side ul li {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  position: relative;
}

.we-serve-sec-inr .rgt-cnt-side ul li:last-child {
  margin-bottom: 0;
}

.we-serve-sec-inr .rgt-cnt-side ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  height: 18px;
  width: 21px;
  background-image: url("https://sagmeticinfotech.com/wp/2025/women-thrive/wp-content/uploads/2026/01/tick.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.we-serve-sec-inr .rgt-cnt-side .btn-rgt-side .cta {
  padding: 15px 26px;
}

/* care-service-section  */
.care-services-sec {
  background-color: #273c91;
  overflow: hidden;
}

.care-services-sec-inr h6 {
  color: #94c83d;
  font-size: 18px;
  font-size: 700;
}

.care-services-sec-inr .care-services-heading {
  display: flex;
  margin-top: 21px;
  margin-bottom: 40px;
}

.care-services-sec-inr .care-services-heading .head,
.care-services-sec-inr .care-services-heading .para {
  flex: 1;
}

.care-services-sec-inr .care-services-heading h3 {
  color: #fff;
}

.care-services-sec-inr .care-services-heading p {
  color: #fff;
  max-width: 495px;
}

.care-services-sec-inr .slider-wrapper .card {
  background-color: #ffffff08;
  padding: 45px 42px;
  border-radius: 15px;
  /* max-width: 460px; */
  height: auto;
  /* min-height: 360px; */
  display: flex;
  flex-direction: column;
}

.care-services-sec-inr .slider-wrapper .card .icon {
  margin-bottom: 23px;
}

.care-services-sec-inr .slider-wrapper .card h5 {
  font-size: 26px;
  font-weight: 600;
  color: White;
  margin-bottom: 10px;
}

.care-services-sec-inr .slider-wrapper .card p {
  font-size: 18px;
  color: white;
  margin: 0;
  margin-bottom: 15px;
}

.care-services-sec-inr .slider-wrapper .card .exp-btn {
  margin-top: auto;
}

.care-services-sec-inr .slider-wrapper .card .exp-btn a {
  color: white;
}

.care-services-sec-inr .slick-track {
  display: flex;
  height: 100%;
}

.care-services-sec-inr .slick-slide {
  margin-inline: 15px;
}

.care-services-sec-inr .slick-list.draggable {
  overflow: visible;
  position: relative;
}

.care-services-sec-inr .slick-list.draggable:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background-color: #273c91;
  top: 0;
  left: -200%;
}

/* Why-us-sec */
.why-us-sec {
  position: relative;
  overflow: hidden;
}

.why-us-sec:before {
  content: "";
  position: absolute;
  height: 572px;
  width: 480px;
  top: 67px;
  left: 0;
  background-image: url("../img/why-us-bg-img1.png");
  background-repeat: no-repeat;
}

.why-us-sec:after {
  content: "";
  position: absolute;
  height: 150px;
  width: 1300px;
  bottom: 0;
  right: -30%;
  background-image: url("../img/why-us-bg-img2.png");
  background-repeat: no-repeat;
}

.Why-us-sec-innr {
  display: flex;
  align-items: center;
  gap: 60px;
}

.Why-us-sec-innr .left-side-why-us,
.Why-us-sec-innr .right-side-why-us {
  flex: 1;
}

.Why-us-sec-innr .left-side-why-us {
  padding-left: 298px;
}

.Why-us-sec-innr .left-side-why-us h6 {
  font-size: 18px;
  font-weight: 700;
  color: #94c83d;
  margin-top: 10px;
}

.Why-us-sec-innr .left-side-why-us h3 {
  color: #7562ab;
  max-width: 672px;
  margin-bottom: 13px;
}

.Why-us-sec-innr .left-side-why-us ul {
  list-style: none;
  margin-bottom: 55px;
}

.Why-us-sec-innr .left-side-why-us ul li,
.tick-list li {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  position: relative;
}

.Why-us-sec-innr .left-side-why-us li:last-child,
.tick-list li:last-child {
  margin-bottom: 0;
}

.Why-us-sec-innr .left-side-why-us ul li:after,
.tick-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  height: 18px;
  width: 21px;
  background-image: url("https://sagmeticinfotech.com/wp/2025/women-thrive/wp-content/uploads/2026/01/tick.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.Why-us-sec-innr .right-side-why-us .gallery {
  display: flex;
  align-items: center;
  gap: 22px;
}

.Why-us-sec-innr .right-side-why-us .gallery img {
  border-radius: 15px;
}

.Why-us-sec-innr .right-side-why-us .lft-gallery {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: end;
}

/* Accepting-New-Client  */
.accepting-new-client-sec .accept-container {
  max-width: 1600px;
  margin-inline: auto;
}

.accepting-new-client-sec .accept-new-clt-innr {
  background-image: url("../img/accpt-new-bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35px;
  height: 80vh;
  padding: 95px 90px;
  display: flex;
  justify-content: end;
  align-items: end;
  background-attachment: fixed;
}

.accepting-new-client-sec .accept-new-clt-innr h3 {
  color: #fff;
  max-width: 623px;
}

/* testimonials  */
.testimonial-sec {
  overflow: hidden;
  padding: 125px 0 168px;
  position: relative;
}
.curve {
  position: relative;
}

.testimonial-sec:after,
.curve::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 274px;
  width: 401px;
  background-image: url("../img/test-bg-line.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-sec-innr h6 {
  font-size: 18px;
  font-weight: 500;
  color: #94c83d;
  text-align: center;
  margin-bottom: 10px;
}

.testimonial-sec-innr h3 {
  color: #7562ab;
  text-align: center;
  margin-bottom: 50px;
}

.testimonial-sec-innr .testimonial-sldr .cards {
  padding: 50px;
  padding-bottom: 80px;
  /* max-width: 453px; */
  position: relative;
}

.testimonial-sec-innr .testimonial-sldr .cards:after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.testimonial-sec-innr .testimonial-sldr .card1:after {
  background-image: url("../img/test-card-bg1.png");
}

.testimonial-sec-innr .testimonial-sldr .card2:after {
  background-image: url("../img/test-card-bg2.png");
}

.testimonial-sec-innr .testimonial-sldr .card3:after {
  background-image: url("../img/test-card-bg3.png");
}

.testimonial-sec-innr .testimonial-sldr .card4:after {
  background-image: url("../img/test-card-bg4.png");
}

.testimonial-sec-innr .testimonial-sldr .cards .head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.testimonial-sec-innr .testimonial-sldr .cards .head h5 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.testimonial-sec-innr .testimonial-sldr .cards .head p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.testimonial-sec-innr .testimonial-sldr .cards .true-line {
  max-height: 68px;
  position: relative;
  padding: 29px 15px 19px;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.testimonial-sec-innr .testimonial-sldr .cards .true-line .bg-shade {
  position: absolute;
  bottom: 0;
/*   left: 0; */
}

.testimonial-sec-innr .testimonial-sldr .cards .true-line h6 {
  font-size: 16px;
  font-weight: 600;
  color: black;
  position: relative;
}

.testimonial-sec-innr .testimonial-sldr .cards .true-line h6:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  height: 14px;
  width: 23px;
  background-image: url("https://sagmeticinfotech.com/wp/2025/women-thrive/wp-content/uploads/2026/01/quotes.svg");
}

.testimonial-sec-innr .testimonial-sldr .cards .para {
  display: flex;
  justify-content: center;
}

.testimonial-sec-innr .testimonial-sldr .cards p {
  font-size: 14px;
  font-weight: 400;
  /* max-width: 313px; */
  display: flex;
  /* justify-content: center; */
}

.testimonial-sec-innr .testimonial-sldr .slick-slide {
  margin-inline: 23px;
}

.testimonial-sec-innr .testimonial-sldr .slick-list.draggable {
  overflow: visible;
}

.testimonial-sec-innr .testimonial-sldr .slick-list.draggable:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background-color: #fff;
  top: 0;
  left: -200%;
}

/* new ----  */

.promise-to-you .img-wrapper {
  position: relative;
  z-index: -1;
  margin-top: -14%;
}

.promise-to-you .img-wrapper::after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.7) 20%,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0) 65%
  );
  background-position: top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.promise-to-you .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.promise-to-you .content-section .title {
  font-weight: bold;
  /* font-size: 52px; */
  color: #7562ab;
  margin-bottom: 42px;
}

.promise-to-you .content-section .desc {
  display: flex;
  flex-wrap: wrap;
  gap: 73px;
}

.promise-to-you .content-section .desc .left {
  max-width: 497px;
}

.promise-to-you .content-section .desc .left p {
  font-size: 24px;
  font-weight: 400;
}

.promise-to-you .content-section .desc .left p:last-child {
  margin-top: 30px;
}

.promise-to-you .content-section .desc .right {
  max-width: 649px;
}

.promise-to-you .content-section .desc .right .care-box {
  display: flex;
  align-items: center;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #f267220d;
  font-weight: 500;
  max-width: 649px;
  padding: 22px 0 22px 33px;
}

.promise-to-you .content-section .desc .right .care-box p {
  margin-left: 22px;
  max-width: 406px;
}

.promise-to-you .content-section .desc .right > p {
  font-size: 24px;
  font-weight: 400;
  margin-top: 30px;
}

/* companyLogo  */

.company-logos {
  padding-block: 30px;
  border-bottom: 1px solid #273c9117;
  overflow: hidden;
}

.company-logos .company-logo-innr {
  display: flex;
}

.company-logos .company-logo-innr .company-logo-heading h6 {
  font-size: 25px;
  font-weight: 600;
  padding-right: 26px;
  color: #000;
  min-width: 235px;
  border-right: 1px solid #273c9117;
  padding-block: 17px;
}

.company-logos .company-logo-innr .logos-side {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  padding-left: 20px;
}

.company-logos .slick-list.draggable {
  overflow: hidden;
}

/* blogs  */
.blogs {
  padding-block: 104px 142px;
  position: relative;
}

.blogs:before {
  content: "";
  position: absolute;
  height: 572px;
  width: 480px;
  top: 67px;
  left: 0;
  background-image: url("../img/why-us-bg-img1.png");
  background-repeat: no-repeat;
}

.blogs .blog-title {
  max-width: 691px;
  text-align: center;
  margin: auto;
}

.blogs .blog-title h6 {
  color: #94c83d;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

.blogs .blog-title h2 {
  color: #7562ab;
}

.blogs .blog-grid {
  margin-top: 35px;
  display: flex;
  gap: 30px;
}

.blogs .blog-grid .image-side {
  position: relative;
}

.blogs .blog-grid .card {
  max-width: 460px;
  border: none;
}

.blogs .blog-grid .card img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 25px;
}

.blogs .blog-grid .card p {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  margin-top: 33px;
  max-width: 438px;
}

.blog-grid .card .date-filed {
  background-color: #273c91;
  display: inline-flex;
  gap: 8px;
  padding: 11px 18px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-radius: 76px;
  border: 3px solid #273c91;
  position: absolute;
  bottom: -20px;
  left: 40px;
}

/* new-----  */

/* footer  */
footer {
  background-color: black;
  padding-block: 0 65px;
  padding-top: 350px;
}

.purple-box {
  padding-block: 85px;
  background-color: #7562ab;
  background-image: url('../img/footer-purp-bg.png');
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -240px;
  z-index: 1;
  position: relative;
}

.purple-box h2 {
  color: #fff;
  max-width: 614px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 5px;
}

.purple-box p {
  color: #fff;
  font-weight: 500;
  max-width: 880px;
  margin-inline: auto;
  margin-bottom: 40px;
  text-align: center;
}

.purple-box .purple-btn {
  display: flex;
  justify-content: center;
}

.purple-box .purple-btn .cta {
  padding: 15px 30px;
}

.purple-box .purple-btn .cta:hover {
  background-color: #94c83d;
}

footer .row {
  justify-content: space-between;
}

footer .numb-mail {
  margin-top: 35px;
}

footer .numb-mail .phone {
  font-size: 27px;
  font-weight: 500;
  color: #f26722;
}

footer .numb-mail .mail {
  color: #fff;
}

footer h6 {
  font-size: 22px;
  font-weight: 600;
  color: white;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li a {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}

footer ul li a:hover,
footer .numb-mail .mail:hover {
  color: #7562ab;
}

footer .social {
  display: flex;
  gap: 12px;
}

footer .social a {
  height: 37px;
  width: 37px;
  border-radius: 50%;
  border: 1px solid #313131;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 23px;
  transition: all 0.3s ease;
}

footer .social a:hover {
  background-color: #7562ab;
}

footer .newsletter {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

footer .newsletter input {
  padding: 10px 13px;
  background-color: transparent;
  border: 1px solid #ffffff33;
  border-radius: 6px;
}

footer .newsletter .cta {
  border: none;
}

footer .lwr-footer {
  margin-top: 120px;
}

footer .lwr-footer p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.msg-bot button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: none;
  background-color: #94c83d;
  /* box-shadow: 0px 4px 14px 0px #00000008; */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 2;
}

.msg-bot button:hover {
  background-color: #7562ab;
}

/* home-page css end  */
.navbar {
  /* transition: all 0.3s ease; */
}
.img-logos img {
  filter: grayscale(1);
}
.company-logos .img-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-track {
  display: flex;
}
.company-logos .img-logos.slick-slide {
  height: auto !important;
}
.typin-anmation.typing::after {
  content: "|";
  margin-left: 4px;
  animation: blink 3s infinite;
}

@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

/* about page css */
.breadcrumb-item a {
  color: #464646;
}
.breadcrumb-item.active a,
.breadcrumb-item:hover a {
  color: #7562ab;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}
.inner-pg-bnnr {
  text-align: center;
}
.breadcrumb {
  justify-content: center;
}
.home-bannr-sec.inner-banner {
  padding: 250px 0;
  padding-top: 350px;
  background-position: center;
}
.dedi-hd h6,
.dedi-hd h3 {
  text-align: left;
}
.dedi-hd h3 {
  margin: 10px 0;
}
.care-services-sec-inr.mission-inner .care-services-heading p {
  max-width: 585px;
}
.daily-support-card {
  color: #464646;
  transition: transform 0.2s ease-in-out;
}
.daily-support-card:hover {
  transform: translateY(-5px);
  color: #464646;
}
.dedi-hd {
  max-width: 600px;
}
.hrt-inner-row {
  align-items: center;
}
.hrt-cntnt {
  max-width: 570px;
}
.de2 > div {
  width: 45%;
}
.care-box.cre2 {
  align-items: start !important;
  gap: 30px;
}
.beyond-hd {
  max-width: 400px;
}
.cre2 h6 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.promise-to-you .content-section .desc .right .care-box.cre2 {
  max-width: 520px;
}
.company-logos.about-cmpny {
  padding-bottom: 100px;
}
/* srvices page */
.f-inner {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  transition: 0.3s;
}
.f-inner::after,
.f-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* Default black overlay */
.f-inner::after {
  background: linear-gradient(360deg, #000000 7.06%, rgba(0, 0, 0, 0) 42.94%);
  opacity: 1;
}

/* Orange overlay (hidden initially) */
.f-inner::before {
  background: linear-gradient(
    0deg,
    rgba(242, 103, 34, 0.7) 8.82%,
    rgba(242, 103, 34, 0) 32.72%
  );
  opacity: 0;
}

.f-cn {
  position: absolute;
  left: 24px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
}
.f-inner .learn-more {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-top: 6px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.f-inner:hover .learn-more {
  opacity: 1;
  transform: translateY(0);
}

.f-inner:hover::after {
  opacity: 0;
}

.f-inner:hover::before {
  opacity: 1;
}

.f-cn h6 {
  font-size: 20px;
  font-weight: 700;
}
.frndly-hd {
  align-items: center;
  margin-bottom: 40px;
}
.f-rgt {
  display: flex;
  justify-content: end;
  align-items: end;
}
.f-rgt-inn {
  max-width: 400px;
}
.frndly-hd > div {
  flex: 1;
}
.list-hdng {
  font-weight: 700;
}
.faq-hd {
  text-align: center;
}
/* faq css */
.faq-inner .accordion-button:not(.collapsed) {
  color: #000;
  background-color: unset;
  box-shadow: unset;
}
.faq-inner .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.faq-inner .accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("https://sagmeticinfotech.com/wp/2025/women-thrive/wp-content/uploads/2026/01/purple-arrw.svg");
}
.faq-inner .accordion-button {
  padding: 30px;
  font-size: 24px;
  font-weight: 600;
}
.faq-inner .accordion-body {
  padding: 30px;
  padding-top: 0;
}
.faq-inner .accordion-button:not(.collapsed) {
  padding-bottom: 20px;
}
.faq-inner .accordion-item {
  border: 1px solid #273c911f !important;
  margin-bottom: 25px;
  border-radius: 5px !important;
}
.faq-inner {
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
}
.s-detail-img {
  border-radius: 30px;
  overflow: hidden;
}
.top-crumbs {
  display: flex;
  padding: 0 60px;
  margin-bottom: 30px;
  font-weight: 500;
}
.d-bx h4 {
  color: #7562ab;
  margin-bottom: 10px;
}
.list-after {
  padding: 0;
}
.list-after li {
  position: relative;
}
.list-after li {
  font-size: 17px;
  padding-bottom: 9px;
  font-weight: 500;
  color: #000;
  padding-left: 30px;
}
.list-after li::after {
  position: absolute;
  content: "";
  background-image: url("https://sagmeticinfotech.com/wp/2025/women-thrive/wp-content/uploads/2026/01/tick.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
}
.s-detail-cntnt {
  margin-top: 10px;
}
.de-list.de1 p {
  font-weight: 700;
  color: #7562ab;
}
.d-bx h6 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.de-list p {
  color: #000;
  font-weight: 700;
}
.d-bx:not(:first-child) {
  margin-bottom: 30px;
}
.top-bx {
  border: 1px solid #273c911f;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 50px;
}
.top-bx h6 {
  position: relative;
  border-bottom: 1px solid #273c911f;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.cntct-b-inn h6,
.top-bx h6 {
  color: #7562ab;
  font-weight: 700;
}
.list-after li:last-child {
  padding-bottom: 0;
}
.list-after li a,
.call-mail a {
  color: #464646;
}
.cntct-b-bx {
  background: #f2672205;
  border-radius: 15px;
  padding: 10px;
}
.cntct-b-inn {
  background-color: #fff;
  padding: 26px 32px;
  font-size: 14px;
}
.testimonial-sec.service-testi::after {
  display: none;
}
.call-mail a {
  font-size: 14px;
  display: flex;
  /* align-items: center; */
  gap: 10px;
}
.call-t {
  margin-bottom: 10px;
}
.cntct-b-inn h6 {
  margin-bottom: 10px;
}
.call-mail span {
  min-width: 23px;
}

/* Privacy-policy-page css start */
.privacy-policy-sec {
  margin-top: 112px;
  padding-top: 40px;
}

.privacy-policy-sec h3 {
  color: #7562ab;
  margin-bottom: 28px;
}

.privacy-policy-sec p {
  margin-bottom: 20px;
  max-width: 1250px;
}

.privacy-policy-sec h5 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 13px;
}

.privacy-policy-sec .prpl-txt {
  color: #7562ab;
  font-weight: 500;
  margin-bottom: 12px;
}

.privacy-policy-sec ul li {
  margin-bottom: 15px;
  list-style: disc !important;
}

.privacy-policy-sec ol {
  max-width: 1250px;
}

.privacy-policy-sec ol li {
  margin-bottom: 20px;
  list-style: auto !important;
}

.privacy-policy-sec .mail a,
.privacy-policy-sec .phn a {
  color: #464646;
  font-weight: 400;
}

.privacy-policy-sec .mail,
.privacy-policy-sec .phn {
  font-weight: 600;
}

/* contact-us page css start */

/* address-section  */
.contact-address-sec .contact-card {
  padding: 50px 35px 47px;
  border-radius: 15px;
  background-color: #f2672205;
  /* background-color: red; */
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.contact-address-sec .contact-card .icon-div {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #7562ab;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
}

.contact-address-sec .contact-card h6 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 13px;
}

.contact-address-sec .contact-card p {
  margin: 0;
  text-align: center;
}

.contact-address-sec .contact-card .mail a,
.contact-address-sec .contact-card .phn a {
  color: #464646;
  word-break: break-all;
  text-align: center;
}

/* contact-form-sec  */
.contact-form-sec .left-form-side h6 {
  font-size: 18px;
  font-weight: 700;
  color: #94c83d;
  margin-bottom: 12px;
}

.contact-form-sec .left-form-side h3 {
  color: #7562ab;
  max-width: 572px;
  margin-bottom: 13px;
}

.contact-form-sec .left-form-side p {
  max-width: 662px;
}

/* form  */

.contact-form-sec .left-form-side .form-wrapper {
  margin-top: 25px;
}

.contact-form-sec .left-form-side .contact-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-form-sec .left-form-side .row {
  width: 100%;
}

.contact-form-sec .left-form-side .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.contact-form-sec .left-form-side input,
.contact-form-sec .left-form-side select,
.contact-form-sec .left-form-side textarea {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #273c911f;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  background-color: #fff;
  color: #464646;
}

.contact-form-sec .left-form-side textarea {
  min-height: 152px;
  resize: none;
}

.contact-form-sec .left-form-side input::placeholder,
.contact-form-sec .left-form-side textarea::placeholder {
  color: #464646;
}

.contact-form-sec .left-form-side select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath d='M0 0L5 5L10 0H0Z' fill='%23464646'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 5px;
  padding-right: 40px;
}

.contact-form-sec .left-form-side input:focus,
.contact-form-sec .left-form-side select:focus,
.contact-form-sec .left-form-side textarea:focus {
  border-color: #000;
}

.contact-form-sec .left-form-side .cta {
  padding: 13px 41px;
  margin-top: 30px;
  border: none;
}

.contact-form-sec .left-form-side .mrg-spce {
  margin-top: 30px;
}

/* all blog page */
.blog-img {
  position: relative;
}

.round-bdge {
  position: absolute;
  background-color: #fff;
  border-radius: 100px;
  padding: 2px;
  transform: translateY(-50%);
  left: 25px;
}
.blog-wrapper h3 {
  color: #7562ab;
  margin-bottom: 40px;
}
.all-blg-lft .row {
  gap: 30px 0;
}
.all-blg-ryt h6 {
  border-bottom: 1px solid #273c911f;
  padding-bottom: 17px;
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
  color: #7562ab;
  font-weight: 700;
}
.recent-image-wrp img {
  min-width: 110px;
}
.blog-bx h6 {
  font-size: 24px;
  color: #000;
  margin-top: 40px;
  font-weight: 700;
}
.bdgw-inner {
  display: flex;
  align-items: center;
  font-size: 16px;
  background-color: #273c91;
  color: #fff;
  gap: 8px;
  border-radius: 100px;
  padding: 6px 18px;
}

.all-blg-ryt .search-box-wrapper {
  background: #ffffff;
  border-radius: 23px;
  padding: 30px;
  width: 100%;
  border: 1px solid #092c471a;
}
.all-blg-ryt .search-input-box {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #092c471a;
  padding: 17px 20px;
  margin-top: 30px;
}
.recent-side-wrp .recent-box {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(9, 44, 71, 0.1);
}
.all-blg-ryt .search-input-box input {
  width: 100%;
  border: none;
  font-size: 14px;
  outline: none;
  color: #747474;
}
.all-blg-ryt .search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.recent-content-wrp {
  font-size: 16px;
}
.recent-content-wrp p {
  color: #000;
  font-weight: 700;
  margin: 0;
}
.recent-side-wrp .recent-box:last-child {
  padding: 0;
  border: unset;
}
.calen-bx span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
ul.cate-list {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.cate-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #273c911f;
}
.cate-list li:last-child {
  padding: 0;
  margin: 0;
  border: unset;
}
.all-blg-ryt h6::after,
.top-bx h6::after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #7562ab;
  width: 66px;
  left: 0;
  bottom: 0;
}
.pgi-wrp {
  margin-top: 60px;
}
.pagination {
  justify-content: center;
  gap: 10px;
}
.page-link {
  border: 1px solid #273c911f;
  height: 60px;
  width: 60px;
  border-radius: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #464646 !important;
  font-size: 16px;
  background-color: transparent;
}
.page-link:hover {
  background-color: #f26722;
  color: #fff !important;
}




/* blog-details css start  */
.blog-detail-inr-sec .upr-img {
  margin-bottom: 18px;
}

.blog-detail-inr-sec .upr-img img {
	    width: 100%;
    object-fit: cover;
  border-radius: 15px;
}

.blog-detail-inr-sec .date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.blog-detail-inr-sec .date p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.blog-detail-inr-sec h4 {
  font-size: 34px;
  font-weight: 600;
  color: #7562AB;
  margin-bottom: 12px;
}

.blog-detail-inr-sec h5 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-top: 35px;
  margin-bottom: 12px;
}

.blog-detail-inr-sec p {
  margin-bottom: 20px;
}

.blog-detail-inr-sec .purpl-brd-box {
  background-color: #F2672205;
  border-left: 5px solid #7562AB;
  border-radius: 25px;
  padding: 48px 43px 26px 102px;
  margin-block: 42px;
}

.blog-detail-inr-sec .purpl-brd-box h5 {
  color: #7562AB;
  font-weight: 600;
  position: relative;
}

.blog-detail-inr-sec .purpl-brd-box h5:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -50px;
  width: 39px;
  height: 30px;
  background-image: url('../img/quotes2.svg');
  background-repeat: no-repeat;
  background-size: cover;

}

.blog-detail-inr-sec h6 {
  font-size: 20px;
  font-weight: 700;
  color: #7562AB;
  margin-top: 33px;
  margin-bottom: 14px;
}

.blog-detail-inr-sec ul li {
  list-style: disc;
  margin-bottom: 20px;
}

.blog-detail-inr-sec .comment-box {
  padding: 26px 78px 26px 29px;
  border: 1px solid #273C911F;
  border-radius: 15px;
}

.blog-detail-inr-sec .comment-box {
  display: flex;
  gap: 19px;
  margin-bottom: 50px;
}

.blog-detail-inr-sec .user-img {
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-detail-inr-sec .user-img img{
  height:100px;
  min-width:100px;
}

.blog-detail-inr-sec .comment-cont .post {
  font-size: 14px;
  margin-bottom: 16px;
}

.blog-detail-inr-sec .comment-cont .lwr-links {
  display: flex;
  gap: 10px;
}

.blog-detail-inr-sec .comment-cont .link-clk {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #273C911F;
  display: flex;
  align-items: center;
  justify-content: center;
}


.blog-detail-inr-sec .pagination-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0;
  border-top: 1px solid #273C9117;
  border-bottom: 1px solid #273C9117;
}

.blog-detail-inr-sec .pagination-bar a {
  font-size: 14px;
  color: #6b7280;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}

.blog-detail-inr-sec .pagination-bar a:hover {
  color: #7562AB;
}


.blog-detail-inr-sec .pagination-bar .next {
  font-weight: 500;
}
.recent-side-wrp{
  margin: 50px 0;
}
/* 21jan */
.single-service .s-detail-cntnt h1 {
    font-size: 34px;
    margin-bottom: 20px;
}
.single-service .s-detail-cntnt {
    margin-top: 30px;
}
.single-service .s-detail-cntnt ul {
    padding: 0;
}
.single-service .d-bx h6 {
    margin-top: 20px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.cta {
    background-color: #f26722;
    color: white;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: red;
}

span.wpcf7-not-valid-tip {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cta {
    width: fit-content;
    padding: 12px 40px;
    font-weight: 600;
    font-size: 17px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    color: red;
    text-align: center;
}
.single-post .blog-detail-inr-sec p a {
    color: #000;
    font-weight: 700;
    margin: 0;
}
.blog-detail-inr-sec ul li a {
    color: #000;
    font-weight:300;
    
}

.single-post .cate-list li:last-child {
   padding-bottom: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
  border-bottom: 1px solid #273c911f;
}

.newsletter .wpcf7-form-control {
    width: 100%;
}
.footer .wpcf7-response-output {
    display: none;
}

.newsletter .wpcf7-spinner{
	width:0px;
	height:0px;
	margin:0px;
	
}
/* about us page css start */
.hrt-cntnt ul li:after,.promise-to-you .right ul li:after {
      content: "";
    position: absolute;
    top: 53%;
    left: -28px;
    transform: translateY(-50%);
    height: 18px;
    width: 21px;
    background-image: url("https://sagmeticinfotech.com/wp/2025/women-thrive/wp-content/uploads/2026/01/tick.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.hrt-cntnt ul li,.promise-to-you .right ul li{
  position: relative;
      margin-bottom: 25px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    position: relative;
}
/* about us page css end */

/* our services page css start */
.f-inner {
    height: 100%;
}
/* our services page css end*/

/* friendly-companionships page css start */
.s-detail-img img {
    width: 100%;
}
/* friendly-companionships page css end*/
/* blog page css start */
.blog-wrapper h3 {
    margin-bottom: 13px;
}
.blog-wrapper > p {

    margin-bottom: 45px;
}
/* blog page css end */
.f-img img {
    height: 420px;
    object-fit: cover;
}
.col-thrd p {
    color: white;
    padding: 10px 0px;
}
footer.footer .wpcf7-email {
    color: white;
}
p > a {
    color: #000;
}
section.error-404.not-found {
    padding: 50px;
}