@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

.container-2 {
  padding: 0 75px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* variable */
:root {
  --primary-colors: #BA2284;
  --heading-color: #000;
  --text-color: #888888;
  --inner-text-color: #333333;
  --common-heading-size: 40px;
  --text-size: 14px;
  --inner-text-size: 13px;
  --inner-heading-size: 18px;
  --inner-heading-size-two: 16px;
  --contact-label-size: 20px;
}

/* padding-bottom-30 */
.padding-bottom-20 {
  padding-bottom: 20px;
}

/* comon-heading */
.comon-heading {
  max-width: 800px;
  margin: 0 auto;
}

.comon-heading .section-label {
  display: block;
  font-weight: 700;
  color: var(--primary-colors);
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.comon-heading h2 {
  font-size: var(--common-heading-size);
  color: var(--heading-color);
  font-weight: 800;
  text-align: center;
}

.product-highlights:before,
.importance-erp:before,
.overview:before,
.support:before,
.testimonials:before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(0 0 0 / 2%);
  font-size: 200px;
  white-space: nowrap;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 172px;
  pointer-events: none;
  user-select: none;
}

.comon-heading .text {
  width: 724px;
  max-width: 100%;
  padding-top: 14px;
  margin: 0 auto;
  text-align: center;
  color: var(--text-color);
}

.comon-heading .text p {
  color: var(--text-color);
  padding-bottom: 15px;
}

.banner-animation-4 {
  position: absolute;
  top: 0px;
  left: 100px;
  animation: roted linear 12s infinite;
  z-index: -1;
}

.overview {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}

.overview:before {
  content: "Overview";
}

.importance-erp {
  position: relative;
  background-color: #fffbec;
  overflow: hidden;
}

/* Reusable Section Label Styling */
.section-label {
  display: inline-block;
  padding: 6px 15px;
  background: rgba(189, 33, 131, 0.1);
  color: #BD2183;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-bottom: 15px;
}

/* Section 7: Mobile App Promotional Banner */
.mobile-app-banner {
  background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid #eef2f6;
  border-bottom: 1px solid #eef2f6;
}

.mobile-app-banner .feature-list ul li {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: 0.3s;
}

.mobile-app-banner .feature-list ul li:hover {
  transform: translateX(5px);
  color: #BD2183;
}

.mobile-app-banner .feature-list ul li i {
  color: #92D307;
  font-size: 24px;
  margin-right: 15px;
  filter: drop-shadow(0 2px 4px rgba(146, 211, 7, 0.3));
}

.mobile-app-banner .app-visual {
  position: relative;
  z-index: 1;
}

.mobile-app-banner .app-visual::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background: radial-gradient(circle, rgba(125, 229, 251, 0.3) 0%, transparent 70%);
  z-index: -1;
  filter: blur(50px);
}

.mobile-app-banner .app-visual img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.15));
}

.floating-animation {
  animation: floating 4s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-15px) rotate(1deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

.mobile-app-banner .banner-animation-1 {
  position: absolute;
  top: 10%;
  left: 5%;
  opacity: 0.2;
  z-index: 0;
}

.mobile-app-banner .banner-animation-2 {
  position: absolute;
  bottom: 10%;
  right: 5%;
  opacity: 0.2;
  z-index: 0;
}

.importance-erp .section-label {
  content: "Importance";
  color: rgba(0, 0, 0, 0.05);
  /* Fixed typo in color */
}

.importance-erp .banner-animation-4 {
  top: 10%;
  left: 5%;
  opacity: 0.3;
}

.importance-erp .banner-animation-3 {
  bottom: 10%;
  right: 5%;
  left: auto;
  opacity: 0.3;
}

.importance-erp .banner-animation-1 {
  top: 40%;
  right: 10%;
  left: auto;
  opacity: 0.2;
}

.importance-erp .banner-animation-2 {
  bottom: 20%;
  left: 10%;
  opacity: 0.2;
}

.importance-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}

.problems-side h4,
.benefits-side h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.4;
}

.problems-side h4 {
  color: #333;
}

.benefits-side h4 {
  color: var(--primary-colors);
}

.importance-box ul {
  padding: 0;
}

.importance-box ul li {
  list-style: none;
  margin-bottom: 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

.importance-box ul li strong {
  color: #000;
  margin-right: 5px;
  display: block;
}

.problems-side ul li {
  position: relative;
  padding-left: 25px;
}

.problems-side ul li i {
  color: #5a5a5a;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
}

.benefits-side ul li {
  position: relative;
  padding-left: 25px;
}

.benefits-side ul li i {
  color: #2e8600;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
}

.vs-divider {
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, var(--inner-text-color), transparent);
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.topHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
  transition: 0.3s;
}

.logo img {
  width: 180px;
  transition: 0.3s;
}

.sticky .logo img {
  width: 160px;
}

.contatInfoAndControl a {
  display: inline-flex;
}

.menuBtn {
  border: 0px;
  background: none;
  color: #333;
  font-size: 20px;
  cursor: pointer;
  outline: 0px;
  transition: 0.3s;
  display: inline-block;

}

.mobileMenu {
  display: none;
  align-items: center;
  justify-content: space-between;
}

.menuBtn:hover {
  color: rgb(254 210 43 / 100%);
}

.contatInfoAndControl a:hover {
  background: rgb(254 210 43 / 100%);
  text-decoration: none;
}

