*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

image {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

h2 {
  font-size: clamp(1.8rem, 1.2rem + 2vw, 2.5rem);

  /* 40px */
}

h3 {
  font-size: clamp(24px, 3.4vw, 2.125rem);
  /* 34px */
}

h4 {
  font-size: clamp(20px, 2.8vw, 1.75rem);
  /* 28px */
}

h5 {
  font-size: clamp(17px, 2.5vw, 1.56rem);
  /* 25px */
}

a,
button,
select,
input {
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1rem);
  /* 16px */
}

p {
  font-size: clamp(0.9rem, 1.1rem, 1.25rem);
  margin-bottom: 0;
  /* 20px */
}

::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: "Gelion";
  src: url("../../fonts/gelion-webfont/Gelion/Gelion-Regular.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gelion", sans-serif;
  background: #ffffff;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 100px;
}

section {
  padding: 75px 0 125px 0px;
  overflow-x: hidden;
  margin-top: -50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #ffffff;
}

section h2 {
  font-size: 3.75rem;
  font-weight: 700;
}

input {
  outline: none;
}

.form-control {
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 20px);

  color: #4d4d4d;
}

/* --------------- Commomn --------------- */
.primary-text {
  color: #fc4755;
}

.primary-bg {
  background: #fc4755;
  color: #ffffff;
}

.primary-btn,
.primary-btn2 {
  background-color: #fc4755;
  color: #ffffff;
  padding: 8px 24px;
  border: none;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: clamp(16px, 1.2vw, 20px);
}

.primary-btn:hover,
.primary-btn:focus,
.primary-btn:active {
  color: #ffffff;
  background: #212529;
}

.primary-btn2:hover,
.primary-btn2:focus,
.primary-btn2:active {
  color: #ffffff;
  background: #555555;
}

.primary-btn:hover i,
.primary-btn:focus i,
.primary-btn:active i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.primary-btn2:hover i,
.primary-btn2:focus i,
.primary-btn2:active i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.secondary-btn {
  border: 2px dashed #cecece;
  padding: 3px 8px;
  background: #ffffff;
  font-size: clamp(16px, 1.2vw, 20px);
}

.secondary-btn:hover,
.secondary-btn:focus,
.secondary-btn.active {
  border: 2px solid #ff6b7a;
  /* color: #fc4755; */
}

.primary-dark-btn {
  background-color: #212529;
  color: #ffffff;
  padding: 8px 24px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  gap: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: clamp(16px, 1.2vw, 20px);
}

.primary-dark-btn:hover,
.primary-dark-btn:focus,
.primary-dark-btn:active,
.primary-dark-btn.active {
  background-color: #fc4755;
  color: #ffffff;
}

.primary-white-btn {
  background-color: #ffffff;
  color: #fc4755;
  padding: 8px 24px;
  border: 1px solid transparent;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: clamp(16px, 1.2vw, 20px);
}

.primary-white-btn:hover,
.primary-white-btn:focus,
.primary-white-btn:active {
  background: #212529;
  color: #ffffff;
}

.primary-white-btn:hover i,
.primary-white-btn:focus i,
.primary-white-btn:active i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.primary-outline-btn {
  background-color: #fc4755;
  color: #ffffff;
  padding: 8px 24px;
  border: 1px solid #ffffff;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: clamp(16px, 1.2vw, 20px);
}

.primary-outline-btn:hover,
.primary-outline-btn:focus,
.primary-outline-btn:active {
  background: #ffffff;
  color: #fc4755;
}

.primary-outline-btn:hover i,
.primary-outline-btn:focus i,
.primary-outline-btn:active i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.white-btn {
  background-color: #ffffff;
  color: #212529;
  padding: 8px 24px;
  border: none;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: clamp(16px, 1.2vw, 20px);
}

.white-btn:hover,
.white-btn:focus,
.white-btn:active {
  color: #ffffff;
  background: #212529;
}

.white-btn:hover i,
.white-btn:focus i,
.white-btn:active i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.icon {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.image-fluid {
  width: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet-active {
  background: #fc4755;
}

/* ======================================================== */
/* ====================== Header Css ====================== */
/* ======================================================== */

header .header-inner-part {
  width: 100%;
  background: #212529;
  padding: 0px 25px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

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

header .logo img {
  max-height: 53px;
  margin-right: 8px;
}

header .main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}

header .main_menu ul li {
  position: relative;
}

header .main_menu > ul > li > a {
  color: #ffffff;
  padding: 30px 15px;
  font-size: clamp(18px, 1.5vw, 22px);

  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 7px;
}

header .main_menu > ul > li > a.active {
  color: #fc4755;
}

header .main_menu ul li > span > i {
  font-size: 14px;
  display: none;
}

header .main_menu > ul > li .active,
header .main_menu > ul > li:hover > a {
  color: #fc4755;
}

header .main_menu > ul > li:hover > a i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

header .mega_menu_dropdown {
  position: static !important;
}

header .mega_menu .sub_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.2s;
  box-shadow: 0px 0px 5px 0px rgba(212, 201, 201, 0.75);
  background-color: #212529;
  padding: 40px;
}

header.fixed-header .mega_menu .sub_menu {
  border-radius: 3.125rem;
}

header .mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}

header .mega_menu_item > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 30px;
}

header .mega_menu_item > ul > li > a {
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.6rem;
  color: #ffffffcc;
  padding-bottom: 1rem;
  display: inline-block;
}

header .mega_menu_item:nth-child(2) {
  width: 50%;
}

header .mega_menu_item:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
}

header .mega_menu_item:nth-child(2) ul li {
  width: 50%;
  padding: 0px 10px;
}

header .mega_menu_heading_h2 {
  font-weight: 400;
  font-size: clamp(1.8rem, 1.2rem + 2vw, 2.5rem);

  line-height: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
  max-width: 320px;
}

header .mega_menu_item:first-child p {
  font-weight: 400;
  font-size: clamp(15px, 0.9rem + 0.5vw, 1.25rem);
  line-height: 1.75rem;
  color: #ffffff;
  max-width: 320px;
}

header .mega_menu_item:first-child {
  border-right: 1px solid #ffffff4d;
}

header .main_menu ul li .mega_menu_item a:hover {
  color: #fc4755;
}

header .mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

header .mobile_btn {
  display: none;
}

header .header-login-btn {
  display: flex;
  align-items: center;
}

header .login-btn,
header .responsive-login-btn {
  display: inline-block;
  padding: 15px 24px;
  border: 2px solid #ffffff;
  /* font-family: "Graphik"; */
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1rem);

  border-radius: 50px;
  text-decoration: none;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transition: 0.3s, background-position 0s;
  -moz-transition: 0.3s, background-position 0s;
  -ms-transition: 0.3s, background-position 0s;
  -o-transition: 0.3s, background-position 0s;
  background: linear-gradient(#fc4755 0 0) calc(100% - var(--p, 0%)) /
    var(--p, 0%) no-repeat;
  transition: 0.3s, background-position 0s;
}

header .login-btn:hover,
header .responsive-login-btn:hover {
  --p: 100%;
}

header.fixed-header .login-btn {
  padding: 10px 24px;
}

header.fixed-header {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 99;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

header.fixed-header .header-inner-part {
  border-radius: 50px;
  padding: 0px 25px !important;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(212, 201, 201, 0.75);
}

header.fixed-header .header-inner-part::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -12px;
  background: #ffffff;
  transform: translateX(-50%);
  width: 97%;
  height: 10px;
  filter: blur(5px);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-filter: blur(5px);
}

header.fixed-header .main_menu ul li:hover > .mega_menu {
  border-radius: 3.125rem;
}

header .primary-btn:hover,
header .primary-btn:focus,
header .primary-btn:active {
  background: #ffffff;
  color: #212529;
}

/* ======================================== */
/* =========== Footer css start =========== */
/* ======================================== */

#footer-section {
  background-color: #212529;
  padding: 75px 0;
  overflow-x: hidden;
  margin-top: -50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

footer .social_media_icon {
  padding: 30px 0px;
}

.icon-footer {
  color: #fc4755;
}

.footer-bottom {
  border-top: 1px solid #525252;
  padding-top: 30px;
}

#footer-section a,
#footer-section span {
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.2rem);
}

#footer-section .footer-logo {
  margin-bottom: 70px;
}

#footer-section .footer-address-tab {
  background-color: #3a3b3e80;
  max-width: 32.5rem;
  border-radius: 3.125rem;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  -ms-border-radius: 3.125rem;
  -o-border-radius: 3.125rem;
  border: none;
}

#footer-section .footer-address-tab .nav-item {
  width: 25%;
}

#footer-section .footer-address-tab .nav-item .nav-link {
  width: 100%;
  border-radius: unset !important;
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important;
  -ms-border-radius: unset !important;
  -o-border-radius: unset !important;
  color: #ffffff !important;
  font-size: clamp(17px, 1.2vw, 18px);

  font-weight: 400;
  line-height: 25.2px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

#footer-section .footer-address-tab .nav-item:first-child .nav-link {
  border-top-left-radius: 3.125rem !important;
  border-bottom-left-radius: 3.125rem !important;
}

#footer-section .footer-address-tab .nav-item:last-child .nav-link {
  border-top-right-radius: 3.125rem !important;
  border-bottom-right-radius: 3.125rem !important;
}

#footer-section .Address-area .Address span {
  opacity: 0.8;
}

#footer-section .Address-area .Address {
  display: flex;
  gap: 10px;
  font-size: clamp(1rem, 1.1vw, 1.125rem);

  font-weight: 400;
  line-height: 1.563rem;
  max-width: 21.313rem;
  margin: 2.5rem 0rem 1.25rem 0rem;
  color: #ffffff;
}

#footer-section .Address-area .contact-part {
  font-size: clamp(1rem, 1.1vw, 1.125rem);

  font-weight: 400;
  line-height: 1.563rem;
}

#footer-section .Address-area .contact-part li {
  margin-bottom: 10px;
}

#footer-section .Address-area .contact-part {
  margin: 0;
  padding: 0;
}

#footer-section .Address-area .contact-part li a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

#footer-section .Address-area .contact-part li:first-child a {
  font-weight: 600;
}

#footer-section .Address-area .contact-part li a:hover {
  color: #fc4755;
}

#footer-section .Address-area .contact-part li a i {
  display: inline-block;
  padding-right: 0.625rem;
}

#footer-section .use-links-heading {
  font-size: clamp(15px, 0.9rem + 0.5vw, 1.25rem);

  font-weight: 400;
  line-height: 1.375rem;
  color: #fff;
}

