@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700&family=Dancing+Script&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,600&family=Roboto+Slab:wght@600;700&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
}

.noPadding {
  padding: 0 !important;
}

.noLeftPadding {
  padding-left: 0 !important;
}

.noRightPadding {
  padding-right: 0 !important;
}

.customRightPadding {
  padding-right: 30px !important;
}

.customLeftPadding {
  padding-left: 30px !important;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.container {
  width: 100%;
  max-width: 1144px;
}

.headerSection {
  text-align: center;
  background: url(../../images/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 39px;
  padding-bottom: 39px;
}

.headerSection .logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.certificateSection {
  background: #f3f3f3;
  padding-top: 35px;
  padding-bottom: 35px;
}

.certificateSection .certifecationImg {
  display: block;
  width: 100%;
  box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.2);
}

.aboutSection1 {
  text-align: center;
  background: url(../../images/about-section-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.aboutSection1 .mainImg {
  width: 100%;
  border: 10px solid #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
}

.aboutSection1 h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 45px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  text-transform: capitalize;
  margin: 0;
  margin-top: -10px;
}

.aboutSection1 h3 {
  font-family: 'Dancing Script', cursive;
  font-size: 40px;
  color: #f6862f;
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 10px;
}

.aboutSection1 p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.35;
  text-align: left;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 0;
}

.aboutSection2 {
  text-align: center;
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.aboutSection2 .mainImg {
  width: 100%;
  border: 10px solid #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
}

.aboutSection2 h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 45px;
  line-height: 1;
  text-align: left;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  text-transform: capitalize;
  margin: 0;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #117979;
  font-weight: 400;
}

.aboutSection2 h3 {
  font-family: 'Dancing Script', cursive;
  font-size: 35px;
  line-height: 1;
  text-align: left;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 5px;
  color: rgb(33, 33, 33);
}

.aboutSection2 p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  color: rgb(34, 34, 34);
  line-height: 1.2;
}

.aboutSection2 p a {
  color: rgb(9, 97, 183) !important;
  font-weight: 600;
}

.aboutSection2 hr {
  margin-top: 50px;
  margin-bottom: 40px;
}

.aboutSection2 h4 {
  font-size: 27px;
  font-family: 'Roboto Slab', serif;
  color: rgb(9, 97, 183);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin: 0;
  margin-bottom: 25px;
}

.aboutSection2 .openHoursItem {
  width: 100%;
  display: block;
  font-size: 18px;
  max-width: 255px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.aboutSection2 .openHoursItem span {
  float: right;
}

.aboutSection2 h5 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  text-align: left;
}

.aboutSection2 .addressItem {
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  color: #333;
  margin-bottom: 10px;
}

.aboutSection2 .addressItem:last-of-type {
  margin-bottom: 25px;
}

.aboutSection2 .socialMediaIcon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 5px;
  background: url(../../images/social-media-icos-bg.jpg);
}

.aboutSection2 .socialMediaIcon.facebook {
  background-position-x: 0px;
}

.aboutSection2 .socialMediaIcon.twitter {
  background-position-x: -37px;
}

.aboutSection2 .socialMediaIcon.linkedin {
  background-position-x: -74px;
}

.aboutSection2 .socialMediaIcon.youtube {
  background-position-x: -111px;
}

.aboutSection2 .socialMediaIcon.pintrest {
  background-position-x: -148px;
}

.aboutSection2 .socialMediaIcon.instagram {
  background-position-x: -185px;
}

