/*new css */

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Pathway Extreme", sans-serif;
}

section {
  scroll-margin-top: 80px; 
}

/* side button css */
.feedback {
  background-color: #ec6502;
  color: #fff !important;
  padding: 15px 24px;
  padding-bottom: 10px !important;
  border-radius: 4px;
  border-color: #46b8da;
}

#mybutton {
  position: fixed;
  bottom: 50%;
  right: -50px;
  z-index: 99999;
  cursor: pointer;
  transform: rotate(-90deg);
}
#mybutton a {
  text-decoration: none;
}
.main-heading h2 {
  background-color: #054d9a;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
a {
  text-decoration: none;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  padding-top: 10px;
}

.my-float {
  margin-top: 16px;
}
/* navbar */
.navbar {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ddd;
}

.contact-info span {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 10px;
}

.navbar-logo {
  height: 38px;
  width: auto;
}

.contact-info span img {
  height: 40px;
  width: auto;
}

.contact-info span a {
  font-size: 1em;
  color: #5f5e5e;
}

.navbar {
  background-color: #f8f9fa; /* Light background color */
  padding: 15px 30px;
}

.navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 500;
  color: #6f6f6f;
  margin: 0 15px;
  transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #ec6502; /* Highlight color on hover */
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ec6502 !important;
}
.me-1 i {
  font-size: 1.3em;
  color: #ec6506;
  margin-right: 5px;
}
.me-2 i {
  font-size: 1.5em;
  color: #ec6506;
  margin-right: 10px;
}
.contact-infoo a:hover {
  color: #ec6502;
}
/* blink icon */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* second section */

.fixed-bg-section {
  height: 530px;
}
.fixed-bg-section {
  padding: 30px;
  margin-top: 6rem;
}
.fixed-bg-section-h6 {
  line-height: 1.5rem;
}
.content-box-h1 {
  font-weight: 700;
}
.content-box-h1 span {
  color: #ec6506;
}
.list li span {
  color: #ec6506;
}
/* for smooth animation */

.image-container {
  position: relative;
  width: 100%;
  height: auto;
}

.fade-image {
  position: absolute;
  top: -175px;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-image.active {
  opacity: 1;
}

/* Button Styling */
.btn-grad {
  border: none;
  color: #fff;
  border-radius: 20px;
  background-color: #ec6506;
  transition: background 0.7s ease-in-out, transform 0.7s ease-in-out;
}
.btn-grad:hover {
  border: 1px solid #ec6506;
  border-radius: 20px;
  transition: background 0.7s ease-in-out, transform 0.7s ease-in-out;
}

/* font size */
/* ================================ */
h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.231rem;
  font-weight: 600;
}
h6 {
  font-size: 1.188rem;
  color: #5f5e5e;
}
ul li {
  font-size: 1rem;
  line-height: 2rem;
  color: #5f5e5e;
}
p {
  font-size: 16px;
}
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* ============================ */
.paragraph {
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
}

.hero-banner a {
  border-radius: 20px;
  background-color: #ec6506;
  color: white;
  font-size: 1em;
}

.hero-banner a:hover {
  color: black;
  transition: 0.7s ease-in;
  background-color: #ec6506;
}

@media (max-width: 576px) {
  .fixed-bg-section {
    padding: 20px 10px;
    margin-top: 7rem;
    height: auto;
  }

  .content-box {
    text-align: left;
  }

  .content-box-h1 {
    font-size: 2.5rem;
  }

  .fixed-bg-section-h6 {
    line-height: 1.5rem;
  }

  .list li {
    line-height: 2rem;
  }

  .btn-grad {
    font-size: 0.9rem;
    padding: 8px 16px;
  }

  #changingImage {
    width: 100%;
    margin-top: 20px;
  }
}

.image-conta {
  position: relative;
  width: 100%;
  max-width: 550px; 
  height: auto;
  margin: auto; 
}

@media (max-width: 1000px) {
  .image-conta {
    display: none;
    height: 0;
    overflow: hidden;
  }
}

/* section 3 */
.statistics-section {
  padding: 50px;
  overflow: hidden;
  background-color: #f8f0ea;
}

.statistics-section .row {
  justify-content: space-between;
}

.stat-item {
  font-size: 2rem;
  color: #ec6506;
}

