@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Lato", sans-serif;
  color: #000;
  overflow-x: hidden;
}

a {
  font-family: "Lato", sans-serif;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  display: flex;
  font-size: 0;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid #c32d2f;
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em #0000001a;
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: opacity 0.15s ease, border 0.3s ease-in-out;
  line-height: 1;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: "\f104";
  font-size: 20px;
  color: #c32d2f;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "\f105";
  font-size: 20px;
  color: #c32d2f;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
}
.slick-slide {
  padding: 0 15px;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 30px;
  height: 5px;
  line-height: 0;
  border: none;
  background-color: #c32d2f50;
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots li.slick-active button {
  background-color: #c32d2f;
}

ul.slick-dots {
  display: flex !important;
  gap: 15px;
  justify-content: center;
}

.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.bg_grey {
  background-color: #f5f5f5 !important;
}
.logo_bx img {
  max-width: 100%;
}
.right_btn {
  display: flex;
  align-items: center;
  gap: 0px;
}
.bottom_head {
  display: flex;
  justify-content: space-between;
}
.logo_bx {
  max-width: 175px;
}
.logo_bx a.logo {
  display: inline-block;
  margin: 0;
}
.common_btn {
  background-color: transparent;
  padding: 12px 35px;
  display: inline-flex;
  text-decoration: none;
  border: 1px solid #000;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  transition: all ease 0.5s;
  /* border-radius: 100px; */
  text-transform: initial;
  align-items: center;
  gap: 5px;
  font-family: "Roboto Condensed", sans-serif;
}
.common_btn.red_bg {
  background-color: #c32d2f;
  border-color: #c32d2f;
  color: #fff;
}
.common_btn.red_bg:hover {
  background-color: #000;
}
.common_btn.dark_btn:hover {
  background-color: #c32d2f;
  border-color: #c32d2f;
}
.common_btn:hover {
  background-color: #000;
  color: #fff;
}
.common_btn.white_btn {
  border-color: #fff;
  color: #fff;
}
header#header {
  position: relative;
  z-index: 99;
  padding: 28px 0;
  background-color: #fff;
}
.navbar-nav ul#menu-main-menu {
  display: flex;
  gap: 40px;
}
.navbar-nav ul#menu-main-menu li.menu-item a {
  transition: all ease 0.5s;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
}
.number_ham {
  display: flex;
  align-items: center;
  gap: 30px;
}
.right_btn nav#navbar {
  padding: 0 30px 0 0;
  border-right: 1px solid #fff;
}
a.common_btn span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
}
.banner_img img {
  width: 100%;
}
.banner_img {
  padding: 70px 0 0 0;
}
.banner_img img {
  width: 100%;
}
.banner_img img {
  width: 100%;
}
.banner_img {
  padding: 70px 0 0 0;
}
.banner_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  max-width: 543px;
  width: 100%;
}
section.banner_main {
  background-color: #f5f5f5;
}
.banner_content h5 {
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #c32d2f;
  margin: 0;
  text-transform: uppercase;
}
.banner_content h1,
.banner_content h2 {
  font-style: normal;
  font-size: 49px;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
.banner_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0 0 20px 0;
}
a.common_btn.dark_btn {
  background-color: #000;
  color: #fff;
}
.section-title h1,
.section-title h2 {
  font-style: normal;
  font-size: 36px;
  color: #000000;
  margin: 0;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.section-title h1::after,
.section-title h2::after {
  content: "";
  background: #c32d2f;
  width: 50px;
  height: 4px;
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
}
.section-title.text-center h2:after {
  margin-inline: auto;
  right: 0;
}
.section-title.text-white h2 {
  color: #fff;
}
.section-title.text-white h2:after {
  background-color: #fff;
}
.section-head {
  text-align: center;
  margin: 0 0 40px 0;
}
section {
  padding: 100px 0px;
}
section.banner_main {
  padding: 0;
}

/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/
.testimonials-new {
  position: relative;
  background: #fff;
}
.testimonials-new .section-title p {
  margin-top: 15px;
  max-width: 350px;
}
.testimonials-new .testimonials-item {
  position: relative;
  z-index: 1;
}

.testimonials-new .testimonials-item .testimonials-item-wrap {
  z-index: 1;
  position: relative;
  display: block;
  border-radius: 25px;
}
.testimonials-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.testimonials-new .btn_bx {
  text-align: center;
  margin-top: 50px;
}
.testimonials-new .slick-list.draggable {
  padding: 0;
}
.testimonials-new .section-title {
  margin-bottom: 30px;
}
.testimonials-new .slick-arrow.slick-prev {
  left: 0;
}
.testimonials-new .slick-arrow.slick-next {
  right: 0;
}
.goggle-img {
  background: #f0f5ff;
  border-radius: 0;
  padding: 5px;
  width: 36px;
  height: 36px;
  display: none;
}

.testimonials-auther-content h3 {
  font-size: 18px;
  margin-bottom: 0;
  color: #c32d2f;
  text-align: center;
}

.testimonials-new .pbmit-featured-wrapper {
  width: 80px;
}

.testimonials-new .pbmit-featured-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonials-new .testimonials-auther-content {
  margin-left: 0;
  text-align: center;
}
.testimonials-new .testimonials-auther-content p {
  margin-top: 5px;
  margin-bottom: 0;
}
.testimonials-new .slick-initialized .slick-slide {
  padding: 0 15px;
}

.testimonials-new .testimonials-item-desc p {
  font-size: 16px;
  margin: 15px 0;
  border: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-inline: auto;
  text-align: center;
}
.testimonials-slider {
  padding: 0 50px;
  max-width: 850px;
  margin-inline: auto;
}
.testimonials-slider-new .slick-track {
  padding-top: 15px;
}
.testimonials-new .testimonials-star-ratings {
  color: #ffcc00;
}

.service_box {
  padding: 20px;
  background: #ffffff;
  border: 1px solid hsl(0deg 0% 0% / 20%);
  border-radius: 15px;
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  transition: all ease 0.5s;
  overflow: hidden;
}
.service_content img {
  width: 48px;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.service_content h3 {
  margin: 0;
  padding: 20px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  border-bottom: 1px solid hsl(0deg 0% 0% / 20%);
  transition: all 0.5s;
}
.service_content p {
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: all 0.3s ease-in-out;
}
.service_box a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  color: #c32d2f;
  text-decoration: none;
  transition: all 0.5s;
}

.service_box:hover .service_content img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%)
    hue-rotate(204deg) brightness(108%) contrast(101%);
  transform: scaleX(-1);
}
.service_box:hover h3,
.service_box:hover a,
.service_box:hover p {
  color: #fff;
}
section.our_services .row {
  row-gap: 25px;
}
.view_all_btn {
  text-align: center;
  margin: 40px 0 0 0;
}
.about-us {
  z-index: 0;
  background-color: #c32d2f;
  position: sticky;
  top: 0;
}
.about_video {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: auto;
}

