/* ===== GLOBAL STYLES ===== */
body {
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

/* Service section */

.service-section {
  background-image: url("../images/banner-image.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 224px 0 112px 0;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.service-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(4px);
}
.service-overlay {
  position: absolute;
  inset: 0;
  background: #091930d4;
  z-index: 2;
}
.service-section .container {
  z-index: 3;
}

.service-content p {
  line-height: 26px;
  margin-block: 28px;
  color: #fff;
  padding: 0 95px;
  margin-top: 40px;
}

.service-content h2 {
  color: #6fabff;
  font-size: 44px;
  line-height: 42px;
  font-weight: 600;
}

.service-card {
  border: 1px solid #ece8e8;
  padding: 30px 40px;
  overflow: hidden;
  background: #fff;
  min-height: 465px;
}
.service-card:hover {
  border: 1px solid #6fabff;
}

.service-img {
  overflow: hidden;
}
.service-img img {
  width: 100%;
}

.service-content {
  padding-top: 20px;
}

.service-date {
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}

.service-title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}

.read-more {
  font-size: 14px;
  color: #6fabff;
  font-weight: 500;
  text-decoration: none;
}

/* ....................Card-1........................ */

/* Card section */

.card1-section {
  background-image: url("../images/banner-image.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 224px 0 80px 0;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.card1-overlay {
  position: absolute;
  inset: 0;
  background: #021530a3;
  z-index: 2;
}
.card1-section .container {
  z-index: 3;
}

.card1-content p {
  line-height: 26px;
  color: #fff;
  padding: 0 95px;
  margin-top: 24px;
}

.card1-content h2 {
  color: #fff;
  font-size: 44px;
  line-height: 54px;
  font-weight: 600;
}

.webinar-content {
  max-width: 100%;
}
.webinar-content p {
  font-size: 17px;
  color: #1d1d1d !important;
}

.check-list li {
  font-size: 17px;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}

.check-list i {
  color: #2bb673;
  margin-top: 4px;
}
.title-heading {
  font-size: 28px !important;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
}

.small-note {
  font-size: 15px;
  color: #1d1d1d;
}

.card-section h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #6fabff;
}

.cards-para {
  padding: 95px 0 !important;
}

.check-list1 {
  list-style-type: disc;
  font-size: 17px;
  padding-left: 20px !important;
}
.check-list1 li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.webinar-para {
  margin-bottom: 30px;
}
.webinar-pic {
  width: 50%;
  margin: auto;
  padding: 45px 0;
}
.webinar-pic img {
  width: 100%;
}
.check-list1 span {
  font-weight: 700;
}
.webinar-para span {
  color: #6fabff;
}
.para-span {
  font-weight: 700;
}
.content-para {
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .service-section {
    min-height: 75vh;
    height: unset;
  }
  .service-content p {
    padding: 0px 12px;
  }
  .service-content h2 {
    font-size: 40px;
  }
  .service-card {
    width: 90%;
    margin: auto;
    padding: 30px;
  }
  .service-title {
    font-size: 20px;
  }
  .card1-content h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 0 30px;
  }
}

/* ......For Tablet...... */

@media (min-width: 576px) and (max-width: 767.8px) {
  .service-section {
    min-height: 70vh;
    height: unset;
  }
  .service-content p {
    padding: 0;
    margin-top: 30px;
  }
  .service-section {
    max-width: 767.8px;
  }
  .service-card {
    width: 90%;
    margin: auto;
  }
  .card1-content h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 0 20px;
  }
}

/* .............For Laptop............ */

@media (min-width: 768px) and (max-width: 991.8px) {
  .service-section {
    min-height: 55vh;
    height: unset;
  }
  .service-section .container {
    max-width: 991.8px;
  }
  .service-content h2 {
    font-size: 40px;
  }
  .service-content p {
    padding: 0;
    margin-top: 30px;
  }
  .card-section {
    max-width: 991.8px;
    padding: 0 30px;
  }
  .service-card {
    width: 95%;
    height: 100%;
    margin: auto;
  }
}

/* ............For Desktop........... */

@media (min-width: 992px) and (max-width: 1200px) {
  .service-section {
    min-height: 60vh;
    height: unset;
  }
  .service-content h2 {
    font-size: 40px;
  }
  .service-content p {
    padding: 0 30px;
    margin-top: 30px;
  }
  .service-card {
    width: 100%;
  }
}