.stat-counter {
  font-size: 2em;
  font-weight: 700;
  color: #6f6f6f;
  margin-bottom: 10px;
}

.stat-item {
  text-align: center;
  opacity: 1;
  animation: fadeInScaleUp 1s ease-out forwards;
}

.stat-logo {
  max-width: 80px;
  margin-bottom: 20px;
  opacity: 1;
}

.stat-counter {
  font-size: 2.5rem;
  font-weight: bold;
  color: #6f6f6f;
  opacity: 1;
  animation: countUp 2s ease-out forwards;
  animation-delay: 0.5s;
  /* Add delay for numbers */
}

.stat-text {
  font-size: 1rem;
  color: #1b1b1b;
  margin-top: 10px;
}

.stat-item {
  opacity: 1;
  transform: translateY(20px);
  /* Start from a lower position */
  transition: opacity 0.6s ease, transform 0.6s ease;
  /* Smooth transition */
}

.stat-item.active {
  opacity: 1;
  transform: translateY(0);
}

.stat-counter {
  font-size: 2rem;
  font-weight: bold;
}

.stat-text {
  font-size: 1rem;
  color: #1b1b1b;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .statistics-section {
    padding: 10px 10px;
  }

  .stat-text {
    font-size: 0.9rem; 
  }

  .stat-item i {
    font-size: 1.5rem; 
  }
}

.fourth-section {
  padding: 50px;
  overflow-x: hidden;
}
.fourth-section .row {
  align-items: center;
}

.content-left {
  color: black;
}

.content-left .left-color {
  color: #ec6506;
}

.row .content {
  line-height: 1.7rem;
  align-items: center;
}

.para {
  color: #6f6f6f;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .fourth-section {
    padding: 20px 10px;
  }
}

/* fifth */
.top-notch-features-section {
  background-color: #f8f0ea;
  background-size: cover;
  padding: 50px;
}

.top-notch-card {
  color: #000;
  border: 1px solid #ec6502;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 30px 0px 30px;
  transition: 0.3s;
  cursor: pointer;
  min-height: 95%;
  text-align: center;
  transform: rotateY(0);
  transition: transform 0.6s;
  transform-origin: center;
  box-shadow: 0px 0.5px 1px #ec6506;

  h5 {
    font-size: 18px;
  }
  p {
    font-size: 0.9em;
  }
}
.top-notch-features-section h2 span {
  color: #ec6502;
}
.top-notch-card img {
  width: 60px;
  height: auto;
  color: #ec6506;
}
.top-notch-card p {
  color: #6f6f6f;
  line-height: 1.5rem;
}
.brands-section.sass {
  padding-top: 40px;
}
.company-logo .display-inline {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto;
  border: 1px solid ##ec6502;
  border-radius: 45px;
  background: #fff;

  ul {
    list-style-type: none;
  }
  li {
    text-align: end;
    list-style-type: none;
  }
  img {
    vertical-align: middle;
    border: 0;
  }
}

.slice img {
  width: 100%;
  height: 100%;
  padding: 25px;
}

.flipp {
  margin-top: 20px;
}
/* Animation for fade-in effect */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.logo {
  height: 4rem;
  width: 4rem;
  background-color: #ddd;
  border-radius: 50px;
  margin: 15px;
}

.content1 p {
  font-size: 0.9em;
  color: #f1f1f1;
  line-height: 1.5em;
}

.content1 .heading {
  line-height: 1.7em;
  font-size: 1.1em;
}

.content1:hover {
  background-color: #ec6506;
  transition: 0.7s ease-in;
}

.content1:hover p {
  color: #ddd;
  transition: 0.5s ease-in;
}

.content1 {
  position: relative;
  background: transparent;
  /* Top color remains transparent */
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0 4px 8px rgba(225, 221, 221, 0.2);
  padding: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Create a bottom section for color change */
.content1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* Thickness of the bottom color */
  background-color: transparent;
  /* Default bottom color */
  transition: background-color 0.3s ease;
}

.content1:hover::before {
  background-color: #ec6506;
  /* New bottom color */
}

.content1:hover {
  background: transparent;
  /* Top remains transparent */
}

@media (max-width: 576px) {
  .top-notch-features-section {
    padding: 20px 10px;
  }
}

