/*!
Theme Name: alpha child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alpha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Hind";
}

button {
  border: none !important;
  outline: none !important;
}

a {
  text-decoration: none !important;
}

body {
  overflow-x: hidden;
  color: #252525;
}

p {
  color: #252525;
}

ul {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252525;
}

ul li,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.skip-link.screen-reader-text {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

#sidebar {
  display: none;
}

.entry-footer {
  clear: both;
}

#colophon {
  clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  left: auto;
  margin-left: auto;
  position: relative;
  /*background-image: url(/wp-content/uploads/2020/10/404.jpg);*/
  background-size: cover;
  padding: 50px 0;
}

.not_found_inner {
  max-width: 100%;
}

.error404 #masthead,
.error404 #colophon {
  display: none;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: #404040;
  margin: 30px 0;
  ;
  font-weight: 800;

}

.error-404.not-found h1 span {
  color: #e01e26;
}

.page-header h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}

.page-header p {
  font-size: 22px !important;
  color: #000;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}

.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #000;
  transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product,
.search-results article.page {
  display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}

.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.search-results .page-header {
  width: 100%;
}

.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}

.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}

.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}

.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

.search-results .nav-links {
  display: none;
}



/*SEARCH RESULTS - NO RESULTS CSS ENDS*/


/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, .2) !important;
}

.modal-footer {
  display: none !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 650px !important;
  margin: 50px auto !important;
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
  background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}

.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}

.asl_nores_header {
  margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */


/*  Drop down menu CSS*/

#primary-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
}

#primary-menu li {
  display: block;
  padding-block: 10px;
}

#primary-menu li a::before {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 100%;
  left: 0px;
  bottom: -10px;
  opacity: 0;
  background-color: #8A288F;
  transition: all 300ms ease;
}

#primary-menu li a:hover::before {
  opacity: 1;
}

#primary-menu li a:hover {
  color: #8A288F;
}

#primary-menu li a {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #252525;
  padding-inline: 10px;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  right: -5px;
  top: 2px;
  display: block;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 220px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}

#primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}

#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #0b204d;
  border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
  content: '';
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}

.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
  padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
  content: unset;
}

#mm ul.sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  display: none;
  !important;
  height: auto !important;
}

#mm ul.sub-menu.active-sub-menu {
  display: block !important;
}

#mml {
  padding: 0 15px;
  color: #ffffff;
}

#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}

.mm {
  position: relative;
  background-color: #000;
  min-height: 49px;
}

#mmb {
  position: absolute;
  width: 40px;
  height: 50px;
  margin-right: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#mmb span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb.on span {
  height: 2px;
}

#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

#mm ul {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

#mm li {
  display: block;
  position: relative;
  padding: 0;
}

#mm #primary-menu a {
  display: block;
  padding: 16px 26px 15px 17px;
  border-bottom: #dedede 1px solid;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  background-color: #000;
  word-wrap: break-word;
  text-align: left;
}

#mm #primary-menu a:hover {
  background-color: #0b204d;
}

.mm,
#mm {
  display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* UTILS START */

.button_wrap>* {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  min-width: 216px;
  min-height: 55px;
  background: #8A288F;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  transition: all 500ms ease;
}

.button_wrap>* span {
  transition: all 500ms ease;
}

.button_wrap>*:hover span {
  transform: translateX(-30px);
}

.button_wrap>*:hover::after {
  opacity: 1;
}

.button_wrap>*::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #8A288F;
  transition: all 500ms ease;
}

.button_wrap.outline-button>* {
  background: #FFFFFF;
  border: 1px solid #8A288F;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  color: #252525;
}

.button_wrap.outline-button>*:hover::after {
  background-color: #8A288F;
  color: #fff;
}

.button_wrap.color-button>* {
  background: #8A288F;
  color: #FFFFFF;
}

.clr-text {
  color: #8A288F;
}

.section-heading {
  font-weight: 700;
  font-size: 55px;
  line-height: 69px;
  color: #252525;
  text-transform: capitalize;
}

.section-caption {
  padding-block: 12px;
  padding-inline: 34.5px;
  background: rgba(138, 40, 143, 0.1);
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  leading-trim: both;
  text-edge: cap;
  /* display: flex; */
  align-items: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: fit-content;
  height: 35px;
}

.download-btn-container>* {
  display: block;
  width: 195.66px;
  height: 64.03px;
  /* background: #FFFFFF; */
  border-radius: 8.89362px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-shadow: 0px 3.55745px 22.234px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}

.download-btn-container .playstore {
  background-image: url('/wp-content/uploads/2025/10/playstore.svg');
}

.download-btn-container .playstore:hover {
  background-image: url('/wp-content/uploads/2025/10/purple-playstore.svg');
}

.download-btn-container .appstore {
  background-image: url('/wp-content/uploads/2025/10/app-store.svg');
}

.download-btn-container .appstore:hover {
  background-image: url('/wp-content/uploads/2025/10/purple-appstore.svg');
}

/* UTILS END */

/* HEADER START */

header {
  position: relative;
  padding-top: 8px;
  padding-bottom: 40px;
}

header::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 82.58px;
  background: #E2ACFF;
  opacity: 0.2;
  filter: blur(100px);
  z-index: -2;
  width: 416.2px;
  height: 416.2px;
}

header::after {
  content: "";
  position: absolute;
  width: 416.2px;
  height: 416.2px;
  background: #8A288F;
  opacity: 0.13;
  filter: blur(100px);
  top: -107px;
  left: 11.37px;
  z-index: -1;
}

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

.mobile-header {
  display: none;
}

.mobile-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 20px;
  padding-top: 15px;
}

.mobile-header-flex .logo-wrapper img {
  width: 80.85px;
  height: 81.97px;
}

.menu-toggle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 3px;
  width: 40px;
  height: 40px;
  background: #8A288F;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  outline: none;
}

body.menu-open {
  overflow: hidden;
}

/* Mobile Header Styles */

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

.menu-toggle-button .icon-menu {
  display: block;
}

.menu-toggle-button .icon-close {
  display: none;
}