.owl-dots {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.owl-dots .owl-dot {
  outline: 0px;
  border: 0px;
  width: 10px;
  height: 10px;
  background: black !important;
  border-radius: 100%;
}

.owl-dots .owl-dot.active {
  background: #FED22B !important;
}

/* banner */
.banner {
  background-image: url(../images/banner.png);
  background-size: contain;
  background-position: left top -92px;
  background-repeat: no-repeat;
  padding: 0 0 170px 0;
  margin-top: 30px;
}

.banner .container {
  position: relative;
}

.banner-animation-1 {
  position: absolute;
  top: 359px;
  left: 520px;
  animation: roted linear 8s infinite;
  z-index: -1;
}

@keyframes roted {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner-animation-2 {
  position: absolute;
  bottom: -126px;
  left: 100px;
  animation: roted linear 3s infinite;
  z-index: -1;
}

.banner-animation-3 {
  position: absolute;
  bottom: -11px;
  left: 0px;
  animation: roted linear 3s infinite;
  z-index: -1;
}

.banner .row {
  align-items: center;
}

.banner .text-wrapper h1 {
  font-size: 45px;
  font-weight: 800;
  color: var(--inner-text-color);
  padding: 0px 0 10px 0;
}

.banner .text-wrapper .heading-two h2 {
  font-size: 35px;
  color: var(--heading-color);
  line-height: 48px;
}

.banner .text-wrapper .heading-two {
  width: 450px;
  max-width: 100%;
}

.banner .text-wrapper .text p {
  font-size: var(--text-size);
  color: var(--inner-text-color);
  line-height: 19px;
}

.banner .text-wrapper .text {
  width: 609px;
  max-width: 100%;
}

.banner .image-wrapper img {
  max-width: 100%;
  width: auto;
}

.banner .image-wrapper {
  position: relative;
  padding: 0 30px;
}

.banner .image-wrapper .position-image {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 1;
}

.banner .image-wrapper img {
  position: relative;
  z-index: 2;
}

header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

header nav {
  background: #FED22B;
  border-radius: 50px;
}

header nav ul li a {
  transition: 0.3s;
  font-size: var(--text-size);
  color: var(--heading-color);
  display: inline-flex;
  padding: 19px 22px;
}

header nav ul li a:hover {
  background: rgb(255 240 181);
  color: var(--heading-color);
}

header nav ul li a.active {
  background: rgb(255 240 181);
  color: var(--heading-color);
}

header nav ul li.current-menu-item a {
  background: rgb(255 240 181);
  color: var(--heading-color);
}

header nav ul li {
  position: relative;
}

header nav ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  display: block;
}

header nav ul li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

header nav ul li .sub-menu li {
  width: 100%;
}

header nav ul li .sub-menu li a {
  padding: 10px 20px;
  width: 100%;
  display: block;
}

header nav ul li.menu-item-has-children>a {
  position: relative;
  padding-right: 30px;
}

header nav ul li.menu-item-has-children>a::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 11px;
  height: 6px;
  background: url(../images/arrow-down.svg) no-repeat center;
  transition: transform 0.3s ease, background 0.3s ease;
}

header nav ul li.menu-item-has-children:hover>a::before {
  transform: translateY(-50%) rotate(180deg);
  background: url(../images/arrow-down.svg) no-repeat center;
}

.sub-menu-toggle {
  display: none;
}

header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9;
  left: 0px;
  right: 0px;
  top: 0;
  transition: 0.3s;
}

header.sticky {
  padding-bottom: 15px;
  box-shadow: 0px 0px 5px #ccc;
}

.sticky .topHeader {
  padding: 10px 0px;
}

.sticky nav ul li a {
  padding: 14px 22px;
}

.product-highlights {
  padding: 50px 0 10px 0;
  position: relative;
  background-image: url(../images/productHighlight.png);
  background-size: 100%;
  background-position: bottom;
  overflow: hidden;
  background-repeat: no-repeat;
}

.product-highlights .comon-heading {
  padding-bottom: 50px;
}

.product-highlights .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 24px);
  text-align: center;
  border: 1px solid #cccccc7f;
  border-radius: 10px;
  box-shadow: 0px 4px 15px 0px #00000013;
  padding: 35px 25px;
  transition: 0.4s;
  margin-bottom: 24px;
  background: #fff;
}

.product-highlights .row>div {
  display: flex;
}

.product-highlights .box h6 {
  line-height: 25px;
  font-size: var(--inner-heading-size-two);
  font-weight: 600;
  padding: 15px 0;
  padding-bottom: 5px;
}