/* section seven */
/* Brands Section Styles */
.SoftWeUse {
  padding: 50px;
  position: relative;
}
.section-info h2 span {
  color: #ec6506;
}
.brands-section-title {
  margin-bottom: 20px;
}

.section {
  overflow: hidden;
}

/* Brand images */
.company-logo .display-inline {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto;
  border: 1px solid #ec6502;
  border-radius: 45px;
  background: #fff;
  ul {
    list-style-type: none;
  }
  li {
    text-align: end;
  }
  img {
    vertical-align: middle;
    border: 0;
  }
}

.company-logo ul {
  padding-left: 0px !important;
}

@media (max-width: 576px) {
  .SoftWeUse {
    padding: 20px 10px;
  }
}


.company-logo .soft-img1{
  width: 140px;
 object-fit: contain;

}


/* logo */
.company-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centers logos */
  align-items: center;
  gap: 20px; /* Adds equal spacing */
}

.company-logo img {
  width: 130px; /* Standard size for all logos */
  height: 120px; /* Ensures square aspect ratio */
  object-fit: contain; /* Prevents distortion */
  padding: 5px; /* Adjusts spacing */
}


/*  */

/* Default styles (Desktop) */
.company-logo .soft-img1 {
  width: 140px;
  object-fit: contain;
}

/* Logo Container */
.company-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.company-logo img {
  width: 130px;
  height: 120px;
  object-fit: contain;
  padding: 5px;
}

/* ✅ Media Query for Medium Devices (Tablets) */
/* @media (max-width: 1024px) {
  .company-logo img {
    width: 110px;
    height: 100px;
  }
} */

/* ✅ Media Query for Small Devices (Mobile Phones) */
@media (max-width: 700px) {
  .company-logo img {
    width: 90px;
    height: 80px;
    gap: 10px; /* Reduce spacing */
  }
  .company-logo .soft-img1{
    width: 90px;
    height: 80px;
    gap: 10px; /* Reduce spacing */
  }
}


/* section eight */
.section-eight {
  padding: 50px;
  text-align: center;
  background-color: #f8f0ea;
}

.section-eight h2 {
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.5em;
}
.section-eight h4 {
  font-size: 18px;
  font-weight: 500px;
}

.sev-color {
  color: #ec6502;
}
.section-eight p {
  font-size: 0.9em;
  margin-bottom: 20px;
}
.content-right {
  color: #6f6f6f;
}
.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tab-button {
  padding: 10px 20px;
  margin: 0 10px;
  color: black;
  border-radius: 20px;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
  border: none;
  background-color: transparent;
}

.tab-button:hover {
  background-color: #ec6506;
  color: #fff;
}

.tab-button.active {
  background-color: #ec6506;
  transition: 0.5s ease-in;
  color: #fff;
}

.image-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.image-item img {
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
  height: 165px;
}

.image-item a {
  width: 40px;
  height: 40px !important;
}

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

.hidden {
  display: none;
}

.tabs {
  padding: 30px;
}

.carousel-content {
  position: relative;
  width: 80%;
  max-width: 800px;
}

.carousel-images {
  display: flex;
  overflow-x: auto;
  gap: 10px;
}

.carousel-images img {
  max-height: 500px;
  border-radius: 5px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #070707;
  border-radius: 50%;
  padding: 1px;
  margin: 30px;
  visibility: hidden;
  margin-top: 70px;
  opacity: 0.3;
}

.image-item {
  position: relative;
  overflow: hidden; 
  border-radius: 5px;
  border: 2px solid #ddd; 
}

.image-item img {
  transition: transform 0.7s ease-in-out;
}
.image-item img:hover {
  transform: scale(1.2);
  transition: transform 0.7s ease-in-out; 
}
@media (max-width: 576px) {
  .section-eight {
    padding: 20px 10px;
  }

  .image-container {
    grid-template-columns: repeat(
      1,
      1fr
    ); /* 1 image per row for very small screens */
  }

  .carousel-images img {
    width: 100%; 
    height: 250px; 
    object-fit: cover; 
  }

  .tabs {
    width: 100%;
  }

  .tab-sec-btn {
    display: none;
  }
}

.image-container {
  display: grid;
  gap: 15px; 
}