/* Styles for the slide-out navigation menu */
.mobile-nav-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #270228;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  padding: 25px;
  box-sizing: border-box;
}

/* State when menu is open */
.mobile-nav-menu.is-open {
  transform: translateX(0);
}

.mobile-nav-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.close-menu-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  background-color: #8A288F;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  transition: all 200ms ease;
}

.close-menu-button:hover {
  background-color: #270228;
}

.mobile-nav-links li {
  transition: all 0.2s ease;
}

.mobile-nav-links li:not(:last-child) {
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
}

.mobile-nav-links a {
  display: block;
  padding: 18px 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.mobile-nav-links li:hover {
  border-color: #8A288F;
}

.mobile-nav-links a:hover {
  color: #8A288F !important;
}

/* HEADER END */

/* BANNER SECTION START */

.banner-section {
  position: relative;
  margin-bottom: 59px;
  overflow: hidden;
}

.banner-section .banner-heading {
  font-weight: 700;
  font-size: 69.4444px;
  line-height: 69px;
  text-align: center;
  text-transform: uppercase;
  color: #252525;
}

.banner-section .banner-text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.banner-section .button_wrap>* {
  min-width: 243px;
}

.banner-section .img_wrap img {
  width: 100%;
}

.banner-section::before {
  content: "";
  position: absolute;
  width: 594.82px;
  height: 594.82px;
  background: #8A288F;
  opacity: 0.17;
  top: 156.11px;
  right: -105px;
  filter: blur(100px);
  z-index: -1;
}

.banner-section::after {
  content: "";
  position: absolute;
  width: 192.73px;
  height: 192.73px;
  left: 134px;
  top: 528.49px;
  background: #E2ACFF;
  opacity: 0.68;
  filter: blur(100px);
  z-index: -1;
}

.banner-section .img_wrap::before {
  content: "";
  position: absolute;
  width: 594.82px;
  height: 594.82px;
  /* bottom: 335.09px; */
  background: #E2ACFF;
  opacity: 0.3;
  filter: blur(100px);
  z-index: -1;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  /* top: 221px; */
}

.banner-section .img_wrap::after {
  content: "";
  position: absolute;
  bottom: -4px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 84.91%);
  background-size: contain;
  width: 100%;
  height: 409px;
  left: 0px;
  right: 0px;
}

/* BANNER SECTION END */

/* ABOUT SECTION START */

.about-section {
  position: relative;
  isolation: isolate;
  margin-bottom: 100px;
}

.about-section::before {
  content: "";
  position: absolute;
  left: -147px;
  top: 36px;
  z-index: -1;
  width: 279px;
  height: 409px;
  background: #8A288F;
  opacity: 0.16;
  filter: blur(100px);
}

.about-section::after {
  content: "";
  position: absolute;
  width: 594.82px;
  height: 594.82px;
  right: -260px;
  top: 287px;
  background: #8A288F;
  opacity: 0.16;
  filter: blur(100px);
  z-index: -1;
}

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

.about-sec-text .section-caption {
  margin-bottom: 15px;
  padding-inline: 21.5px;
}

.about-sec-text h2.section-heading {
  margin-bottom: 25px;
  line-height: 60px;
}

.about-sec-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #252525;
  margin-bottom: 30px;
  padding-right: 40px;
}

.about-section .img_wrap img {
  width: 100%;
  height: 669px;
}

.about-section .button_wrap>* {
  min-width: 243px;
}

/* ABOUT SECTION END */

/* PLATFORM SECTION START */

.platform-section {
  margin-bottom: 100px;
}

.platform-section .section-heading {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #252525;
  margin-bottom: 12px;
}

.platform-sec-text p:empty {
  display: none;
}

.platform-sec-text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #252525;
  margin-bottom: 40px;
}

.platform-section .platform-card {
  display: flex;
  gap: 10px;
  padding: 10px;
  align-items: center;
}

.platform-section .platform-row {
  margin-bottom: 30px;
  align-items: center;
}

.platform-section .platform-card .icon_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #FFF1FF;
  border-radius: 50%;
  flex-shrink: 0;
}

.platform-section .platform-card h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #252525;
  margin-bottom: 10px;
}

.platform-section .platform-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  margin: 0px;
}

.platform-section .section-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #252525;
}

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

.feature-card-grid .feature-card {
  position: relative;
  min-height: 460px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 24px;
  overflow: hidden;
  padding: 30px 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  isolation: isolate;
}

.feature-card:nth-child(1) img {
  width: 102%;
}

.feature-card-grid .feature-card:nth-child(2) {
	background: #D2A1D4;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.feature-card-grid .feature-card:nth-child(2) h3,
.feature-card-grid .feature-card:nth-child(4) h3 {
  text-align: center;
  bottom: unset;
  top: 30px;
}

.feature-card-grid .feature-card:nth-child(5) h3 {
  text-align: center;
}

.feature-card-grid .feature-card:nth-child(3) h3 {
  left: 19px;
  transform: unset;
  right: unset;
}

.feature-card:nth-child(1) h3 {
  /* left: 30px; */
  right: unset;
  transform: unset;
  width: 216px;
  left: 19px;
}

.feature-card h3 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #252525;
}

.image-wrapper img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}

.feature-card:nth-child(1) img {
  height: auto;
}

.feature-card:nth-child(2) img {
  inset: unset;
  bottom: 0px;
  width: 90%;
  height: auto;
}

.feature-card:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  left: calc(50% - 330px/2);
  top: calc(50% - 330px/2);
  background: #FBE9FE;
  filter: blur(50px);
}

.feature-card:nth-child(2)::after {
  content: "";
  position: absolute;
  width: calc(100% + 36px);
  height: 100%;
  left: 0px;
  top: 59px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 84.91%);
}

.feature-card:nth-child(3) img {
  width: 90%;
  height: 100%;
  left: 14px;
  /* right: 50%; */
  top: -54px;
}

.feature-card:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 330px;
  left: calc(50% - 100%/2);
  top: 65px;
  background: #8A288F;
  opacity: 0.2;
  filter: blur(50px);
  z-index: -2;
}

