* {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:active {
  color: #fff !important;
}

body {
  font-family: "Poppins", sans-serif;
  background: #fff;
}

.hero-section {
  background: linear-gradient(to bottom, #c7ecff 0%, #f9efff 100%),
    url("http://localhost/websartech_update/images-digital/Imagebg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}

.hero-section h1 {
  font-size: 30px;
  line-height: 36px;
  color: #114c6d;
}

.hero-section p {
  font-size: 16px;
  line-height: 30px;
  color: #114c6d;
}

.hero-img {
  max-width: 80%;
}

/* Form */
.form-box {
  background: transparent;
  margin-top: 30px !important;
  padding: 30px;
  border-radius: 12px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-block input {
  border-bottom: 1px solid #898893;
}

.form-block select {
  background: transparent;
  border-bottom: 1px solid #898893;
}

.form-block input,
.form-block textarea {
  border-bottom: 1px solid #898893;
  background: none !important;
}

.floating-label label {
  background: none !important;
}

.floating-label label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  top: 10px;
  position: absolute;
  left: 30px;
}

.form-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.common-heading h2 {
  font-size: 20px;
}

.form-control {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none;
  margin-bottom: 30px;
}

.form-control:focus {
  border-bottom: 1px solid #007bff !important;
  outline: none;
  box-shadow: none;
}

.btn-custom {
  background: #114c6d;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 30px;
  transition: 0.3s;
  border: none;
  width: 100%;
}

.btn-custom:hover {
  background: #1f496e;
}

/* Digital Transformation */

.transforamtion {
  padding-bottom: 60px;
  padding-top: 0px;
}

.info-card {
  background: #f3efff;
  border-radius: 15px;

  padding: 40px 25px 25px;
  height: 100%;
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.info-card p {
  color: #252525 !important;
}

.info-card:hover {
  transform: translateY(-10px) !important;
}

.info-card h5 {
  color: #e60072;
  font-weight: 600;
  margin-top: 15px;
}

.info-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 67px;
  height: 67px;
  background-color: #0d3559;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-icon img {
  width: 45px;

  /* width: 100%; */
  height: 45px;
}

/* MIDC Focus Sectors in Maharashtra */

.focus-section {
  padding-bottom: 40px;
  text-align: center;
}

.focus-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 60px;
  color: #114c6d;
}

.focus-card {
  background: #b8f4e8;
  padding: 60px 20px;
  margin-bottom: 10px;
  transition: transform 0.3s ease-in-out;
}

.focus-card.orange {
  background: #ffc559;
}

.focus-card img {
  max-width: 60px;
  height: auto;
}

.focus-text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 10px;
}

/* flip */
.flip-card {
  perspective: 1000px;
  width: 100%;
  height: 100%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  padding-top: 100%; /* square ratio */
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  /* border-radius: 10px; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

.flip-card-back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #114c6d 0%, #114c6eb0 100%);
  color: #fff;
  padding: 1rem;
  text-align: center;
}

.flip-card-back p {
  color: #fff !important;
}

/* Common Challenges Faced  */

.challenges-section {
  padding-bottom: 60px;
  padding: 20px;
  margin-bottom: 0px;
}

.challenges-title {
  font-size: 25px;
  font-weight: 800;
  color: #114c6d;
  margin-bottom: 30px;
}

.challenges-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.challenges-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.challenges-list li .icon {
  color: #4caf50;
  /* font-size: 20px; */
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: 8px;
}

.challenges-list li h6 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #252525;
}

.challenges-list li p {
  font-size: 16px;
  margin: 0;
  color: #252525;
}

.challenges-img img {
  max-width: 100%;
  height: auto;
}

/* Hover effect */
.tech li:hover {
  background-color: #114c6d;
  border-color: #114c6d;
  color: #fff;
  transform: translateY(-5px);

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.tech li:hover p,
.tech li:hover span,
.tech li:hover i {
  color: #fff !important;
}

.list2 {
  display: flex;
  align-items: start !important;
}

.list3 {
  padding: 5px 14px;
  border: 1px solid #ff474a;
  /* border-image: linear-gradient(90deg, #FF474A, #0069A2) 1;  */
  border-radius: 0px 50px 0px 0px;
}

.list4 {
  padding: 5px 0px 5px 40px;
  border: 1px solid #ff474a;
  /* border-image: linear-gradient(90deg, #FF474A, #0069A2) 1; */
  border-radius: 0px 0px 0px 50px;
  align-content: center;
}

.list3 .icon {
  color: #ff474a !important;
}

.solve {
  margin-bottom: 10px !important;
}

.solution {
  padding-left: 20px;
}

/* Our process */

.process-section {
  padding-bottom: 60px;
}

.icon-circle img {
  width: 45px;
  height: 45px;
}

.icon-circle {
  width: 100px;
  height: 100px;
  /* background: #EF5758; */
  background: linear-gradient(180deg, #ef5758, #893232);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  transition: transform 0.3s;
}

.icon-circle:hover {
  transform: scale(1.1);
  background: linear-gradient(180deg, #ef5758, #893232);
}

.process-step p {
  font-size: 18px;
  color: #114c6d;
  font-weight: bold;
}

/* Our Service */

.services-section {
  background: linear-gradient(to bottom right, #e0f8ff, #fff0e5);
  padding: 60px 20px;
  text-align: center;
}

.services-subtitle {
  color: #e60072 !important;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

.services-title {
  font-size: 25px;
  font-weight: 800;
  color: #114c6d;
  margin-bottom: 40px;
}

.service-card {
  background: #114c6d;
  color: #fff !important;
  border-radius: 8px 40px;
  padding: 35px 20px;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease;
  height: 100%;
}

.service-card img {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
}

.service-card:hover {
  transform: translateY(-8px);
  background: #133b66;
}

.service-card p {
  margin: 0;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}

/* Location Section */

.location-section {
  background: linear-gradient(to bottom, #e8f5ff, #ffeaea);
  padding: 60px 20px;
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-list li {
  border-bottom: 1px dotted #999;
}

/* 
        .location-list li:last-child {
            border-bottom: none;
        } */

.location-list a {
  display: flex;
  align-items: top;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #114c6d;
  transition: 0.3s;
  line-height: 20px;
}

.location-list a i {
  color: #114c6d;
  margin-right: 10px;
  font-size: 18px;
  margin-top: 4px;
}

.location-list a:hover {
  color: #e60072;
}

.location-list a:hover i {
  color: #e60072;
}

/*  FAQ  */

.faq-section {
  padding: 60px 20px;
  background: #fff;
  border-radius: 10px;
}

.faq-title {
  text-align: center;
  margin-bottom: 30px;
}

.faq-title h6 {
  color: #e60072;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.faq-title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #114c6d;
}

#faqAccordion {
  max-width: 800px;
  margin: 0 auto;
  /* brings to center */
}

#faqAccordion .accordion-button {
  line-height: 24px !important;
}

.accordion-button {
  background-color: #0f5d7c !important;
  color: #fff !important;
  font-weight: 400;
  border-radius: 6px !important;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 16px !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #0f5d7c !important;
  color: #fff !important;
  box-shadow: none !important;
  margin-bottom: 0px !important;
  border-radius: 6px 6px 0px 0px !important;
}

.accordion-button:hover {
  background-color: #0f5d7c !important;
  color: #fff !important;
}

.accordion-button::after {
  background-image: none !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f067" !important;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068" !important;
  /* minus */
  font-family: "Font Awesome 6 Free";
  color: #fff;
  font-weight: 900;
}

.accordion-body {
  background: #f7f7f7;
  padding: 15px;
  font-size: 16px !important;
  color: #333;
  margin-bottom: 10px;
  line-height: 24px;
  border-radius: 0 0 20px 20px;
}

h2 br {
  display: none;
}

.transforamtion .row {
  --bs-gutter-x: 1.5rem;
}

@media (min-width: 768px) {
  h2 br {
    display: inline;
  }
  .hero-section h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-section p {
    font-size: 16px;
  }

  .common-heading h2 {
    font-size: 25px;
  }

  /* MIDC Focus Sectors in Maharashtra */

  .focus-title {
    font-size: 30px !important;
    line-height: 50px !important;
  }

  /* Common Challenges Faced */
  .challenges-title {
    font-size: 30px;
  }

  .challenges-img img {
    max-width: 100%;
    height: auto;
  }

  /* Our Services */
  .services-title {
    font-size: 30px;
  }

  .solution {
    padding-left: 0px;
  }

  /* Faq */

  .faq-title h2 {
    font-size: 30px;
  }

  /* we challange */
  .list2 {
    display: flex;
    align-items: center !important;
  }

  .list2 .icon {
    margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .hero-section {
    margin-top: 0px !important;
    padding: 0px !important;
  }

  .hero-digital {
    margin-right: 80px;
  }

  .form-box {
    margin-top: 0 !important;
  }

  .common-heading h2 {
    font-size: 30px;
  }

  .hero-section h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-section p {
    font-size: 25px;
  }

  .hero-img {
    max-width: 80%;
    /* text-align: right !important; */
  }

  /* MIDC Focus Sectors in Maharashtra */

  .focus-title {
    font-size: 39px !important;
    line-height: 50px;
  }

  /* Common Challenges Faced */
  .challenges-title {
    font-size: 39px;
  }

  .challenges-section {
    padding-bottom: 60px;
    padding: 20px;
    margin-bottom: 40px;
  }

  /* solve */

  .solve-section {
    padding-bottom: 60px;
  }

  /* Our Services */
  .services-title {
    font-size: 39px;
  }

  /* Faq */

  .faq-title h2 {
    font-size: 39px;
  }

}

/*   Google review */

.google {
  padding-bottom: 60px;
}

/* Parent container control */
#reviews {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}

.reviewsbutton {
  z-index: 1000;
  margin-top: -73px !important;
  text-align: center !important;
  position: relative !important;
}


@media (min-width: 768px) and (max-width: 992px) {
  h2 {
    line-height: 36px;
    font-size: 30px !important;
  }

  .location-list a i {
    margin-top: 3px;
  }
}

/* @media (min-width: 1150px) and(max-width:1200px) {
  .form-block a{
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .form-block a{
    margin-left: 40px;
   box-shadow: none;
  }
} */