.product-highlights .box p {
  line-height: 21px;
  font-size: var(--inner-text-size);
  font-weight: 400;
  color: var(--inner-text-color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-highlights.no-clamp .box p {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
}

.product-highlights .bg-text {
  position: absolute;
  top: 0;
  left: 0;
}

.box span {
  display: inline-flex;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  font-size: 23px;
}

.product-highlights .row>div:nth-child(12n+1) .box span {
  border-color: #7DE5FB;
  color: #7DE5FB;
}

.product-highlights .row>div:nth-child(12n+2) .box span {
  border-color: #BD2183;
  color: #BD2183;
}

.product-highlights .row>div:nth-child(12n+3) .box span {
  border-color: #F1BF13;
  color: #F1BF13;
}

.product-highlights .row>div:nth-child(12n+4) .box span {
  border-color: #92D307;
  color: #92D307;
}

.product-highlights .row>div:nth-child(12n+5) .box span {
  border-color: #FF9F43;
  color: #FF9F43;
}

.product-highlights .row>div:nth-child(12n+6) .box span {
  border-color: #0ABDE3;
  color: #0ABDE3;
}

.product-highlights .row>div:nth-child(12n+7) .box span {
  border-color: #EE5253;
  color: #EE5253;
}

.product-highlights .row>div:nth-child(12n+8) .box span {
  border-color: #5F27CD;
  color: #5F27CD;
}

.product-highlights .row>div:nth-child(12n+9) .box span {
  border-color: #48DBFB;
  color: #48DBFB;
}

.product-highlights .row>div:nth-child(12n+10) .box span {
  border-color: #FF6B6B;
  color: #FF6B6B;
}

.product-highlights .row>div:nth-child(12n+11) .box span {
  border-color: #1DD1A1;
  color: #1DD1A1;
}

.product-highlights .row>div:nth-child(12n+12) .box span {
  border-color: #0984E3;
  color: #0984E3;
}

.product-highlights .box-content {
  height: 100%;
  margin-bottom: 15px;
}

.product-highlights .box-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-highlights .box-content li {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Featured Image Inline */
.featured-image-inline {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 50%;
  height: auto;
  max-width: 480px !important;
}


.product-highlights .box-content li::before {
  content: '';
  background-color: var(--primary-colors);
  display: block;
  width: 6px;
  height: 6px;
  margin-left: -1em;
  border-radius: 100%;
  margin-right: 10px;
  display: none;
}

.product-highlights .box .theme-button {
  background-color: #FED22B;
  color: #000 !important;
  padding: 8px 18px;
  font-size: 13px;
  max-width: 150px;
  margin: 0 auto;
}

.product-highlights .box .theme-button:hover {
  background-color: #000;
  color: #fff !important;
}

.product-highlights .box .theme-button i {
  font-size: 11px;
}

.product-highlights.support-sec .row>div {
  display: block;
}

/* Common Section Padding */
.section-padding {
  padding: 100px 0;
}

.section-padding-top-100 {
  padding-top: 100px;
}

.section-padding-btm-100 {
  padding-bottom: 100px;
}

.section-padding-top-50 {
  padding-top: 50px;
}

.section-padding-btm-50 {
  padding-bottom: 50px;
}

.product-overview {
  position: relative;
  overflow: hidden;
}

.product-overview .comon-heading {
  padding-bottom: 100px;
}

.product-overview .accordion-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}

.product-overview .accordion-content-wrapper .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.product-overview .accordion-body {
  background-color: #FFFBEA;
  padding: 33px 37px;
  border-bottom: 3px solid #FED22B;
  padding-bottom: 16px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0px !important;
}

.accordion-button:not(.collapsed) h5 {
  font-weight: 600 !important;
}

.product-overview .accordion-body .box {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #cccccc7b;
  padding: 30px 25px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.product-overview .accordion-body ul {
  display: block !important;
  flex-wrap: wrap;
  text-align: center;
}

.product-overview .accordion-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.product-overview .accordion-body ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.product-overview .accordion-body ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #fcb021;
  font-weight: bold;
  font-size: 16px;
}

.accordion {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

.accordion-body .box .text {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.product-overview .accordion-body .box .description {
  width: 94%;
}

.product-overview .accordion-body .box h6 {
  color: var(--heading-color);
  font-size: var(--inner-heading-size-two);
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-overview .accordion-body .box p {
  font-size: var(--inner-text-size);
  line-height: 19px;
  color: var(--inner-text-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-overview .accordion-button {
  background-color: #ffffff00;
  box-shadow: none;
  border-color: #ffffff00;
  color: var(--heading-color);
}

.product-overview .accordion-button.collapsed {
  border-color: #ffffff00;
  box-shadow: none;
}

.product-overview .accordion {
  border-collapse: collapse;
}

.product-overview .accordion-item {
  border-radius: 0px;
  border: none;
  margin-bottom: 15px;
}

section {
  overflow: hidden;
}

.faq-section-wrapper {
  margin-bottom: 70px;
}

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

.accordion-button:not(.collapsed) {
  border-color: #FED22B !important;
}

.product-overview .accordion-button.collapsed {
  border-bottom: 1px solid var(--heading-color);
  border-top: 1px solid var(--heading-color);
  border-collapse: collapse;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  padding-left: 0;
}

.product-overview .accordion-button {

  border-bottom: 1px solid var(--heading-color);
  border-top: 1px solid var(--heading-color);
  border-collapse: collapse;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  padding-left: 0;
  padding: 20px 0;
}

.accordion-button::after {
  background-image: url("../images/plus.png");
  position: relative;
  top: 0px;
  transform: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/munias.png");
  top: 9px;
}

.accordion-body .box .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;

}

.product-overview h5 {
  line-height: 25px;
  font-size: var(--inner-heading-size);
  font-weight: 700;
  color: var(--heading-color);
  font-weight: 500;
  transition: 0.3s;
}



.bg-text {
  position: absolute;
  top: 0px;
  left: 0;
}

.skyClr {
  color: #7DE5FB;
}

.prplClr {
  color: #BD2183;
}

.ylwClr {
  color: #F1BF13;
}

.grnClr {
  color: #92D307;
}

.expected-outcome {
  position: relative;
  background-image: url(../images/outcome.png);
  background-size: 100% 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position-y: 50%;
}

/* Unified Expected Outcome Grid Styling */
.expected-outcome .row>div {
  display: flex;
  /* Ensures uniform height across cards in a row */
}

.expected-outcome .card {
  width: 100%;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  /* Centering icon and text vertically */
  padding: 25px 20px;
  margin-bottom: 24px;
  border-radius: 20px;
  border: 1px solid #cccccc7c;
  box-shadow: 0px 4px 15px 0px #00000012;
  transition: 0.3s;
  flex-wrap: nowrap;
  min-height: 182px;
}

.expected-outcome .card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

.expected-outcome .card .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  transition: 0.3s;
}

/* 4-Color Grid Cycle Restored to previous vibrant shades */
.expected-outcome .row>div:nth-child(4n+1) .card .icon {
  border-color: #7DE5FB;
  color: #7DE5FB;
  background-color: rgba(125, 229, 251, 0.15);
}

.expected-outcome .row>div:nth-child(4n+2) .card .icon {
  border-color: #BD2183;
  color: #BD2183;
  background-color: rgba(189, 33, 131, 0.15);
}

.expected-outcome .row>div:nth-child(4n+3) .card .icon {
  border-color: #F1BF13;
  color: #F1BF13;
  background-color: rgba(241, 191, 19, 0.15);
}

.expected-outcome .row>div:nth-child(4n+4) .card .icon {
  border-color: #92D307;
  color: #92D307;
  background-color: rgba(146, 211, 7, 0.15);
}

.expected-outcome .card .text {
  width: calc(100% - 65px);
  padding-left: 20px;
}

.expected-outcome .card .text h6 {
  color: var(--heading-color);
  font-size: var(--inner-heading-size);
  font-weight: 600;
  margin-bottom: 0;
  /* Removed margin since no description follows */
  line-height: 1.4;
  /* Line clamp removed as requested */
  display: block;
  overflow: visible;
}

.expected-outcome .card .text p {
  color: var(--inner-text-color);
  font-size: var(--text-size);
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card .text h6 {
  color: var(--heading-color);
  font-size: var(--inner-heading-size);
  font-weight: 500;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card .text p {
  color: var(--inner-text-color);
  font-size: var(--text-size);
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.support {
  position: relative;
  overflow: hidden;
}

.support:before {
  content: "Support";
}

.support .row {
  align-items: center;
}

.support .image {
  text-align: center;
}

.support .image img {
  width: auto;
  max-width: 100%;
}

.support .card-wrapper .card {
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-radius: 20px;
  border: 1px solid #cccccc7c;
  box-shadow: 0px 4px 15px 0px #00000012;
  align-items: center;
  margin-top: 25px;
}

.support .card-wrapper .card h6 {
  padding-bottom: 18px;
}

.support .card-wrapper .card .text .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.support .card-wrapper .card .text .description li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: var(--text-size);
  color: var(--inner-text-color);
  line-height: 1.4;
  position: relative;
  padding-left: 0;
}

.support .card-wrapper .card .text .description li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FED22B;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}

.support .card-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.support .comon-heading {
  padding-bottom: 100px;
}

.support .card-wrapper .card .icon {
  display: inline-flex;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(204 204 204 / 50%);
  font-size: 23px;
}

.support .card-wrapper .card .text {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.testimonials .bg-text {
  position: absolute;
  top: 50px;
  left: 0;
}

.testimonials {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  background-image: url(../images/testimonial.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 160px;
  padding-bottom: 0;
}

.testimonials:before {
  content: "Testimonials";
}

.testimonials .comon-heading {
  padding-bottom: 60px;
}

.testimonials .owl-nav {
  display: none;
}

.testimonials .owl-dots {
  margin: 80px 0px;
}


.testimonials .wrapper .content-box .text-wrap {
  display: flex;
  border: 1px solid #cccccc82;
  border-radius: 15px;
  padding: 33px 30px;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
}

.testimonials .wrapper .content-box .text-wrap:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  bottom: -8px;
  transform: rotate(45deg);
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.testimonials .wrapper {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

.testimonials .owl-carousel.owl-loaded {
  display: block;
}

.testimonials .owl-height {
  transition: height 0.4s ease-in-out;
}

.testimonials .owl-carousel .owl-item {
  display: block;
  visibility: visible;
}

.testimonials .wrapper .content-box .text-wrap img {
  width: 64px;
  height: 64px;
}

.testimonials .wrapper .content-box .text-wrap p {
  line-height: 28px;
  font-size: var(--text-size);
  font-style: italic;
  color: var(--inner-text-color);
  width: calc(100% - 64px);
  padding-left: 25px;
}

.testimonials .wrapper .content-box .othor-wrap .image img {
  width: 95px;
  height: 95px;
}

.testimonials .wrapper .content-box .othor-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonials .wrapper .content-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonials .wrapper .content-box .othor-wrap h5 {
  color: var(--heading-color);
  font-weight: 500;
  font-size: var(--inner-heading-size);
}

.testimonials .wrapper .content-box .othor-wrap p {
  color: #434343;
  font-size: var(--text-size);
  padding-top: 10px;
}

.accordion-body ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.accordion-body ul li i {
  color: #BD2183;
  font-size: 9px;
  position: relative;
  top: 7px;
}

.accordion-body ul li p {
  font-size: 14px;
  color: #333;
  margin: 0px;
  padding-left: 10px;
}

.about-us {
  position: relative;
  overflow: hidden;
}

.about-us {
  position: relative;
  padding-top: 30px;
}

.about-us .row {
  text-align: center;
  text-align: left;
}

.about-us .comon-heading {
  padding-bottom: 90px;
}

.about-us .wrapper h3 {
  font-size: 32px;
  font-weight: 500;
  color: var(--heading-color);
  padding-bottom: 25px;
  line-height: 1.5;
}

.why-choose-us h3 {
  border-top: 1px solid #FED22B;
  padding-top: 18px;
  padding-bottom: 0;
}

.about-us .wrapper p {
  line-height: 1.5;
  color: var(--inner-text-color);
  font-size: var(--text-size);
}

.about-us .wrapper .one {
  padding-bottom: 15px;
}

.about-us .row img {
  float: right;
}

.about-us .container .row {
  align-items: center;
}

.mobile-features-box,
.why-choose-box {
  background-color: #FFFBEA;
  padding: 33px 37px;
  border-top: 3px solid #FED22B;
  border-bottom: 3px solid #FED22B;
  padding-bottom: 16px;
  border-radius: 20px;
  margin-top: 20px;
}

.mobile-features-box ul,
.why-choose-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-features-box ul li,
.why-choose-box ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 12px;
}

.mobile-features-box ul li::before,
.why-choose-box ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #BD2183;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}

.mobile-features-box ul li p,
.why-choose-box ul li p {
  font-size: 14px;
  color: #333;
  margin: 0px;
  padding-left: 0;
}

.why-choose-box .theme-button {
  background-color: #FED22B;
  color: #000 !important;
  padding: 8px 18px;
  font-size: 13px;
  max-width: 150px;
  margin: 0 auto;
}

.why-choose-box .theme-button:hover {
  background-color: #000;
  color: #fff !important;
}

.mobile-app-promotional .comon-heading h2,
.mobile-app-promotional .comon-heading .text {
  text-align: left;
}

.why-tulupdesk {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #FFFDF5;
}

.why-tulupdesk .section-bg-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.why-tulupdesk .section-bg-effect svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-tulupdesk h3 {
  margin-bottom: 25px;
  font-size: 32px;
}

.why-tulupdesk p:not(:last-child) {
  margin-bottom: 15px;
}

.why-tulupdesk .row {
  align-items: center;
}

.why-tulupdesk .image {
  display: flex;
  justify-content: flex-end;
}

.missin .comon-heading {
  margin-bottom: 25px;
}

.mission .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 24px);
  text-align: center;
  border: 1px solid #cccccc7f;
  border-radius: 10px;
  box-shadow: 0px 4px 15px 0px #00000013;
  padding: 35px 25px;
  transition: 0.4s;
  margin-bottom: 24px;
  background: #fff;
}

.mission .row>div {
  display: flex;
}

.mission .box h6 {
  line-height: 25px;
  font-size: var(--inner-heading-size-two);
  font-weight: 600;
  padding: 15px 0;
  padding-bottom: 5px;
}

.mission .box p {
  line-height: 21px;
  font-size: var(--inner-text-size);
  font-weight: 400;
  color: var(--inner-text-color);
}

.mission .row > div:nth-child(3n+1) .box span {
  border-color: #7DE5FB;
  color: #7DE5FB;
}

.mission .row > div:nth-child(3n+2) .box span {
  border-color: #BD2183;
  color: #BD2183;
}

.mission .row > div:nth-child(3n+3) .box span {
  border-color: #F1BF13;
  color: #F1BF13;
}

.technology .box-content {
   height: calc(100% - 20px);
}
.technology .box h6 {
    line-height: 25px;
    font-size: var(--inner-heading-size-two);
    font-weight: 600;
    padding: 15px 0;
    padding-bottom: 5px;
}

.technology .box p {
    line-height: 1.5;
    font-size: var(--inner-text-size);
    font-weight: 400;
    color: var(--inner-text-color);
    font-size: 16px;
}
.technology .box .theme-button {
  background-color: #FED22B;
  color: #000 !important;
  padding: 8px 18px;
  font-size: 13px;
  max-width: 150px;
  margin: 0 auto;
}

.technology .box .theme-button:hover {
  background-color: #000;
  color: #fff !important;
}

.technology .box .theme-button i {
  font-size: 11px;
}
/* Add spacing inside columns */
.technology .row > div {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

/* Gradient divider */
.technology .row > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background: linear-gradient(
      to bottom,
      transparent,
      #ddd,
      transparent
  );
}

/* =========================
   DESKTOP (3 columns)
========================= */
@media (min-width: 992px) {

  .technology .row > div:nth-child(3n+1)::after,
  .technology .row > div:nth-child(3n+2)::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    width: 1px;
    height: 70%;
    background: linear-gradient(
      to bottom,
      transparent,
      #ddd,
      transparent
    );
  }

}

/* =========================
   TABLET (2 columns)
========================= */
@media (min-width: 768px) and (max-width: 991px) {

  .technology .row > div:nth-child(2n+1)::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    width: 1px;
    height: 70%;
    background: linear-gradient(
      to bottom,
      transparent,
      #ddd,
      transparent
    );
  }

}

/* =========================
   MOBILE (1 column)
========================= */
@media (max-width: 767px) {

  .technology .row > div::after {
    display: none;
  }

}


.mobile-app-promotional .wrapper h3 {
  font-size: 32px;
  font-weight: 500;
  color: var(--heading-color);
  padding-bottom: 10px;
  line-height: 1.5;
}

.mobile-app-promotional {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #FFFDF5;
}

.mobile-app-promotional .section-bg-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.mobile-app-promotional .section-bg-effect svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-app-promotional .out-top {
  animation: rotate-blobs 20s linear infinite;
  transform-origin: 13px 25px;
}

.mobile-app-promotional .in-top {
  animation: rotate-blobs 10s linear infinite;
  transform-origin: 13px 25px;
}

.mobile-app-promotional .out-bottom {
  animation: rotate-blobs 25s linear infinite;
  transform-origin: 84px 93px;
}

.mobile-app-promotional .in-bottom {
  animation: rotate-blobs 15s linear infinite;
  transform-origin: 84px 93px;
}

@keyframes rotate-blobs {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.mobile-app-promotional .row {
  align-items: center;
}

.app-visual-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}





.app-visual-wrapper img {
  position: relative;
  z-index: 2;
  max-width: 80%;
  height: auto;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.2));
  animation: floating 4s infinite ease-in-out;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px) rotate(0deg);
  }

  50% {
    transform: translate(0, -25px) rotate(1deg);
  }

  100% {
    transform: translate(0, 0px) rotate(0deg);
  }
}