@media (max-width: 575px) {
  /* Small devices (phones) */
  .image-container {
    grid-template-columns: 1fr; /* 1 image per row */
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* Medium devices (tablets) */
  .image-container {
    grid-template-columns: repeat(2, 1fr); /* 2 images per row */
  }
}

@media (min-width: 992px) {
  /* Large devices (desktops) */
  .image-container {
    grid-template-columns: repeat(4, 1fr); /* 4 images per row */
  }
}

.image-item img {
  width: 100%;
  height: 200px;
  display: block;
  border-radius: 8px; /* Optional: for rounded corners */
}

/* industries we serve */
.ind-we-serve-sec {
  padding: 50px;
  text-align: center;
}

.ind-we-serve-sec h1 {
  font-size: 2em;
  color: #ec6506;
  margin-bottom: 40px;
  line-height: 1.5em;
  font-weight: 500;
}
.industries-col {
  display: none;
}
/* Icon Container Styling */
.we-serveicon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  /* margin-bottom: 40px; */
}
.we-serveicon .row {
  display: flex;
  justify-content: center;
}
/* Individual Icon Box Styling */
.iconborder {
  text-align: center;
  flex: 1 1 calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin: 15px 0px;
  border-radius: 15px;
  padding: 20px 0px;
  transition: all 0.3s ease;
}
/* Icon Image Styling */
.iconbox img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 50%;
  padding: 15px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.iconborder:hover img {
  transform: scale(1.1);
  background-color: #ff831e;
}

/* Icon Text Styling */
.iconbox p {
  font-size: 16px;
  color: #333;
  margin-top: 6px;
  transition: color 0.3s ease;
}

.iconborder:hover p {
  color: #ff831e;
}

.ind-color span {
  color: black;
}

.ind-color {
  color: #ec6506;
}

/* "Read More" Button Styling */
.readbtn {
  display: flex;
  justify-content: center;
}

.readbtn a {
  padding: 12px 30px;
  font-size: 16px;
  color: #ffffff;
  background-color: #ec6506;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.iconbox i {
  font-size: 25px;
  color: #fff;
  text-align: center;
  align-items: center;
}
.icon-div {
  background-color: #ec6502;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.readbtn a:hover {
  background-color: #ff831e;
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(255, 131, 30, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
  .iconborder {
    flex: 1 1 calc(33.333% - 30px);
    max-width: calc(33.333% - 30px);
  }
}

@media (max-width: 768px) {
  .iconborder {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 480px) {
  .iconborder {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .iconbox {
    height: auto;
  }
}
.iconbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 992px) {
  .iconborder {
    flex: 1 1 calc(33.333% - 30px);
    max-width: calc(33.333% - 30px);
  }
}

@media (max-width: 768px) {
  .iconborder {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 576px) {
  .ind-we-serve-sec {
    padding: 20px 10px;
  }
  .iconborder {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(44% - 10px);
    margin: 10px;
  }
}

/* how we process */
/* General Section Styling */
.info-section {
  padding: 50px;
  background-color: #f8f0ea;
  text-align: center;
}

.info-section h2 span {
  color: #ec6502;
}

.info-section p {
  font-size: 16px;
  color: #333;
  max-width: 600px;
  margin: 0 auto 30px;
}

/* Process Step Container */
.process-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Individual Process Steps */
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 120px;
}

/* Circle Styling */
.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: white;
  border: 2px dashed #ec6502;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.circle.filled {
  background: #ec6502;
  border: none;
}

.circle img {
  width: 50px;
  color: #ec6502;
}

/* Connecting Lines */
.connector {
  width: 40px;
  height: 2px;
  background: #ec6502;
  margin-bottom: 80px;
}

/* Process Step Text */
.process-step p {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
}

@media (max-width: 768px) {
  .connector {
    width: 2px;
    height: 40px;
    display: none;
  }
}
@media (max-width: 576px) {
  .info-section {
    padding: 20px 10px;
  }
  .connector {
    margin-bottom: 17px;
  }
  .process-container {
    gap: 0px;
  }
}
/* Engagement Models Section */
.foldmodellist li img {
  width: 30px;
  padding: 4px;
}
.foldengmodel_imgWrap img {
  width: 50px;
  height: 50px;
}
.sliding {
  width: 100px;
  height: 100px;
}
.section-info h4.section-title .section-border:before {
  content: "";
  position: absolute;
  border-bottom: 4px solid #f26f22;
  width: 150px;
}
.section-info p {
  color: #6f6f6f;
  font-size: 0.9em;
  margin-top: 20px;
  line-height: 1.5rem;
}
.foldengmodel_heading h2.section-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 10px;
  margin-top: 80px;
  line-height: 60px;
}
.foldengmodel_heading h2 span {
  color: #ec6502;
}
#foldengmodel1_section {
  /* background: #f3f8ff; */
  padding: 50px;
}