.feature-card:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 401px;
  top: 0px;
  left: 0px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 84.91%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.feature-card:nth-child(4)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 330px;
  left: calc(50% - 100%/2);
  top: 65px;
  background: #8A288F;
  opacity: 0.2;
  filter: blur(50px);
  z-index: -2;
}

.feature-card:nth-child(4)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 401px;
  left: 0px;
  top: 59px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 84.91%);
}

.feature-card:nth-child(4) img {
  inset: unset;
  width: 100%;
  bottom: 0px;
  height: auto;
  left: -17px;
}

.feature-card:nth-child(5)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 330px;
  left: calc(50% - 100%/2);
  top: 65px;
  background: #FBE9FE;
  filter: blur(50px);
  z-index: -2;
}

.feature-card:nth-child(5)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 401px;
  left: 0px;
  top: 59px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 84.91%);
  z-index: -1;
}

.feature-card:nth-child(5) img {
  height: auto;
  width: 90%;
  left: 14px;
  top: 15px;
}

/* PLATFORM SECTION END */

/* FEATURE SECTION START */

.feature-section {
  position: relative;
  margin-bottom: 170px;
  isolation: isolate;
}

.feature-section::before {
  content: "";
  position: absolute;
  width: 594.82px;
  height: 594.82px;
  top: -92px;
  left: -322px;
  background: #8A288F;
  opacity: 0.16;
  filter: blur(100px);
  z-index: -1;
}

.feature-section .section-caption {
  margin-inline: auto;
}

.feature-section .feature-sec-text {
  margin-bottom: 60px;
}

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

.feature-card-grid .feature-card {
  position: relative;
  min-height: 460px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 24px;
  overflow: hidden;
  padding: 30px 20px;
  transition: all 300ms ease;
}

.feature-card-grid .feature-card:hover {
  transform: translateY(-10px);
}

/* .feature-card-grid .feature-card:nth-child(1) {
  background-image: url(/wp-content/uploads/2025/10/feature-card-bg-1.png);
}

.feature-card-grid .feature-card:nth-child(2) {
  background-image: url(/wp-content/uploads/2025/10/feature-card-bg-2.png);
}

.feature-card-grid .feature-card:nth-child(3) {
  background-image: url(/wp-content/uploads/2025/10/feature-card-bg-3.png);
}

.feature-card-grid .feature-card:nth-child(4) {
  background-image: url(/wp-content/uploads/2025/10/feature-card-bg-4.png);
}

.feature-card-grid .feature-card:nth-child(5) {
  background-image: url(/wp-content/uploads/2025/10/feature-card-bg-5.png);
} */

.feature-card-grid .feature-card:nth-child(2) h3,
.feature-card-grid .feature-card:nth-child(4) h3 {
  text-align: center;
  bottom: unset;
  top: 30px;
}

.feature-card h3 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #252525;
  width: 236px;
}

/* FEATURE SECTION END */

/* WHY SECTION START */

.why-section {
  position: relative;
  margin-bottom: 100px;
  /* isolation: isolate; */
}

section.why-section::before {
  content: "";
  position: absolute;
  width: 594.82px;
  height: 594.82px;
  right: -172px;
  bottom: 379px;
  background: #8A288F;
  opacity: 0.16;
  filter: blur(100px);
  z-index: -2;
}

.why-section::after {
  content: "";
  background: #DF50F6;
  opacity: 0.16;
  filter: blur(100px);
  position: absolute;
  width: 594.82px;
  height: 594.82px;
  left: -438px;
  top: 368px;
  background: #DF50F6;
  opacity: 0.16;
  filter: blur(100px);
}

.why-section .section-heading {
  margin-bottom: 30px;
}

.why-icon-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 15px;
}

.why-icon-list li:not(:last-child) {
  margin-bottom: 12px;
}

.why-icon-list li h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #252525;
  margin-bottom: 10px;
}

.why-icon-list li p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
  color: #252525;
}

section.why-section .img_wrap {
  margin-top: 53px;
}

section.why-section .image-2 {
  position: absolute;
  top: -32px;
  right: 0px;
  z-index: -2;
  height: 642px;
  width: 571px;
}

section.why-section .image-2 img {
  width: 100%;
  height: 100%;
}

.why-section .col-md-7 {
  position: static;
}

.why-section .right-col::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 295px;
  width: 753px;
  height: 422px;
  right: -21px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 75.91%);
}

/* WHY SECTION END */

/* CTA SECTION START */

.cta-section {
  position: relative;
  margin-bottom: 150px;
}

.cta-wrapper {
  position: relative;
  background-image: url(/wp-content/uploads/2025/10/cta-bg-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 130px;
  border-radius: 30px;
  text-align: center;
}

.cta-wrapper::before {
  content: "";
  position: absolute;
  right: 40px;
  top: -28px;
  z-index: 1;
  background-image: url('/wp-content/uploads/2025/10/cta-image-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 279.43px;
  height: 316px;
}

.cta-wrapper::after {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -37px;
  z-index: 1;
  background-image: url('/wp-content/uploads/2025/10/cta-image-2.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 279.43px;
  height: 316px;
}

.cta-text .section-heading {
  line-height: 65px;
}

.cta-text .section-caption {
  margin-inline: auto;
  background: rgba(254, 232, 255, 0.54);
}

.cta-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

.cta-section .download-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26.68px;
}

/* CTA SECTION END */

/* CONTACT FORM SECTION START */

.contact-form-section {
  position: relative;
  isolation: isolate;
  margin-bottom: 100px;
}

.contact-form-section::before {
  content: "";
  position: absolute;
  top: 185px;
  left: -433.82px;
  width: 594.82px;
  height: 594.82px;
  background: #DF50F6;
  opacity: 0.16;
  filter: blur(100px);
}

.contact-form-section::after {
  content: "";
  position: absolute;
  width: 594.82px;
  height: 594.82px;
  right: -180px;
  top: -402px;
  background: #8A288F;
  opacity: 0.16;
  filter: blur(100px);
  z-index: -1;
}

.contact-form-section :is(.section-heading, .section-caption) {
  margin-bottom: 20px;
}

.contact-form-section .contact-sec-text {
  margin-top: 82px;
}

.contact-sec-text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 32px;
}

.contact-info-list li a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-info-list li .icon_wrap {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #8A288F;
  box-shadow: 0px 3.55745px 22.234px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  transition: all 300ms ease;
}

.contact-info-list li a:hover .icon_wrap {
  opacity: .7;
}

.contact-info-list li a:hover span {
  color: #8A288F;
}

.contact-info-list li .label {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8A288F;
  margin-bottom: 5px;
  transition: all 300ms ease;
}

.contact-info-list li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #0F0F0F;
}

