/* Styles by cruzbytes */

/** Fonts Declaration Start **/

@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

body {
	font-family: "Onest", sans-serif !important;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}

.primary_color {
	color: #ff2e2e !important;
}

.primary_dark {
	color: #231f20;
}

.primary_bg {
	background-color: #ff2e2e;
}

.primary_dark_bg {
	background-color: #231f20;
}

.ctaBtn a {
	text-decoration: none;
	padding: 10px 25px;
	border: 1px solid;
	display: block;
	border-radius: 16px;
	transition: .3s ease-in-out;
}

.ctaPrimary a {
	background-color: #ff2e2e;
	border-color: #ff2e2e;
}

.ctaDark a {
	background-color: #222;
	border-color: #222;
}

.mainTitle {
	font-size: 46px;
	line-height: 1.2;
}

.subTitle.withBg {
	background-color: rgb(255 46 46 / 10%);
  border: 1px solid rgb(255 46 46 / 20%);
  color: #ff2e2e;
  font-size: 14px;
  padding: 10px 20px;
  width: max-content;
  border-radius: 50px;
  text-transform: capitalize;
}

.secPadT {
	padding-top: 80px;
}

.secPadB {
	padding-bottom: 80px;
}

.p-18 {
	font-size: 18px;
}

.mw-90 {
  max-width: 90%;
}

.lightBluegradbg {
  background: linear-gradient(to bottom, #ffffff, #f8fafc);
}

.lightBluegradbgAlt {
  background: linear-gradient(to bottom, #f8fafc, #ffffff);
}

/* Header styles start */

.mainHeader {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 4;
}

.mainHeader .row {
  background: #ffffff8c;
  backdrop-filter: blur(16px);
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px #0000001a;
  padding: 10px 22px;
  border: 1px solid #c5c5c542;
}

.home .mainHeader .row {
  background: rgba(255, 255, 255, 0.18);
}

.home .logo img {
	width: 200px;
}

.logo img {
  width: 150px;
}

.mainNav, .mainNav ul {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style-type: none;
  margin: 0;
  justify-content: flex-end;
  transition: .5s ease-in-out;
}

.mainNav ul li a, .mainNav .headCta a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: .3s ease-in-out;
	text-transform: capitalize;
}

.home .mainNav ul li.current-menu-item a {
  color: #ff2e2e;
}

.mainNav ul li.current-menu-item a {
  color: #222;
}

.home .mainNav ul li a {
  color: #222;
}

.mainNav ul li a:hover {
	color: #ff2e2e;
}

.mainNav .headCta a {
	background-color: #ff2e2e;
	padding: 10px 15px;
	color: white;
	border-radius: 10px;
  border: 1px solid #ff2e2e;
}

.mainNav .headCta a:hover {
  background-color: transparent;
  color: #ff2e2e;
}

/* Header styles end */

/* Home page styles start */

.bannerHome {
	/*background: linear-gradient(to bottom right, #0f172a, #000000, #0f172a);*/
	min-height: 100vh;
	padding-top: 150px;
	padding-bottom: 80px;
}

.bannerSec .bannerCont .mainTitle {
	font-size: 65px;
	margin: 0;
	color: 000;
}

.bannerSec .bannerCont .mainTitle span {
  color: #ff2e2e;
}

.bannerCont:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 20rem;
  height: 20rem;
  background-color: rgba(255, 46, 46, 0.1);
  border-radius: 9999px;
  filter: blur(91px);
  z-index: -1;
}

.bannerCont .desc {
	max-width: 90%;
	padding-top: 15px;
}

.bannerCont .desc p {
	font-size: 18px;
	color: #0009;
}

.bannerSec .ctaArea {
	display: flex;
	align-items: center;
	gap: 20px;
}

.ctaBtn.ctaShadow a {
	box-shadow: 0 25px 50px -12px #ff2e2e80; 
}

.ctaBtn.ctaShadow a:hover {
	box-shadow: none;
}

