.flex-class {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.justify-content-center {
  justify-content: center;
}
.all-center {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.white-bg {
  background-color: #fff;
}
.primary-white {
  color: #fff !important;
}
.bg-blue {
  background-color: #3d5588;
}
.bg-light-blue {
  background-color: #d7e4ff;
}
.bg-teal {
  background-color: #008fd5;
}
.primary-teal {
  color: #008fd5 !important;
}
.bg-gray {
  background-color: #f5f8ff;
}
.position-relative {
  position: relative;
}
.primary-blue {
  color: #3d5588 !important;
}
.black-text-heading {
  color: #494949;
}
.primary-orange {
  color: #f26522 !important;
}
.bg-orange {
  background-color: #f26522;
}
.pitch-black {
  color: #000;
}
body {
  font-family: "Inter", sans-serif;
  margin: 0px;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px !important;
}
.btn {
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
h1,
p,
h3,
h4,
h5 {
  font-family: "Inter", sans-serif;
}
h1 {
  font-size: 2rem;
}
.main-section {
  background-color: #ed1b2f;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}
.main-section h1 {
  color: #fff;
  line-height: 1rem;
  font-size: 3.75rem;
  font-weight: 800;
  margin: 20px 0px;
}
.main-section h3 {
  color: #fff;
  line-height: 1rem;
  font-size: 2.5rem;
  font-weight: 200;
  margin: 20px;
}

.main-section::before,
.main-section::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%; /* Match section height */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-section::before {
  left: 0;
  width: 170px; /* Adjust to match image ratio */
  background-image: url("../assets/images/left.png");
}

.main-section::after {
  right: 0;
  width: 170px; /* Adjust to match image ratio */
  background-image: url("../assets/images/right.png");
}
.hero-section {
  padding: 70px 20px;
  position: relative;
  /* overflow: hidden; */
}
.hero-section h2 {
  line-height: 1rem;
  font-size: 3.75rem;
  font-weight: 800;
}
.hero-section.first-section p {
  line-height: 2rem;
  font-size: 1.4rem;
  font-weight: 200;
  margin: 20px 0;
  max-width: 500px;
}
.header-image {
  height: 350px;
  object-fit: contain;
  position: absolute;
  right: 0px;
  top: -45%;
  z-index: 1;
}
.contact-btn {
  color: #3D5487;
  border: none;
  border-radius: 29.5px;
  width: 144px;
  height: 48px;
  cursor: pointer;
  font-size: 1rem;
}
.column-50 {
  width: 50%;
  padding: 100px 0px;
}
.no-padding-tb{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.padding-right-80{
  padding-right: 80px !important;
}
.padding-left-80{
  padding-left: 80px !important;
}
.fifth-section .flex-class,
.second-section .flex-class {
  gap: 70px;
}
.padding-left-0{
  padding-left: 0px !important;
}
.padding-right-0{
  padding-right: 0px !important;
}
.second-section {
  padding: 0px;
  margin: 0px;
}
.vanti-image {
  max-height: 100px;
  max-width: 120px;
  object-fit: contain;
  left: 30px;
}
.second-right-section {
  justify-content: center;
}

.hero-section.second-section.hero-full-bg:after {
    content: "";
    background: #d7e4ff;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    left: auto;
    z-index: 2;
}

.hero-full-bg-inner {
    position: relative;
    z-index: 9;
}

.features-list li {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
}
.hero-section.second-section.fifth-section.bg-teal p.primary-white {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
}
.request-btn {
  width: 200px;
  height: 50px;
  font-size: 1rem;
  margin-top: 10px;
}
.right-image {
  position: relative;
  max-width: 100%;
  height: auto;
}

.hero-section.third-section.bg-teal {
    min-height: 270px !important;
    padding: 50px 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.third-section p {
  max-width: 730px;
  font-size: 1rem;
}
.fourth-section {
  padding: 40px 130px;
  position: relative;
  overflow: hidden;
}
.fourth-section h2 {
  margin-bottom: 50px;
}
.box-wrapper {
  gap: 30px;
  margin: 50px 0px;
}
.fourth-section .box-item h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.fourth-section .box-item {
  text-align: left;
  padding: 80px 40px;
  border-radius: 20px;
  align-items: stretch;
}
.fifth-section h2 {
  line-height: 3rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.fifth-section .circle-image {
  position: relative;
  max-width: 100%;
  height: auto;
}
.sixth-section {
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}
.sixth-section .heading-top-txt {
  margin-bottom: 20px;
}
.sixth-section .heading-top-txt p {
  margin: 20px 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 200;
  max-width: 800px;
}
.sixth-section .box-item {
  padding: 0px;
}
.sixth-section .image-wrapper {
  padding: 40px 40px;
  border-radius: 20px 20px 0px 0px;
}
.sixth-section .content-area-box {
  padding: 40px 80px;
}
.sixth-section .content-area-box .features-list {
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 200;
}
.box-image {
  width: 100%;
  max-width: 450px;
  height: auto;
  object-fit: contain;
}
.box-big-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}
.box-bg-image-wrapper {
  width: 94%;
}
.box-bg-image-wrapper p {
  max-width: 100%;
  font-size: 1.2rem;
}
.box-bg-image-wrapper ul {
  margin: 0px;
  font-size: 1.2rem;
  padding: 0px 15px;
}
.box-bg-image-wrapper .ul-wrapper {
  gap: 50px;
}

/* Testimonial Slider */
.testimonial-heading {
    color: #008fd5;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #FFFFFE, 1px 1px 0 #ffffff;
    font-size: 110px;
    font-family: "Inter", sans-serif !important;
    font-weight: 800;
}
.testimonial-slider {
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-card {
  background: white;
  padding: 40px;
  margin: 0 15px;
  border-radius: 12px;
  border-bottom: 2px solid #f26522;
  min-height: 50vh !important;
}

.testimonial-text {
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 700;
  margin: 10px;
}
.testimonial-card p {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0px;
}
.quote-icon {
  margin-bottom: 20px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 20px;
}

.author-info {
  text-align: left;
}

.author-name {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.3rem;
}

.author-title,
.author-company {
  font-size: 1rem;
  font-weight: 500;
}

/* Slick Customization */
.slick-dots {
  bottom: -60px !important;
  z-index: 9;
}

.testimonial-section .slick-dots {
  display: none !important;
}

.slick-dots li button:before {
  color: #f26522;
  font-size: 12px;
  opacity: 0.4;
}

.slick-dots li.slick-active button:before {
  color: #f26522;
  opacity: 1;
}

.slick-prev,
.slick-next {
  z-index: 10;
  width: 50px;
  height: 50px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 24px;
  color: #5b7bb4;
  opacity: 0.8;
}

.slick-prev {
  left: -70px;
}

.slick-next {
  right: -70px;
}
.stroke-text {
  font-size: 48px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px white;
}

.testimonial-heading {
  margin-bottom: 30px;
}

.testimonial-section {
  padding: 60px 20px;
}
/* .testimonial-slider-wrapper {
  position: absolute;
  left: 19%;
  z-index: 9999;
} */
.testimonial-slider-wrapper .slick-arrow {
  display: none !important;
}
.testimonial-slider-wrapper .slick-list.draggable {
  position: relative;
  z-index: 4;
}
.testimonial-section {
  min-height: 50vh;
}
.testimonial-below-section {
  min-height: 320px;
  margin-top: -320px;
  z-index: 3;
}
/* .testimonial-section::after {
  content: "";
  position: absolute;
  top: 24%;
  right: 0;
  width: 385px;
  height: 250px;
  background: url("../assets/images/testimonial-shape.png") no-repeat
    center/contain;
  pointer-events: none;
} */
.testimonial-below-section::before {
  content: "";
  position: absolute;
  top: -300px;
  right: 0px;
  width: 332px;
  height: 250px;
  background: url("../assets/images/testimonial-shape.png") no-repeat
    center/contain;
  pointer-events: none;
}
.testimonial-below-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 335px;
  height: 250px;
  background: url("../assets/images/testimonial-sc-img.svg") no-repeat
    center/contain;
  pointer-events: none;
}

.eighth-section h2 {
  max-width: 700px;
  line-height: 3rem;
  font-size: 3rem;
  margin-bottom: 0px;
}
.eighth-section p {
  max-width: 650px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 200;
}
.eighth-section {
  padding: 100px 20px;
}
/* Top-left image */
.eighth-section::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -70px;
  width: 270px;
  height: 220px;
  background: url("../assets/images/eight-shape-1.svg") no-repeat center/contain;
  pointer-events: none;
  opacity: 0.7;
}

/* Bottom-right image */
.eighth-section::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0px;
  width: 130px;
  height: 220px;
  background: url("../assets/images/eight-shape-2.svg") no-repeat center/contain;
  pointer-events: none;
}
.contact-bar {
  gap: 10px;
  align-items: center;
  font-size: 16px;
  margin-top: 20px;
}

.contact-bar span {
  white-space: nowrap;
}

.four-item-slider {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.card {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

/* Slick Arrow Customization for 4-item slider */
.four-item-slider .slick-prev,
.four-item-slider .slick-next {
  display: block !important;
  width: 50px;
  height: 50px;
  z-index: 10;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.four-item-slider .slick-prev {
  left: 0px;
  background-image: url("../assets/icons/prev-ico.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.four-item-slider .slick-next {
  right: 0px;
  background-image: url("../assets/icons/next-ico.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.four-item-slider .slick-prev:before,
.four-item-slider .slick-next:before {
  display: none;
}
.four-item-slider .slick-prev:hover {
  left: 0px;
  background-image: url("../assets/icons/prev-ico.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-color: #f0f0f0 !important;
}

.four-item-slider .slick-next:hover {
  background-color: #f0f0f0;
  right: 0px;
  background-image: url("../assets/icons/next-ico.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.four-item-slider .slick-prev:focus {
  left: 0px;
  background-image: url("../assets/icons/prev-ico.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-color: #ffffff !important;
}

.four-item-slider .slick-next:focus {
  right: 0px;
  background-image: url("../assets/icons/next-ico.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-color: #ffffff !important;
}
/* Inactive dots */
 .slick-dots li button:before {
  font-size: 12px !important; /* optional size tweak */
  color: #999 !important; /* your inactive dot color */
  opacity: 1 !important; /* make sure the color shows fully */
}

/* Active dot */
.slick-dots li.slick-active button:before {
  color: #f26522 !important; /* your active dot color */
}
.product-section {
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}
.product-section .content-area-box {
  padding: 30px 20px;
}
.product-section .content-area-box {
  gap: 10px;
}
.product-section .content-area-box p,
.product-section .content-area-box h3 {
  margin: 0px;
}
.product-section .image-wrapper {
  padding: 50px 30px;
  border-radius: 8px 8px 0px 0px;
}
ul.features-list.black-text-heading {
  line-height: 2rem;
}
.box-wrapper .box-item p,
.box-wrapper .box-item .features-list {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0px;
  font-weight: 400;
}
.box-wrapper .box-item .features-list {
  padding-left: 20px;
}
.box-wrapper .box-item h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.box-wrapper .box-item h2 {
  font-size: 3rem;
  line-height: 3.5rem;
}
.text-justify{
  text-align: justify;
}

.flex-column.box-item.bg-gray.box-bg-image-wrapper {
  width: 100%;
}
.hero-section p {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
}
.ul-padding-left{
  padding-left: 30px;
}

.core-com-img-wrap {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.third-section.bg-orange p {
    margin: 16px auto;
}

/* Tablet Portrait (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    max-width: 95%;
    padding: 15px;
  }
  /* .bg-gray.testimonial-below-section.position-relative,
  .testimonial-section::after {
    display: none;
  } */
  .hero-section h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  .hero-section p {
    font-size: 1rem;
    line-height: 1.6rem;
    max-width: 400px;
  }

  .main-section h1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    z-index: 999;
    position: relative;
    margin: 0px;
  }

  .main-section h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 0px 0px 15px 0px;
    position: relative;
    z-index: 999;
  }

  .header-image {
    height: 280px;
    max-width: 400px;
    right: 10px;
    top: -25%;
  }

  .column-50 {
    width: 100%;
    padding: 40px 20px;
  }

  .hero-full-bg-inner .second-right-section{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .flex-row {
    flex-direction: column;
  }

  /* .hero-section {
    padding: 40px 20px;
    padding-top: 100px;
  } */

  .box-wrapper {
    gap: 20px;
    margin: 30px 0px;
    flex-direction: column;
  }

  .fourth-section .box-item {
    padding: 40px 25px;
    max-width: 100%;
  }

  .sixth-section .box-item {
    padding: 0px;
  }

  .testimonial-slider-wrapper {
    position: relative;
    left: 0%;
    width: 100%;
  }

  .testimonial-card {
    padding: 25px;
    margin: 0 8px;
    min-height: 40vh !important;
  }
  .eighth-section p {
    margin: auto;
  }
  .product-section .content-area-box .flex-row {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .testimonial-section {
    padding: 30px 30px;
  }
  .hero-section.second-section {
    padding: 0px;
    min-height: auto;
    padding-top: 80px;
  }
  .hero-section.first-section .align-items-center.flex-row.position-relative {
    align-items: start !important;
  }
  .hero-section.second-section p {
    max-width: 100%;
  }
  .hero-section.second-section.fifth-section.bg-teal .column-50 {
    padding: 20px 0px;
  }
  .hero-section.second-section.fifth-section.bg-teal {
    padding: 20px;
  }
  .flex-column.white-bg.column-50.content-second p,
  .flex-column.white-bg.column-50.content-second h2 {
    padding: 0px 20px !important;
  }
  .sixth-section .box-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  .sixth-section .box-bg-image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sixth-section .box-wrapper {
    flex-direction: column !important;
    align-items: stretch;
  }

  .sixth-section .box-wrapper .box-item {
    margin-bottom: 30px;
  }

  /* Ensure consistent padding for all boxes in sixth section */
  .sixth-section .content-area-box {
    padding: 35px 25px !important;
  }

  .sixth-section .image-wrapper {
    padding: 35px 25px !important;
  }

  /* Override any flex properties that might cause width differences */
  .sixth-section .flex-column.box-item.bg-gray {
    flex-basis: auto !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1340px){
  .header-image {
    max-width: 780px !important;
    right: -40px !important;
  }
}
/* Desktop Small to Medium (1025px - 1440px) */
@media screen and (min-width: 1025px) and (max-width: 1340px) {
  .container {
    max-width: 90%;
  }
  /* .bg-gray.testimonial-below-section.position-relative,
  .testimonial-section::after {
    display: none;
  } */
  .main-section h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 0px 0px 15px 0px;
    position: relative;
    z-index: 999;
  }
  .hero-section h2 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }

  .hero-section p {
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 480px;
  }

  .main-section h1 {
    font-size: 3.2rem;
    line-height: 3.8rem;
    z-index: 999;
    position: relative;
    margin: 0px;
  }

  .header-image {
    height: 320px;
    max-width: 640px;
    right: -65px;
    top: -35%;
  }

  .column-50 {
    width: 50%;
    padding: 80px 50px;
  }

  .box-wrapper {
    gap: 40px;
    margin: 40px 0px;
  }

  .fourth-section .box-item {
    padding: 70px 30px;
    flex: 1 1 48%;
  }

  .box-bg-image-wrapper .ul-wrapper {
    gap: 40px;
  }
  .box-bg-image-wrapper p {
    max-width: 90%;
    font-size: 1.2rem;
  }
  .fifth-section h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .testimonial-slider-wrapper {
    position: relative;
    left: 0;
    z-index: 9999;
    width: 98%;
    margin: auto;
  }

  .testimonial-card {
    padding: 35px;
    margin: 0 12px;
  }

  .eighth-section h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .eighth-section p {
    margin: auto;
  }
  .four-item-slider {
    max-width: 1100px;
    padding: 0 30px;
  }

  .four-item-slider .slick-prev {
    left: -40px;
  }

  .four-item-slider .slick-next {
    right: -40px;
  }

  .sixth-section .box-item {
    flex: 1 1 48%;
    margin-bottom: 20px;
  }
  .third-section p {
    max-width: 720px;
    font-size: 1rem;
  }
  .sixth-section {
    padding: 0px 20px;
  }
  .sixth-section.fourth-section .box-item {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
  /* .bg-gray.testimonial-below-section.position-relative {
    display: none;
  } */
  .testimonial-below-section::after,
  .testimonial-below-section::before{
    display: none;
  }
  .hero-section h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .hero-section p {
    font-size: 1rem;
    line-height: 1.4rem;
    max-width: 100%;
  }
  .main-section h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    z-index: 999;
    position: relative;
    margin: 0px;
  }
  .main-section h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0px;
    position: relative;
    z-index: 999;
  }
  .header-image {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0px;
    right: 0px;
    position: relative;
  }
  .contact-btn {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 1rem;
  }
  .column-50 {
    width: 100%;
    padding: 20px 0px !important;
  }
  .flex-row {
    gap: 50px;
    flex-wrap: wrap !important;
  }
  /* .hero-section {
    padding: 0px;
    min-height: auto;
    padding-top: 100px;
  } */
  .testimonial-slider-wrapper {
    position: relative;
    left: 0;
    z-index: 9999;
    width: 98%;
    margin: auto;
  }
  .testimonial-heading img {
    max-width: 100%;
  }
  .testimonial-heading{
    font-size: 45px;
  }
  .fifth-section h2 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .fifth-section {
    padding: 20px 20px;
  }
  .third-section {
    padding: 20px 20px;
    min-height: auto;
  }
  .content-second {
    padding: 20px 0px !important;
  }
  .content-second p {
    max-width: 100%;
  }
  .fourth-section .box-wrapper,
  .fifth-section .container,
  .sixth-section .heading-top-txt{
    padding: 0px !important;
  }
  .box-wrapper {
    padding: 20px;
  }
  .box-bg-image-wrapper {
    max-width: 100%;
  }
  .product-section .content-area-box .flex-row {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0px;
  }
  .sixth-section .content-area-box {
    padding: 40px;
  }
  .box-wrapper,
  .sixth-section .heading-top-txt {
    padding: 0px 20px;
  }

  .sixth-section .box-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding-top: 0px !important;
  }

  .sixth-section .box-bg-image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sixth-section .box-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .sixth-section .box-wrapper .box-item {
    margin-bottom: 20px;
  }

  /* Ensure all boxes have consistent padding and spacing */
  .sixth-section .content-area-box {
    padding: 30px 20px !important;
  }

  .sixth-section .image-wrapper {
    padding: 30px 20px !important;
  }
  .key-box-item{
    padding: 80px 40px!important;
  }
  .contact-bar{
      display: flex;
      flex-direction: column;
  }
  .contact-divider{
    display: none;
  }
  .four-item-slider {
    padding: 0px;
  }
  .four-item-slider .card,
  .testimonial-card{
    margin: 0px;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1550px) {
  .testimonial-below-section::after,
  .testimonial-below-section::before{
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .hero-section.second-section.hero-full-bg:after{
    display: none;
  }
}