.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.20701px);
  border-radius: 30px;
  max-width: 641px;
  width: 100%;
  padding: 30px;
  margin-left: auto;
}

.contact-form-wrapper h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-form-wrapper .gform-theme--foundation .gform_fields {
  row-gap: 15px !important;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="number"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea {
  padding: 16px 20px !important;
  width: 291.5px !important;
  height: 60px !important;
  background: #FFFFFF !important;
  border: 1px solid #E2E2E2 !important;
  border-radius: 100px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #0F0F0F !important;
  max-width: 100% !important;
  width: 100% !important;
  resize: none !important;
}

.contact-form-wrapper textarea {
  border-radius: 20px !important;
  min-block-size: 185px !important;
  padding: 20px !important;
}

.contact-form-wrapper .gform_button {
  position: relative !important;
  background: #8A288F !important;
  border-radius: 100px !important;
  display: inline-flex !important;
  flex-direction: row !important;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1) !important;
  border-radius: 100px !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 16px 10px 16px 20px !important;
  height: 55px !important;
  padding-left: 20px !important;
  padding-right: 10px !important;
  min-width: 216px !important;
  transition: all 300ms ease !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 25px !important;
  color: #FFFFFF !important;
}

.contact-form-wrapper .gform_button:hover {
  background-color: #fff !important;
  color: #8A288F !important;
  border: 1px solid #DF50F6 !important;
}

body .contact-form-wrapper .gform_validation_errors.gform_validation_errors {
  display: none !important;
}

.contact-form-wrapper .gfield_validation_message.gfield_validation_message {
  display: none !important;
}

.contact-form-wrapper .gfield_error.gfield_error input {
  border: 1px solid red !important;
}

.contact-form-wrapper .gform_footer {
  justify-content: center !important;
}

.contact-form-wrapper .gfield_description.instruction.validation_message {
  display: none !important;
}

.contact-form-wrapper .gform-loader.gform-loader {
  display: none !important;
}

.contact-form-wrapper .ginput_container_email,
.contact-form-wrapper .gfield--type-phone {
  width: 284.5px !important;
}

/* CONTACT FORM SECTION END */

/* FOOTER START */

.footer-wrapper {
  background: #270228;
  padding-top: 70px;
}

.footer-wrapper .footer-row {
  padding-bottom: 60px;
}

.footer-logo-wrapper {
  margin-top: 76px;
}

.footer-logo-wrapper img {
  width: 154.89px;
  height: 157px;
}

.footer-wrapper .footer-left-col {
  display: flex;
  gap: 102px;
}

.footer-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 21px;
  margin-bottom: 15px;
}

.footer-about-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 0px;
  padding-right: 36px;
}

.footer-navigation-ul #primary-menu {
  display: flex !important;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 0px;
}

.footer-navigation-ul #primary-menu li {
  padding-inline: 0px;
  padding-block: 10px;
}

.footer-navigation-ul #primary-menu li:not(:last-child) {
  margin-bottom: 6px;
}

.footer-navigation-ul #primary-menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  transition: all 300ms ease;
  padding: 0;
}

.footer-navigation-ul #primary-menu li a::before {
  display: none;
}

.footer-navigation-ul #primary-menu li a:hover {
  color: #DF50F6;
}

.footer-right-col {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.footer-links-col .download-btn-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.footer-links-col .social-media-links {
  display: flex;
  align-items: center;
  gap: 17px;
}

.footer-links-col .social-media-links li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 16px;
  border: 1px solid #FFFFFF;
  border-radius: 20.1458px;
  width: 40.29px;
  height: 40.29px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 300ms ease;
}

.social-media-links li a:hover {
  background-color: #8A288F;
  border-color: #8A288F;
}

footer .copyright {
  font-weight: 300;
  font-size: 14px;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0px;
}

footer .copyright a {
  color: #8A288F;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  transition: all 300ms ease;
}

footer .copyright a:hover {
  color: #fff;
}

#menu-footer-bottom-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px;
}

#menu-footer-bottom-menu li:first-child a {
  padding-right: 16px;
  border-right: 1px solid white;
}

#menu-footer-bottom-menu li:last-child a {
  padding-left: 16px;
}

/* #menu-footer-bottom-menu li:first-child a {
  border-right: 1px solid white;
} */

#menu-footer-bottom-menu li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 36px;
  color: #FFFFFF;
  transition: all 300ms ease;
}

#menu-footer-bottom-menu li a:hover {
  color: #DF50F6;
}

.row.footer-bottom-row {
  padding-block: 8.5px;
  border-top: 1px solid rgba(202, 202, 202, 0.4);
}

/* FOOTER END */

/* RESPONSIVE START */

@media (min-width: 1441px) and (max-width: 1600px) {

  section.why-section .image-2 {
    width: 40%;
    height: 700px;
  }

  .feature-card-grid .feature-card {
    min-height: 505px;
  }

  /* 1400-1600 end */
}