@keyframes mesh-animation {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 0% 100%;
  }
}

@keyframes pulse-glow {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

.contactInfo h2,
.contactForm h2 {
  font-size: var(--common-heading-size);
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 15px;
}

.contactInfo h2 {
  margin-bottom: 35px;
}

.contactInfoItem span i {
  font-size: 20px;
  color: var(--white-color);
}

.contactForm p {
  font-size: var(--text-size);
  color: var(--inner-text-color);
  line-height: 1.5;
  margin-bottom: 15px;
}

/* Contact Details Wrapper */
.contactInfo {
  background: #fff;
}

/* Section Title */
.contactTitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #222;
}

/* Each Item */
.contactInfoItem {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/* Icon Style */
.contactInfoItem span {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  /* Bootstrap primary */
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
}

/* Text Wrapper */
.contactInfoItemtxt label {
  display: block;
  font-size: var(--contact-label-size);
  font-weight: 700;
  margin-bottom: 5px;
  color: #000000;
}

/* Text / Links */
.contactInfoItemtxt p,
.contactInfoItemtxt a {
  margin: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  text-decoration: none;
}

.contactInfoItemtxt a:hover {
  color: #00122e;
  text-decoration: underline;
}

.contact-page-btm p {
  font-size: 18px;
  color: var(--inner-text-color);
  line-height: 1.5;
  margin: 0;
}

.formGroup p {
  margin: 0;
}

.formGroup {
  padding-bottom: 20px;
}

.formGroup input,
.formGroup textarea {
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 40px;
  outline: 0px;
  color: var(--heading-color);
  font-size: var(--inner-heading-size-two);
  padding: 15px 25px;
  border: 0px;
  font-weight: 500;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.formGroup input {
  height: 60px;
}

.formGroup textarea {
  height: 170px;
  resize: none;
}

.formGroup input:focus,
.formGroup textarea:focus {
  background-color: #e9e9e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact-page {
  position: relative;
  overflow: hidden;
}

.contact-page .container {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.sbmtBtn {
  background: #000;
  color: #fff;
  border-radius: 40px;
  font-size: var(--inner-heading-size-two);
  border: 0px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
  padding: 14px 35px;
}

.sbmtBtn i {
  margin-left: 8px;
}

.sbmtBtn:hover {
  background: #333;
}

.contactForm {
  padding-left: 5%;
}

.btmfooter {
  background: rgb(254 210 43 / 30%);
  text-align: center;
}

.btmfooter p {
  margin: 0px;
  color: #414141;
  text-align: center;
  padding: 25px 0px;
  font-size: 12px;
  ;
}

.about-us .row img {
  width: auto;
  max-width: 100%;
}

.alert {
  border-radius: 20px;
  font-size: 18px;
  padding: 25px;
  line-height: 1.5;
}

.mission-vision-alert {
  padding: 50px;
}

.mission-vision-alert p {
  font-size: 18px;
  margin-bottom: 20px;
}

.mission-vision-alert p:last-child {
  margin-bottom: 0;
}

.alert-warning {
  background-color: #e3efff;
  border-color: 1px solid #e3efff;
}

.word-cloud {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0rem;
  text-align: center;
  margin-top: 20px;
}

.word-cloud span {
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: default;
  user-select: none;
}

.word-cloud span:hover {
  transform: scale(1.3);
}

/* Font sizes from 8px to 16px */
.fs1 {
  font-size: 8px;
}

.fs2 {
  font-size: 10px;
}

.fs3 {
  font-size: 12px;
}

.fs4 {
  font-size: 14px;
}

.fs5 {
  font-size: 16px;
}

/* Color palette */
.c1 {
  color: #2e7d32;
}

.c2 {
  color: #1565c0;
}

.c3 {
  color: #f57c00;
}

.c4 {
  color: #6a1b9a;
}

.c5 {
  color: #c62828;
}

.c6 {
  color: #444;
}


.mobile-only-download {
  display: none;
}

.button-wrapper {
  margin-top: 25px;
}

.button-wrapper a {
  align-items: center;
}

.button-wrapper a img,
.button-wrapper a i {
  margin-left: 10px;
}

/* Fixed Contact Button */
.fixed-contact-btn {
  position: fixed;
  right: -55px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: var(--heading-color);
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  font-weight: 600;
}

.fixed-contact-btn:hover {
  background: #000;
  /* Removed right: -50px; to avoid shift */
}

/* Override theme-button hover effects to prevent breaking the fixed position/rotation */
.fixed-contact-btn.theme-button:hover {
  transform: translateY(-50%) rotate(-90deg);
  box-shadow: none;
}

.fixed-contact-btn.theme-button:hover i {
  transform: rotate(360deg);
  /* Maintain the icon's local orientation */
}

.fixed-contact-btn i {
  transform: rotate(360deg);
}

/* Contact Modal */
.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.contact-modal.active {
  opacity: 1;
  visibility: visible;
}

.contact-modal-content {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  width: 500px;
  max-width: 90%;
  position: relative;
  transform: translateY(-20px);
  transition: 0.3s;
}

.contact-modal.active .contact-modal-content {
  transform: translateY(0);
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #333;
}

.contact-modal .contactForm {
  padding: 0;
  box-shadow: none;
}

.contact-modal .contactForm h2 {
  margin-bottom: 25px;
  font-size: 28px;
}

/*----Footer Start-----*/
.footer {
  background: #fffbcd;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.footer:before {
  position: absolute;
  content: "Contact";
  top: -70px;
  right: 0px;
  color: rgb(0 0 0 / 5%);
  font-size: 200px;
  white-space: nowrap;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 172px;
  pointer-events: none;
}

.footer h4,
.footer h5 {
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 20px;
}

.footer p,
.footer a {
  font-size: 14px;
  color: #000;
}

.footer a:hover {
  color: #bb2486;
}

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

.footer .footer-list li {
  margin-bottom: 6px;
  list-style-type: disc;
  margin-left: 20px;
}

.footer .footer-list li a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.footer .footer-list li a:hover,
.footer .footer-list li.current-menu-item a {
  color: #bb2486;
}

/* ==========================
   CONTACT LIST STYLES
========================== */

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.footer-contact-list li .contact-text {
  flex: 1;
}

/* Circle icon style */
.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

/* Right side text */
.contact-text h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.contact-text a {
  font-size: 15px;
  color: #000000;
  /* matches your color */
  text-decoration: none;
  transition: 0.3s ease;
}

.contact-text a:hover {
  color: #000;
}

/* ==========================
   SOCIAL ICONS
========================== */

.footer-social-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.footer-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
}

.footer-social-list li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease;
}

.footer-social-list li a:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

.footer-bottom {
  margin-top: 60px;
  padding: 40px 0;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  color: #000;
}

/* Perfect Button Style */
.theme-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #000;
  color: #fff !important;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.theme-button:hover {
  background-color: #BA2284;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.theme-button i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.theme-button:hover i {
  transform: translateX(5px);
}