.about_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_imge {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 50%;
  height: 100%;
  background-image: url(https://softsystemsolution.in/wp-content/uploads/2025/11/2150377131-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 100%;
  background-position: center;
}
.about_imge img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: none;
}
.about_content .section-head {
  text-align: left;
}
.about_content {
  padding-right: 50px;
}
.about_imge img {
  width: 100%;
}
.about_content p {
  margin: 0 0 20px 0;
  color: #fff;
}
.section-title h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #c32d2f;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.expertise-slider {
  padding: 0 5rem;
}
.expertise_box {
  width: 100%;
  transition: all ease 0.5s;
  position: relative;
}
.expertise-slider .slick-slide {
  padding: 0 10px;
}
.expertise_box img {
  width: 64px;
  margin: 0;
}
.expertise_box h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0;
}
section.industry_expertise .row {
  row-gap: 25px;
}
.industry_expertise .view_all_btn {
  text-align: left;
}
.industry_expertise .section-head {
  padding: 30px;
  margin: 0;
}
.expertise-img img {
  filter: grayscale(100%);
  height: 438px;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s;
}

.expertise-cn a {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  padding: 0px;
  text-transform: none;
  color: #000000;
  display: block;
  line-height: 1.4;
}
.expertise_box:hover .expertise-img img {
  filter: none;
}
.industry_expertise .section-head {
  text-align: left;
}
.industry_expertise ul.slick-dots {
  margin-top: 30px;
}
.slider_testimonial {
  max-width: 559px;
  margin: 0 auto;
  text-align: center;
}
.testi_slide_in {
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.review_footer h4 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #000000;
}
.review_body p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #000000;
}
.review_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.footer_logo img {
  max-width: 216px;
  margin: 0 0 26px 0;
}
.social_media {
  margin: 26px 0 0 0;
}
.social_media h6 {
  margin: 0 0 16px 0;
  font-size: 22px;
  color: #c32d2f;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.social_media h6:after {
  content: "";
  background: #c32d2f;
  width: 40px;
  height: 4px;
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
}
footer ul.social_icon {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
footer ul.social_icon li a {
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  transition: all 0.5s;
  color: #000;
}
footer ul.social_icon li a:hover {
  background: #c32d2f;
  color: #fff;
  border-color: #c32d2f;
}
footer h4 {
  font-size: 22px;
  color: #c32d2f;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
footer h4:after {
  content: "";
  background: #c32d2f;
  width: 40px;
  height: 4px;
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
}
ul.footer_links {
  flex-direction: column;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
}
footer ul.footer_links li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-decoration: none;
}
.contact_info_head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(100% - 16px);
  padding: 0 0 0 10px;
}
.contact_info {
  flex-direction: column;
  display: flex;
  gap: 30px;
}
.contact_inner {
  display: flex;
  align-items: flex-start;
}
.contact_inner .icon {
  width: 16px;
}
.contact_inner .icon i {
  color: #c32d2f;
}
.contact_info_head .country_name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #c32d2f;
}
.contact_info_head a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-decoration: none;
}
.copyright {
  background-color: #c32d2f;
  position: relative;
}
.copy_in p {
  text-transform: capitalize;
  color: #ffffff;
}
.copy_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0;
}
.copy_in a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.how_work {
  background: #f5f5f5;
  position: relative;
  z-index: 1;
}
.how_work_img img {
  width: 100%;
  border-radius: 0;
  height: 100%;
  object-fit: cover;
}
section.how_work .section-head {
  max-width: 664px;
  margin: 0 auto 40px;
}
.section-head p {
  margin-top: 20px;
  max-width: 550px;
  margin-inline: auto;
}
.step_data .accordion-item .accordion-header button.accordion-button {
  background-color: transparent;
  border: 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
}
.step_data .accordion-item .accordion-header button.accordion-button::after {
  display: none;
}
.step_data .accordion-item .accordion-body {
  padding: 0;
  border: 0;
}
.step_data .accordion-item .accordion-header button.accordion-button span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #c32d2f;
  margin: 0;
  text-transform: uppercase;
}
.step_data .accordion-item .accordion-header button.accordion-button {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: #000000;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.step_data .accordion-item .accordion-collapse {
  border: 0;
}
.step_data .accordion-item {
  border: 0;
  padding: 0 0 0 60px;
  position: relative;
  background: transparent;
}
.step_data {
  height: 100%;
  display: flex;
  align-items: center;
}
.step_data div#howWorkAccord {
  position: relative;
  flex-direction: column;
  display: flex;
  gap: 40px;
}
.step_data div#howWorkAccord::after {
  width: 8px;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  background-color: hsl(359.2deg 62.5% 47.06% / 20%);
  top: 0;
  border-radius: 100px;
}
.how_work_img {
  padding: 0 60px 0 0px;
  height: 100%;
}
.step_data .accordion-item::after {
  width: 8px;
  height: 0%;
  content: "";
  position: absolute;
  left: 0;
  background-color: transparent;
  bottom: 0;
  border-radius: 100px;
  z-index: 9;
  transition: all ease 0.5s;
}
.step_data .accordion-item:has(.show)::after {
  height: 100%;
  background-color: #c32d2f;
}
.nav-icon a.side_bar_btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  border: 1px solid #000;
}
.burger-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.burger-icon span {
  width: 18px;
  height: 2px;
  display: inline-block;
  background-color: #000;
}
.slider_arrow {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
}
.slider_arrow button.slick-arrow {
  position: initial;
  width: 30px;
  height: 30px;
  background-color: #c32d2f;
  border: 1px solid #c32d2f;
}
.slider_testi-main {
  position: relative;
}
.slider_arrow button.slick-arrow::before {
  display: none;
}
.slider_arrow button.slick-arrow svg {
  width: 8px;
}
.slider_arrow button.slick-arrow.slick-disabled {
  background-color: transparent;
  opacity: 0.5;
}
.slider_arrow button.slick-arrow.slick-disabled svg path {
  fill: #c32d2f;
}
.slider_arrow button.slick-arrow svg path {
  fill: #fff;
}
.service_box:hover {
  cursor: pointer;
  box-shadow: 0 0 22px 0px rgb(204 204 204 / 34%);
}
.service_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #c32d2f; /* hover color */
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s ease-in-out;
  z-index: 0;
  border-radius: 15px;
}
.service_box:hover::before {
  transform: scaleY(1);
}