@media (min-width: 1601px) {

  .feature-card-grid .feature-card {
    min-height: 555px;
  }
	
  .feature-card h3 {
	margin: 0px;	
  }

  .feature-card:nth-child(1) img {
    width: 100%;
  }

  section.why-section .image-2 {
    width: 42%;
    height: 837px;
  }

  .why-section .right-col::before {
    width: 801px;
    height: 515px;
  }

  .feature-card:nth-child(3) img {
    width: 100%;
    height: 528.875px;
    left: 5.5px;
  }

  .feature-card-grid .feature-card:nth-child(3) h3 {
    left: 30px;
    bottom: 20px;
  }

  .feature-card h3 {
    bottom: 20px;
  }

  .feature-card:nth-child(3) img {
    width: 100%;
    height: 528.875px;
    left: 0px;
  }

  .feature-card:nth-child(5) img {
    left: 19px;
  }
	
  .feature-card:nth-child(4) img {
	height: auto;
	width: 100%;
	left: -20px;
	}
	
  .feature-card:nth-child(5) img {
	height: 400px;	
  }
	


  /* 1601 end */
}

@media (max-width: 1199px) {
  br {
    display: none;
  }

  .feature-card:nth-child(3) img {
    width: 84%;
    height: 87%;
    left: 16.5px;
    top: -31px;
  }

  .feature-card:nth-child(4) img {
    height: auto;
    width: 95%;
    left: -11px;
  }

  .header-flex #primary-menu {
    gap: 15px;
  }

  #primary-menu li a {
    padding-inline: 5px;
  }

  .button_wrap>* {
    font-size: 14px;
    line-height: 26px;
    gap: 10px;
    min-width: 190px;
    min-height: 50px;
  }

  .button_wrap>*::after {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .button_wrap span {
    line-height: normal;
  }

  .select_filer select {
    margin: 0px;
  }

  .banner-section .banner-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .banner-section .banner-heading {
    font-size: 60px;
    line-height: 65px;
  }

  .banner-section .button_wrap>* {
    min-width: 215px;
  }

  .banner-section .img_wrap::after {
    height: 204px;
    bottom: 0px;
  }

  header::after,
  header::before {
    width: 200px;
    height: 200px;
  }

  .banner-section .img_wrap::before {
    height: 300px;
    width: 300px;
  }

  .banner-section::after {
    left: 20px;
    top: 300px;
  }

  .banner-section::before {
    width: 300px;
    height: 300px;
    top: 140.11px;
  }

  .banner-section {
    margin-bottom: 20px;
  }

  .about-section .img_wrap img {
    height: auto;
  }

  .about-sec-text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    padding-right: 0px;
  }

  .section-heading {
    margin-bottom: 15px !important;
    line-height: 50px !important;
    font-size: 45px;
  }

  .about-section .button_wrap>* {
    min-width: 206px;
  }

  .section-caption {
    letter-spacing: 3px;
    font-size: 14px;
  }

  .about-section::after {
    width: 300px;
    height: 300px;
    top: 100px;
    right: 0px;
  }

  .about-section::before {
    width: 250px;
    height: 250px;
    left: -50px;
    top: 0px;
  }

  .about-section,
  .platform-section {
    margin-bottom: 70px;
  }

  .feature-section {
    margin-bottom: 100px;
  }

  .platform-section .section-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .platform-sec-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .platform-section .platform-card .icon_wrap {
    width: 70px;
    height: 70px;
  }

  .platform-card .icon_wrap img {
    width: 30px;
  }

  .platform-section .platform-card h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .platform-section .platform-card p {
    font-size: 14px;
    line-height: 24px;
  }

  .platform-section .platform-card {
    padding: 0px;
  }

  .platform-section .section-text {
    font-size: 20px;
    line-height: 28px;
    margin: 0px;
  }

  .feature-section .feature-sec-text {
    margin-bottom: 30px;
  }

  .platform-section .platform-row {
    margin-bottom: 20px;
  }

  .feature-card-grid .feature-card {
    min-height: 314px;
    padding: 15px;
    border-radius: 15px;
  }

  .feature-card h3 {
    bottom: 7px;
    font-size: 18px;
    line-height: 26px;
    width: 172px;
  }

  .feature-section::before {
    top: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
  }

  .why-icon-list li {
    padding-block: 0px;
    gap: 15px;
  }

  .why-icon-list li .icon_wrap img {
    width: 45px;
  }

  .why-icon-list li:not(:last-child) {
    margin-bottom: 20px;
  }

  .why-icon-list li h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .why-icon-list li p {
    font-size: 16px;
  }

  .why-section .section-heading {
    margin-bottom: 25px !important;
  }

  .why-section::after {
    width: 400px;
    height: 400px;
    left: -100px;
    top: 250px;
  }

  section.why-section::before {
    width: 350px !important;
    height: 350px !important;
    right: -50px !important;
    bottom: 300px !important;
  }

  .why-section .img_wrap img {
    height: 470px;
  }

  section.why-section .image-2 {
    position: absolute;
    top: 82px;
    right: 0px;
    z-index: -2;
    height: 420px;
    width: 360px;
  }

  .why-section .right-col::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 341px;
    width: 679px;
    height: 200px;
    right: 0px;
    z-index: -1;
  }

  .cta-wrapper {
    padding-block: 100px;
    border-radius: 15px;
  }

  .cta-section .section-heading {
    margin-block: 10px !important;
  }

  .cta-text p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .cta-section .download-btn-container {
    gap: 15px;
  }

  .download-btn-container>* {
    width: 160.66px;
    height: 52.03px;
  }

  .cta-wrapper::before {
    right: -28px;
    top: -61px;
    width: 195.43px;
    height: 291px;
  }

  .cta-wrapper::after {
    width: 195px;
    height: 218px;
    left: -28px;
    bottom: -37px;
  }

  .cta-section {
    margin-bottom: 100px;
  }

  .contact-form-section::before {
    width: 400px;
    left: -100px;
    height: 400px;
  }

  .contact-sec-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  .contact-info-list li a {
    gap: 10px;
  }

  .contact-info-list li .label {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0px;
  }

  .contact-info-list li span {
    font-size: 14px;
  }

  .contact-info-list li .icon_wrap {
    width: 45px;
    height: 45px;
  }

  .contact-info-list .icon_wrap img {
    width: 15px;
  }

  .contact-form-wrapper h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .contact-form-wrapper .ginput_container_email,
  .contact-form-wrapper .gfield--type-phone {
    width: 239px !important;
  }

  .contact-form-wrapper {
    padding: 20px;
    border-radius: 20px;
  }

  .contact-form-wrapper input[type="text"],
  .contact-form-wrapper input[type="email"],
  .contact-form-wrapper input[type="number"],
  .contact-form-wrapper input[type="tel"],
  .contact-form-wrapper textarea {
    height: 50px !important;
    font-size: 14px !important;
  }

  .contact-form-section {
    margin-bottom: 70px;
  }

  .contact-form-wrapper textarea {
    border-radius: 10px !important;
    min-block-size: 130px !important;
    padding-inline: 20px !important;
    padding-block: 15px;
  }

  .footer-about-text p {
    font-size: 16px;
    line-height: 28px;
    padding: 0px;
  }

  .footer-heading {
    margin-bottom: 15px;
    padding: 0px;
    font-size: 16px;
  }

  .footer-wrapper .footer-left-col {
    gap: 20px;
  }

  .footer-logo-wrapper img {
    width: 127.89px;
    height: 100px;
  }

  .footer-logo-wrapper {
    margin-top: 20px;
  }

  .footer-wrapper .footer-row {
    padding-bottom: 30px;
  }

  .footer-wrapper {
    padding-top: 50px;
  }

  .footer-navigation-ul #primary-menu li {
    padding-block: 5px;
  }

  .footer-links-col .social-media-links {
    gap: 15px;
  }

  .feature-card:nth-child(5) img {
    height: 65%;
    width: 100%;
    left: 1px;
    top: 11px;
  }

  .feature-card:nth-child(1) h3 {
    width: auto;
  }

  .feature-card-grid .feature-card:nth-child(2) h3,
  .feature-card-grid .feature-card:nth-child(4) h3 {
    top: 15px;
  }

  /* 1199 end */
}