.foldengmodel-heading h2.section-title.bottom-brd {
  color: #0541a4;
}
.foldengmodel_boxwrap_main {
  background: none !important;
}
.foldengmodel_boxwrap {
  max-width: 381px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  height: auto;
  min-height: 270px;
}
#foldengmodel1_section p.foldengmodel_para {
  font-size: 16px;
  text-align: center;
  padding-bottom: 50px;
  line-height: 1.5rem;
  color: #6f6f6f;
}
.foldengmodel_boxwrap p {
  color: #6f6f6f;
}
.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
#foldengmodel1_section ul.foldmodellist {
  padding: 0;
  margin-top: 30px;
  min-height: 240px;
  text-align: left;
}
#foldengmodel1_section ul.foldmodellist li {
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  color: black;
  font-size: 0.9em;
  letter-spacing: 0em;
  text-align: left;
  list-style-type: none;
}
#foldengmodel1_section .foldengmodel_boxwrap h4 {
  line-height: 43px;
  margin: 15px 0px 20px;
}
.foldengmodel_imgWrap i {
  font-size: 2rem;
  color: #ec6502;
}

@media (max-width: 768px) {
  #foldengmodel1_section {
    padding: 20px 10px;
  }

  .foldengmodel_boxwrap {
    max-width: 90%;
    margin-bottom: 30px !important;
  }

  .foldengmodel_imgWrap img {
    width: 40px;
    height: 40px;
  }

  #foldengmodel1_section ul.foldmodellist li {
    line-height: 30px;
    font-size: 0.8em;
  }
  #foldengmodel1_section p.foldengmodel_para {
    padding-bottom: 10px;
  }

  .foldengmodel_heading h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .medail3box .col-md-4 {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .medail3box .col-md-4,
  .card {
    width: 100%;
  }
  .foldengmodel_boxwrap {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .medail3box {
    flex-direction: column;
    align-items: center;
  }
  .foldengmodel_boxwrap {
    width: 100%;
  }
}

/* For medium devices (Tablets) - 2 Cards per row */
@media (min-width: 768px) and (max-width: 991px) {
  .foldengmodel_boxwrap {
    height: 300px;
  }
}

/* why choose us section */
/* General Section Styling */
.features {
  padding: 50px;
  background-color: #f8f0ea;
}
.main-box {
  background-color: #ec6502;
  color: white;
  border-radius: 20px;
}
.feature-box {
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  margin: 10px;
}
.feature-box p {
  text-align: left;
  margin-bottom: 0px !important;
}
.feature-box .span {
  color: #ec6502;
}
.feature-box img {
  width: 40px;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .features {
    padding: 20px 10px;
  }
  .feature-box {
    margin: 10px auto;
  }
}

/*  */
/* section nine */
/* Testimonial Section */
#Testimonials_section {
  padding: 50px;
}
.Testimonials_section-head-info {
  text-align: center;
  margin-bottom: 30px;
}
.Testimonials_section-white-bx {
  line-height: 1.5rem;
}
.star {
  color: gold; /* Star color */
  font-size: 25px;
  margin: 2px 0px; /* Space between stars */
}
.Testimonials_img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-para {
  margin-bottom: 0px !important;
}
.Testimonials_section-white-bx {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.Testimonials_h4M {
  color: #ec6502;
  margin-bottom: 3rem;
}

.Testimonials_para-left {
  font-size: 16px;
}

.testimonial-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.swiper-container {
  width: 100%;
}
.testimonial-content p {
  font-size: 16px;
  color: #676767;
}

/* responsive in mobile view */
@media (max-width: 768px) {
  #Testimonials_section {
    padding: 20px 10px;
  }
  .container {
    padding: 0 10px !important; /* Reduce side padding */
  }

  .swiper-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  swiper-slide {
    width: 100% !important;
  }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .swiper-slide {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-content {
    width: 100%;
  }
}

/* section ten */
/* General Section Styling */

.section-ti {
  line-height: 1.5em;
  font-weight: 600;
}
.section-ti span {
  color: #ec6502;
}
.contact {
  /* overflow: hidden; */
  float: left;
  width: 100%;
  padding-top: 50px;
  background-color: #f8f0ea;
}

#contact_ul_li {
  padding: 0px 30px 0px 30px;
  background-color: #f8f0ea;
}
#contactsection_section .contactulliheading {
  font-style: normal;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 43px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 50px;
}

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