.service_content,
.read_mpre {
  position: relative;
  z-index: 1;
  width: 100%;
}

.expertise_box:hover {
  cursor: pointer;
}
.navbar-nav ul#menu-main-menu li.menu-item a:hover {
  color: #c32d2f;
}

.portfolio-main ul.slick-dots {
  margin-top: 25px;
}

.portfolio-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-title.text-white h3 {
  color: #fff;
}
.portfolio-section .section-head {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 70% 30%;
  text-align: left;
}
.portfolio-section .section-title-cn {
  text-align: right;
}
.portfolio-section .section-title-cn .view_all_btn {
  margin: 0;
  text-align: right;
}
.portfolio-section .section-title-cn p {
  color: #fff;
}
.portfolio-box {
  position: relative;
}
.portfolio-img img {
  border-radius: 0;
  width: 100%;
  height: 475px;
  object-fit: cover;
}
.portfolio-cn {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  padding: 10px 24px 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: -90px;
  opacity: 0;
  visibility: hidden;
}
.portfolio-cn p {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #c32d2f;
  margin-bottom: 5px;
}
.portfolio-cn h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}
.portfolio-cn .arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: none;
  background: #c32d2f;
  color: #fff;
  position: absolute;
  right: 0;
  top: -33px;
}
.portfolio-cn .arrow i {
  rotate: 318deg;
}
.portfolio-box {
  position: relative;
}

.slick-slide.slick-current.slick-active .portfolio-cn,
.portfolio-box:hover .portfolio-cn {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}

.portfolio-main .slick-list {
  margin-right: -416px;
}
.portfolio-main button {
  background: #000000;
}

@media (max-width: 1366px) {
  .expertise-img img {
    height: 280px;
  }
  .page-id-13 .inner-banner .container {
    width: 100%;
    max-width: 95%;
  }
  .mega-block::before {
    content: "";
    left: 56%;
  }
}

.portfolio-box-2 {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 25px;
}
.portfolio-top-title {
  position: absolute;
  top: 15px;
  background: #c32d2f;
  right: 15px;
  padding: 9px;
  /* border-radius: 100px; */
}
.portfolio-top-title p {
  margin: 0;
  color: #fff;
}
.portfolio-img-2 {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

section {
  position: relative;
  z-index: 1;
}
.portfolio-section-new {
  background: #fff;
  position: relative;
  z-index: 1;
}
.portfolio-section-new .section-head {
  text-align: left;
  margin: 0 0 40px 0;
}
.portfolio-section-new .slick-arrow {
  top: -100px;
}
.portfolio-section-new .slick-arrow.slick-prev {
  right: 12%;
  left: auto;
}
.portfolio-section-new .slick-arrow.slick-next {
  right: 6%;
}
.portfolio-img-2 {
  display: block;
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
  border-radius: 1px;
  margin: 0 auto;
}
.portfolio-img-2 img {
  top: 0;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: top 11s;
  -moz-transition: top 11s;
  -ms-transition: top 11s;
  -o-transition: top 11s;
  transition: bottom 11s;
}

.portfolio-box-2:hover .portfolio-img-2 img {
  top: -98%;
  -webkit-transition: all 11s;
  -moz-transition: all 11s;
  -ms-transition: all 11s;
  -o-transition: all 11s;
  transition: all 11s;
}
.portfolio-box-2:after {
  content: "";
  position: absolute;
  background: #000000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  top: auto;
  width: 100%;
  height: 40%;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
}
.portfolio-cn-overlay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  z-index: 1;
  transform: translate(0px, 1000%);
  transition: all 0.5s;
}

.portfolio-cn-overlay .arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: none;
  background: #c32d2f;
  color: #fff;
}
.portfolio-cn-overlay h3 {
  color: #fff;
  font-size: 23px;
  margin: 0;
}

.portfolio-box-2:hover:after {
  opacity: 1;
}
.portfolio-box-2:hover .portfolio-cn-overlay {
  transform: translate(0px, 0%);
}