@media (max-width: 991px) {
  .banner-section .banner-heading {
    font-size: 50px;
    line-height: 55px;
  }

  .banner-section .banner-text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .banner-section .img_wrap::after {
    height: 150px;
    bottom: 0px;
  }

  .banner-section::before {
    width: 200px;
    height: 200px;
    top: 100px;
  }

  .banner-section::after {
    left: 10px;
    top: 200px;
  }

  header::after,
  header::before {
    width: 130px;
    height: 130px;
  }

  .section-heading {
    margin-bottom: 15px !important;
    line-height: 40px !important;
    font-size: 34px;
  }

  .about-sec-text p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .section-caption {
    letter-spacing: 2px;
    margin-bottom: 15px;
    padding-inline: 20px;
  }

  .about-section,
  .platform-section {
    margin-bottom: 60px;
  }

  .platform-section .section-heading {
    font-size: 30px;
    line-height: 32px !important;
  }

  .platform-sec-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .platform-section .platform-card .icon_wrap {
    width: 45px;
    height: 45px;
  }

  .platform-card .icon_wrap img {
    width: 25px;
  }

  .platform-section .platform-card h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .platform-section .platform-card h3 {
    font-size: 15px;
    line-height: 20px;
  }

  .platform-section .platform-card p {
    font-size: 14px;
    line-height: 22px;
  }

  .platform-section .platform-card {
    gap: 7px;
  }

  .platform-section .section-text {
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
  }

  .feature-card h3 {
    bottom: 7px;
    font-size: 13px;
    line-height: 17px;
    width: 135px;
  }

  .feature-section .feature-sec-text {
    margin-bottom: 20px;
  }

  .feature-card-grid {
    gap: 10px;
  }

  .why-icon-list li p {
    font-size: 14px;
    line-height: 20px;
  }

  .why-icon-list li h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  section.why-section .img_wrap {
    margin-top: 120px;
    position: relative;
    left: -50px;
  }

  .why-section .img_wrap img {
    height: 410px;
  }

  section.why-section .image-2 {
    top: 131px;
    right: 0px;
    z-index: -2;
    height: 361px;
    width: 304px;
  }

  .why-section .section-heading {
    margin-bottom: 20px !important;
  }

  .cta-wrapper {
    padding-block: 70px;
  }

  .cta-wrapper::before {
    right: -31px;
    top: -61px;
    width: 161.43px;
    height: 277px;
  }

  .cta-wrapper::after {
    width: 161px;
    left: -28px;
    bottom: -73px;
  }

  .download-btn-container>* {
    width: 145.66px;
    height: 50.03px;
  }

  .cta-section {
    margin-bottom: 70px;
  }

  .contact-form-wrapper .ginput_container {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
  }

  .contact-form-wrapper h3 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .contact-form-wrapper #gform_fields_1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
  }

  .contact-form-wrapper .ginput_container_email,
  .contact-form-wrapper .gfield--type-phone {
    width: 100% !important;
  }

  .contact-sec-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .contact-form-wrapper .gform_footer {
    margin-top: 20px !important;
  }

  .contact-form-wrapper .gform_button {
    font-size: 14px !important;
    min-width: 190px !important;
    line-height: 15px !important;
    height: 45px !important;
  }

  .contact-form-section {
    margin-bottom: 60px;
  }

  .footer-left-col {
    flex-direction: column;
    gap: 30px;
    align-items: start;
    justify-content: start;
  }

  .footer-logo-wrapper {
    margin-top: 0px;
  }

  .footer-row {
    row-gap: 30px;
  }

  .footer-right-col {
    flex-direction: column;
    gap: 30px;
    align-items: start;
    justify-content: start;
  }

  .mobile-header {
    display: block;
    margin-bottom: 49px;
  }

  header {
    display: none !important;
  }

  .feature-card-grid .feature-card:nth-child(3) h3,
  .feature-card-grid .feature-card:nth-child(1) h3 {
    left: 10px;
    width: auto;
  }

  .feature-card:nth-child(3) img {
    width: 90%;
    height: 87%;
    left: 7.5px;
    top: -21px;
  }

  .feature-card-grid .feature-card {
    min-height: 258px;
  }

  .feature-card:nth-child(5) img {
    height: 60%;
    width: 100%;
    left: 1px;
    top: 6px;
  }

  .feature-card:nth-child(1) img {
    height: 100%;
    object-fit: cover;
  }

  
  .feature-card:nth-child(4) img {
    height: auto;
    width: 100%;
    left: -10px;
  }

  /* 991 end */
}