ul.contactulli {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.contactulli li {
  font-style: normal;
  font-size: 0.9em;
  line-height: 20px;
  color: #1b1b1b;
  text-align: left;
  margin-bottom: 25px;
  position: relative;
}

.left-content {
  padding: 15px;
  border-radius: 10px;
}

.left-heading {
  font-size: 1.8em;
  color: #000;
  margin-bottom: 15px;
  font-size: 600;
}

.left-subtext {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #676767;
  line-height: 30px;
}
.left-subtext span {
  color: red;
}

.left-benefits {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}
.left-content .text {
  color: green;
}

.left-benefits-list {
  margin-top: 15px;
  gap: 25px;
  max-width: 600px;
  margin-left: 0px;
}

.benefit-item {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #555;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.benefit-icon {
  font-size: 1.2rem;
  color: #ec6502;
  margin-right: 10px;
}

.benefit-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contactulli li i {
  color: #ff831e;
  font-size: 15px;
  font-weight: 600;
}

.form-control {
  background: #ffffff;
  border: 1px solid #6f6f6f;
  box-sizing: border-box;
  /* padding: 15px 10px; */
  height: 50px;
  display: block;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #495057;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 1rem;
    margin-top: 0;
  }
}

.footersection_1 {
  width: 100%;
  float: left;
  border-top: 2px solid #ff831e;
}

@media only screen and (max-width: 768px) {
  .contact {
    padding-top: 20px;
  }
  #contactsection_section .contactulliheading {
    margin-bottom: 0px;
  }
  #contact_ul_li {
    padding: 10px;
  }
  section#footersectiontop {
    padding-top: 50px;
    text-align: center;
  }
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

input[type="submit"] {
  background-color: #ec6506;
  color: white;
  border-radius: 20px;
  transition: background 0.7s ease-in-out, transform 0.7s ease-in-out;
}

input[type="submit"]:hover {
  border-radius: 20px;
  color: #000;
  border: 1px solid #ec6502;
  transition: background 0.7s ease-in-out, transform 0.7s ease-in-out;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}
/* footer section */
.section-background {
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 30px 30px 0px 30px;
  display: block;
  background-color: #1b1b1b;
}

.footer-logo-img {
  max-width: 70%;
  height: auto;
  margin-bottom: 10px;
}

.footer-description {
  font-size: 14px;
  color: #6c757d;
}

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

.footer-links li,
.social-links li {
  margin-bottom: 5px;
}

.footer-links a,
.social-links a {
  text-decoration: none;
  color: white;
}

.section-background h5 {
  color: white;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.section-background p {
  color: white;
}

.footer-links a:hover,
.social-links a:hover {
  color: #ec6506;
}

.footer_copyright {
  font-size: 14px;
  color: #6c757d;
}

.footer-links i {
  color: #ec6506;
}

.footer-links a {
  color: white;
}

.footer-bottom {
  border-top: 1px solid #6c757d;
  margin-top: 10px;
}

.footer-bottom p {
  margin-top: 20px;
}

.social-links i {
  color: #ec6506;
}
ul.social-links {
  display: flex;
  align-items: center;
  gap: 18px;
}
p.footer_copyright a {
  color: #ec6502;
  text-decoration: none;
}
ul.social-links li a i {
  font-size: 30px;
}

.section-background .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.section-background .row > div {
  flex: 1;
  min-width: 200px;
}
@media only screen and (max-width: 768px) {
  .section-background {
    padding: 20px 10px;
  }
}

div#toTop {
  display: none !important;
}