/* Global Theme Button */
.theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #000;
  color: #fff !important;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.theme-btn:hover {
  background-color: #bb2486;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(187, 36, 134, 0.3);
}

.theme-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

/* Banner Carousel Styles */
.banner-carousel .item {
  position: relative;
  overflow: hidden;
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.banner-carousel .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.3) !important;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
}

.banner-carousel .owl-dots .owl-dot.active span {
  background: #BA2284 !important;
}


.theme-btn:hover i {
  transform: translateX(5px);
}

.theme-btn:hover i {
  transform: translateX(5px);
}

/* ================================
   DEFAULT GROUP CONTENT STYLES
   ================================ */
/* ================================
   Dynamic Section Background Title
================================ */

.section-bg-title {
  position: relative;
  overflow: hidden;
}

.section-bg-title::before {
  content: attr(data-bgtitle);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 200px;
  font-weight: 800;
  text-transform: uppercase;
  color: rgb(0 0 0 / 2%);
  white-space: nowrap;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Ensure heading stays on top */
.section-bg-title .container {
  position: relative;
  z-index: 2;
}

.default-group {
  position: relative;
  color: var(--inner-text-color);
  font-size: var(--text-size);
  line-height: 1.6;
  overflow: hidden;
}

/* Background image with opacity */
.default-group::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/banner.png);
  background-size: contain;
  background-position: left top -92px;
  background-repeat: no-repeat;
  opacity: 0.3;
  /* 👈 control image opacity here */
  z-index: 0;
}