#footer-section .use-links {
  margin: 0;
  padding: 0;
}

#footer-section .use-links li {
  margin-bottom: 10px;
}

#footer-section .use-links li a {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(1rem, 1.1vw, 1.125rem);

  font-weight: 400;
  line-height: 1.563rem;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

#footer-section .use-links li a:hover {
  color: #fc4755;
}

#footer-section .social_media_icon ul {
  margin: 0;
  padding: 0;
}

#footer-section .social_media_icon li {
  display: inline-block;
  margin-right: 1rem;
}

#footer-section .social_media_icon li a {
  text-decoration: none;
  display: block;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#footer-section .social_media_icon li a i {
  display: block;
  font-size: clamp(15px, 0.9rem + 0.5vw, 1.25rem);
}

#footer-section .social_media_icon li a:hover {
  color: #fc4755;
  border-color: #fc4755;
}

#footer-section .copy_right_mesage {
  color: #ffffff;
  font-size: clamp(1rem, 1.1vw, 1.125rem);

  font-weight: 400;
  line-height: 1.563rem;
  margin-bottom: 0;
  opacity: 0.8;
}

#footer-section .tab-pane.fade-left {
  opacity: 1;
  transform: translateX(-100%);
}

#footer-section .tab-pane.fade-right {
  opacity: 1;
  transform: translateX(100%);
}

/* Animation for showing the content */
#footer-section .tab-pane.show-left {
  opacity: 1;
  transform: translateX(0);
}

#footer-section .tab-pane.show-right {
  opacity: 1;
  transform: translateX(0);
}

#footer-section .footer-address-tab .nav-item .nav-link {
  width: 100%;
  border-radius: unset !important;
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important;
  -ms-border-radius: unset !important;
  -o-border-radius: unset !important;
  color: #ffffff !important;
  font-size: clamp(17px, 1.2vw, 18px);

  font-weight: 400;
  line-height: 25.2px;
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  overflow: hidden;
  background: linear-gradient(#fc4755 0 0) calc(100% - var(--p, 0%)) /
    var(--p, 0%) no-repeat;
  transition: 0.8s, background-position 0s;
  border: none !important;
}

#footer-section .footer-address-tab .nav-item .nav-link.active,
#footer-section .footer-address-tab .nav-item .nav-link:hover {
  --p: 100%;
}

#footer-section .Address-area .Address span {
  opacity: 1 !important;
}

#footer-section .footer-address-tab .nav-item {
  flex: 1;
}

#footer i {
  color: #fc4755;
}

/* ============================================================================= */
/* =============================== Blog ListPage =============================== */
/* ============================================================================= */

/* --------------- Hero Section --------------- */
#hero-section {
  background: #f9f9f9;
  border-radius: 0;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#hero-section h1 {
  font-size: 80px;
  font-weight: 700;
  /* line-height: 80px; */
}

#support-section h3 {
  font-size: clamp(28px, 4.5vw, 45px);
}

#hero-section h2 {
  font-size: clamp(28px, 4.5vw, 45px);
}

#hero-section h5 {
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #555555;
  text-transform: uppercase;
}

#hero-section .primary-btn {
  margin: 0;
}

#hero-section .hero-content {
  padding: 48px 24px 48px 0px;
}

#hero-section .hero-image {
  height: clamp(300px, 50vw, 490px);
}

#hero-section .hero-image img {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  height: -webkit-fill-available;
  object-position: left;
}

/* --------------- Post Section --------------- */
#post-section .post-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

#post-section .post-section-header h6 {
  font-weight: 500;
  font-size: 35px;
  letter-spacing: -1%;
  color: #3b3b3b;
}
#post-section .post-section-header .post-searchbox {
  position: relative;
}

#post-section .post-section-header .post-searchbox input {
  padding: 8px 44px 8px 16px;
  border: 1px solid #cecece;
  border-radius: 8px;
}

#post-section .post-section-header .post-searchbox .search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#post-section .post-section-filter {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cecece;
  padding-bottom: 16px;
}

#post-section .filter-btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: fit-content;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -1%;
  color: #3b3b3b;
}

#post-section .filter-dropdown,
#rainstream-event-section .filter-dropdown {
  font-family: inherit;
  padding: 8px 16px;
  border: 1px solid #cecece;
  border-radius: 8px;
  color: #555555;
  background-color: #ffffff;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../images/icons/formkit_down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  transition: border-color 0.3s ease;
  min-width: 190px;
  width: 100%;
  max-width: 280px;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 20px);

  color: #000;
}

select {
  max-width: 260px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

#post-section .filter-btn:hover,
#post-section .filter-btn.active,
#post-section .filter-btn:focus,
#post-section .filter-btn:active {
  color: #fc4755;
}

#post-section .post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 48px 0;
}

#post-section .post-image {
  position: relative;
  max-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

#post-section .post-content {
  position: absolute;
  color: #ffffff;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  gap: 16px;
  opacity: 0;
}

#post-section .post-content h4 {
  font-size: clamp(17px, 1.2vw, 18px);
}

#post-section .post-content p {
  font-size: clamp(18px, 2vw, 24px);
}

#post-section .post-image:hover .post-content,
#post-section .post-image:focus .post-content,
#post-section .post-image:active .post-content {
  opacity: 1;
}

#post-section .post-content a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  outline: none;
  border: none;
  color: #ffffff;
  width: max-content;
  font-size: clamp(17px, 1.2vw, 18px);
}

#post-section .load-more-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#post-section .load-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* border-radius: 50px; */
  transition: background-color 0.3s ease;
  font-size: clamp(18px, 2vw, 24px);
}

#post-section .load-more-btn:hover i {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

#post-section .load-ring {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#post-section .load-ring::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  opacity: 0;
}

@keyframes rotate-ring {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(720deg);
  }
}

#post-section .load-more-btn.loading .load-ring::before {
  opacity: 1;
  animation: rotate-ring 1s ease infinite;
  -webkit-animation: rotate-ring 1s ease infinite;
}

/* ================================================================================ */
/* =============================== Blog Detail Page =============================== */
/* ================================================================================ */

/* --------------- Blog Detail Section --------------- */
#blog-details-section {
  overflow-x: visible;
}

#blog-details-section .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0px;
}

#blog-details-section .sidebar {
  background: #ffffff;
  border-radius: 8px;
  padding-top: 20px;
  position: sticky;
  top: 90px;
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#blog-details-section .toc {
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}

#blog-details-section .toc-header {
  padding: 24px 24px 20px;
  border-bottom: 1px solid #f9f9f9;
  flex-shrink: 0;
}

#blog-details-section .toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  min-height: 0;
}

#blog-details-section .toc-list::-webkit-scrollbar {
  width: 6px;
}

#blog-details-section .toc-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#blog-details-section .toc-list::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

#blog-details-section .toc-list::-webkit-scrollbar-thumb:hover,
#blog-details-section .toc-list::-webkit-scrollbar-thumb:focus,
#blog-details-section .toc-list::-webkit-scrollbar-thumb:active {
  background: #999999;
}

#blog-details-section .toc-item a {
  display: block;
  padding: 12px 24px;
  color: #555555;
  text-decoration: none;
  line-height: 1.5;
  transition: all 0.2s ease;
  position: relative;
  border-left: 3px solid transparent;
  font-size: clamp(16px, 1.2vw, 19px);
}

#blog-details-section .toc-item a:hover,
#blog-details-section .toc-item a:focus,
#blog-details-section .toc-item a:active {
  color: #212529;
  background-color: #f9f9f9;
}

#blog-details-section .toc-item.active > a {
  color: #fc4755;
  background-color: #eff6ff;
  border-left-color: #fc4755;
}

#blog-details-section .toc-nested {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: max-content;
  transition: max-height 0.3s ease;
}

#blog-details-section .toc-item.expanded .toc-nested {
  max-height: 500px;
}

#blog-details-section .toc-nested .toc-item a {
  padding: 5px 5px 5px 50px;
  border: none;
}

#blog-details-section .toc-nested .toc-item a::before {
  content: "•";
  position: absolute;
  left: 28px;
  color: #555555;
}

#blog-details-section .toc-nested .toc-item.active > a {
  border-left: none;
  background: transparent;
}

#blog-details-section .social-section {
  padding: 24px;
  margin-top: 16px;
  background: #fc4755;
  color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  flex-shrink: 0;
}

#blog-details-section .social-section h3 {
  margin-bottom: 16px;
  font-style: italic;
}

#blog-details-section .social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#blog-details-section .social-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

#blog-details-section .social-link:hover,
#blog-details-section .social-link:focus,
#blog-details-section .social-link:active {
  transform: translateY(-2px);
}

#blog-details-section .main-content {
  background: #ffffff;
  border-radius: 8px;
  min-height: 2000px;
  margin-top: 20px;
}

#blog-details-section .content-section {
  scroll-margin-top: 30px;
}

#blog-details-section .content-section h2 {
  color: #212529;
  margin: 20px 0px;
  font-size: clamp(28px, 4vw, 40px);
}

#blog-details-section .content-section h3 {
  margin: 20px 0px;
}

#blog-details-section .content-section p {
  line-height: 1.7;
}

#blog-details-section .content-section ul li {
  font-size: clamp(16px, 1.2vw, 20px);
  margin: 5px 0;
}

#blog-details-section .content-section img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-right: 5px;
}

#blog-details-section .main-content blockquote p a {
  color: #0000ff;
}

#blog-details-section .main-content blockquote p a:hover {
  text-decoration: underline;
}

#blog-details-section .content-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 24px 0;
  border-radius: 4px;
  scroll-margin-top: 30px;
}

#blog-details-section .content-box h4 {
  margin-bottom: 12px;
}

#blog-details-section .schedule-call-box,
#blog-details-section .view-case-study-box,
#free-proposal-section .free-proposal-box {
  background: #fc4755;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  gap: 15px;
  color: #ffffff;
}

#blog-details-section .schedule-call-box h3,
#blog-details-section .view-case-study-box h3 {
  font-size: clamp(32px, 5vw, 50px);
}

#blog-details-section .schedule-call-box .rotating-box,
#blog-details-section .view-case-study-box .rotating-box {
  position: relative;
  width: fit-content;
  height: fit-content;
}

#blog-details-section .schedule-call-box .arrow-right,
#blog-details-section .view-case-study-box .arrow-right {
  width: 40px !important;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  right: 0;
}

#blog-details-section .schedule-call-box .rotating-image,
#blog-details-section .view-case-study-box .rotating-image {
  animation: rotate-image 10s linear infinite;
}