/* responsiveness for ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .fixed-bg-section {
    padding: 20px 20px;
    margin-top: 7rem;
    height: auto;
  }

  .content-box {
    text-align: left;
  }

  .statistics-section,
  .fourth-section,
  .top-notch-features-section,
  .SoftWeUse,
  .section-eight,
  .ind-we-serve-sec,
  .info-section,
  #foldengmodel1_section,
  .features,
  #Testimonials_section,
  .FAQ-section {
    padding: 20px 20px;
  }
  .contact {
    padding-top: 20px;
  }

  .top-notch-features-section {
    padding: 20px;
  }
}

@media (min-width: 700px) and (max-width: 1024px) {
  .fixed-bg-section {
    padding: 20px 20px;
    margin-top: 7rem;
    height: auto;
  }

  .content-box {
    text-align: left;
  }

  .statistics-section,
  .fourth-section,
  .top-notch-features-section,
  .SoftWeUse,
  .section-eight,
  .ind-we-serve-sec,
  .info-section,
  #foldengmodel1_section,
  .features,
  #Testimonials_section,
  .FAQ-section {
    padding: 20px 20px;
  }
  .contact {
    padding-top: 20px;
  }
  .connector {
    margin-bottom: 20px;
    visibility: hidden;
  }
  .industries-col {
    display: block;
  }

}

/* responsive navbar */
/*  RESPONSIVENESS: Medium (1024px) */
@media (max-width: 1080px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important; /* Hide navbar links */
  }

  .navbar-expand-lg .navbar-toggler {
    display: block !important; /* Show hamburger menu */
  }

  /* When toggler is clicked, show navbar with smooth transition */
  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
    background: white;
    padding: 15px;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* text-align: center;  */

    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  /* When toggler is clicked, show navbar */
  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
    background: white;
    padding: 15px;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* text-align: center;  */
  }

  /* Align contact info */
  .contact-info {
    flex-direction: column; /* Stack vertically */
    align-items: center;
    text-align: center;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
  }
  .flex-lg-row {
    flex-direction: column !important;
  }
  .contact-info span {
    margin: 0px;
  }

  .navbar-expand-lg .navbar-collapse {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-20px);
    transition: max-height 0.6s ease-in-out, opacity 0.5s ease-in-out,
      transform 0.5s ease-in-out;
  }

  .navbar-expand-lg .navbar-collapse.show {
    max-height: 500px; /* Adjust based on content */
    opacity: 1;
    transform: translateY(0);
  }
}

/* navbar ended */
@media (max-width: 820px) {
  .connector {
    margin-bottom: 20px;
  }
}
/* btn css */
.btn:hover {
  color: #212529;
  background: transparent;
}

/* how we process */
@media (max-width: 767px) {
  .process-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .process-step {
    width: 48%; /* Ensures two steps fit in one row */
    text-align: center;
  }

  .connector {
    display: none; /* Hides the connectors */
  }
  ul li {
    line-height: 1.5rem;
    text-align: left;
  }
}
.control {
  background: #ffffff;
  border: 1px solid #6f6f6f;
  box-sizing: border-box;
  /* padding: 15px 10px; */
  height: 50px;
  display: block;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #495057;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
:focus-visible {
  outline: none !important;
}
.contact-infoo span {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 10px;
}
.contact-infoo span a {
  font-size: 1em;
  color: #5f5e5e;
}
.contact-infoo i {
  animation: pulse 1.5s infinite;
}
@media (max-width: 767px) {
  .contact-infoo i {
    animation: none;
  }
  .contact-infoo span {
    margin-top: 6px;
  }
  .me-1 i {
    font-size: 1.1em;
    color: #ec6506;
    margin-right: 5px;
  }
  .me-2 i {
    font-size: 1.2em;
  }
}

@media (max-width: 992px) {
  /* Applies to tablets and smaller */
  .left-content,
  .form-data {
    width: 100%; /* Full width */
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .btn {
    font-size: 14px; /* Decrease text size */
    padding: 8px 15px; /* Adjust padding for smaller size */
  }
}
.collapse {
  transition: height 0.5s ease-in-out; /* Adjust timing for smoother effect */
}

.navbar-collapse {
  transition: all 0.1s ease-in-out; /* Ensures smooth opening and closing */
}