/* Keep content above background */
.default-group>* {
  position: relative;
  z-index: 1;
}


/* Headings */
.default-group h1,
.default-group h2,
.default-group h3,
.default-group h4,
.default-group h5,
.default-group h6 {
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

/* Match theme heading sizes */
.default-group h1 {
  font-size: 42px;
}

.default-group h2 {
  font-size: var(--common-heading-size);
}

.default-group h3 {
  font-size: 32px;
}

.default-group h4 {
  font-size: 24px;
}

.default-group h5 {
  font-size: var(--inner-heading-size);
}

.default-group h6 {
  font-size: var(--inner-heading-size-two);
}

/* Paragraph */
.default-group p {
  font-size: var(--text-size);
  color: var(--inner-text-color);
  margin-bottom: 15px;
}

/* Lists */
.default-group ul,
.default-group ol {
  margin: 15px 0 40px 5px;
  padding: 0;
}

.default-group ul li,
.default-group ol li {
  font-size: var(--text-size);
  color: var(--inner-text-color);
  margin-bottom: 8px;
  line-height: 1.5;
}

/* Custom bullet like theme style */
.default-group ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}

.default-group ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--primary-colors);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

/* Ordered list */
.default-group ol {
  counter-reset: list-counter;
}

.default-group ol li {
  counter-increment: list-counter;
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.default-group ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  color: var(--primary-colors);
  font-weight: 600;
}