@keyframes rotate-image {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#blog-details-section .reviews-section {
  padding: 32px 0;
}

#blog-details-section .reviews-section .review-box {
  border-left: 5px solid #fc4755;
  padding-left: 24px;
  margin-top: 16px;
}

#blog-details-section .reviews-section .review-box .review-text {
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 8px;
}

#blog-details-section .reviews-section .review-box .review-author {
  color: #555555;
}

#blog-details-section .reviews-section .reviewer-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

#blog-details-section .reviews-section .reviewer-image {
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
  margin: 0;
}

#blog-details-section .reviews-section .reviewer-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#blog-details-section .reviews-section .reviewer-location {
  color: #555555;
}

#blog-details-section .reviews-section .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 22px;
}

#blog-details-section .share-section {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid #cecece;
  margin-top: 32px;
}

#blog-details-section .share-section .social-share-icons {
  display: flex;
  gap: 10px;
}

/* ==================================================================================== */
/* =============================== Industry Detail Page =============================== */
/* ==================================================================================== */

/* --------------- hero section --------------- */
#hero-section.indutry-detail-hero-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
}
.indutry-detail-hero-section .indutry-contact h3 {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
#hero-section.indutry-detail-hero-section::before {
  content: "";
  position: absolute;
  background: url("https://rainstreamweb.com/wp-content/uploads/2025/12/industry-heroBG-scaled.jpg") center center / cover
    no-repeat;
  top: -81px;
  left: -26px;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  z-index: 0;
  transform: rotate(-180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

#hero-section.indutry-detail-hero-section > * {
  position: relative;
  z-index: 1;
}

#hero-section.indutry-detail-hero-section .hero-content {
  padding-right: 60px;
}

#hero-section.indutry-detail-hero-section h2 {
  position: relative;
  margin-bottom: 50px;
}

#hero-section.indutry-detail-hero-section h2 img {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  object-fit: scale-down;
  object-position: left;
}

#hero-section.indutry-detail-hero-section .reviews-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 24px 0px;
}

#hero-section.indutry-detail-hero-section .reviews-section img {
  width: 100%;
}

#hero-section.indutry-detail-hero-section .contact-form-container,
#hero-section.hiring-hero-section .contact-form-container {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#hero-section.indutry-detail-hero-section .contact-form-container h4,
#hero-section.hiring-hero-section .contact-form-container h4 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: clamp(16px, 1.2vw, 20px);
}

#hiring-hero-section .contact-form-container h4 {
  font-weight: 500;
  font-size: clamp(28px, 4.5vw, 45px);

  color: #333333;
}

#hero-section.indutry-detail-hero-section .form-control,
#hero-section.indutry-detail-hero-section .form-select,
#hero-section.hiring-hero-section .form-control,
#hero-section.hiring-hero-section .form-select {
  border: 1px solid #cecece;
  border-radius: 8px;
  padding: 12px 10px;
  color: #555555;
  margin-bottom: 10px;
  outline: none;
  min-width: -webkit-fill-available;
  width: 100%;
}

#hero-section.indutry-detail-hero-section .form-control:focus,
#hero-section.indutry-detail-hero-section .form-select:focus,
#hero-section.hiring-hero-section .form-control:focus,
#hero-section.hiring-hero-section .form-select:focus {
  outline: none;
  border: 1px solid #cecece;
}

#hero-section.indutry-detail-hero-section .form-control::placeholder,
#hero-section.hiring-hero-section .form-control::placeholder {
  color: #555555;
}

#hero-section.indutry-detail-hero-section .phone-input,
#hero-section.hiring-hero-section .phone-input,
#hero-section.hiring-hero-section .email-input {
  flex: 1;
}

#hero-section.indutry-detail-hero-section textarea.form-control,
#hero-section.hiring-hero-section textarea.form-control {
  min-height: 100px;
  resize: none;
}
.contact-form-container .time-box .secondary-btn {
  font-weight: 500;
  font-size: 16px;
  color: #4d4d4d;
}
/* --------------- trusted client section --------------- */
#trusted-clients h3 {
  font-size: clamp(18px, 1.5vw, 22px);
}

#trusted-clients .client-logo-slider {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}

#trusted-clients .slider-track {
  display: flex;
  animation: scroll 40s linear infinite;
  -webkit-animation: scroll 40s linear infinite;
  margin: 30px 0px 0px 0px;
}

#trusted-clients .client-logo-slider:hover .slider-track,
#trusted-clients .client-logo-slider:focus .slider-track,
#trusted-clients .client-logo-slider:active .slider-track {
  animation-play-state: paused;
}

#trusted-clients .logo {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  width: -webkit-fill-available;
  max-width: 262px;
  height: auto;
  margin: 0 15px;
  -webkit-filter: grayscale(100%);
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -ms-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
}

#trusted-clients .logo img {
  max-width: 262px;
  height: 100px;
}

#trusted-clients .logo:hover,
#trusted-clients .logo:focus,
#trusted-clients .logo:active {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}

/* --------------- retail software section --------------- */
#retail-software-services {
  padding: 80px 0 130px 0px;
  background-color: #212529;
  color: #ffffff;
}

#retail-software-services .section-header h2 {
  color: #ffffff;
}

#retail-software-services .section-subtitle {
  color: #f9f9f9;
  margin: 0 auto 12px auto;
}

#retail-software-services .service-card {
  background-color: #ffffff;
  border: 2px solid #fc4755;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
}

#retail-software-services .service-card:hover,
#retail-software-services .service-card:focus,
#retail-software-services .service-card:active {
  background-color: #fc4755;
  color: #ffffff;
}

#retail-software-services .service-card p {
  margin: 0;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  font-size: clamp(18px, 2vw, 24px);
}

#retail-software-services .service-card:hover h5,
#retail-software-services .service-card:focus h5,
#retail-software-services .service-card:active h5 {
  color: #ffffff;
}

#retail-software-services .service-description {
  padding-right: 32px;
}

#retail-software-services .service-description p {
  line-height: 1.7;
  color: #f9f9f9;
}

#retail-software-services .service-feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  padding: 15px 20px;
  height: 100%;
}

#retail-software-services .service-feature p {
  color: #ffffff;
  line-height: 1.4;
}

/* --------------- Why IoT in Retail Section --------------- */
#why-iot-retail {
  padding: 80px 0 130px 0px;
  background-color: #ffffff;
}

#why-iot-retail .section-header {
  margin-bottom: 48px;
}

#why-iot-retail .section-header h2 {
  margin-bottom: 16px;
  font-weight: 500;
}

#why-iot-retail .section-subtitle {
  color: #555555;
  margin: 0 auto 12px auto;
}

#why-iot-retail .iot-feature-card {
  background-color: #ffffff;
  border: 2px solid #fc4755;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#why-iot-retail .iot-feature-card:hover,
#why-iot-retail .iot-feature-card:focus,
#why-iot-retail .iot-feature-card:active {
  background-color: #fc4755;
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(252, 51, 66, 0.2);
}

#why-iot-retail .iot-feature-card p {
  margin: 0;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  font-size: clamp(18px, 2vw, 24px);
}

#why-iot-retail .iot-feature-card:hover p,
#why-iot-retail .iot-feature-card:focus p,
#why-iot-retail .iot-feature-card:active p {
  color: #ffffff;
}

/* --------------- finance software section --------------- */
#financial-software-cta {
  background-color: #f9f9f9;
  padding: 80px 0 130px 0;
}

#financial-software-cta .cta-content h2 {
  line-height: 1.3;
  margin-bottom: 32px;
  font-weight: 500;
}

#financial-software-cta .cta-outline-btn {
  background-color: transparent;
  color: #212529;
  padding: 8px 24px;
  border: 2px solid #fc4755;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  max-width: max-content;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

#financial-software-cta .cta-outline-btn:hover,
#financial-software-cta .cta-outline-btn:focus,
#financial-software-cta .cta-outline-btn:active {
  background-color: #fc4755;
  color: #ffffff;
}

#financial-software-cta .cta-outline-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

#financial-software-cta .cta-outline-btn:hover i,
#financial-software-cta .cta-outline-btn:focus i,
#financial-software-cta .cta-outline-btn:active i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

/* Hexagon container */
#financial-software-cta .hexagon-benefits {
  width: 100%;
}

#financial-software-cta .hexagon-benefits .row {
  row-gap: 24px;
}

/* Column wrapper for each hexagon */
#financial-software-cta .hexagon-benefits [class*="col-"] {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hexagon item */
#financial-software-cta .hexagon-item {
  width: 100%;
  max-width: 280px; /* desktop size */
  aspect-ratio: 1 / 1;
  background: transparent;

  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  padding: 10px;
}

/* SVG dashed border */
#financial-software-cta .hex-border {
  position: absolute;
  inset: 0px;
  z-index: 2;
  pointer-events: none;
}

/* Dashed stroke */
#financial-software-cta .hex-border polygon {
  fill: none;
  stroke: #212529;
  stroke-width: 2;
  stroke-dasharray: 6 6;
  vector-effect: non-scaling-stroke;
}

/* Content */
#financial-software-cta .hexagon-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 0px 32px;
  color: #ffffff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  gap: 15px;

  height: 100%;
  width: 100%;
  background: #fc4755;

  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* Image */
#financial-software-cta .hexagon-content img {
  max-width: 50px;
  height: auto;
}

/* Text */
#financial-software-cta .hexagon-content p {
  margin: 0;
  line-height: 1.4;
  font-size: clamp(16px, 1.2vw, 20px);
}

/* --------------- Software and Innovation Section --------------- */
#software-innovation-section {
  background: #ffffff;
  padding: 80px 0 130px 0;
}

#software-innovation-section .title {
  text-align: center;
  margin-bottom: 12px;
}

#software-innovation-section .title p {
  margin: 0;
  color: var(--muted);
}

#software-innovation-section .radial-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1.9 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#software-innovation-section .canvas {
  position: relative;
  width: 70%;
  max-width: 820px;
  aspect-ratio: 1/1;
  margin: auto;
}

#software-innovation-section .hub {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #f9f9f9);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(99, 102, 106, 0.06);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#software-innovation-section .hub .logo {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  /* box-shadow: 0 4px 12px rgba(239, 68, 68, 0.12); */
}

#software-innovation-section .hub .logo img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

#software-innovation-section .hub .caption {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: max-content;
  color: var(--muted);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#software-innovation-section .ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#software-innovation-section .ring.inner {
  width: 310px;
  height: 310px;
  border: 1px dashed rgba(99, 102, 106, 0.06);
}