.ctaBtn.ctaDark a:hover {
	box-shadow: 0 25px 50px -12px #000; 
}

.bannerSec .ctaBtn a svg, .ctaSec .cta-button-primary svg {
	width: 16px;
	height: auto;
	object-fit: cover;
	margin-left: 10px;
}

.statsArea {
	border-top: 1px solid #0000004d;
	padding-top: 35px;
	margin-top: 30px;
	max-width: 80%;
}

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

.statsItem .statValue {
	font-size: 30px;
	font-weight: 400;
	color: #ff2e2e;
	margin-bottom: 0px;
}

.statsItem .statLabel {
	color: #0009;
}

.bannerImgCol:before {
	content: '';
	position: absolute;
	top: 0;
	left: 2.5rem;
	width: 30rem;
	height: 30rem;
	background-color: rgba(255, 46, 46, 0.2);
	/*background-color: black;*/
	border-radius: 9999px;
	filter: blur(48px);
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.bannerImgCol .topImgabs, .bannerImgCol .botImgabs {
	position: absolute;
    /*background: #ffffff3d;*/
    background: #ffffff9c;
    padding: 16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 25px -5px #0000001a;
    border-radius: 16px;
    border: 1px solid #ffffff4d;
    z-index: 3;
}

.bannerImgCol .topImgabs.topRight {
	top: 0;
	right: 0;
}

.bannerImgCol .botImgabs.bottomLeft {
	bottom: 0;
	left: 0;
}

.bannerImgCol .topImgabs img, .bannerImgCol .botImgabs img {
    width: 124px;
    height: 124px;
    object-fit: cover;
    border: 2px solid #ff2e2e80;
    border-radius: 16px;
}

.bannerImgCol .mainImg {
	/*background: #ffffff3d;*/
	background: #ffffff9c;
    padding: 16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 25px -5px #0000001a;
    border: 1px solid #ffffff4d;
    border-radius: 50%;
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    aspect-ratio: 1;
    max-height: 600px;
}

.bannerImgCol .mainImg img {
	border: 4px solid #ff2e2e80;
    border-radius: 50%;
    width: 100%;
    /*max-height: 550px;*/
    height: 100%;
    object-fit: cover;
}

.serviceSec .contArea .desc {
	padding-right: 4%;
}

.serviceSec .desc p {
	font-size: 18px;
}

.serviceSec .imgArea img {
	border-radius: 16px;
	box-shadow: 0 20px 25px -5px #0000001a;
}

.serviceList {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 50px;
}

.serviceItem, 
.cardWithYtransform, 
.cardNotrans,
.nav-previous,
.nav-next {
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(229, 231, 235, 0.5);
	border-radius: 0.75rem;
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 
	          0 8px 10px -6px rgb(0 0 0 / 0.1);
	transition: all 300ms ease-in-out;
	transform: translateY(0);
	flex: 1;
	padding: 1.5rem; /* 24px */
}

.serviceItem:hover,
.cardWithYtransform:hover,
.nav-previous:hover,
.nav-next:hover {
	box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
	transform: translateY(-0.5rem); /* -8px */
}

.serviceIcon, .solDetCont .iconArea {
	width: 3.5rem;
	height: 3.5rem;
	background: linear-gradient(to bottom right, #ff2e2e, #dc2626);
	border-radius: 0.75rem;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 
	          0 4px 6px -4px rgb(0 0 0 / 0.1);
	transition: transform 300ms ease-in-out;
	transform: scale(1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.serviceIcon i {
	color: white;
	font-size: 25px;
}

.serviceItem:hover .serviceIcon {
	transform: scale(1.1);
}

.serviceTitle h3 {
	font-size: 24px;
	margin-bottom: 0.75rem;
	color: #231f20;
	font-weight: 500;
  text-transform: capitalize;
}

.serviceDesc p {
	color: #4b5563;
	margin-bottom: 0px;
	line-height: 1.5;
}

.serviceDesc ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 25px;
}

.serviceDesc ul li {
  color: #4a5565;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
}

.serviceDesc ul li:before {
  content: '';
  position: relative;
  background: #ff2e2e;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
}

.galList .swiper-wrapper {
	padding-bottom: 40px;
}

.galList .swiper-pagination {
	bottom: -6px !important;
}

.galList .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ff2e2e;
}

.galItem {
	position: relative;
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(229, 231, 235, 0.6); /* gray-200 at 60% */
	border-radius: 1rem; /* 16px */
	box-shadow: 0 10px 15px -5px rgb(0 0 0 / 0.1), 
	          0 8px 10px -6px rgb(0 0 0 / 0.1);
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.galItem:hover {
  box-shadow: 0 15px 30px -12px rgb(0 0 0 / 0.25);
}

.galItem img {
	height: 20rem; /* 384px */
	width: 100%;
	object-fit: contain;
}

.solutionSec {
	background-image: linear-gradient(to bottom, #ffffff, #f8fafc);
}

.solContArea {
	padding: 35px 45px;
}

.solContArea .mainTitle {
	font-size: 35px;
	margin-bottom: 20px;
}

.solContArea .mainTitle a {
  text-decoration: none;
  color: inherit;
  transition: .3s ease-in-out;
}

.hometab:hover .solContArea .mainTitle a {
  color: #ff2e2e;
}

.solContArea .desc ul, 
.single-solution .entry-content ul {
  padding: 0;
  margin: 0;
}

.solContArea .desc ul li, 
.single-solution .entry-content ul li {
    list-style-type: none;
    padding-left: 36px;
    position: relative;
    padding-bottom: 16px;
}

.solContArea .desc ul li:before, 
.single-solution .entry-content ul li:before {
  content: '';
  background-image: url('../images/tick_icon.svg');
  background-position: center;
  background-size: contain;
  width: 22px;
  height: 24px;
  position: absolute;
  display: block;
  left: 0;
}

.solutionSec .solutionMain:nth-child(even) .row {
  flex-direction: row-reverse;
}

.boxedRow {
	box-shadow: 0 25px 50px -12px #00000040;
  border: 1px solid oklch(.928 .006 264.531);
  border-radius: 24px;
  background-image: linear-gradient(to bottom, #ffffff, #f8fafc);
}

.colImgArea {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.colImgArea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solutionSec .solutionMain:not(:last-child) {
  margin-bottom: 50px;
}

.solutionSec .solutionMain:nth-child(odd) .colImgArea img, 
.hometab .colImgArea img {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.solutionSec .solutionMain:nth-child(even) .colImgArea img {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

/* figma styles */

.solutions-tab-container {
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(229, 231, 235, 0.6); /* gray-200 at 60% */
  border-radius: 1rem;
  padding: 0.5rem;
  display: block;
  margin: auto;
  width: max-content;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 
              0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.solutions-tab-button {
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  transition: all 300ms ease-in-out;
  color: #4b5563;
  border: none;
  background: transparent;
  cursor: pointer;
}

.solutions-tab-button:hover {
  color: #231f20;
}

.solutions-tab-button.active {
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  background: linear-gradient(to right, #ff2e2e, #dc2626);
  color: white;
  box-shadow: 0 10px 15px -3px rgba(255, 46, 46, 0.3),
              0 4px 6px -4px rgba(255, 46, 46, 0.3);
  transition: all 300ms ease-in-out;
  border: none;
  cursor: pointer;
}

.solutions-main-card {
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(229, 231, 235, 0.6);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.solutions-image-container {
  position: relative;
  height: 500px;
}

.solutions-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(255, 46, 46, 0.2), transparent);
}

.solutions-diagonal-cut {
  display: none;
}

.solutions-content {
  padding: 3rem;
  position: relative;
}

.solutions-decorative-glow {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  background: linear-gradient(to bottom right, rgba(255, 46, 46, 0.1), transparent);
  border-radius: 9999px;
  filter: blur(32px);
}

.solutions-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 1rem;
  border-radius: 0.75rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(229, 231, 235, 0.4);
  transition: all 300ms ease-in-out;
  margin-bottom: 25px;
}

.solutions-feature-card:hover {
  border-color: rgba(255, 46, 46, 0.3);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 
              0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.solutions-feature-icon {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(to bottom right, #ff2e2e, #dc2626);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 
              0 2px 4px -2px rgb(0 0 0 / 0.1);
  transition: transform 300ms ease-in-out;
  font-size: 20px;
  text-align: center;
}

.solutions-feature-card:hover .solutions-feature-icon {
  transform: scale(1.1);
}

.solutions-feature-icon i {
  width: 1.5rem;
  height: 1.5rem;
  color: white;
}

.solutions-stat-card {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: rgb(255 255 255);
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: center;
  flex: 1;
}

.solutionStats {
	display: flex;
	gap: 20px;
}

.solutions-stat-number {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #ff2e2e;
  margin-bottom: 0.25rem;
}

.solutions-stat-label {
  color: #4b5563;
}

.hometab {
	display: none !important;
}
.hometab.active {
	display: flex !important;
}

.cta-section {
  /*padding: 6rem 1.5rem;*/
  position: relative;
  overflow: hidden;
}

.ctaSec .pl5 {
  padding-left: 5%;
}

.cta-background {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.cta-red-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, #ff2e2e, #dc2626, #ff2e2e);
}

.cta-glow-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.1;
}

.cta-glow-top-left {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: 18rem;
  height: 18rem;
  background-color: white;
  border-radius: 9999px;
  filter: blur(48px);
}

.cta-glow-bottom-right {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 24rem;
  height: 24rem;
  background-color: white;
  border-radius: 9999px;
  filter: blur(48px);
}

.cta-heading {
  font-size: 3rem;
  line-height: 1;
  color: white;
  margin-bottom: 1.5rem;
}

.cta-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 2rem;
  max-width: 32rem;
}

.cta-button-primary {
  background-color: white;
  color: #ff2e2e;
  padding: 10px 30px;
  border-radius: 0.75rem;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition: background-color 200ms ease-in-out;
  border: none;
  cursor: pointer;
}

.ctaSec .cta-button-primary,
.ctaSec .cta-button-secondary {
  display: inline-block;
  text-decoration: none;
}

.cta-button-primary:hover {
  background-color: #f3f4f6;
  color: #ff2e2e;
}

.cta-button-secondary {
  background-color: transparent;
  color: white;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 10px 30px;
  border-radius: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition: background-color 200ms ease-in-out;
  cursor: pointer;
}

.ctaSec .cta-button-secondary i {
  font-size: 14px;
}

.cta-button-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.cta-badge {
  display: inline-block;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem 1.5rem;
  margin-bottom: 1.5rem;
  color: white;
}

.cta-dots-pattern {
  position: absolute;
  bottom: 2.5rem;
  left: 5%;
  opacity: 0.2;
}

.cta-dots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.cta-dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: white;
  border-radius: 9999px;
}

/* figma styles */

.ctaSec .imgArea {
  z-index: 9;
  position: relative;
  transform: skewX(-4deg);
}

.ctaSec .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  max-height: 100vh;
  object-position: center;
}

.testimList {
  padding: 40px 0px 70px !important;
}

.testimList .swiper-button-prev {
  left: 48% !important;
  bottom: 0 !important;
  top: auto !important;
  transform: translateX(-50px);
}

.testimList .swiper-button-next {
  left: 52% !important;
  right: auto !important;
  bottom: 0 !important;
  top: auto !important;
  transform: translateX(-50px) !important;
}

.testimList .swiper-button-next svg, 
.testimList .swiper-button-prev svg {
  width: 30px;
  height: 30px;
  background: #ff2e2e;
  color: white;
  padding: 6px;
  border-radius: 6px;
}

.testimItem {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(229, 231, 235, 0.5);
  border-radius: 0.75rem;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 
            0 8px 10px -6px rgb(0 0 0 / 0.1);
  transition: all 300ms ease-in-out;
  transform: translateY(0);
  padding: 1.5rem; /* 24px */
}

.testimItem:hover {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  transform: translateY(-0.5rem); /* -8px */
}

.testimIcon i {
  font-size: 45px;
  color: #ff2e2e;
}

.testimDesc {
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c5c5c542;
}

.testimDesc p {
  margin-bottom: 0px;
}

.testimauthInfo {
  gap: 10px;
  padding-top: 40px;
}

.testimauthInfo img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 1px solid #ff2e2e;
  border-radius: 50px;
}

/* Home page styles end */

/* About page styles start */

/* Main Container */
.page-header {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: black;
}

@media (min-width: 1024px) {
  .page-header {
    min-height: 500px;
  }
}

/* Background Image Container */
.page-header__background {
  position: absolute;
  inset: 0;
}

.page-header__background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gradient Overlays */
.page-header__gradient-overlay-primary {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    rgba(35, 31, 32, 0.9),
    rgba(35, 31, 32, 0.8),
    rgba(255, 46, 46, 0.6)
  );
}

.page-header__gradient-overlay-bottom {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(35, 31, 32, 0.5),
    transparent
  );
}

/* Decorative Elements */
.page-header__decorative-blob-top {
  position: absolute;
  top: 80px;
  right: 40px;
  width: 288px;
  height: 288px;
  background-color: rgba(255, 46, 46, 0.2);
  border-radius: 9999px;
  filter: blur(48px);
}

.page-header__decorative-blob-bottom {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 384px;
  height: 384px;
  background-color: rgba(255, 46, 46, 0.1);
  border-radius: 9999px;
  filter: blur(48px);
}

/* Diagonal Accent Line */
.page-header__diagonal-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.333333%;
  height: 100%;
  background: linear-gradient(
    to bottom right,
    rgba(255, 46, 46, 0.3),
    transparent
  );
  transform: skewX(-12deg) translateX(25%);
}

/* Content Container */
.page-header__content {
  position: relative;
  /*z-index: 10;*/
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 24px;
  text-align: center;
}

@media (min-width: 1024px) {
  .page-header__content {
    padding: 128px 24px;
  }
}

/* Breadcrumbs */
.page-header__breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.page-header__breadcrumb-container {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  padding: 8px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-header__breadcrumb-home-icon {
  width: 16px;
  height: 16px;
  color: #ffffff;
}

.page-header__breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-header__breadcrumb-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-header__breadcrumb-link:hover {
  color: #ffffff;
}

.page-header__breadcrumb-text {
  color: #ffffff;
}

.page-header__breadcrumb-separator {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.6);
}

/* Page Title */
.pageTitle {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .pageTitle {
    font-size: 2.75rem;
  }
}

@media (min-width: 1024px) {
  .pageTitle {
    font-size: 3.5rem;
  }
}

/* Subtitle */
.page-header__subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 768px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .page-header__subtitle {
    font-size: 1.2rem;
  }
}

/* Decorative Line */
.page-header__decorative-line {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.page-header__decorative-line-left {
  height: 2px;
  width: 64px;
  background: linear-gradient(
    to right,
    transparent,
    #ff2e2e
  );
}

.page-header__decorative-line-dot {
  width: 12px;
  height: 12px;
  background-color: #ff2e2e;
  border-radius: 9999px;
}

.page-header__decorative-line-right {
  height: 2px;
  width: 64px;
  background: linear-gradient(
    to left,
    transparent,
    #ff2e2e
  );
}

/* Bottom Wave Shape */
.page-header__wave-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-header__wave-svg {
  width: 100%;
  height: 64px;
}

@media (min-width: 1024px) {
  .page-header__wave-svg {
    height: 96px;
  }
}

.page-header__wave-path {
  fill: #ffffff;
  opacity: 1;
}

.aboutMain .contArea h2 {
  font-size: 46px;
  line-height: 1.2;
}

.aboutMain .contArea p {
  font-size: 18px;
}

.aboutStatsRow .statsList {
  gap: 20px;
}

.aboutStatsRow .statsList .statsValue {
  color: #ff2e2e;
  font-size: 36px;
}

.valueItem .serviceIcon svg, 
.valueItem .serviceIcon img {
  width: 30px;
  height: 30px;
  /*filter: invert(1);*/
}

/* About page styles end */

/* Blogs page styles start */

.featured-post {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.featured-image {
  flex: 0 0 47%;
}

.featured-content {
  flex: 0 0 50%;
  padding-bottom: 30px;
  padding-right: 50px;
}

.featured-post img {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.featured-content h2 a, .postTitle a {
  color: #222;
  text-decoration: none;
  transition: .3s ease-in-out;
}

.featured-post:hover .postTitle a, 
.postItem:hover .postInfo .postTitle a {
  color: #ff2e2e;
}

.blogBtn {
  font-size: 16px;
  padding: 5px 20px;
  background-color: #ff2e2e;
  text-decoration: none;
  color: white;
  border-radius: 8px;
  border: 1px solid #ff2e2e;
  transition: .4s ease-in-out;
}

.blogBtn:hover {
  background-color: transparent;
  color: #ff2e2e;
}

.postTitle {
  margin-bottom: 20px;
}

.postList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 25px;
}

.postItem {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.2s;
}

.postItem:hover {
  transform: translateY(-5px);
}

/*.postItem:hover img {
  transform: scale(1.01);
}*/

.postItem img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  transition: .3s ease-in-out;
}

.pagination-wrap {
  padding-top: 50px;
}

ul.page-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style-type: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

li .page-numbers {
  padding: 5px 15px;
  border-radius: 8px;
  border: 1px solid #ff2e2e;
  color: white;
  background: #ff2e2e;
  text-decoration: none;
  transition: .3s ease-in-out;
}

li .page-numbers.current {
  background: #222;
  border: 1px solid #222;
  color: #fff;
}

ul.page-numbers li:hover .page-numbers {
  background: transparent;
  color: #222;
}

.blogCont .post-thumbnail img {
  max-height: 580px;
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
}

.blogCont .entry-meta span {
  display: block;
  background-color: rgb(255 46 46 / 10%);
  border: 1px solid rgb(255 46 46 / 20%);
  color: #ff2e2e;
  font-size: 14px;
  padding: 10px 20px;
  max-width: max-content;
  border-radius: 50px;
  margin-bottom: 20px;
}

.blogCont .entry-meta span a {
  color: inherit;
  text-decoration: none;
}

.blogCont .navigation {
  padding-top: 40px;
}

.blogCont .nav-links {
  gap: 20px;
  justify-content: center;
}

.blogCont .nav-links a {
  color: #ff2e2e;
  text-decoration: none;
  font-size: 20px;
}

/* Blogs page styles end */

/* Contact page styles start */

.contFormSec .col-lg-6:first-child {
  padding-left: 30px;
  padding-right: 25px;

}

.contFormSec .col-lg-6:last-child {
  padding-left: 25px;
  padding-right: 30px;
}

.contactInfoBox {
  box-shadow: none;
  border-color: rgb(235 230 231);
}

.contactInfoBox:hover {
  background: linear-gradient(to bottom right, rgba(255, 46, 46, 0.05), transparent);
}

.contactInfoBox .titleArea h4 {
  font-size: 18px;
}

.contactInfoBox .desc p {
  font-size: 14px;
}

.contactInfoBox a, 
.contactInfoBox span {
  color: #ff2e2e;
  text-decoration: none;
  padding-top: 10px;
  display: block;
}

.contactInfoBox .serviceDesc span {
  color: #4b5563;
  padding-top: 0px;
}

.contactInfoBox:hover a {
  color: #000;
}

.formBox {
  padding: 50px 45px;
  border-radius: 12px;
  position: relative;
}

.redGradabs:before, .serviceItem:nth-child(even):before {
  content: '';
  width:100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  background: linear-gradient(to bottom right, rgba(255, 46, 46, 0.05), transparent);
  z-index: -1;
}

/* Style the form container */
.wpcf7-form {
    /*max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
}

/* Style input fields and textareas */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

/* Focus effect */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #0073e6;
    box-shadow: 0 0 5px rgba(0, 115, 230, 0.3);
    outline: none;
}

.wpcf7-form textarea {
  height: 100px;
}

/* Style labels */
.wpcf7-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

/* Style submit button */
.wpcf7-form input[type="submit"] {
    background-color: #ff2e2e;
    padding: 15px 15px;
    color: white;
    border-radius: 10px;
    border: 1px solid #ff2e2e;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    width: 100%;
}

.wpcf7-form input[type="submit"]:hover {
    background: transparent;
    color: #ff2e2e;
    border-color: #ff2e2e;
}

.wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* Validation error messages */
.wpcf7-not-valid-tip {
    color: #d9534f;
    font-size: 14px;
    margin-top: 5px;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 12px !important;
}

/* Success message */
.wpcf7-response-output {
    margin-top: 15px;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}

.wpcf7-mail-sent-ok {
    background: #dff0d8;
    border: 1px solid #4caf50;
    color: #3c763d;
}

.wpcf7-mail-sent-ng {
    background: #f2dede;
    border: 1px solid #d9534f;
    color: #a94442;
}

/* Responsive styling */
@media (max-width: 480px) {
    .wpcf7-form {
        padding: 15px;
    }

    .wpcf7-form input,
    .wpcf7-form textarea {
        font-size: 14px;
    }
}

.whyUsBox {
  padding: 35px ;
}

.whyUsItem:not(:last-child) {
  padding-bottom: 20px;
}

.whyUsItem i, .circleTick {
  background: #ff2e2e;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.whyUsDet h4 {
  font-size: 16px;
}

.whyUsDet p {
  font-size: 14px;
  margin-bottom: 0px;
}

.formImgBox img {
  border-radius: 16px;
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}

.mapFrame iframe {
  border-radius: 16px;
}

/* Contact page styles end */

/* Treatments page styles start */

.solDetCont .iconArea {
  margin-bottom: 25px;
}

.solLiCont {
  padding-bottom: 30px;
}

.solLiItem svg {
  color: #ff2e2e;
  width: 22px;
}

.treatmentDet {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding-top: 40px;
}

.treatmentInfo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.treatmentInfo {
  flex: 0 0 45%;
}

.treatmentInfo i {
  color: #ff2e2e; 
  font-size: 18px;
}

.treatmentInfo label {
  color: #4a5565;
  font-size: 14px;
}

.solDetCont {
  padding: 55px 60px;
}

/* Treatments page styles end */

/* Footer styles start */

.mainFooter {
  position: relative;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  background-color: #231f20;
  color: white;
  padding: 4rem 1.5rem 2rem 1.5rem;
}

.mainFooter:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    to bottom right,
    rgba(255, 46, 46, 0.1),
    transparent,
    transparent
  );
  pointer-events: none; /* Allow clicks to pass through */
}