.portfolio-box-2:hover {
  transform: scale(0.9);
}
.icon-bx-wraper {
  border: 0px;
  position: relative;
  padding: 18px;
  transition: all 0.2s;
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  background: #ffffff;
  height: 100%;
}
.icon-bx-wraper .icon-bx {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #322f2a;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  flex: 0 0 60px;
  background: #c32d2f;
}
.icon-bx-wraper h5 {
  margin-top: 0;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 22px;
  margin-bottom: 5px;
}
.icon-bx-wraper p {
  color: #000 !important;
  margin: 0;
}
.icon-bx-wraper .icon-content a {
  margin: 0px;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  line-height: 0px;
}
section.inner-banner.overlay-dark {
  background-color: #c32d2f;
}
.icon-bx-wraper .icon-bx i {
  font-size: 26px;
  color: #ffffff;
}
section.inner-banner.overlay-dark h1 {
  margin: 0 0 30px 0;
}
.cater_form form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
}
.cater_form .input_field {
  width: calc(50% - 10px);
}
.cater_form .input_field input,
.cater_form .textarea_field textarea,
.cater_form .input_field select {
  width: 100%;
  width: 100%;
  border-radius: 0px;
  padding: 11px;
  border: 1px solid #9b9b9b8a;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  background-color: transparent;
}
.cater_form .textarea_field {
  width: 100%;
}
.menu-btn button {
  background-color: #de3d12;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  transition: 0.4s;
  font-weight: 500;
  padding: 10px 22px;
  display: inline-block;
  border: 1px solid #de3d12;
}
.contact-form-section {
  position: relative;
  background-attachment: fixed;
  background-image: url(https://softsystemsolution.in/wp-content/uploads/2025/11/contct_bg-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cater_form {
  padding: 50px 30px;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 0 8px #857b7b42;
}
.limit_box {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.limit_box i,
.limit_box i span {
  color: #000;
}
section.inner-banner.overlay-dark h1 {
  margin: 0 0 30px 0;
  color: #fff;
}

/* .expertise-slider .slick-slide.active-slide .expertise_box {
  background: red;
} */

.active-slide .expertise_box img {
  filter: grayscale(0%) !important;
}

.about-wrapper {
  background: #f5f5f5;
}

.about-wrapper .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.about-wrapper .section-title h1 {
  position: relative;
}
/* .about-wrapper .section-title h1::before {
  height: 2px;
  background-color: red;
  position: absolute;
  content: "";
  width: 100%;
} */

.about-wrapper .section-title {
  margin-bottom: 25px;
}
.about-text .inner-text p {
  margin: 15px 0px;
}

.about-grid .about-image {
  height: 100%;
  margin-left: 20px;
}

.about-grid .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-cta.bg-black .text-bx p {
  color: #fff;
}
.section-cta .section-title h2 {
  padding-bottom: 0px;
}
.section-cta .section-title h2:after {
  display: none;
}

.section-cta p {
  margin: 12px 0px;
}

.parallax-section .text-bx {
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  display: block;
  outline: 2px solid #c32d2f;
  outline-offset: -10px;
}

.parallax-section .text-bx h2 {
  padding-bottom: 5px;
}
.parallax-section .text-bx h2::after {
  display: none;
}

.parallax-section .text-bx p {
  margin: 12px 0px;
}
.parallax-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.about-wrapper2 .section-title h2 {
  padding-bottom: 5px;
}

.about-wrapper2 .section-title h2::after {
  display: none;
}
.about-wrapper2 .section-head p {
  margin-top: 5px;
}

.services-list {
  margin: 0px;
  padding: 0px;
}
.services-list li {
  padding-left: 25px;
  margin: 10px 0px;
  font-weight: 600;
  position: relative;
}
.services-list li::before {
  height: 11px;
  width: 11px;
  background-color: #c32d2f;
  position: absolute;
  content: "";
  border-radius: 100px;
  outline: 2px solid #c32d2f;
  outline-offset: 2px;
  left: 4px;
  top: 8px;
}

.about-wrapper2 .inner-text p {
  font-size: 21px;
  background: #c32d2f;
  margin-bottom: 12px !important;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
}

.our_services2 .section-head p {
  margin-top: 20px;
  max-width: 600px;
  margin-inline: auto;
}
.service_box  span {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 87;
}
.service_box:hover span{
  color: #fff;
}

.our_services2 .service_content p {
  display: -webkit-box;
  -webkit-line-clamp: initial;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.our_services2 .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: calc(100% - 2%);
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
.our_services2 .section-title h2:after {
  display: none;
}

.our_services2 .section-title h2 {
  padding-bottom: 0px;
}
.our_services2 .section-head p {
  margin-top: 10px;
}

.our_services2 {
  background-color: #f5f5f5;
}

.our_services2 .service_box {
  height: 370px;
}
.our_services2 .service_box:hover li {
  color: #fff;
}

.our_services2 .service_box:hover li::before {
  background-color: #fff;
  outline: 2px solid #fff;
}
.our_services_2 .row {
  justify-content: center;
}
.our_services_2 .services-bx {
  width: 33%;
}
.our_services_2 p {
  -webkit-line-clamp: initial;
}

.campaigns-section .section-title h2::after {
  display: none;
}

.campaigns-section .campaigns-grid {
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 592px;
  margin-left: auto;
}

.campaigns-grid .campaigns-bx:last-child {
  margin-top: 5px;
}
.campaigns-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.automation-section .automation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  justify-content: center;
  position: relative;
}

.automation-section .automation-grid .section-title h2::after {
  display: none;
}

.automation-section .automation-grid .section-title h2 {
  padding-bottom: 10px;
}

.automation-section .automation-grid::before {
  height: 100%;
  width: 1px;
  background-color: #c32d2f4d;
  position: absolute;
  content: "";
  left: 50%;
  /* transform: translateX(-42px); */
}

.performance-section {
  background: transparent;
}

.performance-section .section-title h2::after {
  display: none;
}

.performance-section .section-title h2 {
  padding-bottom: 10px;
}

.performance-grid span {
  background: #fff;
  padding: 12px;
  text-transform: capitalize;
  font-size: 16px;
  border-left: 2px solid #c32d2f;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.performance-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 18px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  max-width: 921px;
  margin-inline: auto;
}
.page-id-150 .our_services2 .service_box {
  height: auto;
}
.automation-section {
  background-color: #f5f5f5;
}

.page-id-234 .campaigns-grid .campaigns-bx:last-child {
  margin-top: 0px;
}

.inner-text2 span {
  margin: 12px 0px;
  display: block;
}
.page-id-301 .our_services2 .service_box {
  /* height: 395px; */
}

.our_services2 .services-bx {
  height: 100%;
}
.our_services2 .service_box {
  height: 100%;
}

.page-id-343 .our_services2 .services-bx {
  height: 100%;
  width: 50%;
}
.page-id-343 .our_services2 .row {
  display: flex;
  justify-content: center;
}

/* ------------------------------
   HEADER BASE STYLES
--------------------------------*/
.header-wrapper {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header-waper {
  position: relative;
  z-index: 99;
  background-color: #fff;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}

/* ------------------------------
   LOGO
--------------------------------*/
.logo-block img {
  max-height: 80px;
  width: auto;
}

/* ------------------------------
   NAVIGATION MENU
--------------------------------*/
.menu-block {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: end;
  gap: 20px;
}

.nav-waper .menu-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 0;
  padding: 0;
}

.menu-item {
  position: relative;
  padding: 35px 0px;
}

.menu-item a {
  transition: all ease 0.5s;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
}
.mega-block a {
  position: relative;
}
.mega-block a::before {
  height: 11px;
  width: 11px;
  position: absolute;
  content: "";
  background-color: #c32d2f;
  left: 0;
  top: 14px;
  border-radius: 100px;
  outline: 2px solid #c32d2f;
  outline-offset: 2px;
}
.menu-item a:hover {
  color: #c32d2f;
}

/* ------------------------------
   MEGA MENU (FULL WIDTH)
--------------------------------*/
.has-mega-block {
  position: static; /* ✅ So the mega menu can go full width */
}

.mega-block {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%; /* ✅ Full width */
  background: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #c32d2f;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  padding: 35px 0;
  z-index: 999;
}
.mega-block::before {
  height: 22px;
  width: 22px;
  background-color: #c32d2f;
  position: absolute;
  content: "";
  left: 59%;
  transform: translate(-50%, -50%);
  top: -2px;
  clip-path: polygon(50% 0, 0 59%, 100% 57%);
}

.has-mega-block:hover .mega-block {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-inner {
  max-width: calc(100% - 5%);
  margin: 0 auto;
  display: grid;
  gap: 40px;
  padding: 0 0px;
}

.mega-column {
  min-width: 200px;
}

.mega-title {
  font-size: 17px;
  color: #c32d2f;
  font-weight: 700;
  margin-bottom: 12px;
  border-bottom: 2px solid #c32d2f;
  display: inline-block;
  padding-bottom: 5px;
}

.mega-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-links li {
  width: calc(100% - 56%);
  text-align: left;
}
.mega-links li a {
  transition: all ease 0.5s;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  text-align: left;
  padding: 10px 10px 10px 25px;
  border-bottom: 1px solid #eee;
}
/* ------------------------------
   BUTTON & HAMBURGER ICON
--------------------------------*/
.button-block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.red-btn {
  background: #c32d2f;
  color: #fff;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.red-btn:hover {
  background: #a32224;
  transform: translateY(-2px);
}

.red-btn svg {
  transition: transform 0.3s ease;
}

.red-btn:hover svg {
  transform: translateX(4px);
}

/* ------------------------------
   BURGER ICON (MOBILE)
--------------------------------*/
.menu-toggle {
  display: none;
  cursor: pointer;
}

.burger-block {
  width: 26px;
  height: 20px;
  position: relative;
}

.burger-block span {
  background: #333;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.burger-block span:nth-child(1) {
  top: 0;
}
.burger-block span:nth-child(2) {
  top: 8px;
}
.burger-block span:nth-child(3) {
  bottom: 0;
}
.mega-column {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.mega-block .title-bx a {
  font-size: 25px;
  border-bottom: 1px solid #0000002e;
  display: block;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.mega-block .title-bx a::before {
  display: none;
}

ul.mega-links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.mega-links a {
  width: 100%;
  display: block;
}
.menu-image-bx img {
  width: 100%;
  max-width: 435px;
  margin-inline: auto;
  display: block;
  height: 300px;
  object-fit: cover;
}

.header-slick {
  background: #f5f5f5;
  padding: 50px;
}
.header-slick .page-title h1,
.header-slick .page-title h2 {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.header-slick .page-title p {
  text-align: center;
  width: 100%;
  max-width: 745px;
  margin-inline: auto;
}

.form-grid form {
  border: 1px solid #eee;
  background: #ffffff;
  padding: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  max-width: 850px;
  margin-inline: auto;
}
.form-title h2 {
  text-align: center;
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 10px;
}
.form-title p {
  text-align: center;
}
.form-grid .row-gap {
  margin-top: 30px;
  row-gap: 20px;
}

.limit-bx {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
  margin-top: 0px;
}
.form-grid input {
  padding: 10px;
  border: 1px solid #dfdede;
  border-radius: 0px;
}
.form-grid select {
  padding: 10px;
  width: 100%;
  text-transform: capitalize;

  border: 1px solid #dfdede;
  border-radius: 0px;
}
textarea#message {
  border-radius: 0px;
  border: 1px solid #dfdede;

  padding: 13px;
  height: 90px;
}

.services-card .image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 0px;
  overflow: hidden;
}

.services-card {
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  border-radius: 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.services-card .image {
  overflow: hidden;
  transition: 0.2s;
  border-radius: 0px;
}

.services-card:hover .image img {
  transform: scale(1.2);
}

.services-section .card-description {
  background: #ffffffe8;
  position: absolute;
  height: 36%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
  align-items: center;
  bottom: 24px;
  max-width: 90%;
  left: 21px;
  right: 15px;
  transition: 0.6s;
  border-radius: 0px;
  outline: 1px solid #d5d2d2;
  outline-offset: -9px;
}
.services-section .card-description h3 {
  margin: 0;
  font-size: 23px;
  text-transform: capitalize;
  margin-bottom: 3px;
  width: 100%;
  max-width: 257px;
  margin-inline: auto;
  display: block;
  text-align: center;
}
.services-section .card-description a {
  padding: 14px 15px;
}

.services-card a {
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
}
.card-description span {
  text-transform: capitalize;
  font-size: 16px;
  border-bottom: 2px solid #c32d2f;
  padding-bottom: 4px;
  margin-top: 6px;
  font-weight: 600;
}

/* .services-section .services-card:hover .card-description {
    width: 100%;
    height: 95%;
    top: 10px;
    left: 10px;
    right: 10px;
    max-width: 95%;
    border-radius: 15px;
    outline: 2px solid #ed1c24;
    outline-offset: -5px;
    border: 0px;
} */

.services-section .row {
  row-gap: 30px;
}

.chat-section {
  height: 100dvh;
  background: #c32d2f;
  display: grid;
  place-content: center;
}
.chat-section .chat-bx {
  display: flex;
  gap: 40px;
}
.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  font-size: 60px;
}
.waviy span {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  animation: waviy 2.5s infinite;
  animation-delay: calc(0.2s * var(--i));
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 60px;
}

@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}

.top-banner {
  position: relative;
  padding: 0px !important;
  width: 100%;
}

.top-banner:after {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background-color: #00000091;
  inset: 0;
}

.top-banner .banner-image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.top-banner .banner-image-wrapper img {
  width: 100%;
  height: 280px;
  display: block;
  object-fit: cover;
}

.top-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
}

.top-banner .banner-text h1 {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0px;
  color: #fff;
}

.review-section .test-bx {
  padding: 15px;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  max-width: 100%;
  background-color: #fff;
  margin: 15px auto;
}

.review-section .content-top {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  border: 1px solid #eee;
  padding: 20px;
  align-items: center;
}

.review-section .icon img {
  padding: 10px;
  height: 55px;
  width: 55px;
  background: #f3f5fe;
}

.review-section .rating {
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: orange;
}

.review-section .review-text {
  border: 1px solid #eee;
  padding: 15px;
}
.review-section .review-text h3 {
  margin-top: 10px;
  color: #c32d2f;
  font-size: 20px;
  text-transform: capitalize;
}

a.mobile-link {
  font-size: 18px;
  font-weight: 600;
}

/* Sidebar styles */
.sidebar {
  position: fixed;
  top: 0;
  left: -250px; /* hidden by default */
  width: 250px;
  height: 100%;
  background: #333;
  color: #fff;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 1000;
}

.sidebar.active {
  left: 0;
}

.sidebar ul {
  list-style: none;
  margin-top: 20px;
}

.sidebar ul li {
  margin: 15px 0;
}

.sidebar ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

/* Hamburger icon */
.nav-icon {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1100;
  cursor: pointer;
}

.burger-icon span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 6px 0;
  background: #333;
  transition: all 0.3s ease;
}

/* Optional: animate hamburger into X */
.burger-icon.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger-icon.active span:nth-child(2) {
  opacity: 0;
}

.burger-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
/* Close button styles */
.close-btn {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  user-select: none;
}

.icon-bx-wraper {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}

.icon-bx-wraper li a {
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c32d2f;
  transition: all 0.5s;
  color: #c32d2f !important;
}

.icon-bx-wraper li a:hover {
  color: #000 !important;
  border: 1px solid #000;
}
ul.social_icon {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
}
header#main-header {
  display: block !important;
  padding: 5px 0px;
}
.mob-menu-header-holder.mobmenu {
  width: auto;
}
.mobmenu-right-panel .mob-cancel-button {
  color: #fff !important;
}

.top-bar {
  display: none;
}
.menu-btn button {
  background-color: #c32d2f;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.error {
  background: red;
  color: #fff !important;
  display: block;
  padding: 0px 2px;
}

.about-sss-privacy-policy :where(h1, h2, h3, h4, h5, h6) {
  border-left: 4px solid #c32d2f;
  background-color: #c32d2f0d;
  font-size: 35px;
  margin: 35px 0px 15px;
  text-transform: capitalize;
  padding: 11px 15px;
}
.page-id-11 .portfolio-cn-overlay {
  display: none;
}
.page-id-11 .portfolio-cn-overlay {
  display: none;
}
/* ----
-
-------------------------
   RESPONSIVE DESIGN
-----------------------
---------*/

.g-recaptcha {
  max-height: 60px;
}
.textarea_field .error {
  margin-top: -6px;
}

@media (max-width: 1200.98px) {
  .mob-expand-submenu .mob-icon-down-open {
    display: block;
  }
  .mob-expand-submenu {
    position: relative;
    right: 0px;
    float: right;
    background: #c32d2f;
    height: 26px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobmenu-right-panel .mob-cancel-button {
    background: #c32d2f !important;
    color: #fff !important;
    font-size: 28px !important;
  }
  .top-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
  .top-bar a {
    background-color: #c32d2f;
    padding: 10px 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
  }
  .top-bar a + a {
    background: #000000;
  }
  .menu-block {
    display: none;
  }

  .mobmenur-container {
    position: absolute !important;
    right: 18px !important;
    top: 64px !important;
    background: #c32d2f !important;
    height: 40px !important;
    width: 40px !important;
    display: grid !important;
    place-content: center !important;
  }
  .mobmenur-container i {
    color: #fff !important;
    font-size: 29px !important;
  }
  .mobmenu-content li a {
    padding: 10px 20px !important;
    text-align: left !important;
    border-bottom: 1px solid #eeeeee29 !important;
    font-size: 17px !important;
  }

  .mobmenu-content li > .sub-menu li {
    padding-left: 0px !important;
  }
  .menu-item {
    padding: 0px 0px !important;
  }
  #mobmenuleft,
  #mobmenuright {
    margin-top: 15% !important;
  }
}

@media only screen and (max-width: 1199.5px) {
  .nav-waper .menu-list {
    gap: 24px;
  }
  .common_btn {
    padding: 10px 15px;
  }
  .icon-bx-wraper {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 991.5px) {
  .industry_expertise .slick-arrow {
    background: #c32d2f;
  }
  .industry_expertise .slick-arrow.slick-next:before {
    color: #fff;
  }
  .industry_expertise .slick-arrow {
    background: #c32d2f;
  }
  .industry_expertise .slick-arrow.slick-prev:before {
    color: #fff;
  }
  .banner_main ul.slick-dots {
    display: none !important;
  }
  #contact-form .text-end {
    text-align: left !important;
  }
  ul.social_icon {
    justify-content: start;
  }
  .menu-block {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mega-block {
    position: static;
    width: 100%;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    padding: 10px 0;
  }

  .mega-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .header-inner {
    padding: 0 15px;
  }
  .banner_content h1,
  .banner_content h2 {
    font-size: 32px;
  }
  .banner_content p {
    font-size: 16px;
    line-height: 22px;
  }
  .service_box {
    padding: 15px 15px;
  }
  .service_content h3 {
    padding: 14px 0;
    font-size: 18px;
    line-height: 20px;
  }
  .service_box a {
    font-size: 16px;
    line-height: 22px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .how_work_img {
    padding: 0 0px 0 0px;
  }
  .step_data .accordion-item {
    padding: 0 0 0 22px;
  }
  .step_data .accordion-item .accordion-header button.accordion-button {
    font-size: 22px;
  }
  .industry_expertise .section-head {
    padding: 0;
    margin: 0;
  }
  .section-title h2 {
    font-size: 28px;
  }
  section {
    padding: 80px 0px;
  }
  .step_data {
    padding: 0 20px 0 0;
  }
  footer {
    padding: 80px 0;
  }
  ul.footer_links {
    gap: 16px;
  }
  footer h4 {
    margin-bottom: 18px;
    padding-bottom: 15px;
  }
  .mob-menu-header-holder .mobmenur-container {
    top: 22px;
    right: 50px;
    margin: 0;
  }
  .menu-item {
    padding: 0 0px;
  }
  .menu-item a {
    text-align: left;
  }
  footer .row {
    row-gap: 25px;
  }
  .icon-bx-wraper {
    flex-direction: row;
    text-align: left;
  }
  .icon-bx-wraper {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    margin: 0 0 0px 0;
  }
  section.inner-banner.overlay-dark.contact_ban .row {
    justify-content: center;
    row-gap: 25px;
  }
  .our_services_2 .services-bx {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .banner_img.aos-init.aos-animate {
    display: none;
  }
  section.banner_main {
    padding: 50px 0;
    height: calc(100vh - 120px);
    min-height: 520px;
  }
  section#about-us-active .about_content {
    padding: 40px 0 0 0;
  }
  .how_work_img {
    display: none;
  }
  .view_all_btn {
    text-align: center;
    margin: 30px 0 0 0;
  }
  section {
    padding: 60px 0px;
  }
  .about_video {
    position: initial;
    width: 100%;
    height: 100%;
  }
  section#about-us-active {
    padding-top: 0;
    position: initial;
  }
  section.banner_main {
    display: flex;
    align-items: center;
  }
  .slick-arrow {
    height: 32px;
    width: 32px;
  }
  .expertise-slider,
  .testimonials-slider {
    padding: 0 35px;
  }
  section.portfolio-section-new button.slick-arrow {
    display: none !important;
  }
  header#main-header {
    padding: 15px 0px;
  }
  .header-inner {
    padding: 0 0px;
  }
  .mob-menu-header-holder .mobmenur-container {
    top: 24px;
    right: 20px;
  }
  .banner_content h1,
  .banner_content h2 {
    font-size: 38px;
  }
  .about-wrapper .about-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  section.about-wrapper.about-wrapper2 .about-grid {
    display: flex;
    flex-direction: column;
  }
  .our_services2 .row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .banner_img {
    padding: 40px 0 0 0;
  }
  .review-section .review-text h3 {
    text-align: center;
  }
  .top-banner .banner-text h1 {
    font-size: 32px;
  }
  .top-banner .banner-image-wrapper img {
    height: 150px;
  }
  .logo-block img {
    max-height: 45px;
  }
  .red-btn {
    font-size: 14px;
    padding: 8px 15px;
  }
  .mob-menu-header-holder .mobmenur-container {
    top: 18px;
    right: 12px;
  }
  .section-title {
    text-align: center;
  }
  /* .section-title h2::after {
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  } */
  .industry_expertise .view_all_btn {
    text-align: center;
  }
  section#about-us-active .about_content {
    padding: 40px 0 0 0;
    text-align: center;
  }
  .service_content,
  .read_mpre {
    text-align: center;
  }
  .service_box a {
    text-align: center;
  }
  .banner_content {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .footer_logo {
    text-align: center;
  }
  .social_media h6:after,
  footer h4:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  footer ul.social_icon {
    justify-content: center;
  }
  ul.footer_links {
    text-align: center;
  }
  footer h4 {
    text-align: center;
  }
  .contact_inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  p {
    text-align: center;
  }
  .about-grid .about-image {
    margin-right: 0;
  }
  .icon-bx-wraper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .our_services2 .row {
    grid-template-columns: 1fr;
  }
  .copy_in {
    padding: 18px 0;
    flex-direction: column;
    row-gap: 15px;
  }
  .services-list li {
    text-align: left;
  }
  .btn-bx {
    text-align: center;
  }
  .our_services_2 .services-bx {
    width: 100%;
  }
  section.our_services .row {
    row-gap: 20px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .automation-section .automation-grid {
    grid-template-columns: 1fr;
  }
  .automation-section .automation-grid::before {
    display: none;
  }
  .performance-grid {
    grid-template-columns: 1fr;
  }
}

.portfolio-section-new.ab-inner-port .section-head {
  padding: 30px;
  margin: 0;
}
.portfolio-section-new.ab-inner-port .section-head p {
  margin-left: 0;
}
.portfolio-section-new.ab-inner-port .portfolio-img-2 {
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  border-radius: 1px;
  margin: 0 auto;
}
.portfolio-section-new.ab-inner-port .portfolio-main-2 {
  padding: 0 5rem;
}
.portfolio-section-new.ab-inner-port .slick-arrow.slick-next {
  right: 0;
}
.portfolio-section-new.ab-inner-port .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}
.portfolio-section-new.ab-inner-port .portfolio-main-2 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  display: flex;
  font-size: 0;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid #c32d2f;
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em #0000001a;
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: opacity 0.15s ease, border 0.3s ease-in-out;
  line-height: 1;
}