#software-innovation-section .ring.outer {
  width: 520px;
  height: 520px;
  border: 1px dashed rgba(99, 102, 106, 0.04);
}

#software-innovation-section .roles,
#software-innovation-section .values {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#software-innovation-section .node {
  position: absolute;
  transform-origin: 50% calc(50% + 160px);
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.18s ease, filter 0.18s ease, opacity 0.18s ease;
  -webkit-transition: transform 0.18s ease, filter 0.18s ease,
    opacity 0.18s ease;
  -moz-transition: transform 0.18s ease, filter 0.18s ease, opacity 0.18s ease;
  -ms-transition: transform 0.18s ease, filter 0.18s ease, opacity 0.18s ease;
  -o-transition: transform 0.18s ease, filter 0.18s ease, opacity 0.18s ease;
}

#software-innovation-section .node .chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(13, 18, 25, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.03);
  color: #0f172a;
  white-space: nowrap;
}

#software-innovation-section .role .avatar {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(180deg, #fc4755, #ff6b7a);
}

#software-innovation-section .value .chip {
  background: linear-gradient(180deg, #ffffff, #f9f9f9);
  padding: 8px 10px;
  border-radius: 12px;
  color: #334155;
  box-shadow: none;
  border: 1px solid rgba(99, 102, 106, 0.04);
}

#software-innovation-section .value .avatar {
  display: none;
}

#software-innovation-section .node.highlight {
  transform: scale(1.06);
  filter: drop-shadow(0 8px 22px rgba(99, 102, 106, 0.09));
  z-index: 5;
  -webkit-filter: drop-shadow(0 8px 22px rgba(99, 102, 106, 0.09));
}

#software-innovation-section .node.dim {
  opacity: 0.32;
  filter: grayscale(40%);
}

#software-innovation-section .side-panel {
  position: absolute;
  right: -6%;
  top: 50%;
  transform: translateY(-50%);
  width: 28%;
  min-width: 220px;
  max-width: 300px;
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.04);
  border: 1px solid rgba(2, 6, 23, 0.03);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#software-innovation-section .side-panel h3 {
  margin: 0 0 8px 0;
}

#software-innovation-section .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#software-innovation-section .chip-pill {
  background: #f9f9f9;
  border-radius: 999px;
  padding: 7px 10px;
  color: #344455;
  border: 1px solid rgba(15, 23, 42, 0.03);
}

#software-innovation-section svg.connects {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

#software-innovation-section .role .chip:focus {
  outline: 3px solid rgba(99, 102, 241, 0.14);
  border-radius: 12px;
}

#software-innovation-section .cards-container {
  display: none;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}

#software-innovation-section .role-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

#software-innovation-section .role-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(99, 102, 106, 0.08);
}

#software-innovation-section .role-card-avatar {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

#software-innovation-section .role-card-values {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#software-innovation-section .role-card-values-title {
  color: var(--muted);
  margin-bottom: 4px;
}

#software-innovation-section .value-item {
  background: #f9f9f9;
  padding: 10px 14px;
  border-radius: 8px;
  color: #334155;
  border: 1px solid rgba(99, 102, 106, 0.06);
}

/* --------------- Testimonial Section --------------- */
#testimonial-section {
  background: #212529;
  color: #ffffff;
  text-align: center;
}

#testimonial-section .testimonial-card {
  background: #fc4755;
  border-radius: 220px 220px 40px 220px;
  padding: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 220px 220px 40px 220px;
  -moz-border-radius: 220px 220px 40px 220px;
  -ms-border-radius: 220px 220px 40px 220px;
  -o-border-radius: 220px 220px 40px 220px;
}

#testimonial-section .testimonial-left {
  position: relative;
  flex-shrink: 0;
}

#testimonial-section .testimonial-image {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  /* border: 12px solid rgba(255, 255, 255, 0.2);
  background: #b8d4f1; */
}

#testimonial-section .revenue-badge {
  position: absolute;
  bottom: 20px;
  right: -20px;
  background: #ffffff;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#testimonial-section .revenue-badge h3 {
  color: #fc4755;
  line-height: 1;
  margin: 0;
}

#testimonial-section .revenue-badge p {
  color: #555555;
  margin: 5px 0 0 0;
  text-align: center;
  line-height: 1.2;
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1rem);

  max-width: 140px;
}

#testimonial-section .testimonial-right {
  flex: 1;
  text-align: left;
}

#testimonial-section .company-logo {
  margin-bottom: 30px;
  max-width: 250px;
  overflow: hidden;
  object-fit: cover;
}

#testimonial-section .company-logo img {
  height: 50px;
  object-fit: contain;
  width: 100%;
  object-position: left;
}

#testimonial-section .testimonial-text {
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 25px;
  max-height: 180px;
  overflow: auto;
  overflow-x: hidden;
  font-size: clamp(18px, 2.8vw, 1.75rem);
}

#testimonial-section .rating {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}

#testimonial-section .client-name {
  font-size: 1.1rem;
  opacity: 0.9;
}

#testimonial-section .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

#testimonial-section .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

#testimonial-section .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 30px;
  border-radius: 6px;
}

/* --------------- Case Study Section --------------- */
#case-study-section {
  background: #f9f9f9;
  text-align: center;
}

#case-study-section .swiper-slide {
  padding: 2.5rem 0;
  position: relative;
  height: 60vh;
  overflow: hidden;
}

#case-study-section .swiper-wrapper img {
  display: block;
  height: -webkit-fill-available;
  /* max-height: 600px; */
}

#case-study-section .swiper-slide a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  /* margin: 2.5rem 0; */
  height: -webkit-fill-available;
  max-height: 100%;
}

#case-study-section .swiper-slide a:hover,
#case-study-section .swiper-slide a:focus,
#case-study-section .swiper-slide a:active {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#case-study-section .swiper-slide a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 1;
  pointer-events: none;
}

#case-study-section .case-study-logo {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  max-width: 200px;
  max-height: 80px;
  object-fit: contain !important;
}

/* --------------- FAQ section --------------- */
#faq-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}

#faq-section .section-title h2 {
  color: #212529;
  margin-bottom: 15px;
}

#faq-section .section-title h2 .highlight {
  color: #fc4755;
}

#faq-section .accordion-item {
  border: 2px solid #cecece;
  border-radius: 12px;
  margin-bottom: 20px;
  background: #ffffff;
  overflow: hidden;
}

#faq-section .accordion-item:has(.accordion-collapse.show) {
  border-color: #fc4755;
  box-shadow: 0 5px 15px rgba(252, 51, 66, 0.1);
}

#faq-section .accordion-item:focus,
#faq-section .accordion-item:active {
  border-color: #fc4755;
  box-shadow: 0 5px 15px rgba(252, 51, 66, 0.1);
}

#faq-section .accordion-button {
  background: #ffffff;
  color: #212529;
  font-size: clamp(15px, 0.9rem + 0.5vw, 1.25rem);

  padding: 25px 30px;
  border: none;
  box-shadow: none;
  position: relative;
  font-size: clamp(20px, 2.5vw, 26px);
}

#faq-section .accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #212529;
  box-shadow: none;
}

#faq-section .accordion-button:not(.collapsed) .accordion-item {
  border-color: #fc4755;
}

#faq-section .accordion-button:focus {
  border: none;
  box-shadow: none;
}

#faq-section .accordion-button::after {
  content: "";
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FC4755' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

#faq-section .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  background-color: #fc4755;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

#faq-section .accordion-body {
  padding: 0 30px 25px 30px;
  line-height: 1.7;
  color: #555555;
  font-size: clamp(16px, 1.2vw, 20px);
}

#faq-section .accordion-collapse {
  border: none;
}

/* =========================================================================== */
/* =============================== Hiring Page =============================== */
/* =========================================================================== */

/* --------------- hero section --------------- */
#hero-section.hiring-hero-section .plan-steps-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 15px;
}

#hero-section.hiring-hero-section .plan-steps {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #555555;
  background: #ffffff;
  padding: 7px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  max-width: 200px;
}

#hero-section.hiring-hero-section .plan-steps h4 {
  position: relative;
  z-index: 1;
  padding-top: 8px;
  margin: 0;
}

#hero-section.hiring-hero-section .plan-steps img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* --------------- our technology section --------------- */
/* .testimonialSwiper {
  padding-left: 240px;
  padding-right: 240px;
}

.testimonialSwiper .swiper-slide {
  width: 70%;
} */

#our-technology {
  background: #212529;
  color: #ffffff;
  text-align: center;
}

#our-technology .our-technology-container {
  padding: 2.5rem 0;
}

.tab-content > .active {
  display: block;
  max-width: 1250px;
  margin: 0 auto;
}

#our-technology .technolofy-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px;
}

#our-technology .technolofy-filter button .icon:nth-of-type(1) {
  display: inline;
}

#our-technology .technolofy-filter button .icon:nth-of-type(2) {
  display: none;
}

/* #our-technology .technolofy-filter button:hover .icon:nth-of-type(1),
#our-technology .technolofy-filter button:focus .icon:nth-of-type(1),
#our-technology .technolofy-filter button:active .icon:nth-of-type(1),
#our-technology .technolofy-filter button.active .icon:nth-of-type(1) {
  display: none;
} */

#our-technology .technolofy-filter button:hover .icon:nth-of-type(2),
#our-technology .technolofy-filter button:focus .icon:nth-of-type(2),
#our-technology .technolofy-filter button:active .icon:nth-of-type(2),
#our-technology .technolofy-filter button.active .icon:nth-of-type(2) {
  display: inline;
}

#our-technology .tab-content > .active .active-grid,
#our-technology .tab-content .active-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* last row automatically center */
  gap: 10px;
  padding: 2.5rem 0;
}

#our-technology .technology-item {
  flex: 0 0 calc(20% - 10px); /* 5 cards per row */
  max-width: calc(20% - 10px);
  padding: 10px;
}

#our-technology .technology-item img {
  width: 100%;
  max-width: 200px;
  height: 100%;
  object-fit: contain;
  min-height: 100px;
  max-height: 100px;
  /* cursor: pointer; */
}

#our-technology .technology-cards {
  padding: 2.5rem 0;
}

#our-technology .technology-card {
  border: 1px solid #cecece;
  background: #ffffff;
  color: #212529;
  border-radius: 20px;
  padding: 20px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#our-technology .technology-card h4 {
  border-bottom: 1px solid #cecece;
  padding-bottom: 15px;
}

#our-technology .technology-card .technology-mobile-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}

#our-technology .technology-item-mb {
  max-width: 148px;
}

/* #our-technology .technolofy-filter button.active-icon .icon:nth-of-type(1) {
  display: none;
} */