/* Links */
.default-group a {
  color: var(--primary-colors);
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.default-group a:hover {
  color: #000;
  text-decoration: underline;
}

/* Tables */
.default-group table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: var(--text-size);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.default-group table th,
.default-group table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}

.default-group table th {
  background: #FFFBEA;
  color: var(--heading-color);
  font-weight: 700;
}

.default-group table tr:nth-child(even) {
  background: #fafafa;
}

/* Blockquote */
.default-group blockquote {
  border-left: 5px solid var(--primary-colors);
  padding: 15px 20px;
  background: #FFFBEA;
  font-style: italic;
  margin: 20px 0;
  border-radius: 10px;
}

/* Images */
.default-group img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 15px 0;
}

/* Code / Pre */
.default-group code {
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
}

.default-group pre {
  background: #111;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  overflow-x: auto;
  font-size: 13px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.tableCss {
  width: 100%;
  border-collapse: collapse;
}

.tableCss td,
.tableCss th {
  padding: 10px;
  border: 1px solid #ddd;
}

.about-us-logo .about-us-loadar {
  max-width: 75%;
  margin: 0 auto;
}

/* Outcome Items Styling */
.outcome-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.outcome-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.outcome-item:hover {
  background: #f0f0f0;
  transform: translateX(5px);
}

.outcome-icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid currentColor;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.5);
}

.outcome-text h6 {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
  color: #333;
}

.outcome-text p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* Solution Capabilities Scrolling Carousel */
.our-solution-section {
  overflow: visible !important;
  position: relative;
  z-index: 1;
}

.our-solution-section .container {
  overflow: visible !important;
}

.solution-capabilities-carousel {
  display: flex !important;
  gap: 40px;
  padding: 40px 0;
  position: relative !important;
  align-items: flex-start !important;
  /* CRITICAL: Must be flex-start for sticky to work */
  overflow: visible !important;
}

.carousel-images {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 150px !important;
  /* Offset from top of viewport */
  flex: 0 0 50%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  z-index: 50;
}

.carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.carousel-img.active {
  opacity: 1;
  z-index: 20;
}

.carousel-content {
  display: flex;
  flex-direction: column;
  gap: 90px;
  padding: 0;
  flex: 1;
}

.carousel-feature {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
}

.carousel-feature .image-mobile {
  display: none;
}

.rmp-container .rmp-menu-title .rmp-menu-title-image {
  height: auto;
}

/* Latest Blog Section */
.latest-blog-section {
  background-color: #fcfcfc;
}