.portfolio-section-new.ab-inner-port .portfolio-top-title {
  display: none;
}

.banner_main ul.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 35px;
}

header#main-header {
  position: sticky;
  top: 0px;
}
.banner_content,
.banner_img {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1); /* smooth, natural easing */
  will-change: transform, opacity;
}

/* ✅ Active slide */
.animated-slide .banner_content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.animated-slide .banner_img {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

/* ✅ Prep next slide instantly — prevents black flicker */
.pre-enter .banner_content,
.pre-enter .banner_img {
  opacity: 1;
  transform: translateY(0);
}

/* Text subtle from left, image from right */
.banner_content {
  transform: translateX(-40px);
}
.banner_img {
  transform: translateX(40px);
}

/* When active */
.animated-slide .banner_content {
  transform: translateX(0);
}
.animated-slide .banner_img {
  transform: translateX(0);
}

/* Overall smooth fade between slides */
.banner-slide .slick-slide {
  transition: opacity 0.8s ease-in-out;
}
.add-icon {
  position: relative;
}
.add-icon::before {
  height: 25px;
  width: 25px;
  background-image: url(https://www.softsystemsolution.in/wp-content/uploads/2025/11/down.png);
  position: absolute;
  content: "";
  background-size: cover;
  right: 18px;
  top: 12px;
}
@media (max-width: 1024.98px) {
  .services-section .card-description {
    outline: 0px;
    width: 100%;
    max-width: 100%;
    left: 0;
    bottom: 9px;
  }
}
@media (max-width: 991.98px) {
  .section-title h1,
  .section-title h2 {
    font-size: 25px;
  }
  .limit-bx {
    margin: 5px 0px;
    flex-direction: column;
  }
  .form-grid .row-gap {
    margin-top: 20px;
  }
  .form-title h2 {
    font-size: 23px;
    margin-bottom: 5px;
  }

  .form-grid form {
    max-width: 100%;

    padding: 20px;
  }
  .contact-form-section {
    background: #eceded;
  }
  .g-recaptcha {
    max-height: 60px;
  }
  .limit_box {
    flex-direction: column;
  }
  .cater_form .input_field {
    width: calc(100%);
  }
  .cater_form form {
    flex-direction: column;
    width: 100%;
  }
  .cater_form {
    padding: 20px;
  }
  section.inner-banner.overlay-dark h1 {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .parallax-section .text-bx {
    padding: 20px;
    width: 100%;
    max-width: 100%;
    outline-offset: -9px;
  }
  .about-grid .about-image {
    margin-left: 0px;
  }
  .about-wrapper .about-grid {
    grid-template-columns: 100%;
    gap: 20px;
  }
  section.banner_main .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
  section.banner_main .row {
    flex-direction: column-reverse;
  }
  .banner_img img {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .banner_img {
    position: relative;
  }
  .banner_img::before {
    position: absolute;
    content: "";
    bottom: -2px;
    height: 182px;
    width: 100%;
    background-position: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      0deg,
      rgb(240 244 248) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    left: 0;
    z-index: 777;
    max-width: 500px;
    margin-inline: auto;
    display: block;
    left: 50%;
    transform: translate(-50%, 0px);
  }
  .banner_img {
    padding: 35px 0 0 0;
  }
  .banner_content {
    max-width: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  section.banner_main {
    padding-bottom: 35px !important;
  }
  .banner_content h5 {
    font-size: 16px;
  }
  .banner_content h1,
  .banner_content h2 {
    font-size: 28px;
  }
  .banner_content p {
    margin-bottom: 10px;
  }
  .banner_main ul.slick-dots {
    position: unset;
    margin-top: 10px;
  }
  header#main-header {
    position: unset;
  }
  .our_services .col-md-4 {
    width: 100%;
    max-width: calc(50%);
  }
  section.our_services .row {
    justify-content: center;
  }
  section {
    padding: 45px 0px;
  }
  .about_video {
    position: unset;
    width: 100%;
    padding: 10px;
  }
  .about-us {
    position: unset;
  }
  .about-us .col-md-6 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  .about-us .section-title.text-white h2 {
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
  }
  .about-us .section-title.text-white h2:after {
    display: none;
  }
  .about-us .section-head {
    margin: 0 0 20px 0;
  }
  .about_content {
    padding-right: 0px;
  }
  .how_work .row {
    width: 100%;
    gap: 30px;
    flex-direction: column;
  }
  .how_work .row .col-lg-5 {
    width: 100%;
    max-width: 100%;
  }

  .industry_expertise .section-title {
    text-align: center;
  }
  .industry_expertise .view_all_btn {
    text-align: center;
    margin-top: 0px;
  }
  .industry_expertise .section-title h2:after {
    display: none;
  }
  .portfolio-section-new .slick-arrow.slick-prev {
    display: none !important;
  }
  .portfolio-section-new .slick-arrow.slick-next {
    display: none !important;
  }
  .portfolio-section-new .section-head {
    text-align: center;
    margin: 0 0 25px 0;
  }
  .portfolio-section-new .section-title h2:after {
    display: none;
  }
  .expertise-slider {
    padding: 0 0rem;
  }
  .hide-bx {
    display: none;
  }

  footer .col-md-4 {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #c32d2f4f;
    padding-top: 25px;
    margin-top: 10px;
  }
  footer {
    padding: 45px 0;
  }
  .services-section .card-description {
    height: 25%;
  }
  .services-card .image img {
    height: auto;
  }

  .services-section .card-description h3 {
    font-size: 20px;
  }
  .services-section .card-description {
    outline: 0px;
    width: 100%;
    max-width: 100%;
    left: 0;
    bottom: 9px;
  }
  .portfolio-section-new.ab-inner-port .section-head p {
    max-width: 100%;
  }
  .portfolio-section-new.ab-inner-port .section-head {
    padding: 0px;
    margin: 0;
  }
  .portfolio-section-new.ab-inner-port .section-head p {
    margin-left: 0;
    margin-top: 0px;
  }
  .portfolio-section-new .section-head .section-title {
    text-align: center;
  }
  .portfolio-section-new.ab-inner-port .section-head {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .portfolio-section-new.ab-inner-port .portfolio-main-2 {
    padding: 0 0rem;
  }
  .portfolio-cn-overlay {
    flex-direction: column;
    gap: 15px;
  }
  .portfolio-cn-overlay .arrow {
    display: none;
  }
  .campaigns-section .campaigns-grid {
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }
  .campaigns-grid p {
    text-align: left;
  }
  .page-id-102 .about-wrapper2 .section-title h2 {
    text-align: left;
  }
  section.campaigns-section {
    text-align: left !important;
  }
  .page-id-234 .automation-section p {
    text-align: left;
  }
  .page-id-234 .about-wrapper2 .section-title h2 {
    text-align: left;
  }
  .page-id-234 .about-wrapper2 .section-title p {
    text-align: left;
  }
  .automation-section p {
    text-align: left;
  }
  .automation-section p br {
    display: none;
  }
  .section-title h2 br {
    display: none;
  }
  .how_work_img {
    display: block !important;
  }
}

@media (max-width: 575.98px) {
  .page-id-170 .about-wrapper2 .section-title h2 {
    text-align: left;
  }
  .page-id-343 .about-wrapper2 .section-title h2 {
    text-align: left;
  }
  .page-id-343 .our_services2 .services-bx {
    height: 100%;
    width: 100%;
  }
  .automation-section .automation-grid {
    gap: 30px !important;
  }
  .footer_logo img {
    margin: 0 0 14px 0;
  }
  .page-id-200 .about-wrapper2 .section-title h2 {
    text-align: left;
  }
  .page-id-200 .performance-section .section-title h2 {
    text-align: left;
  }
  .automation-section .automation-grid {
    gap: 15px;
  }
  .campaigns-section .btn-bx {
    text-align: left;
  }
  .service_content h3 {
    font-size: 20px;
  }
  .services-section .card-description {
    height: 29%;
  }
  .services-card .image img {
    height: 350px;
  }
  .header-slick .page-title h1,
  .header-slick .page-title h2 {
    font-size: 30px;
  }
  .header-slick {
    padding: 35px 0px;
  }
  .logo-block img {
    max-height: 67px;
  }
  header#main-header {
    padding: 10px 0px;
  }
  .mobmenur-container {
    top: 70px !important;
  }
  section.banner_main {
    padding-bottom: 0px !important;
  }
  section.banner_main {
    padding: 0px;
    height: auto;
    min-height: auto;
  }
  .banner_content {
    margin-top: 10px;
  }
  .banner_content h1,
  .banner_content h2 {
    font-size: 24px;
    line-height: 33px;
  }
  .banner_main ul.slick-dots {
    position: unset;
    margin-top: 8px;
    position: relative;
    top: 3px;
  }
  .banner_img {
    padding: 20px 0 0 0;
  }
  section.banner_main {
    padding-bottom: 18px !important;
  }

  section {
    padding: 35px 0px;
  }
  .our_services .col-md-4 {
    max-width: calc(100%);
  }
  section#about-us-active .about_content {
    padding: 0px 0 0 0;
  }
  .about-us .col-md-6 {
    margin-top: 10px;
  }
  .step_data .accordion-item .accordion-header button.accordion-button {
    font-size: 20px;
  }
  .copy_in {
    padding: 13px 0;
  }
  footer {
    padding: 35px 0;
  }
  .section-title {
    text-align: left;
  }
  .about-text .inner-text p {
    margin: 15px 0px;
    text-align: left !important;
  }

  .section-cta .section-title {
    text-align: center;
  }
  .parallax-section .text-bx .section-title {
    text-align: center !important;
  }
  .parallax-section .text-bx .section-title h2 {
    text-align: center;
  }
  .about-wrapper2 .section-title h2 {
    text-align: center;
  }
  .about-wrapper2 .inner-text p {
    font-size: 18px;
    margin-bottom: 12px !important;
    padding: 8px;
    margin: 8px 0px;
  }
  .cptch-sect {
    width: 100%;
  }
  .project-form .col-lg-6.text-end {
    text-align: left !important;
  }
  .about-wrapper .btn-bx {
    text-align: left;
  }

  .about-sss-privacy-policy :where(h1, h2, h3, h4, h5, h6) {
    font-size: 25px;
    padding: 11px 15px;
  }
  .expertise-cn a {
    font-size: 20px;
    text-align: center;
  }
  .industry_expertise .slick-arrow {
    background: #c32d2f;
  }
  .industry_expertise .slick-arrow.slick-next:before {
    color: #fff;
  }
  .industry_expertise .slick-arrow.slick-prev:before {
    color: #fff;
  }
}

.about-sss-privacy-policy a {
  color: #c32d2f;
}
.about-sss-privacy-policy a:hover {
  color: #c32d2f;
}