#our-technology .technolofy-filter button.active-icon .icon:nth-of-type(2) {
  display: inline;
}

/* --------------- hire developers section --------------- */
#hire-developers {
  background: #ffffff;
  text-align: center;
}

/* --------------- Hiring Process Section --------------- */
#hiring-process-section {
  background: #212529;
  color: #ffffff;
}

#hiring-process-section .section-header .highlight {
  color: #fc4755;
}

#hiring-process-section .process-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  border: 2px solid transparent;
  height: 100%;
  color: #212529;
}

#hiring-process-section .process-card.hover {
  border-color: #fc4755;
  transform: translateY(-5px);
}

#hiring-process-section .process-card .icon {
  width: 56px;
  height: 56px;
  box-shadow: 0px 0px 5px 0px #00000026;
  padding: 15px;
  box-sizing: content-box;
}

#hiring-process-section .explore-more {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 30px 0px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#hiring-process-section .explore-more a {
  margin-bottom: 15px;
}

#hiring-process-section .explore-more h3 {
  color: #212529;
  font-weight: 500;
  font-size: clamp(28px, 4.5vw, 45px);
}

#hiring-process-section .stat-card {
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
  color: #212529;
  display: grid;
  padding: 86px 30px 15px 35px;
}

#hiring-process-section .stat-card h4 {
  font-weight: 600;
  font-size: clamp(28px, 4.5vw, 45px);

  color: #212529;
  margin-bottom: 10px;
  line-height: 40px;
}

#hiring-process-section .stat-card p {
  font-weight: 400;
  font-size: clamp(20px, 2.5vw, 25px);

  color: #525252;
  margin-bottom: 0;
  line-height: 34px;
}

#hiring-process-section .stat-icon {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 140px;
  height: 130px;
  background: #fc33424d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hiring-process-section .stat-card img {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
}

/* --------------- agile-development-steps-section --------------- */
#agile-development-steps-section {
  background: #f9f9f9;
}

#agile-development-steps-section .agile-steps {
  background: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin: 10px 0px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#agile-development-steps-section .agile-steps p {
  font-weight: 500;
  font-size: 28px;
  color: #181c1f;
}
#agile-development-steps-section .agile-steps:hover,
#agile-development-steps-section .agile-steps:focus,
#agile-development-steps-section .agile-steps:active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* --------------- benefits of rainstream section --------------- */
.custom_hiring_benefits .benefits-content {
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: #000;
  padding: 2.5rem;
  height: 100%;
  text-align: start;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}



#hiring-benefits .benefits-content {
  background: #fc4755;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: #ffffff;
  padding: 2.5rem;
  height: 100%;
  text-align: start;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}





#hiring-benefits .benefits-content h4 {
  font-size: clamp(28px, 4vw, 40px);
}

/* --------------- ecommerce-hiring section --------------- */
#ecommerce-designer-section {
  background: #f9f9f9;
}
#ecommerce-designer-section .card-content h5 {
  font-weight: 400;
  font-size: 35px;
  color: #212529;
}
#ecommerce-designer-section .card-content {
  background: #ffffff;
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}

#ecommerce-designer-section .card-content h5 {
  font-size: clamp(24px, 3.5vw, 35px);
}

#ecommerce-designer-section .card-content p {
  color: #555555;
}

#ecommerce-designer-section .card-content img {
  max-width: 100px;
}

/* --------------- support-team-section --------------- */
#support-section {
  overflow: visible;
}

#support-section h3 {
  font-size: clamp(32px, 5vw, 50px);
}

#support-section .support-team-container {
  background: #fc4755;
  color: #ffffff;
  border-radius: 220px 20px 20px 20px;
  -webkit-border-radius: 220px 20px 20px 20px;
  -moz-border-radius: 220px 20px 20px 20px;
  -ms-border-radius: 220px 20px 20px 20px;
  -o-border-radius: 220px 20px 20px 20px;
}

#support-section .support-team-image-container {
  position: relative;
}

#support-section .support-team-content {
  padding: 30px 0;
  padding-right: calc((100% - 820px) / 2);
}

#support-section .support-team-content p {
  font-size: clamp(18px, 1.5vw, 22px);
}

#support-section .support-team-image {
  position: absolute;
  bottom: 0;
  left: 52%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 100%;
  max-width: 350px;
}

#support-section h3 {
  font-size: clamp(32px, 5vw, 50px);
}

/* --------------- blog section --------------- */
#blog-section {
  background: #f9f9f9;
}

#blog-section .post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 48px 0;
}

#blog-section article.post-item {
  height: 55vh;
}

#blog-section .post-image {
  position: relative;
  max-height: -webkit-fill-available;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

#blog-section .post-image img {
  height: 100%;
  object-position: left;
}

#blog-section .post-content {
  position: absolute;
  color: #ffffff;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  gap: 16px;
  opacity: 0;
}

#blog-section .post-image:hover .post-content,
#blog-section .post-image:focus .post-content,
#blog-section .post-image:active .post-content {
  opacity: 1;
}

#blog-section .post-content a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  outline: none;
  border: none;
  color: #ffffff;
  width: max-content;
}

#blog-section .post-section-content .primary-btn {
  margin: auto;
  justify-content: center;
  display: flex;
}

/* =============================================================================== */
/* =============================== Portfolio Detail Page ========================= */
/* =============================================================================== */

/* --------------- hero-section --------------- */
#hero-section.portfolio-details-hero-section {
  position: static;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#hero-section.portfolio-details-hero-section .sub-heading {
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.5rem;
  color: #212529;
  text-transform: uppercase;
  display: inline-block;
}

#hero-section.portfolio-details-hero-section
  .sub-heading
  span:not(:last-child)::after {
  content: "•";
  margin: 0 0.5rem;
}

#hero-section.portfolio-details-hero-section h1.custom-banner-heading p {
  color: #fc4755;
  font-size: inherit;
  display: inline-block;
}

/* --------------- project-challanges-section --------------- */

#project-challanges-section .project-challange {
  padding: 40px 60px;
}

#project-challanges-section,
#idea-solution-section,
#result-benefits-section,
#project-challanges-section *,
#idea-solution-section *,
#result-benefits-section * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

#project-challanges-section,
#result-benefits-section {
  background: #ffffff;
}

#project-challanges-section .project-challange,
#result-benefits-section .project-challange {
  border: 1px solid #fc4755;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 30px 60px;
}

#project-challanges-section .project-challange .title,
#result-benefits-section .project-challange .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 7px;
}

#project-challanges-section .title h4,
#result-benefits-section .title h4 {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
}

/* --------------- idea-solution-section --------------- */
#idea-solution-section {
  background: #212529;
  color: #ffffff;
}

#idea-solution-section .solution-card {
  border: 1px solid #fc4755;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 30px 60px;
}

#idea-solution-section .solution-card .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 7px;
}

#idea-solution-section .title h4 {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
}

/* --------------- project-overview-section --------------- */
#project-overview-section {
  background: #212529;
  color: #ffffff;
}

#project-overview-section .highlight-content {
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid #fc4755;
  color: #212529;
  height: 100%;
  padding: 20px;
}

#project-overview-section .used-technologies {
  border: 1px solid #fc4755;
  padding: 15px;
  width: max-content;
  max-width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#project-overview-section .used-technology-btns {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}

#project-overview-section .primary-outline-btn {
  padding: 8px 24px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #ffffff;
  color: #fc4755;
}

#project-overview-section .primary-outline-btn:hover,
#project-overview-section .primary-outline-btn:focus,
#project-overview-section .primary-outline-btn:active {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

/* --------------- project-challanges-section --------------- */
#project-challanges-section {
  background: #ffffff;
}

#project-challanges-section .client-content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid #fc4755;
  height: 100%;
  padding: 20px;
  text-align: center;
}

#project-challanges-section .our-help-content {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid #fc4755;
  height: 100%;
  padding: 20px;
  text-align: center;
}

#project-challanges-section .our-help-icon-container {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fc4755;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 10px;
}

#project-challanges-section .our-help-text-container {
  text-align: start;
  height: 100%;
}

/* --------------- free-proposal-section --------------- */
#free-proposal-section {
  background: #f9f9f9;
}

/* --------------- case-study-section --------------- */
#case-study-section.portfolio-details-case-study {
  background: #fff;
}

#case-study-section .primary-btn {
  justify-content: center;
  display: flex;
  margin: auto;
}

/* ============================================================================= */
/* =============================== Services Page =============================== */
/* ============================================================================= */

/* --------------- mobile-app-development sectoion --------------- */
#mobile-app-development {
  background: #f9f9f9;
}

#mobile-app-development .mobile-app-image-wrapper {
  position: relative;
  width: 100%;
  /* max-width: 650px; */
  margin: 0 auto;
}

#mobile-app-development .mobile-app-content h5 {
  text-transform: uppercase;
}

#mobile-app-development .mobile-app-image {
  position: relative;
  width: 750px;
  height: 750px;
  border-radius: 50% 5% 50% 50%;
  -webkit-border-radius: 50% 5% 50% 50%;
  -moz-border-radius: 50% 5% 50% 50%;
  -ms-border-radius: 50% 5% 50% 50%;
  -o-border-radius: 50% 5% 50% 50%;
  overflow: hidden;
  z-index: 2;
  border-left: 12px solid #fc4755;
  border-bottom: 12px solid #fc4755;
  margin-left: auto;
}

#mobile-app-development .mobile-app-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

#mobile-app-development .mobile-app-content {
  box-shadow: 0 10px 70px rgba(0, 0, 0, 0.1);
  padding: 60px 65px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-width: 710px;
  margin-right: auto;
}

#mobile-app-development .mobile-app-content p {
  color: #555555;
  margin-bottom: 25px;
}

/* --------------- our-services-section --------------- */
#our-services-section .service-card {
  padding: 60px;
  border: 1px solid #cecece;
  text-align: center;
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

#our-services-section .service-card:hover,
#our-services-section .service-card:focus,
#our-services-section .service-card:active,
#our-services-section .service-card.active {
  border-color: #fc4755;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  color: #212529;
}

#our-services-section .service-card h4 {
  margin: 0;
  font-size: clamp(24px, 3.5vw, 35px);
}

#our-services-section .service-card p {
  color: #555555;
}

/* --------------- why-trust-section --------------- */
/* #why-trust-section {
  background: #f9f9f9;
  padding-top: 0;
} */

#why-trust-section.service-page {
  background: #f9f9f9;
}

#why-trust-section .trust-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#why-trust-section .trust-content p {
  color: #555555;
}