.blog-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  border-bottom: 3px solid #FED22B;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.blog-image {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.blog-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.1);
}

.blog-date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: var(--heading-color);
  color: #fff;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0 10px 0 0;
  z-index: 1;
}

.blog-content {
  padding: 25px;
}

.blog-content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.blog-content h5 a {
  color: var(--heading-color);
  transition: color 0.3s;
}

.blog-content h5 a:hover {
  color: var(--primary-colors);
}

.blog-content p {
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.blog-content .read-more {
  font-weight: 700;
  color: var(--primary-colors);
  font-size: 14px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}

.blog-content .read-more:hover {
  gap: 12px;
}

/* Blog Listing Page */
.blog-listing-section,
.single-post-section,
.latest-blog-section {
  background-image: url(../images/outcome.png);
  background-size: 100% 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position-y: 50%;
  position: relative;
}

.blog-listing-section::before,
.single-post-section::before,
.latest-blog-section::before,
.faq-sectiongroup::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/banner.png);
  background-size: contain;
  background-position: left top -200px;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 0;
}

.blog-item-row {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border-bottom: 4px solid #FED22B;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-item-row:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.blog-item-row .blog-image {
  border-radius: 15px;
  overflow: hidden;
  height: 280px;
}

.blog-item-row .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-item-row:hover .blog-image img {
  transform: scale(1.05);
}

.blog-meta {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}

.blog-meta .category a {
  color: var(--primary-colors);
  text-transform: uppercase;
}

.blog-meta .divider {
  margin: 0 10px;
  color: #ccc;
}

.blog-meta .date {
  color: #888;
}

.blog-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-title a {
  color: var(--heading-color);
  transition: color 0.3s;
}

.blog-title a:hover {
  color: var(--primary-colors);
}

.blog-excerpt p {
  color: var(--text-color);
  line-height: 1.8;
  margin-bottom: 25px;
}

.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.read-more-link {
  color: var(--heading-color);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}

.read-more-link:hover {
  color: var(--primary-colors);
}

.blog-share {
  font-size: 14px;
  color: #888;
  cursor: pointer;
  transition: color 0.3s;
}

.blog-share:hover {
  color: var(--primary-colors);
}

/* Pagination */
.pagination-wrapper {
  display: flex;
  justify-content: center;
}

.pagination-wrapper .navigation.pagination {
  display: block;
}

.pagination-wrapper .nav-links {
  display: flex;
  gap: 10px;
}

.pagination-wrapper .page-numbers {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: var(--heading-color);
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers.current {
  background: var(--primary-colors);
  color: #fff;
  text-decoration: none;
}

/* Featured Blog Post */
.blog-item-featured {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 50px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  border-bottom: 5px solid #FED22B;
}

.blog-item-featured .blog-image.large {
  border-radius: 15px;
  overflow: hidden;
  height: 450px;
}

.blog-item-featured .blog-image.large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-item-featured:hover .blog-image.large img {
  transform: scale(1.03);
}

.blog-title.large {
  font-size: 36px;
  line-height: 1.3;
}

/* Sidebar Styling */
.blog-sidebar {
  padding-left: 20px;
}

.sidebar-widget {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #FED22B;
}

.widget-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}

.widget-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--primary-colors);
}

/* Popular Posts Widget */
.popular-item {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}

.popular-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.popular-item .thumb {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}

.popular-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-item .info h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.popular-item .info h6 a {
  color: var(--heading-color);
}

.popular-item .info h6 a:hover {
  color: var(--primary-colors);
}

.popular-item .info span {
  font-size: 14px;
  color: #888;
}

/* Category & Archive Lists */
.sidebar-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-widget ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-widget ul li:last-child {
  border-bottom: none;
}

.sidebar-widget ul li a {
  color: #555;
  font-weight: 500;
  transition: all 0.3s;
}

.sidebar-widget ul li a:hover {
  color: var(--primary-colors);
  padding-left: 5px;
}

.sidebar-widget ul li span {
  background: #f0f0f0;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  color: #888;
}

/* Search Form Sidebar */
.search-form-wrapper form {
  display: flex;
  position: relative;
}

.search-form-wrapper label {
  display: none;
}

.search-form-wrapper input[type="search"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 14px;
  background: #fcfcfc;
}

.search-form-wrapper input[type="submit"] {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: none;
  background: var(--primary-colors);
  color: #fff;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
}

/* Single Post Styling */
.single-post-content {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.post-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.2;
}

.rounded-20 {
  border-radius: 20px !important;
}

.post-entry-content {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.post-entry-content h2,
.post-entry-content h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: var(--heading-color);
  font-weight: 700;
}

.post-entry-content p {
  margin-bottom: 20px;
}

.post-tags .tag-label {
  font-weight: 700;
  color: var(--heading-color);
  margin-right: 10px;
}

.post-tags a {
  display: inline-block;
  background: #f0f0f0;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 13px;
  color: #666;
  margin-right: 10px;
  transition: all 0.3s;
}

.post-tags a:hover {
  background: var(--primary-colors);
  color: #fff;
}

.nav-box {
  transition: transform 0.3s, box-shadow 0.3s;
}

.nav-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.nav-box h6 a {
  color: var(--heading-color);
  transition: color 0.3s;
}

.nav-box h6 a:hover {
  color: var(--primary-colors);
}
/* restore bullets & numbers */
.single .post-entry-content ul,
.single .post-entry-content ol {
    list-style-type: initial !important;
    list-style-position: outside !important;
    padding-left: 1.5em !important;
    margin-left: 1.5em !important;
}

/* optional: finer control on list items */
.single .post-entry-content ul li,
.single .post-entry-content ol li {
    margin-bottom: 0.5em;
}
.single .post-entry-content ul li{
    list-style: disc;
}

.single .post-entry-content ol li{
    list-style: decimal;
}