.callUsSection {
  text-align: center;
  background: url(../../images/call-us-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 31px;
  padding-bottom: 31px;
}

.callUsSection .title {
  font-size: 35px;
  font-family: 'Roboto Slab', serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
}

.callUsSection .infoBox {
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  overflow: hidden;
  padding: 15px 18px;
  display: block;
  text-decoration: none !important;
}

.callUsSection .infoBox p.boxTitle {
  font-size: 26px;
  font-family: 'Roboto Slab', serif;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  mix-blend-mode: normal;
  margin-bottom: 0;
}

.callUsSection .infoBox p.value {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 0;
  padding-left: 29px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.callUsSection .flexRow {
  display: flex;
  align-items: center;
}

.googleReviewsSection {
  text-align: center;
  background: url(../../images/google-reviews-serction-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.googleReviewsSection h2 {
  font-size: 45px;
  font-family: 'Roboto Slab', serif;
  color: rgb(0, 162, 180);
  font-weight: 600;
  line-height: 1.156;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  margin: 0;
}

.googleReviewsSection h3 {
  margin: 0;
  font-size: 41px;
  font-family: 'Dancing Script', cursive;
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 1.268;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}

.googleReviewsSection .reviewItem {
  width: 100%;
  display: block;
  text-align: center;
}

.googleReviewsSection .reviewerImageContainer {
  border-width: 2px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 132px;
  height: 132px;
  padding: 6px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.googleReviewsSection .reviewerImageContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.googleReviewsSection .reviewText {
  font-size: 20px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 1.05;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  margin-left: auto;
  margin-right: auto;
  width: 58%;
  margin-bottom: 20px;
}

.reviewerName {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  font-style: italic;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 30px;
}

.reviewerName span {
  color: rgb(0, 162, 180);
}

.slick-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 60px;
}

.slick-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 60px;
}

.slick-dots li button:before {
  content: '\f111';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 15px;
  width: 19px;
  height: 19px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: rgb(0, 162, 180);
}

.slick-dots li {
  margin-left: 0;
  margin-right: 0;
}

.footerSection {
  background: #fff;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footerSection .footerText {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  color: rgb(34, 34, 34);
  line-height: 1.4;
}

.footerSection .footerText a {
  color: #f38032;
  text-decoration: none;
}

.companyNmae {
  font-size: 75px;
  font-family: 'Dancing Script', cursive;
  color: rgb(0, 95, 123);
  font-weight: bold;
  line-height: 1.2;
  text-transform: capitalize;
  position: absolute;
  top: 39%;
  left: 50%;
  margin-left: -240px;
}

.certificateYear {
  font-size: 38px;
  font-family: 'Dancing Script', cursive;
  color: rgb(34, 34, 34);
  font-weight: bold;
  position: absolute;
  top: 48.5%;
  left: 50%;
  margin-left: -105px;
}

.certificateText {
  font-size: 21px;
  color: rgb(8, 38, 66);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  top: 56%;
  left: 50%;
  margin-left: -246px;
}

.logoBadgeImg {
  position: relative;
  display: inline-block;
}

.companyNameInlogo {
  font-size: 7px;
  color: rgb(35, 31, 32);
  font-weight: bold;
  line-height: 0.857;
  text-align: center;
  position: absolute;
  top: 140px;
  left: 65px;
  width: 92px;
}

.certificateYearInLogo {
  font-size: 7px;
  color: rgb(35, 31, 32);
  font-weight: bold;
  line-height: 0.955;
  text-align: center;
  position: absolute;
  left: 98px;
  top: 156px;
  font-family: 'Barlow Condensed';
}

@media only screen and (max-width: 991px) {
  .aboutSection1 .customRightPadding {
    padding-right: 0 !important;
  }

  .aboutSection1 .mainImg {
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
  }

  .aboutSection1 h2 {
    margin-top: 15px;
  }

  .aboutSection1 h2,
  .aboutSection1 h3,
  .aboutSection1 p {
    text-align: center;
  }

  .aboutSection2 .customLeftPadding {
    padding-left: 0 !important;
  }

  .aboutSection2 .mainImg {
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
  }

  .aboutSection2 h2 {
    margin-top: 15px;
  }

  .aboutSection2 h4,
  .aboutSection2 h5,
  .aboutSection2 h2,
  .aboutSection2 h3,
  .aboutSection2 p {
    text-align: center;
  }

  .aboutSection2 .openHoursItem {
    text-align-last: left;
    margin-left: auto;
    margin-right: auto;
  }

  .aboutSection2 .addressItem {
    width: 100%;
    text-align: center;
  }

  .aboutSection2 .col-md-3.col-xs-12.text-left {
    text-align: center !important;
  }

  .aboutSection2 h4 {
    margin-top: 15px;
  }

  .aboutSection2 hr {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .aboutSection2 .noRightPadding,
  .aboutSection2 .noLeftPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .callUsSection .flexRow {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .callUsSection .noRightPadding,
  .callUsSection .noLeftPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .callUsSection .infoBox {
    max-width: 500px;
    margin: auto;
    margin-top: 15px;
  }

  .slick-prev {
    left: 0;
    z-index: 100;
  }

  .slick-next {
    right: 0;
    z-index: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .googleReviewsSection h2 {
    font-size: 35px;
  }

  .googleReviewsSection .reviewText {
    width: 81%;
  }

  .aboutSection1 h2 {
    font-size: 35px;
  }

  .aboutSection2 h2 {
    font-size: 35px;
  }

  .aboutSection1,
  .aboutSection2 {
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .headerSection {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* aboutSection2-container */
.aboutSection2-container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  text-align: left;
}

.aboutSection2-img {
  width: 400px;
  height: 400px;
  flex-shrink: 0;
  order: 2;
  /* Move image to the right */
}

.aboutSection2-img .mainImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.aboutSection2-content {
  flex: 1;
  min-width: 0;
  /* Prevents flex item from overflowing */
  order: 1;
  /* Keep content on the left */
}

.find-person-name {
  font-size: 20px;
  font-weight: 600;
  color: #117979;
  line-height: 1.2;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 30px;
}

/* Responsive Design for aboutSection2-container */
@media only screen and (max-width: 1024px) {
  .aboutSection2-container {
    gap: 20px;
  }

  .aboutSection2-img {
    width: 350px;
    height: 350px;
  }

  .find-person-name, .social-links {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {

  .find-person-name {
    text-align: center;
  }

  .aboutSection2-container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
  }

  .aboutSection2-img {
    width: 100%;
    max-width: 400px;
    height: 300px;
    margin: 0 auto;
    order: 1;
    /* Image on top for mobile */
  }

  .aboutSection2-content {
    order: 2;
    /* Content below image for mobile */
  }

  .aboutSection2 h2,
  .aboutSection2 h3,
  .aboutSection2 p {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .aboutSection2-container {
    gap: 15px;
  }

  .aboutSection2-img {
    max-width: 80%;
    height: auto;
    aspect-ratio: 1/1;
  }

  .aboutSection2-img .mainImg {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    aspect-ratio: 1/1;
  }

  .aboutSection2 h2 {
    font-size: 32px;
  }

  .aboutSection2 h3 {
    font-size: 28px;
  }

  .aboutSection2 p {
    font-size: 16px;
  }
}

/* Customer Testimonials Section */
.testimonials-section {
  background: url(../../images/customers_bg.jpg) center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
  position: relative;
  display: none;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.testimonials-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.testimonials-title {
  font-family: 'Roboto Slab', serif;
  font-size: 45px;
  font-weight: 700;
  color: #f38032;
  margin: 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.129);
}

.testimonials-subtitle {
  font-family: 'Dancing Script', cursive;
  font-size: 35px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 40px 0;
  font-style: italic;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.testimonial-item {
  display: none;
  width: 100%;
}

.testimonial-item.active {
  display: block;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.testimonial-image {
  margin-bottom: 30px;
}

.customer-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.testimonial-text {
  max-width: 620px;
  margin: 0 auto 25px auto;
}

.testimonial-text p {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.129);
}

.testimonial-author {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.129);
}

.testimonial-author .dash {
  color: #f38032;
  margin-right: 5px;
}

.testimonial-author .author-name {
  color: #ffffff;
}

/* Navigation */
.testimonial-nav {
  position: absolute;
  top: 50%;
  transform: translate(-12%, -50%);
  width: 130%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.nav-btn {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 60px;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
  pointer-events: all;
  z-index: 3;
  line-height: 1;
  padding: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAA4CAYAAAAFByO3AAAABHNCSVQICAgIfAhkiAAAAzJJREFUWEe9mLeOFEEQhvdiPCREcLgYhA9JSLDH4SSEOUxOggRvQIAED4A7ECC8EyDxCnhID3MgcjyEx/+haWm2tqend6abkUra3ln1V/XX3zW7OzAxMbGy0+lcVixUvFUcVjxSZL8GBD8ryoES6bde71Lcy00HfkKQIwb0Rev9uRMAPijITcUyk8CvQoH7uRQAzt70mwQWG9A3rfflUsDBYS5SXFcs8SSwW+89SK1AGe4UuKYXSw3op9Z7FXdSJmDhoQQw4YgimQd88FACf3STFtxOoUAVPJTAV91kLrRuQQhOAgsKE/o8gAKtBlEdPJTAj+IYNlYgBh5KgDmACe828UAsnL3nKziGyw0IE+5R3Oo3gX7gTgESsKO4kQn7hdcpwCBiTEddTeChBL7r5sHYBJrCSWBeAbHHkFOAArUmbAN3CeCBFUZnngUMohsh/dvC2XuwUMCakBbwhaRyFKeAuwSu6sUqUynHcETBo7rnSgUPmZBBdMhnwpRwEpirwANWAb6U0oIuBVLDnQlpAV/Jy1ePCXPAAc5RMG7tKO6aA7ngrgUosLrKhDnhTgHGrZ0DKDCUG04CsxSPFXYOXPkf8LUCny5OQrkDp3LDN4jGj9Cppu8vtR7OCd8swHnFDAN+o/U2xVgu+Hptfkkx3YBfab1dwU/xTg74kPa94JG6C5wDvrEAW6lfF1L/q9hdKSsfLsCTjdTPtd6peGfeTyY7UvMPx0wDoGJ6PGbBqWTfpI0uKqYZAMdphzNXDjhSn/OAXxRSd/U4pexVFePqLYpxX7UpDLdVmzBApnjMhdTv68BNe05VSO0bIEyuHldXJdLvUaPHo20rdsn0AwfMcWpdcb/wkKuR+kNMj5u4nc3psc9cDJBG4BjDYS567Hsec+9jk4pjZKcqjtMkA3iqNbO6ccV1cM4x5rIjkwHCvahzXKeKz+30GLCV+pneQ43xuk1j71s4m5/xgHksRk+uJvCqigFz1D7Fbhr7OVd5yFzca+XqqmSAr9FN/sKw5uKxyHFKXnHZ7aNa8Id++XpS9DhLxWX4cS2OlchUzHFK5uqQ7LN186RineKh4qjic6xp2nzuLwOgSzRz+t9yAAAAAElFTkSuQmCC);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 56px;
}

.nav-btn.prev-btn {
  transform: rotate(180deg);
}

.nav-btn:hover {
  color: #f38032;
  transform: scale(1.1);
}

.nav-btn.prev-btn:hover {
  transform: rotate(180deg) scale(1.1);
}

.nav-btn:focus {
  outline: none;
}

/* Dots indicator */
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #f38032;
  transform: scale(1.2);
}

.dot:hover {
  background: #f38032;
}

/* Responsive Design for Testimonials */
@media only screen and (max-width: 768px) {
  .testimonials-section {
    padding: 40px 0;
    background-attachment: scroll;
  }

  .testimonials-title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .testimonials-subtitle {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .customer-image {
    width: 80px;
    height: 80px;
  }

  .testimonial-text p {
    font-size: 18px;
    padding: 0 15px;
  }

  .testimonial-author {
    font-size: 18px;
  }

  .testimonial-nav {
    transform: translate(0, -50%);
    width: 100%;
    padding: 0 10px;
  }

  .nav-btn {
    width: 24px;
    height: 42px;
    background-size: contain;
  }
}

@media only screen and (max-width: 480px) {
  .testimonials-section {
    padding: 30px 0;
  }

  .testimonials-title {
    font-size: 28px;
  }

  .testimonials-subtitle {
    font-size: 24px;
  }

  .customer-image {
    width: 70px;
    height: 70px;
  }

  .testimonial-text p {
    font-size: 16px;
  }

  .testimonial-author {
    font-size: 16px;
  }

  .testimonial-nav {
    transform: translate(0, -50%);
    width: 100%;
    padding: 0 5px;
  }

  .nav-btn {
    width: 20px;
    height: 36px;
    background-size: contain;
  }
}

/* Certification Areas Styling */
.aboutSection1 .certification-areas {
  margin-top: 20px;
  margin-bottom: 20px;
}

.aboutSection1 .cert-area {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 15px;
}

.aboutSection1 .cert-number {
  width: 32px;
  height: 32px;
  background: #f6862f;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.aboutSection1 .cert-content {
  flex: 1;
  font-size: 16px;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  text-align: left;
}

.aboutSection1 .cert-content strong {
  font-weight: 600;
}

.aboutSection1 .certification-closing {
  margin-top: 25px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
}

/* Responsive Design for Certification Areas */
@media only screen and (max-width: 991px) {
  .aboutSection1 .certification-areas,
  .aboutSection1 .cert-area,
  .aboutSection1 .cert-content,
  .aboutSection1 .certification-closing {
    text-align: center;
  }
  
  .aboutSection1 .cert-area {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .aboutSection1 .cert-number {
    margin-top: 0;
  }
}

@media only screen and (max-width: 700px) {
  .aboutSection1 .cert-content {
    font-size: 14px;
  }
  
  .aboutSection1 .certification-closing {
    font-size: 14px;
  }
  
  .aboutSection1 .cert-number {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}

/* Responsive adjustments for Find [Person Name] and social icons */
@media only screen and (max-width: 768px) {

  .nav-btn {
    position: relative;
    right: -15px;
  }

  .nav-btn.prev-btn {
    right: 0;
    left: -15px;
  }

  .find-person-name {
    text-align: center;
  }

  .aboutSection2 .social-links {
    justify-content: center;
  }

  .aboutSection2 .socialMediaIcon::before {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .aboutSection2 .socialMediaIcon {
    width: 32px;
    height: 32px;
  }

  .aboutSection2 .socialMediaIcon::before {
    font-size: 14px;
  }
}

/* Editorial Review Section - Based on SVG Design */
.editorialReviewSection {
  background: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 60px;
}

.editorialReviewSection .editorial-review-card {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(135, 135, 135, 0.361);
  display: flex;
  position: relative;
  padding: 20px;
}

.editorialReviewSection .editorial-content-wrapper {
  flex: 1;
  padding: 30px 35px;
  position: relative;
}

.editorialReviewSection .quote-icon-circle {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 62px;
  height: 62px;
}

.editorialReviewSection .editorial-text-content {
  padding-left: 0;
}

.editorialReviewSection .editorial-title {
  font-family: 'Roboto Slab', serif;
  font-size: 40px;
  font-weight: 700;
  color: #117979;
  margin: 0 0 15px 0;
  line-height: 1.2;
}

.editorialReviewSection .editorial-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #212121;
  margin: 0 0 50px 0;
  line-height: 1.4;
}

.editorialReviewSection .editorial-quote {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  line-height: 1.875;
  margin: 0 0 25px 0;
  text-align: left;
}

.editorialReviewSection .editorial-author {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: #127979;
  margin: 0;
  text-align: left;
}

.editorialReviewSection .editorial-image-wrapper {
  width: 488px;
  background: #000000;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.editorialReviewSection .editorial-img, .editorial-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Certificate Section Dark Background */
.certificateSection.certificateDarkBg {
  background: #333333;
  text-align: center;
  background: url(../../images/about-section-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Responsive for Editorial Review Section */
@media only screen and (max-width: 991px) {
  .editorialReviewSection .editorial-review-card {
    flex-direction: column-reverse;
    min-height: auto;
  }

  .editorialReviewSection .editorial-image-wrapper {
    width: 100%;
    height: 400px;
  }

  .editorialReviewSection .editorial-content-wrapper {
    padding: 40px 30px;
  }

  .editorialReviewSection .quote-icon-circle {
    left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .editorialReviewSection .editorial-title {
    font-size: 32px;
  }

  .editorialReviewSection .editorial-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .editorialReviewSection .editorial-image-wrapper {
    height: 300px;
  }

  .editorialReviewSection .editorial-content-wrapper {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .editorialReviewSection {
    padding: 30px 0;
  }

  .editorialReviewSection .editorial-title {
    font-size: 26px;
  }

  .editorialReviewSection .editorial-subtitle {
    font-size: 16px;
  }

  .editorialReviewSection .editorial-quote {
    font-size: 14px;
    line-height: 1.6;
  }

  .editorialReviewSection .editorial-author {
    font-size: 14px;
  }

  .editorialReviewSection .editorial-image-wrapper {
    height: 250px;
  }

  .editorialReviewSection .quote-icon-circle {
    width: 50px;
    height: 50px;
    left: 15px;
    top: 15px;
  }

  .editorialReviewSection .quote-icon-circle svg {
    width: 50px;
    height: 50px;
  }
}