#why-trust-section .read-more-btn {
  background-color: transparent;
  color: #fc4755;
  padding: 8px 24px;
  border: 2px solid #fc4755;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: clamp(15px, 0.9rem + 0.5vw, 1.25rem);

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}

#why-trust-section .read-more-btn:hover,
#why-trust-section .read-more-btn:focus,
#why-trust-section .read-more-btn:active {
  background: #fc4755;
  color: #ffffff;
}

#why-trust-section .read-more-btn:hover i,
#why-trust-section .read-more-btn:focus i,
#why-trust-section .read-more-btn:active i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

#why-trust-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

#why-trust-section .stat-item {
  position: relative;
  padding: 7px 0px 7px 40px;
  border-left: 1px solid #212529;
}

#why-trust-section .stat-number sup {
  font-size: clamp(20px, 2.8vw, 28px);

  color: #fc4755;
  margin-left: 2px;
}

#why-trust-section .stat-text {
  color: #555555;
}

#why-trust-section .trust-image-wrapper {
  position: relative;
  width: 100%;
  margin-left: auto;
}

#why-trust-section .trust-image-container {
  position: relative;
  height: 500px;
  border-radius: 90px 20px 90px 20px;
  overflow: hidden;
  z-index: 2;
  border: 11px solid #fc4755;
  -webkit-border-radius: 90px 20px 90px 20px;
  -moz-border-radius: 90px 20px 90px 20px;
  -ms-border-radius: 90px 20px 90px 20px;
  -o-border-radius: 90px 20px 90px 20px;
}

#why-trust-section .trust-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#why-trust-section .trust-image-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#why-trust-section .play-button {
  position: absolute;
  bottom: -20px;
  right: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#why-trust-section .play-button:hover,
#why-trust-section .play-button:focus,
#why-trust-section .play-button:active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#why-trust-section .vector-image {
  position: absolute;
  bottom: -40px;
  right: -10px;
}

#why-trust-section .vector-image img {
  max-width: 300px;
}

#why-trust-section .play-button svg {
  width: 60px;
  height: 60px;
}

/* --------------- join-us-section --------------- */

#join-us-section .grow-business-wrapper {
  background: #fc4755;
  color: #ffffff;
  padding: 43px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#join-us-section .grow-business-wrapper.position-relative {
  z-index: 1;
}

#join-us-section .grow-business-wrapper p {
  max-width: 991px;
}

#join-us-section img.join-us-vector-img {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  z-index: 0;
  /* opacity: 0.5; */
}

/* --------------- our approach section --------------- */
#our-approach-section {
  position: relative;
}

#our-approach-section .heading-part.center p {
  margin-top: 25px;
}

#our-approach-section ul {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

#our-approach-section ul li {
  width: 100%;
  float: left;
  list-style: none;
  margin-bottom: 10px;
}

#our-approach-section ul li p {
  margin-bottom: 0;
}

#our-approach-section .excuation-main {
  border: 1px solid #fc4755;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  position: relative;
  min-height: 155px;
}

#our-approach-section .excuation-main p.cunt {
  position: absolute;
  right: 70px;
  top: -25px;
  width: 60px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  height: 60px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #212529;

  font-weight: 400;
  font-size: clamp(18px, 2.5vw, 25px);

  color: #fc4755;
}

#our-approach-section .excuation-main .excuation-text {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  width: -moz-calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: -o-calc(100% - 110px);
  width: calc(100% - 110px);
}

#our-approach-section li:nth-child(odd) .excuation-main {
  width: 50%;
  float: left;
  position: relative;
}

#our-approach-section li:nth-child(2n) .excuation-main {
  width: 50%;
  float: right;
  position: relative;
  padding: 30px;
}

#our-approach-section li:nth-child(odd) .excuation-main:after {
  position: absolute;
  right: -17px;
  bottom: -5px;
  width: 50px;
  transform: rotate(-90deg);
  z-index: -1;
}

#our-approach-section li:nth-child(2n) .excuation-main:after {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 50px;
  transform: rotate(0deg);
  z-index: -1;
}

#our-approach-section li:last-child .excuation-main:after {
  display: none;
}

#our-approach-section .excuation-main .excuation-text h2 {
  margin-bottom: 9px;
}

#our-approach-section .excuation-main .excuation-text p {
  color: #555555;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 20px);
}

#our-approach-section li:nth-child(2n) .excuation-main:after,
#our-approach-section li:nth-child(odd) .excuation-main:after {
  background: url(../../images/icons/Arrow3.svg) 0 0/100% no-repeat;
  height: 50px;
  content: "";
}

#our-approach-section .excuation-main .excuation-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  background: #ffffff;
  color: #fc4755;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  max-width: 121px;
  max-height: 121px;
}

#our-approach-section .excuation-main .excuation-img img {
  width: 100%;
  object-fit: cover;
  max-width: 64px;
}

#our-approach-section li:nth-child(2n) .excuation-main .excuation-text {
  text-align: left;
}

/* --------------- digital-partners-section --------------- */
#digital-partners-section {
  background: #ffffff;
}

#digital-partners-section .digital-partner-card {
  background: #fc4755;
  color: #ffffff;
  height: 100%;
  padding: 60px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#digital-partners-section .digital-partner-card .card-icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

#digital-partners-section .digital-partner-card .card-icon img {
  max-width: 50px;
  max-height: 50px;
}

#digital-partners-section .digital-partner-card h4 {
  margin: 0;
}

#digital-partners-section .digital-partner-card:hover,
#digital-partners-section .digital-partner-card:focus,
#digital-partners-section .digital-partner-card:active {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* ========================================================================= */
/* =============================== Home Page =============================== */
/* ========================================================================= */

/* --------------- video section --------------- */
#home-page-video-section {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0 0 50px 0;
  height: 85vh;
  /* margin: 0; */
}

#home-page-video-section #home-page-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------- services-we-offer --------------- */
#services-we-offer {
  background: #f9f9f9;
}

#services-we-offer,
#services-we-offer * {
  transition: none !important;
}

#services-we-offer .services-cards .card-left h2 img {
  max-width: 60px;
  max-height: 60px;
}

#services-we-offer .services-cards {
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 0px;
}

#services-we-offer .card-wrap {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  /* prevents flicker on scale */
  transition: none !important;
}

#services-we-offer .service-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  padding: 50px 80px;
  position: relative;
  border: 1px solid #fc4755;
  background: #ffffff;
  transform-origin: center center !important;
  will-change: transform, filter;
  overflow: hidden;
  transition: none !important;
}

#services-we-offer .card-left {
  flex: 0 0 48.3333%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: 20px;
}

#services-we-offer .card-right {
  flex: 0 0 51.66%;
}

#services-we-offer .card-right .topics {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#services-we-offer .card-right .topic {
  border: 1px solid #fc4755;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
}

#services-we-offer .card-right .topic:hover,
#services-we-offer .card-right .topic:focus,
#services-we-offer .card-right .topic:active {
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #fc4755;
}

#services-we-offer .card-right .topic .title {
  padding: 20px;
  text-align: center;
  background: #ffffff;
}

#services-we-offer .card-right img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

#services-we-offer img.services-vector {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  z-index: -1;
}

#services-we-offer .spacer {
  height: 62vh;
}

#services-we-offer .dropdown-toggle {
  display: none;
}

#services-we-offer .dropdown-toggle::after {
  display: none;
}

/* --------------- industries-we-serve-section --------------- */
#industries-we-serve-section {
  background: #212529;
  color: #ffffff;
}

#industries-we-serve-section .our-industry-filter {
  padding-top: 30px;
}

#industries-we-serve-section .filter-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  border: none;
}

#industries-we-serve-section .filter-tabs .nav-item {
  margin: 0;
}

#industries-we-serve-section .filter-tabs .nav-link {
  border: none;
  border-radius: 6px;
  font-size: clamp(18px, 1.5vw, 22px);

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

#industries-we-serve-section .filter-tabs button .icon:nth-of-type(1) {
  display: inline;
}

#industries-we-serve-section .filter-tabs button .icon:nth-of-type(2) {
  display: none;
}

/* Hover state */
/* #industries-we-serve-section .filter-tabs button:hover .icon:nth-of-type(1),
#industries-we-serve-section .filter-tabs button:focus .icon:nth-of-type(1) {
  display: none;
} */

#industries-we-serve-section .filter-tabs button:hover .icon:nth-of-type(2),
#industries-we-serve-section .filter-tabs button:focus .icon:nth-of-type(2) {
  display: inline;
}

/* Active state */
#industries-we-serve-section .filter-tabs button.active {
  background: var(--primary-color, #fc4755) !important;
  color: #ffffff !important;
}

/* #industries-we-serve-section .filter-tabs button.active .icon:nth-of-type(1) {
  display: none !important;
} */

#industries-we-serve-section .filter-tabs button.active .icon:nth-of-type(2) {
  display: inline !important;
}

#industries-we-serve-section .filter-content {
  transition: opacity 0.3s ease;
}

#industries-we-serve-section .filter-content .primary-btn:hover,
#industries-we-serve-section .filter-content .primary-btn:focus,
#industries-we-serve-section .filter-content .primary-btn:active {
  background: #ffffff;
  color: #fc4755;
}

#industries-we-serve-section .content-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px;
}

#industries-we-serve-section .content-image {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  overflow: hidden;
  height: 450px;
}

#industries-we-serve-section .content-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#industries-we-serve-section #industryTabs .nav-link svg {
  fill: #fc4755;
  transition: 0.3s ease;
}

#industries-we-serve-section #industryTabs .nav-link:hover svg {
  fill: #fff;
}

#industries-we-serve-section #industryTabs .nav-link.active svg {
  fill: #fff !important;
}

/* Animation for content */
#industries-we-serve-section .tab-pane {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* --------------- why-choose-rainstream --------------- */
#hiring-process-section.why-choose-rainstream {
  background: #ffffff;
  color: #212529;
}

#hiring-process-section.why-choose-rainstream .process-card,
#hiring-process-section.why-choose-rainstream .explore-more,
#hiring-process-section.why-choose-rainstream .stat-card {
  border: 1px solid #cecece;
}

#hiring-process-section.why-choose-rainstream .process-card:hover,
#hiring-process-section.why-choose-rainstream .process-card:focus,
#hiring-process-section.why-choose-rainstream .process-card:active {
  border-color: #fc4755;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

/* --------------- software-development-section --------------- */
/* #software-development-section {
  background: #f9f9f9;
  padding-top: 0;
} */

.software-development-section-row {
  padding-top: 50px;
}