.topRow {
  padding-bottom: 50px;
  border-bottom: 1px solid #353535;
}

.bottomRow {
  padding-top: 40px;
}

.footLogo img {
  width: 250px;
}

.footDesc p {
  color: #a4a4a4;
  margin-bottom: 0px;
  padding-top: 20px;
}

.socialLinks {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
}

.socialLinks .socialIcon a {
  width: 2.5rem;
  height: 2.5rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.1); /* white at 10% */
  border: 1px solid rgba(255, 255, 255, 0.2); /* white at 20% */
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 200ms ease-in-out;
  text-decoration: none;
  color: white;
}

.socialLinks .socialIcon a:hover {
  background-color: rgba(255, 46, 46, 0.5);
}

.footNav .footNavTitle {
  padding-bottom: 10px;
}

.footNav ul, .legalLinks ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footNav ul li a, .legalLinks a {
  color: #a4a4a4;
  text-decoration: none;
}

.legalLinks ul {
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
}

.footNav ul li a:hover, .legalLinks a:hover {
  color: #ff2e2e; 
}

/* Footer styles end */

/* Responsive design start */

@media (min-width: 768px) {

  .cta-heading {
    font-size: 3.75rem;
  }

  .blogCont {
    max-width: 75%;
    margin: auto;
  }

}