@media (max-width: 767px) {
  .banner-section .banner-heading {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    padding: 0px;
    margin-bottom: 10px;
    max-width: 360px;
    width: 100%;
    margin-inline: auto;
  }

  .banner-section .banner-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000 !important;
    padding-inline: 20px;
    max-width: 390px;
    width: 100%;
    margin-inline: auto;
  }

  .mobile-header {
    position: relative;
  }

  .mobile-header::before {
    content: "";
    position: absolute;
    width: 416.2px;
    height: 416.2px;
    left: -148px;
    top: -72px;
    background: #8A288F;
    opacity: 0.13;
    filter: blur(100px);
  }

  .banner-section .img_wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 136px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52.78%, #FEFEFE 100%);
  }

  .banner-section::before {
    content: "";
    position: absolute;
    width: 439px;
    height: 439px;
    right: -235px;
    top: 130px;
    background: #8A288F;
    opacity: 0.17;
    filter: blur(100px);
  }

  .banner-section::after {
    display: none;
  }

  .banner-text {
    margin-bottom: 30px;
  }

  .banner-section .img_wrap::before {
    display: none;
  }

  .banner-section {
    margin-bottom: 70px;
  }

  .section-caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 4px;
    color: #252525;
    margin-bottom: 15px;
  }

  section .section-heading {
    font-size: 34px !important;
    line-height: 45px !important;
    margin-bottom: 10px !important;
  }

  .platform-section .section-heading {
    font-size: 34px !important;
    line-height: 45px !important;
    margin-bottom: 10px !important;
  }

  .about-sec-text p {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 32px !important;
    margin-bottom: 10px !important;
  }

  .button_wrap>* {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 30px !important;
    min-height: 50px !important;
    min-width: 215px !important;
  }

  .about-sec-row {
    row-gap: 40px !important;
  }

  .platform-section .platform-card .icon_wrap {
    height: 100px;
    width: 100px;
  }

  .platform-card .icon_wrap img {
    width: auto;
    height: auto;
  }

  .platform-row {
    row-gap: 20px;
    margin-bottom: 15px;
  }

  .platform-section .platform-card h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .platform-section .platform-card p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .platform-section .platform-card {
    gap: 10px;
    padding: 10px;
  }

  .platform-section .section-text {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .feature-card-grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
    padding-inline: 14px;
    margin-inline: auto;
    justify-content: center;
  }

  .feature-section .feature-sec-text {
    margin-bottom: 31px;
  }

  .feature-card {
    padding: 30px;
    width: 100%;
    min-height: 448px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 0px 24px 24px 0px;
    background-position: center center;
  }

  .feature-card h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    max-width: 248px;
    width: 100%;
    bottom: 18px;
  }

  .why-icon-list li h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .why-icon-list li p {
    font-size: 16px;
    line-height: 24px;
  }

  .why-icon-list li .icon_wrap img {
    width: 50px;
  }

  .why-icon-list li {
    padding-block: 15px;
  }

  .why-icon-list li:not(:last-child) {
    margin-bottom: 6px;
  }

  .why-section-row {
    row-gap: 58px;
  }

  section.why-section .img_wrap {
    margin: 0px;
    left: -46px;
  }

  .why-section .img_wrap img {
    width: 223px;
    height: 436.39px;
  }

  section.why-section .image-2 {
    height: 521px;
    top: unset;
    right: -39px;
    bottom: -12px;
    width: 504px;
  }

  .why-section .right-col::before {
    top: unset;
    left: 14px;
    bottom: -13.84px;
    width: 100%;
    height: 289.55px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 84.91%);
  }

  .why-section::after {
    display: none;
  }

  section.why-section::before {
    width: 439px;
    height: 439px;
    top: -230px;
    right: -237px;
    background: #8A288F;
    opacity: 0.17;
    filter: blur(100px);
  }

  .cta-wrapper {
    padding-block: 270px;
    border-radius: 30px;
    background-size: cover;
  }

  .cta-wrapper::before,
  .cta-wrapper::after {
    width: 279.43px;
    height: 316px;
  }

  .cta-section .download-btn-container {
    flex-direction: column;
    gap: 12px;
  }

  .cta-section .download-btn-container>* {
    width: 209.89px;
    height: 68.69px;
  }

  .cta-wrapper::before {
    right: 15px;
    top: -44px;
  }

  .cta-wrapper::after {
    left: 20px;
    bottom: -48px;
  }

  .cta-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    padding-inline: 19px;
    margin-bottom: 22px;
  }

  .contact-form-section::before,
  .contact-form-section::after {
    display: none;
  }

  .contact-sec-text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .contact-info-list li .icon_wrap {
    height: 60px;
    width: 60px;
  }

  .contact-info-list li a {
    gap: 15px;
  }

  .contact-info-list .icon_wrap img {
    width: auto;
  }

  .contact-info-list li span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #0F0F0F;
  }

  .contact-info-list li .label {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #8A288F;
  }

  .contact-form-section .contact-sec-text {
    margin-top: 0px;
  }

  .contact-info-list {
    margin: 0px;
  }

  .contact-form-section .row {
    row-gap: 60px;
  }

  .contact-form-wrapper h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  .contact-form-wrapper {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.20701px);
    border-radius: 30px;
    padding: 30px 15px;
  }

  .contact-form-wrapper input[type="text"],
  .contact-form-wrapper input[type="email"],
  .contact-form-wrapper input[type="number"],
  .contact-form-wrapper input[type="tel"],
  .contact-form-wrapper textarea {
    padding: 16px 20px !important;
    min-height: 50px !important;
    height: 50px !important;
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .contact-form-wrapper textarea {
    height: 121px !important;
    min-height: 121px !important;
  }

  .contact-form-wrapper .gform_button {
    height: 55px !important;
    width: 216px !important;
    font-size: 16px !important;
    /* line-height: 30px !important; */
  }

  .cta-section {
    margin-bottom: 100px !important;
  }

  .footer-logo-wrapper img {
    width: 154px !important;
    height: 157px !important;
  }

  .footer-wrapper .footer-left-col {
    gap: 30px;
  }

  .footer-heading {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-block: 10px;
  }

  .footer-navigation-ul #primary-menu li {
    padding-block: 10px;
  }

  .footer-navigation-ul #primary-menu li:not(:last-child) {
    margin-bottom: 6px;
  }

  .footer-navigation .footer-heading {
    margin-bottom: 6px;
  }

  footer .download-btn-container>* {
    width: 195.66px;
    height: 64.03px;
  }

  .footer-links-col .social-media-links {
    gap: 17px;
  }

  .footer-about-text p {
    font-size: 18px !important;
    line-height: 32px !important;
  }

  #menu-footer-bottom-menu {
    justify-content: flex-start;
  }

  .footer-bottom-row {
    flex-direction: column-reverse;
  }

  p.copyright {
    font-size: 16px !important;
    line-height: 36px !important;
  }

  .footer-wrapper {
    padding-top: 70px;
  }

  .footer-wrapper .footer-row {
    padding-bottom: 40px;
  }

  .banner-section::after {
    content: "";
    display: block !important;
    position: absolute;
    width: 247px;
    height: 246px;
    left: -55px;
    bottom: 44px;
    background: #8A288F;
    opacity: 0.17;
    filter: blur(100px);
  }

  .about-section::before {
    display: none;
  }

  .about-section::after {
    position: absolute;
    width: 439px;
    height: 439px;
    right: -234px;
    top: unset;
    bottom: -317px;
    background: #8A288F;
    opacity: 0.17;
    filter: blur(100px);
  }

  .platform-sec-text p {
    padding-inline: 0px;
  }

  .feature-card-grid .feature-card {
    min-height: 448px;
    max-width: 390px;
    padding: 30px 20px !important;
    width: 100%;
    margin: auto;
    background-position: center center !important;
  }

  .feature-card-grid .feature-card:nth-child(3) h3,
  .feature-card-grid .feature-card:nth-child(1) h3 {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .cta-section .section-heading {
    padding-inline: 20px;
  }

  .feature-card .image-wrapper {
    display: none;
  }

  .feature-card::before,
  .feature-card::after {
    display: none;
  }
	
  .feature-card-grid .feature-card:nth-child(4)::before,
.feature-card-grid .feature-card:nth-child(4)::after {
    display: block;
}

.feature-card-grid .feature-card:nth-child(4)::before {
    width: 330px;
height: 330px;
left: calc(50% - 330px/2);
top: calc(50% - 330px/2);
background: #8A288F;
opacity: 0.2;
filter: blur(50px);
z-index: -2;
}

.feature-card-grid .feature-card:nth-child(4)::after {
    z-index: -1;
}

.feature-card-grid .feature-card:nth-child(4) .image-wrapper {
    display: block;
}

.feature-card-grid .feature-card:nth-child(4) .image-wrapper img {
    width: 100%;
    height: 325px;
    object-fit: contain;
}

.feature-card-grid .feature-card:nth-child(4) {
    background-image: none !important;
}


section.privacy-policy {
    padding: 50px 0px !important;
}

.privacy-policy h1 {
    font-size: 34px !important;
}

.privacy-policy h3 {
    font-size: 26px !important;
    margin-top: 20px !important;
}




  /* 767 end */
}