#software-development-section .software-development-process-card {
  background: #ffffff;
  border: 1px solid #cecece;
  padding: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1vh;
}

#software-development-section .software-development-process-card:hover,
#software-development-section .software-development-process-card:focus,
#software-development-section .software-development-process-card:active {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#software-development-section .software-development-process-card h2 {
  color: rgba(212, 218, 224, 1);
  font-size: clamp(28px, 4.5vw, 45px);
}

/* ============================================================================= */
/* =============================== About Us Page =============================== */
/* ============================================================================= */

/* --------------- mobile-app-development-section --------------- */
#mobile-app-development.about-us-hire,
#software-development-section.about-us-software-development {
  background: #f9f9f9;
}

#why-trust-section.about-us-lead,
#join-us-section.about-us-join-us {
  background: #ffffff;
}

/* --------------- our-purpose-section --------------- */
#our-purpose-section {
  background: #f9f9f9;
}

#our-purpose-section .our-purpose-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  padding: 40px 50px;
  border: 1px solid #cecece;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #ffffff;
  height: 100%;
}

#our-purpose-section .our-purpose-card:hover,
#our-purpose-section .our-purpose-card:focus,
#our-purpose-section .our-purpose-card:active {
  border-color: #fc4755;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#our-purpose-section .our-purpose-card h4 {
  font-size: clamp(26px, 3.6vw, 36px);
}

#our-purpose-section .our-purpose-card p {
  color: #555555;
}

#our-purpose-section .our-purpose-card img {
  width: 100%;
  object-fit: cover;
  max-width: 100px;
}

/* ---------- our-core-values section ---------- */
#our-core-values-section {
  padding: 75px 0 50px 0;
}

#our-core-values-section .core-value-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  padding: 40px 50px;
  border: 1px solid #cecece;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #ffffff;
  height: 100%;
}

#our-core-values-section .core-value-card:hover,
#our-core-values-section .core-value-card:focus,
#our-core-values-section .core-value-card:active {
  border-color: #fc4755;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#our-core-values-section .core-value-card h4 {
  font-size: clamp(26px, 3.6vw, 36px);
}

#our-core-values-section .core-value-card p {
  color: #555555;
}

#our-core-values-section .core-value-card img {
  width: 100%;
  object-fit: cover;
  max-width: 100px;
}

/* --------------- Team Section --------------- */
/* #team-section {
  background: #ffffff;
  text-align: center;
}

#team-section .swiper-slide {
  padding: 2.5rem 0;
  position: relative;
}

#team-section .team-card {
  position: relative;
  display: block;
  overflow: hidden;
}

#team-section .team-image {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: linear-gradient(135deg, #fce4ec 0%, #f8bbd9 100%);
  height: 450px;
}

#team-section .team-image:hover,
#team-section .team-image:focus,
#team-section .team-image:active {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#team-section .team-image img {
  display: block;
  width: 100%;
  max-height: 350px;
  object-fit: contain;
  position: absolute;
  bottom: 0;
}

#team-section .team-info {
  padding: 1.5rem 0;
  text-align: center;
}

#team-section .team-info h4 {
  font-size: clamp(15px, 0.9rem + 0.5vw, 1.25rem);

  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 0.5rem;
}

#team-section .team-info span {
  font-size: 0.95rem;
  color: #555555;
}

#team-section .swiper-pagination {
  position: relative;
  margin-top: 0.5rem;
}

#team-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #555555;
  opacity: 0.5;
}

#team-section .swiper-pagination-bullet-active {
  background: #FC4755;
  opacity: 1;
} */

/* =========================================================================== */
/* =============================== Career Page =============================== */
/* =========================================================================== */

/* ---------- hero-section ---------- */
#hero-section.career-page {
  position: static;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* ---------- our services-section ---------- */
#our-services-section.career-page {
  background: #f9f9f9;
}

#our-services-section.career-page .service-card {
  background: #ffffff;
}

/* --------------- current-opening-section --------------- */
#current-opening-section {
  background-color: #ffffff;
}

#current-opening-section .opening-position-wrapper {
  padding-top: 50px;
}

#current-opening-section .job-card {
  border: 1px solid #cecece;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#current-opening-section .job-header {
  display: flex;
  align-items: center;
  padding: 35px;
  cursor: pointer;
  gap: 120px;
}

#current-opening-section .job-icon img {
  max-height: 130px;
  max-width: 130px;
}

#current-opening-section .job-info {
  flex: 1;
}

#current-opening-section .job-info h3 {
  font-weight: 400;
  font-size: clamp(26px, 3.6vw, 36px);

  color: #212529;
}

#current-opening-section .job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#current-opening-section .job-meta p {
  display: flex;
  align-items: center;
  gap: 5px;
}

#current-opening-section .view-more-btn {
  background-color: #ffffff;
  color: #fc4755;
  border: 2px solid #fc4755;
  padding: 8px 24px;
  /* border-radius: 25px; */
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
  /* -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px; */
     font-size: clamp(18px, 2vw, 24px);
}

#current-opening-section .view-more-btn:hover,
#current-opening-section .view-more-btn:focus,
#current-opening-section .view-more-btn:active {
  background-color: #fc4755;
  color: #ffffff;
  font-weight: 600;
  /* font-size: clamp(18px, 2vw, 24px); */
}

#current-opening-section .job-details {
  padding: 0 35px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
  -webkit-transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.3s ease;
  -moz-transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.3s ease;
  -ms-transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.3s ease;
  -o-transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
}

#current-opening-section .job-details.show {
  border-top: 1px solid #cecece;
  max-height: 2000px;
  padding: 35px;
}

#current-opening-section .job-section {
  margin-bottom: 25px;
}

#current-opening-section .job-section h4 {
  color: #fc4755;
  font-weight: 600;
  font-size: clamp(24px, 3.5vw, 35px);
}

#current-opening-section .job-section p {
  display: flex;
  align-items: start;
  gap: 5px;
}

#current-opening-section .job-section p img {
  margin-top: 4px;
}

#current-opening-section .apply-btn {
  background-color: #fc4755;
  color: #ffffff;
  border: 2px solid #fc4755;
  padding: 12px 32px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

#current-opening-section .apply-btn:hover,
#current-opening-section .apply-btn:focus,
#current-opening-section .apply-btn:active {
  background-color: #ffffff;
  color: #fc4755;
  box-shadow: 0 4px 12px rgba(0, 0, 10px, 0.1);
}

/* --------------- life-at-rainstream-section --------------- */
#life-at-rainstream-section {
  background-color: #ffffff;
}

#life-at-rainstream-section h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #212529;
}

#life-at-rainstream-section .primary-text {
  color: #fc4755;
}

#life-at-rainstream-section .image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  max-width: 100%;
}

#life-at-rainstream-section .grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#life-at-rainstream-section .grid-item:hover,
#life-at-rainstream-section .grid-item:focus,
#life-at-rainstream-section .grid-item:active {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

#life-at-rainstream-section .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#life-at-rainstream-section .grid-item-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

#life-at-rainstream-section .grid-item-2 {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

#life-at-rainstream-section .grid-item-3 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

#life-at-rainstream-section .grid-item-4 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

#life-at-rainstream-section .grid-item-5 {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

/* ========================================================== */
/* ==================== Testimonial Page ==================== */
/* ========================================================== */

/* ---------- video-testimonial-slider-section ---------- */
#video-testimonial-slider .video-testimonial-slide {
  background: #212529;
  color: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  min-height: 350px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

#video-testimonial-slider .video-testimonial-content {
  padding: 100px;
}

#video-testimonial-slider .testimonial-text {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

#video-testimonial-slider .testimonial-text .company-logo img {
  max-width: 220px;
  max-height: 60px;
  filter: brightness(0) invert(1);
}

#video-testimonial-slider .testimonial-text .testimonial-quote {
  font-weight: 400;
  font-size: clamp(20px, 2.8vw, 28px);
  line-height: 140%;
  max-height: 170px;
  overflow: auto;
}

#video-testimonial-slider .testimonial-text .client-info strong {
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 20px);

  text-transform: uppercase;
}

#video-testimonial-slider .testimonial-text .client-info p {
  font-weight: 400;
  font-size: 16px;
}

#video-testimonial-slider .video-thumbnail {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  background: #212529;
}

#video-testimonial-slider .video-thumbnail img,
#video-testimonial-slider .video-thumbnail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#video-testimonial-slider .play-btn {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 120px;
  height: 120px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #212529;
  font-size: clamp(20px, 2.2vw, 35px);
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#video-testimonial-slider .play-btn:hover,
#video-testimonial-slider .play-btn:focus,
#video-testimonial-slider .play-btn:active {
  background: #212529;
  color: #212529;
}

#video-testimonial-slider .play-btn i {
  /*margin-left: 4px; */
  background: #fff;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Swiper Pagination */
#video-testimonial-slider .video-testimonial-swiper .swiper-pagination-bullet {
  background: #fc4755;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}

#video-testimonial-slider
  .video-testimonial-swiper
  .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 5px;
}

#testimonial-grid-section {
  background: #f9f9f9;
}

#testimonial-grid-section .testimonials {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

#testimonial-grid-section .testimonials .testimonial-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#testimonial-grid-section .testimonials .testimonial-card {
  background: #ffffff;
  border: 1px solid #fc4755;
  padding: 15px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#testimonial-grid-section .testimonials .company-logo {
  height: 60px;
}

#testimonial-grid-section .testimonials .company-logo img {
  max-width: 220px;
  max-height: 60px;
  object-fit: contain;
  height: 100%;
}

#testimonial-grid-section .testimonials .testimonial-card:hover,
#testimonial-grid-section .testimonials .testimonial-card:focus,
#testimonial-grid-section .testimonials .testimonial-card:active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#testimonial-grid-section .testimonials .client-detail {
  display: flex;
  align-items: center;
  gap: 15px;
}

#testimonial-grid-section .testimonials .client-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

#testimonial-grid-section .testimonials .client-ratings {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ================================================================= */
/* ==================== Life at Rainstream Page ==================== */
/* ================================================================= */

/* ---------- rainstream-event-section ---------- */
#rainstream-event-section .event-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#rainstream-event-section .event-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#rainstream-event-section .event-description .event-date {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Main Image Container */
#rainstream-event-section .main-image-container {
  width: 100%;
  height: 550px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #d3d3d3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#rainstream-event-section .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#rainstream-event-section .main-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.1s ease-out;
  pointer-events: none;
  z-index: 1;
}

#rainstream-event-section .main-image-container.transitioning::after {
  opacity: 1;
}