@media (min-width: 1024px) {

  .solutions-image-container {
    height: auto;
  }

  .solutions-diagonal-cut {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3rem;
    width: 6rem;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
    transform: skewX(-12deg);
  }

  .menu-toggle {
    display: none;
  }
}

@media (max-width: 1024px) {
  .menu-toggle {
    display: flex;
    float: right;
    flex-direction: column;
    gap: 6px;
    border: none;
    background: transparent;
    padding: 0px;
  }

  /*.mainNav {
    display: none;
  }*/

  .mainHeader .row {
    justify-content: space-between;
    backdrop-filter: none;
  }

  .mainNav {
    position: fixed;
    top: 0;
    left: -100%;
    right: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(16px); 
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px #0000001a;
    padding: 40px 22px;
    border: 1px solid #c5c5c542;
    max-width: 100%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    justify-content: flex-start;
    padding-top: 40%;
  }

  .mainNav .menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-left: 0px;
  }

  .mainNav.openNav {
    left: 0;
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {

  .px-mob-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .ctaBtn a {
    padding: 10px 20px;
  }

  .mainTitle {
    font-size: 36px;
  }

  .menu-toggle span {
    background-color: #ff2e2e;
    width: 30px;
    height: 2px;
    display: block;
    transition: .5s ease-in;
  }

  .menu-toggle.toggleOpen span:first-child {
    transform: rotate(45deg) translate(5px, 10px);
  }

  .menu-toggle.toggleOpen span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .menu-toggle.toggleOpen span:last-child {
    transform: rotate(-45deg) translate(1px, -7px);
  }

  .bannerHome {
    padding-bottom: 50px;
  }

  .bannerImgCol, .serviceSec .imgArea {
    padding-top: 50px;
  }

  .bannerImgCol:before {
    width: 10rem;
    height: 10rem;
  }

  .bannerImgCol .botImgabs.bottomLeft {
    bottom: -50px;
  }

  .bannerImgCol .topImgabs.topRight {
    top: 20px;
  }

  .bannerSec .bannerCont .mainTitle {
    font-size: 50px; 
  }

  .statsArea {
    max-width: 100%;
  }

  .statsItem .statValue {
    font-size: 26px;
  }

  .statsItem .statLabel {
    font-size: 14px;
  }

  .serviceList {
    flex-direction: column;
  }

  .testimList .swiper-button-next {
    left: 60% !important;
  }

  .ctaSec .imgArea {
    transform: none;
  }

  .ctaSec .pl5 {
    padding: 40px 12px;
  }

  .cta-button-primary, .cta-button-secondary {
    width: 100%;
    margin-bottom: 20px;
  }

  .mainFooter {
    padding: 40px 12px;
  }

  .topRow {
    gap: 35px;
  }

  .legalLinks ul {
    justify-content: center;
  }

  .copyright {
    text-align: center;
  }

}

@media (max-width: 768px) {
  
}

@media (max-width: 380px) {

  .bannerSec .bannerCont .mainTitle {
    font-size: 40px;
  }

  .statsItem .statValue {
    font-size: 25px;
  }

  .statsItem .statLabel, .legalLinks a {
    font-size: 12px;
  }

}

/* Responsive design end */