@media (min-width: 429px) and (max-width: 480px) {

  .platform-sec-text p {
    padding-inline: 25px;
  }

  /* 429px 480px end */
}

@media (max-width: 480px) {
  .contact-form-wrapper h3 {
    font-size: 30px;
  }

  .cta-wrapper::before,
  .cta-wrapper::after {
    width: 231.43px;
    height: 270px;
  }

  .banner-section .container {
    padding-inline: 0px;
  }

  .feature-card:nth-child(2) h3,
  .feature-card:nth-child(5) h3 {
    width: 222px;
  }

  .feature-card-grid .feature-card:nth-child(1) {
    background-image: url('/wp-content/uploads/2025/10/feature-1.png');
  }

  .feature-card-grid .feature-card:nth-child(2) {
    background-image: url('/wp-content/uploads/2025/10/feature-2-1.png');
  }

  .feature-card-grid .feature-card:nth-child(3) {
    background-image: url('/wp-content/uploads/2025/10/feature-3.png');
  }

  .feature-card-grid .feature-card:nth-child(4) {
    background-image: url(/wp-content/uploads/2025/10/feature-card-bg-4.png);
    background-size: cover;
    background-position: top;
  }

  .feature-card-grid .feature-card:nth-child(5) {
    background-image: url('/wp-content/uploads/2025/10/feature-5.png');
    background-size: contain;
    background-position: top left;
  }

  .feature-card-grid .feature-card h3 {
    max-width: 290px;
  }

  .why-section .img_wrap img {
    width: 223px;
    height: 436.39px;
  }

  section.why-section .image-2 {
    height: 361px;
    top: unset;
    right: -39px;
    bottom: 108.9px;
    width: 326px;
  }

  .why-section .right-col::before {
    top: unset;
    left: 14px;
    bottom: 63.16px;
    width: 100%;
    height: 289.55px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 84.91%);
  }


  /* 480px end */
}

@media (max-width: 400px) {
  .cta-section .section-heading {
    padding-inline: 0px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}


@media (min-width: 1250px) {
  .container {
    max-width: 1240px !important;
  }
}

/* RESPONSIVE END */


/*Privacy Policy */


.privacy-policy h1 {
    font-size: 55px;
    line-height: 60px;
}

section.privacy-policy {
    padding: 100px 0px;
}

.privacy-policy p {
    font-size: 18px;
    line-height: 32px;
}

.privacy-policy h3 {
    font-size: 34px;
    line-height: 45px;
    margin-top: 40px;
}

.privacy-policy li {
    list-style: disc;
    font-size: 18px;
    line-height: 32px;
}

.privacy-policy ul {
    padding-left: 30px;
}