/* Thumbnail Container Wrapper */
#rainstream-event-section .thumbs-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  max-width: 96%;
  margin: -55px auto 0 auto;
}

/* Thumbnail Slider */
#rainstream-event-section .thumbs-slider {
  width: 100%;
  /* max-width: 550px; */
  height: auto;
  position: relative;
  padding: 12px;
  box-sizing: border-box;
  background: #ffffff;
}

#rainstream-event-section .thumbs-slider .swiper-slide {
  width: 24% !important;
  height: 85px;
  opacity: 0.4;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  margin: 0 10px 0 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#rainstream-event-section .thumbs-slider .swiper-slide-active {
  border: 3px solid #fc4755 !important;
  opacity: 1 !important;
}

#rainstream-event-section .thumbs-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Navigation Buttons */
#rainstream-event-section .thumb-nav-btn {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 200;
  font-size: clamp(20px, 2.8vw, 28px);

  font-weight: bold;
  color: #333;
  pointer-events: auto;
  user-select: none;
  transition: all 0.3s ease;
}

#rainstream-event-section .thumb-prev {
  left: 10px;
}

#rainstream-event-section .thumb-next {
  right: 10px;
}

#rainstream-event-section .thumbs-slider .swiper-wrapper {
  z-index: 1;
}

/* ========================================================= */
/* ==================== Contact with Us ==================== */
/* ========================================================= */

#contact-with-us {
  background-color: #ffffff;
  z-index: 2;
  /* position: relative; */
}

#contact-with-us .sub-heading {
  /* font-family: "Graphik"; */
  font-size: clamp(15px, 0.9rem + 0.5vw, 1.25rem);
  font-weight: 400;
  line-height: 1.375rem;
}

#contact-with-us .main-heading {
  /* font-family: "Graphik"; */
  font-size: clamp(40px, 5vw, 3.75rem);
  font-weight: 400;
  line-height: 4.5rem;
}

#contact-with-us .contact-form input,
#contact-with-us .contact-form select,
#contact-with-us .contact-form textarea {
  border: none;
  border-bottom: 1px solid #212529;
  border-radius: unset !important;
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important;
  -ms-border-radius: unset !important;
  -o-border-radius: unset !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  /* font-size: clamp(15px, 0.9rem + 0.5vw, 1.25rem);
 */
}

#contact-with-us .contact-form input,
#contact-with-us .contact-form select,
#contact-with-us .contact-form textarea {
  outline: none !important;
  box-shadow: none !important;
  color: #212529;
}

#contact-with-us .contact-form input::placeholder,
#contact-with-us .contact-form textarea::placeholder {
  color: #212529;
}

.contact-submit-btn {
  background-color: #fc4755;
  border: none;
  padding: 20px 20px;
  color: #ffffff;
  /* font-family: "Graphik"; */
  font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem);
  font-weight: 600;
  width: 100%;
  line-height: 1.625;
  cursor: pointer;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

#contact-with-us .contact-form .row div > p .contact-submit-btn {
  background-color: #fc4755;
  border: 1px solid #fc4755;
  padding: 10px 20px;
  color: #fc4755 !important;
  /* font-family: "Graphik"; */
  font-size: 1.3rem;
  font-weight: 600;
  width: 100%;
  line-height: 1.625;
  cursor: pointer;
  border-radius: 50px !important;
  transition: color 0.4s ease;
  -webkit-transition: 1s, background-position 0s;
  -moz-transition: 0.4s, background-position 0s;
  -ms-transition: 0.4s, background-position 0s;
  -o-transition: 0.4s, background-position 0s;
  background: linear-gradient(#fc4755 0 0) calc(100% - var(--p, 0%)) /
    var(--p, 0%) no-repeat;
  transition: 0.8s, background-position 0s;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}

#contact-with-us .contact-form .row div > p .contact-submit-btn:hover {
  border: 1px solid #fc4755 !important;
  background-color: transparent;
  color: #ffffff !important;
  --p: 100%;
}

/* Vishal Bhai */

/* icon change on hover */

/* Default = #FC4755 */
#industries-we-serve-section .filter-tabs button .icon {
  filter: invert(28%) sepia(96%) saturate(4222%) hue-rotate(345deg)
    brightness(101%) contrast(98%);
}

/* Hover = #fff */
#industries-we-serve-section .filter-tabs button:hover .icon {
  filter: brightness(0) invert(1);
}

/* Active class = #fff */
#industries-we-serve-section .filter-tabs button.active .icon {
  filter: brightness(0) invert(1);
}

/* Default = #FC4755 */
#our-technology .icon {
  filter: invert(28%) sepia(96%) saturate(4222%) hue-rotate(345deg)
    brightness(101%) contrast(98%);
}

/* Hover = #fff */
#our-technology button:hover .icon {
  filter: brightness(0) invert(1);
}

/* Active class = #fff */
#our-technology button.active .icon {
  filter: brightness(0) invert(1);
}

/* online platform cards */

.google-rating-card {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 16px 37px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #21252933;
  justify-content: center;
  width: 100%;
}

.google-rating-card .rating-row {
  background-color: #e6e9ee;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 3px;
  margin-bottom: 10px;
}

.google-rating-card .icon-text {
  display: flex;
  gap: 8px;
  align-items: center;
}

.google-rating-card .rating-number {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

.google-rating-card .rating-count {
  color: #666666;
  font-size: 15px;
  font-weight: 600;
  padding: 0 5px;
}

.google-rating-card .rating-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  color: #4d4d4d;
}

.google-rating-card .star-icon {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 100px 0px 0px 100px;
  padding: 2px 8px;
  gap: 5px;
}

/* mcp-pages tabel css strar */

#our-approach-section.mcp-page-section {
  background: #f9f9f9;
  position: static;
}

#financial-software-cta.mcp-page-section {
  background: #ffffff;
}

.comparison-table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: separate;
  /* FIX for border-radius */
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #fc4755;
  overflow: hidden;
  /* FIX */
  padding: 0;
}

.comparison-table thead tr {
  background-color: #fc4755;
  color: #ffffff;
}

.comparison-table thead th:first-child {
  border-top-left-radius: 10px;
}

.comparison-table thead th:last-child {
  border-top-right-radius: 10px;
}

.comparison-table th {
  padding: 20px 15px;
  font-size: clamp(16px, 1.2vw, 20px);

  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.comparison-table td {
  padding: 20px 0px;
  /* vertical-align: top; */
  width: 33.33%;
}
.comparison-table .Feature .cell-padding.center{
  font-weight: bold;
}
.comparison-table tbody tr {
  border-bottom: 1px solid #fc4755;
}

.comparison-table tbody tr:last-child {
  border-bottom: none;
}

/* Cell Content */
.cell-padding {
  padding: 10px 40px !important;
  font-size: clamp(16px, 1.2vw, 20px);

  color: #181c1f;
}

.center {
  text-align: center;
}

.border-left {
  border-left: 1px solid #e6e6e6;
}

/* Fixed Row Border */
.comparison-table tbody td {
  border-bottom: 1px solid #fc4755;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.comparison-table .Feature .cell-padding.center {
  font-weight: bold;
}
/* ================================================================= */
/* ===================== MOBILE + TABLET RESPONSIVE ================= */
/* ================================================================= */

@media (max-width: 992px) {
  .comparison-table {
    border: none;
    border-radius: 0;
    background: transparent;
  }

  .comparison-table thead {
    display: none;
  }

  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table td {
    display: block;
    width: 100%;
  }

  .comparison-table tr {
    background: #ffffff;
    margin-bottom: 25px;
    border: 1px solid #fc4755;
    border-radius: 12px;
    padding: 15px 0;
    box-shadow: 0px 4px 10px rgba(252, 71, 85, 0.08);
  }

  .comparison-table td {
    text-align: left;
    padding: 15px 20px 15px 130px;
    position: relative;
    border: none !important;
    min-height: 70px;
  }

  .comparison-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 16px;
    color: #fc4755;
    width: 100px;
    line-height: 20px;
  }

  .cell-padding {
    padding: 0 !important;
    font-size: 18px;
  }

  .border-left {
    border-left: none !important;
  }
}

/* ================= SMALL MOBILE (<= 480px) ================= */

@media (max-width: 480px) {
  .comparison-table tr {
    padding: 12px 0;
    margin-bottom: 20px;
  }

  .comparison-table td {
    padding: 12px 15px 12px 115px;
  }

  .comparison-table td::before {
    font-size: 14px;
    left: 15px;
    width: 90px;
  }

  .cell-padding {
    font-size: 16px;
  }
}

/* service-description strat */

.service-description-section-box {
  background-color: #f7f7f7;
}

.service-description-section-box h5 {
  font-style: Medium;
  font-size: clamp(20px, 2.8vw, 28px);

  color: #212529;
}

.service-description-section-box .Understand-box .feature-box {
  box-shadow: 0px 0px 70px 0px #2125290d;
  border-radius: 20px;
  background-color: #fff;
  padding: 29px 25px 29px 25px;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.service-description-section-box
  .Understand-box
  .feature-box
  .feature-box-content
  h3 {
  font-weight: 500;
  font-size: clamp(20px, 2.8vw, 28px);

  color: #181c1f;
  margin-bottom: 0;
}

/* service-description end */

/* core-features start*/
.core-features-row {
  padding-top: 80px;
}

.core-features .global-box {
  box-shadow: 0px 0px 10px 0px #21252926;
  border-radius: 30px;
  padding: 60px;
  margin-bottom: 25px;
}

.core-features .global-box .global-icon {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}

.core-features .global-box .global-icon h4 {
  font-weight: 400;
  font-size: clamp(28px, 4vw, 40px);

  margin-bottom: 0;
  color: #212529;
}

.core-features .global-box p {
  color: #525252;
}

/* .reduce start */
.reduce {
  background-color: #f7f7f7;
}

.reduce-row {
  padding-top: 60px #ffffff;
}

.reduce .reduce-box {
  box-shadow: 0px 0px 4px 0px #21252940;
  padding: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  margin-bottom: 25px;
}

.reduce .reduce-box .reduce-img {
  margin-bottom: 25px;
}

.reduce .reduce-box .reduce-text h3 {
  font-weight: 400;
  font-size: clamp(24px, 3.5vw, 35px);

  color: #212529;
}

.reduce .reduce-box .reduce-text p {
  font-weight: 400;
  font-size: clamp(18px, 1.5vw, 22px);

  color: #525252;
}

/* mcp-section strat */
.mcp-section {
  background: #ffffff;
}

.swiper-wrapper {
  max-height: -webkit-fill-available !important;
}
