.hire-developer-hero-section {
  padding: 80px 0;
  background-color: #efefef;
}
.hire-developer-hero-section .hire-developer-content {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}
.hire-developer-hero-section .hire-developer-content h1 {
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  line-height: 100%;
  margin-bottom: 15px;
  position: relative;
}
.hire-developer-hero-section .hire-developer-content h1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 105px;
  width: 20px;
  height: 20px;
  background-image: url(../images/strive-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.hire-developer-hero-section .hire-developer-content p {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  line-height: 26px;
  margin-bottom: 25px;
  max-width: 692px;
}
.hire-developer-hero-section .hire-developer-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hire-developer-hero-section .hire-developer-illustration img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.web-design-services-section {
  padding: 100px 0;
  background-color: #ffffff;
}
.web-design-services-section .web-design-services-header {
  margin-bottom: 80px;
}
.web-design-services-section .web-design-services-header .services-title-wrapper {
  text-align: center;
}
.web-design-services-section .web-design-services-header .services-title-wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 16px;
  position: relative;
  line-height: 50px;
  display: inline-block;
}
.web-design-services-section .web-design-services-header .services-title-wrapper h2::before {
  content: "";
  position: absolute;
  top: 12%;
  left: -25px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/strive-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.web-design-services-section .web-design-services-header .services-title-wrapper h2::after {
  content: "";
  position: absolute;
  top: 22%;
  right: -22px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/strive-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.web-design-services-section .web-design-services-header .services-title-wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  line-height: 1.6;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}
.web-design-services-section .web-design-services-content .web-designer-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.web-design-services-section .web-design-services-content .web-designer-illustration img {
  max-width: 100%;
  height: auto;
}
.web-design-services-section .web-design-services-content .service-boxes-left,
.web-design-services-section .web-design-services-content .service-boxes-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.web-design-services-section .web-design-services-content .service-box {
  background-color: var(--grey-bg);
  border-radius: 16px;
  padding: 30px 25px;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}
.web-design-services-section .web-design-services-content .service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.12);
}
.web-design-services-section .web-design-services-content .service-box .service-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 17px;
  border-radius: 12px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: #ffffff;
  margin-right: auto;
  display: inline-block;
}
.web-design-services-section .web-design-services-content .service-box .service-icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.web-design-services-section .web-design-services-content .service-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 12px;
  line-height: 1.3;
}
.web-design-services-section .web-design-services-content .service-box p {
  font-size: 14px;
  font-weight: 400;
  color: #636363;
  line-height: 1.5;
  margin: 0;
}

.dedicated-team-promises-section {
  padding: 80px 0;
  background-color: #efefef;
}
.dedicated-team-promises-section .dedicated-team-promises-header {
  margin-bottom: 60px;
}
.dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper {
  text-align: center;
}
.dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 8px;
  line-height: 1.3;
  position: relative;
  display: inline-block;
}
.dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2::before {
  content: "";
  position: absolute;
  top: 12%;
  left: -25px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/strive-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2::after {
  content: "";
  position: absolute;
  top: 22%;
  right: -22px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/strive-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h3 {
  font-size: 28px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 0;
  line-height: 1.3;
}
.dedicated-team-promises-section .dedicated-team-promises-content .promise-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
.dedicated-team-promises-section .dedicated-team-promises-content .promise-item:hover {
  transform: none;
  box-shadow: none;
}
.dedicated-team-promises-section .dedicated-team-promises-content .promise-item .promise-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.dedicated-team-promises-section .dedicated-team-promises-content .promise-item .promise-icon img {
  width: 50px;
  height: 50px;
}
.dedicated-team-promises-section .dedicated-team-promises-content .promise-item p {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 1.5;
  margin: 0;
}

.industries-we-serve-section {
  background-color: #ffffff;
  padding: 80px 0;
  position: relative;
}
.industries-we-serve-section .industries-content {
  text-align: center;
}
.industries-we-serve-section .industries-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}
.industries-we-serve-section .industries-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #121212;
  margin: 0;
  position: relative;
  display: inline-block;
}
.industries-we-serve-section .industries-title::before {
  content: "";
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/strive-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -22px;
}
.industries-we-serve-section .industries-title::after {
  content: "";
  position: absolute;
  top: 11%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/strive-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -22px;
}
.industries-we-serve-section .industries-intro {
  margin-bottom: 60px;
}
.industries-we-serve-section .industries-intro p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #636363;
  opacity: 0.8;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}
.industries-we-serve-section .industries-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 0 auto;
}
.industries-we-serve-section .industry-card {
  background-color: var(--grey-bg);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  max-width: 382px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.industries-we-serve-section .industry-icon {
  margin-bottom: 20px;
  padding: 17px;
  border-radius: 12px;
  border: 1px solid hsla(0, 0%, 60%, 0.2);
  background-color: #ffffff;
  margin-right: auto;
  margin-left: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.industries-we-serve-section .industry-icon img {
  width: 24px;
  height: 24px;
}
.industries-we-serve-section .industry-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #121212;
  margin: 0 0 16px 0;
  text-align: left;
}
.industries-we-serve-section .industry-description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #636363;
  opacity: 0.8;
  margin: 0;
  text-align: left;
}

.hire-web-designer-steps-section {
  padding: 80px 0;
  position: relative;
  background-color: #f0f0f0;
}
.hire-web-designer-steps-section .steps-content {
  text-align: center;
}
.hire-web-designer-steps-section .steps-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}
.hire-web-designer-steps-section .steps-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #121212;
  margin: 0;
  position: relative;
  display: inline-block;
}
.hire-web-designer-steps-section .steps-title::before {
  content: "";
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/strive-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -22px;
}
.hire-web-designer-steps-section .steps-title::after {
  content: "";
  position: absolute;
  top: 11%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/strive-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -22px;
}
.hire-web-designer-steps-section .steps-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 24px;
  color: #636363;
  margin: 0;
}
.hire-web-designer-steps-section .steps-process .step-item {
  text-align: center;
  position: relative;
  padding: 20px 15px;
}
.hire-web-designer-steps-section .steps-process .step-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 30px;
  height: 2px;
  background: #121212;
  transform: translateY(-50%);
  z-index: 10;
}
.hire-web-designer-steps-section .steps-process .step-item:last-child::after {
  display: none;
}
.hire-web-designer-steps-section .steps-process .step-icon {
  width: 134px;
  height: 120px;
  margin: 0 auto 20px;
}
.hire-web-designer-steps-section .steps-process .step-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 127%;
  color: #121212;
  margin: 0 0 12px 0;
}
.hire-web-designer-steps-section .steps-process .step-description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #636363;
  margin: 0;
}

.amazing-hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/amazing-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.amazing-hero-section .amazing-hero-content {
  text-align: center;
  color: #ffffff;
}
.amazing-hero-section .amazing-hero-content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 16px 0;
}
.amazing-hero-section .amazing-hero-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 24px 0;
}

.benefits-of-hiring-web-designer-section {
  background-color: #f0f0f0;
  padding: 80px 0;
  position: relative;
}
.benefits-of-hiring-web-designer-section .benefits-content {
  text-align: center;
}
.benefits-of-hiring-web-designer-section .benefits-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
.benefits-of-hiring-web-designer-section .benefits-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #121212;
  margin: 0;
  position: relative;
  display: inline-block;
}
.benefits-of-hiring-web-designer-section .benefits-title::before {
  content: "";
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/strive-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -22px;
}
.benefits-of-hiring-web-designer-section .benefits-title::after {
  content: "";
  position: absolute;
  top: 11%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/strive-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -22px;
}
.benefits-of-hiring-web-designer-section .benefits-intro {
  margin-bottom: 60px;
}
.benefits-of-hiring-web-designer-section .benefits-intro p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #636363;
  opacity: 0.8;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}
.benefits-of-hiring-web-designer-section .benefit-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
}
.benefits-of-hiring-web-designer-section .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.benefits-of-hiring-web-designer-section .benefit-icon {
  flex-shrink: 0;
  padding: 17px;
  border-radius: 12px;
  border: 1px solid hsla(0, 0%, 60%, 0.2);
  background-color: var(--grey-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-of-hiring-web-designer-section .benefit-icon img {
  width: 24px;
  height: 24px;
}
.benefits-of-hiring-web-designer-section .benefit-content {
  flex: 1;
}
.benefits-of-hiring-web-designer-section .benefit-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #121212;
  margin: 0 0 16px 0;
  text-align: left;
}
.benefits-of-hiring-web-designer-section .benefit-description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #636363;
  opacity: 0.8;
  margin: 0;
  text-align: left;
}

.our-services-section {
  padding: 80px 0;
  background: url("../images/our-services-bg.png") no-repeat center center;
  background-size: cover;
}
.our-services-section .container {
  position: relative;
  z-index: 2;
}
.our-services-section .our-services-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 20px;
  line-height: 100%;
}
.our-services-section .our-services-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #636363;
  line-height: 26px;
  margin-bottom: 40px;
}
.our-services-section .our-services-content .service-items {
  display: flex;
  gap: 25px;
}
.our-services-section .our-services-content .service-items .service-item {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-services-section .our-services-content .service-items .service-item .service-item-icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-services-section .our-services-content .service-items .service-item .service-item-text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #121212;
  margin-top: 15px;
}
.our-services-section .our-services-video .video-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.our-services-section .our-services-video .video-container .video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
}
.our-services-section .our-services-video .video-container .play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.our-services-section .our-services-video .video-container .play-button-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.our-services-section .our-services-video .video-container .play-button-overlay .play-button {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.our-services-section .our-services-video .video-container .play-button-overlay .play-button:hover {
  transform: scale(1.1);
}
.our-services-section .our-services-video .video-container .play-button-overlay .play-button i {
  font-size: 2rem;
  color: #121212;
  margin-left: 5px;
}

.get-to-know-experts-section {
  padding: 80px 0;
  background-color: #f0f0f0;
}
.get-to-know-experts-section .experts-content {
  text-align: center;
}
.get-to-know-experts-section .experts-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.get-to-know-experts-section .experts-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #121212;
  margin: 0;
  position: relative;
  display: inline-block;
}
.get-to-know-experts-section .experts-title::before {
  content: "";
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/sparkle-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -22px;
}
.get-to-know-experts-section .experts-title::after {
  content: "";
  position: absolute;
  top: 11%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/sparkle-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -22px;
}
.get-to-know-experts-section .experts-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  color: #121212;
  margin: 0;
}
.get-to-know-experts-section .experts-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.get-to-know-experts-section .expert-card:nth-child(1) {
  margin-top: 70px;
}
.get-to-know-experts-section .expert-card:nth-child(2) {
  margin-top: 0px;
}
.get-to-know-experts-section .expert-card:nth-child(3) {
  margin-top: 70px;
}
.get-to-know-experts-section .expert-image {
  margin-bottom: 20px;
}
.get-to-know-experts-section .expert-image img {
  max-width: 500px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.get-to-know-experts-section .expert-info .expert-name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  color: #121212;
  margin: 0 0 12px 0;
}
.get-to-know-experts-section .expert-info .expert-experience {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #636363;
  margin: 0;
}

.clients-love-section {
  padding: 120px 0;
  position: relative;
  background-image: url(../images/portfolio-slider-bg.png);
  background-size: cover;
  width: 100%;
  height: auto;
}
.clients-love-section .clients-love-content {
  display: flex;
  align-items: center;
  gap: 80px;
}
.clients-love-section .clients-love-left {
  flex: 1;
  max-width: 400px;
}
.clients-love-section .clients-title-wrapper {
  margin-bottom: 48px;
}
.clients-love-section .clients-subtitle {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 8px;
}
.clients-love-section .clients-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 16px 0;
  position: relative;
}
.clients-love-section .clients-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -50px;
  width: 100%;
  height: 13px;
  background-image: url(../images/title-underline.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.clients-love-section .clients-navigation {
  display: flex;
  gap: 16px;
}
.clients-love-section .nav-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.clients-love-section .nav-arrow:hover {
  background-color: #ffffff;
}
.clients-love-section .nav-arrow:hover svg path {
  stroke: #1e1e1e;
}
.clients-love-section .nav-arrow:active {
  transform: scale(0.95);
}
.clients-love-section .clients-love-right {
  flex: 2;
  max-width: 1100px;
  overflow: hidden;
  margin-right: -24px;
}
.clients-love-section .testimonials-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  min-height: 300px;
  scroll-behavior: smooth;
  padding-right: 0;
}
.clients-love-section .testimonials-slider::-webkit-scrollbar {
  display: none;
}
.clients-love-section .testimonials-slider .testimonial-card {
  margin-right: 0;
  flex-shrink: 0;
}
.clients-love-section .testimonial-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  opacity: 1;
}
.clients-love-section .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15), 0px 16px 32px 0px rgba(0, 0, 0, 0.12);
}
.clients-love-section .testimonial-rating {
  margin-bottom: 20px;
}
.clients-love-section .testimonial-rating .stars {
  max-width: 140px;
  width: 100%;
}
.clients-love-section .testimonial-quote {
  margin-bottom: 24px;
}
.clients-love-section .testimonial-quote p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #121212;
  margin: 0;
}
.clients-love-section .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.clients-love-section .author-avatar {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  border-radius: 50%;
}
.clients-love-section .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clients-love-section .author-avatar .avatar-placeholder {
  display: none;
  width: 100%;
  height: 100%;
}
.clients-love-section .author-info {
  flex: 1;
}
.clients-love-section .author-name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #121212;
  margin: 0 0 4px 0;
}
.clients-love-section .author-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #636363;
  margin: 0;
}

.faq-section {
  padding: 100px 0;
  background-color: #f8f9fa;
}
.faq-section .faq-content .faq-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
.faq-section .faq-content .faq-title-wrapper .faq-title {
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 20px;
  line-height: 1.2;
}
.faq-section .faq-content .faq-title-wrapper .faq-description {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
.faq-section .faq-content .faq-accordion {
  max-width: 1114px;
  margin: 0 auto;
}
.faq-section .faq-content .faq-accordion .accordion .accordion-item {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.faq-section .faq-content .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-section .faq-content .faq-accordion .accordion .accordion-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.faq-section .faq-content .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  border: none;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.faq-section .faq-content .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:hover {
  background-color: #f8f9fa;
  color: #121212;
}
.faq-section .faq-content .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.faq-section .faq-content .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #121212;
  box-shadow: none;
}
.faq-section .faq-content .faq-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none !important;
}
.faq-section .faq-content .faq-accordion .accordion .accordion-item .accordion-header .accordion-button .accordion-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.faq-section .faq-content .faq-accordion .accordion .accordion-item .accordion-header .accordion-button .accordion-icon-wrapper .accordion-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.faq-section .faq-content .faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .accordion-icon-wrapper .accordion-icon {
  transform: rotate(45deg);
}
.faq-section .faq-content .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 32px 24px 32px;
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  line-height: 1.6;
  background-color: #ffffff;
  border-top: 1px solid #f1f3f4;
}

@media (max-width: 1583px) {
  .get-to-know-experts-section .expert-image img {
    max-width: 350px;
  }
  .clients-love-section .clients-love-content {
    gap: 60px;
  }
  .clients-love-section .clients-love-right {
    max-width: 900px;
  }
  .clients-love-section .testimonial-card {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .amazing-hero-section {
    padding: 100px 0;
    min-height: 450px;
  }
  .amazing-hero-section .amazing-hero-content h1 {
    font-size: 34px;
  }
  .amazing-hero-section .amazing-hero-content h2 {
    font-size: 24px;
  }
  .hire-developer-page {
    padding: 60px 0;
  }
  .hire-developer-page .hire-developer-hero-section {
    padding: 60px 0;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content {
    padding-right: 20px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content p {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .dedicated-team-promises-section {
    padding: 60px 0;
  }
  .industries-we-serve-section {
    padding: 60px 0;
  }
  .hire-web-designer-steps-section {
    padding: 60px 0;
  }
  .benefits-of-hiring-web-designer-section {
    padding: 60px 0;
  }
  .get-to-know-experts-section .expert-image img {
    max-width: 290px;
  }
  .get-to-know-experts-section .expert-info .expert-experience {
    line-height: 24px;
    margin: 0 auto;
    max-width: 200px;
  }
  .clients-love-section {
    padding: 100px 0;
  }
  .clients-love-section .clients-love-content {
    gap: 50px;
  }
  .clients-love-section .clients-love-left {
    max-width: 350px;
  }
  .clients-love-section .clients-subtitle {
    font-size: 26px;
  }
  .clients-love-section .clients-title {
    font-size: 32px;
  }
  .clients-love-section .clients-love-right {
    max-width: 800px;
  }
  .clients-love-section .testimonial-card {
    max-width: 320px;
    padding: 28px 20px;
  }
  .clients-love-section .testimonial-quote p {
    font-size: 16px;
  }
  .clients-love-section .author-avatar {
    width: 60px;
    height: 60px;
  }
  .clients-love-section .author-name {
    font-size: 15px;
  }
  .clients-love-section .author-title {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .amazing-hero-section {
    padding: 80px 0;
    min-height: 400px;
  }
  .amazing-hero-section .amazing-hero-content h1 {
    font-size: 30px;
  }
  .amazing-hero-section .amazing-hero-content h2 {
    font-size: 20px;
  }
  .hire-developer-page {
    padding: 50px 0;
  }
  .hire-developer-page .hire-developer-hero-section {
    padding: 50px 0;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content h1 {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content h1::after {
    right: -25px;
    width: 16px;
    height: 16px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content p {
    font-size: 15px;
    margin-bottom: 26px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-illustration img {
    max-width: 90%;
  }
  .hire-developer-page .web-design-services-section {
    padding: 60px 0;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header {
    margin-bottom: 50px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header .services-title-wrapper h2 {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header .services-title-wrapper h2::before {
    left: -25px;
    width: 16px;
    height: 16px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header .services-title-wrapper h2::after {
    right: -25px;
    width: 16px;
    height: 16px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header .services-title-wrapper p {
    font-size: 15px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .web-designer-illustration {
    margin: 30px 0;
    order: 2;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-boxes-left {
    order: 1;
    gap: 20px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-boxes-right {
    order: 3;
    gap: 20px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-box {
    padding: 25px 20px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-box .service-icon {
    margin-bottom: 16px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-box h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-box p {
    font-size: 13px;
  }
  .hire-developer-page .dedicated-team-promises-section {
    padding: 60px 0;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header {
    margin-bottom: 50px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2 {
    font-size: 32px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2::before {
    left: -25px;
    width: 16px;
    height: 16px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2::after {
    right: -25px;
    width: 16px;
    height: 16px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h3 {
    font-size: 24px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item {
    margin-bottom: 25px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item p {
    font-size: 15px;
  }
  .industries-we-serve-section {
    padding: 50px 0;
  }
  .industries-we-serve-section .industries-title::before {
    left: -20px;
    width: 20px;
    height: 20px;
  }
  .industries-we-serve-section .industries-title::after {
    right: -20px;
    width: 20px;
    height: 20px;
  }
  .industries-we-serve-section .industries-intro {
    margin-bottom: 50px;
  }
  .industries-we-serve-section .industries-intro p {
    font-size: 16px;
  }
  .industries-we-serve-section .industries-grid {
    gap: 12px;
  }
  .industries-we-serve-section .industry-card {
    padding: 18px;
    max-width: 350px;
  }
  .industries-we-serve-section .industry-icon {
    margin-bottom: 16px;
    padding: 15px;
  }
  .industries-we-serve-section .industry-title {
    margin-bottom: 12px;
  }
  .hire-web-designer-steps-section {
    padding: 50px 0;
  }
  .hire-web-designer-steps-section .steps-title {
    font-size: 32px;
  }
  .hire-web-designer-steps-section .steps-title::before {
    left: -20px;
    width: 20px;
    height: 20px;
  }
  .hire-web-designer-steps-section .steps-title::after {
    right: -20px;
    width: 20px;
    height: 20px;
  }
  .hire-web-designer-steps-section .steps-subtitle {
    font-size: 25px;
  }
  .hire-web-designer-steps-section .steps-process .step-item {
    padding: 15px 10px;
    margin-bottom: 25px;
  }
  .hire-web-designer-steps-section .steps-process .step-item:not(:last-child)::after {
    right: -10px;
    width: 20px;
  }
  .hire-web-designer-steps-section .steps-process .step-icon {
    width: 120px;
    height: 108px;
    margin-bottom: 16px;
  }
  .hire-web-designer-steps-section .steps-process .step-title {
    margin-bottom: 10px;
  }
  .our-services-section {
    padding: 60px 0;
  }
  .our-services-section .our-services-content h2 {
    font-size: 32px;
  }
  .our-services-section .our-services-content p {
    font-size: 15px;
    line-height: 24px;
  }
  .our-services-section .our-services-content .service-items {
    gap: 20px;
  }
  .our-services-section .our-services-content .service-items .service-item .service-item-text {
    font-size: 16px;
  }
  .our-services-section .our-services-video {
    margin-top: 40px;
  }
  .our-services-section .our-services-video .video-container .play-button-overlay .play-button {
    width: 60px;
    height: 60px;
  }
  .our-services-section .our-services-video .video-container .play-button-overlay .play-button i {
    font-size: 1.5rem;
  }
  .get-to-know-experts-section .expert-card:nth-child(1) {
    margin-top: 0;
  }
  .get-to-know-experts-section .expert-card:nth-child(3) {
    margin-top: 0;
  }
  .clients-love-section {
    padding: 80px 0;
  }
  .clients-love-section .clients-love-content {
    flex-direction: column;
    gap: 40px;
  }
  .clients-love-section .clients-love-left {
    max-width: 100%;
  }
  .clients-love-section .clients-title-wrapper {
    margin-bottom: 30px;
  }
  .clients-love-section .clients-subtitle {
    font-size: 24px;
  }
  .clients-love-section .clients-title {
    font-size: 28px;
  }
  .clients-love-section .clients-title::after {
    bottom: -15px;
    right: -30px;
    height: 10px;
  }
  .clients-love-section .clients-love-right {
    max-width: 100%;
    margin-right: 0;
  }
  .clients-love-section .testimonials-slider {
    justify-content: center;
  }
  .clients-love-section .testimonial-card {
    max-width: 300px;
    padding: 24px 18px;
  }
  .clients-love-section .testimonial-quote p {
    font-size: 15px;
  }
  .clients-love-section .author-avatar {
    width: 56px;
    height: 56px;
  }
  .clients-love-section .author-name {
    font-size: 14px;
  }
  .clients-love-section .author-title {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .amazing-hero-section {
    padding: 60px 0;
    min-height: 350px;
  }
  .amazing-hero-section .amazing-hero-content h1 {
    font-size: 28px;
  }
  .amazing-hero-section .amazing-hero-content h2 {
    font-size: 18px;
  }
  .hire-developer-page {
    padding: 40px 0;
  }
  .hire-developer-page .hire-developer-hero-section {
    padding: 40px 0;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content h1::after {
    right: -22px;
    width: 14px;
    height: 14px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-illustration img {
    max-width: 85%;
  }
  .hire-developer-page .web-design-services-section {
    padding: 40px 0;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header {
    margin-bottom: 40px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header .services-title-wrapper h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header .services-title-wrapper h2::before {
    left: -20px;
    width: 14px;
    height: 14px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header .services-title-wrapper h2::after {
    right: -20px;
    width: 14px;
    height: 14px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header .services-title-wrapper p {
    font-size: 14px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .web-designer-illustration {
    margin: 25px 0;
    order: 2;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-boxes-left {
    order: 1;
    gap: 15px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-boxes-right {
    order: 3;
    gap: 15px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-box {
    padding: 20px 18px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-box .service-icon {
    margin-bottom: 14px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-box h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-box p {
    font-size: 12px;
  }
  .hire-developer-page .dedicated-team-promises-section {
    padding: 40px 0;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header {
    margin-bottom: 40px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2 {
    font-size: 28px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2::before {
    left: -20px;
    width: 14px;
    height: 14px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2::after {
    right: -20px;
    width: 14px;
    height: 14px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h3 {
    font-size: 22px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item {
    margin-bottom: 20px;
    gap: 14px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item .promise-icon {
    width: 40px;
    height: 40px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item .promise-icon img {
    width: 20px;
    height: 20px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item p {
    font-size: 14px;
  }
  .industries-we-serve-section {
    padding: 40px 0;
  }
  .industries-we-serve-section .industries-title::before {
    left: -18px;
    width: 18px;
    height: 18px;
  }
  .industries-we-serve-section .industries-title::after {
    right: -18px;
    width: 18px;
    height: 18px;
  }
  .industries-we-serve-section .industries-intro {
    margin-bottom: 40px;
  }
  .industries-we-serve-section .industries-intro p {
    font-size: 15px;
  }
  .industries-we-serve-section .industries-grid {
    gap: 20px;
  }
  .industries-we-serve-section .industry-card {
    padding: 16px;
    max-width: 320px;
  }
  .industries-we-serve-section .industry-icon {
    margin-bottom: 14px;
    padding: 12px;
  }
  .industries-we-serve-section .industry-title {
    margin-bottom: 10px;
  }
  .hire-web-designer-steps-section {
    padding: 40px 0;
  }
  .hire-web-designer-steps-section .steps-title {
    font-size: 28px;
  }
  .hire-web-designer-steps-section .steps-title::before {
    left: -18px;
    width: 18px;
    height: 18px;
  }
  .hire-web-designer-steps-section .steps-title::after {
    right: -18px;
    width: 18px;
    height: 18px;
  }
  .hire-web-designer-steps-section .steps-subtitle {
    font-size: 22px;
  }
  .hire-web-designer-steps-section .steps-process .step-item {
    padding: 12px 8px;
    margin-bottom: 20px;
  }
  .hire-web-designer-steps-section .steps-process .step-item:not(:last-child)::after {
    display: none;
  }
  .hire-web-designer-steps-section .steps-process .step-icon {
    margin-bottom: 14px;
  }
  .hire-web-designer-steps-section .steps-process .step-title {
    margin-bottom: 8px;
  }
  .our-services-section {
    padding: 50px 0;
  }
  .our-services-section .our-services-content h2 {
    font-size: 28px;
  }
  .our-services-section .our-services-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .our-services-section .our-services-content .service-items {
    gap: 15px;
  }
  .our-services-section .our-services-content .service-items .service-item .service-item-icon img {
    width: 30px;
    height: 30px;
  }
  .our-services-section .our-services-content .service-items .service-item .service-item-text {
    font-size: 14px;
    margin-top: 12px;
  }
  .our-services-section .our-services-video {
    margin-top: 30px;
  }
  .our-services-section .our-services-video .video-container .play-button-overlay .play-button {
    width: 50px;
    height: 50px;
  }
  .our-services-section .our-services-video .video-container .play-button-overlay .play-button i {
    font-size: 1.2rem;
  }
  .get-to-know-experts-section .expert-card:nth-child(1) {
    margin-top: 0;
  }
  .get-to-know-experts-section .expert-card:nth-child(3) {
    margin-top: 0;
  }
  .clients-love-section {
    padding: 60px 0;
  }
  .clients-love-section .clients-love-content {
    gap: 30px;
  }
  .clients-love-section .clients-subtitle {
    font-size: 22px;
  }
  .clients-love-section .clients-title {
    font-size: 26px;
  }
  .clients-love-section .clients-title::after {
    bottom: -12px;
    right: -25px;
    height: 8px;
  }
  .clients-love-section .testimonial-card {
    max-width: 280px;
    padding: 20px 16px;
  }
  .clients-love-section .testimonial-quote p {
    font-size: 14px;
  }
  .clients-love-section .author-avatar {
    width: 52px;
    height: 52px;
  }
  .clients-love-section .author-name {
    font-size: 13px;
  }
  .clients-love-section .author-title {
    font-size: 11px;
  }
  .faq-section {
    padding: 80px 0;
  }
  .faq-section .faq-content .faq-title-wrapper {
    margin-bottom: 50px;
  }
  .faq-section .faq-content .faq-title-wrapper .faq-title {
    font-size: 32px;
  }
  .faq-section .faq-content .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px 24px;
    font-size: 16px;
  }
  .faq-section .faq-content .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 24px 20px 24px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .amazing-hero-section {
    padding: 50px 0;
    min-height: 300px;
  }
  .amazing-hero-section .amazing-hero-content h1 {
    font-size: 24px;
  }
  .amazing-hero-section .amazing-hero-content h2 {
    font-size: 16px;
  }
  .hire-developer-page {
    padding: 30px 0;
  }
  .hire-developer-page .hire-developer-hero-section {
    padding: 30px 0;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content h1 {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content h1::after {
    right: -20px;
    width: 12px;
    height: 12px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-illustration img {
    max-width: 80%;
  }
  .hire-developer-page .web-design-services-section {
    padding: 30px 0;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header {
    margin-bottom: 30px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header .services-title-wrapper h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header .services-title-wrapper h2::before {
    left: -18px;
    width: 12px;
    height: 12px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header .services-title-wrapper h2::after {
    right: -18px;
    width: 12px;
    height: 12px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-header .services-title-wrapper p {
    font-size: 13px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .web-designer-illustration {
    margin: 20px 0;
    order: 2;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-boxes-left {
    order: 1;
    gap: 12px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-boxes-right {
    order: 3;
    gap: 12px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-box {
    padding: 18px 16px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-box .service-icon {
    margin-bottom: 12px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-box h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .hire-developer-page .web-design-services-section .web-design-services-content .service-box p {
    font-size: 11px;
  }
  .hire-developer-page .dedicated-team-promises-section {
    padding: 30px 0;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header {
    margin-bottom: 30px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2 {
    font-size: 24px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2::before {
    left: -18px;
    width: 12px;
    height: 12px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2::after {
    right: -18px;
    width: 12px;
    height: 12px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h3 {
    font-size: 20px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item {
    margin-bottom: 15px;
    gap: 12px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item .promise-icon {
    width: 35px;
    height: 35px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item .promise-icon img {
    width: 17px;
    height: 17px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item p {
    font-size: 13px;
  }
  .industries-we-serve-section {
    padding: 30px 0;
  }
  .industries-we-serve-section .industries-title::before {
    left: -15px;
    width: 16px;
    height: 16px;
  }
  .industries-we-serve-section .industries-title::after {
    right: -15px;
    width: 16px;
    height: 16px;
  }
  .industries-we-serve-section .industries-intro {
    margin-bottom: 30px;
  }
  .industries-we-serve-section .industries-intro p {
    font-size: 14px;
  }
  .industries-we-serve-section .industry-card {
    padding: 14px;
    max-width: 100%;
  }
  .industries-we-serve-section .industry-icon {
    margin-bottom: 12px;
    padding: 10px;
  }
  .industries-we-serve-section .industry-title {
    margin-bottom: 8px;
  }
  .hire-web-designer-steps-section {
    padding: 30px 0;
  }
  .hire-web-designer-steps-section .steps-title {
    font-size: 24px;
  }
  .hire-web-designer-steps-section .steps-title::before {
    left: -15px;
    width: 16px;
    height: 16px;
  }
  .hire-web-designer-steps-section .steps-title::after {
    right: -15px;
    width: 16px;
    height: 16px;
  }
  .hire-web-designer-steps-section .steps-subtitle {
    font-size: 20px;
  }
  .hire-web-designer-steps-section .steps-process .step-item {
    padding: 10px 5px;
    margin-bottom: 15px;
  }
  .hire-web-designer-steps-section .steps-process .step-icon {
    margin-bottom: 12px;
  }
  .hire-web-designer-steps-section .steps-process .step-title {
    margin-bottom: 6px;
  }
  .our-services-section {
    padding: 40px 0;
  }
  .our-services-section .our-services-content h2 {
    font-size: 24px;
  }
  .our-services-section .our-services-content p {
    font-size: 13px;
    line-height: 20px;
  }
  .our-services-section .our-services-content .service-items {
    gap: 12px;
  }
  .our-services-section .our-services-content .service-items .service-item .service-item-icon img {
    width: 25px;
    height: 25px;
  }
  .our-services-section .our-services-content .service-items .service-item .service-item-text {
    font-size: 13px;
    margin-top: 10px;
  }
  .our-services-section .our-services-video {
    margin-top: 25px;
  }
  .our-services-section .our-services-video .video-container .play-button-overlay .play-button {
    width: 45px;
    height: 45px;
  }
  .our-services-section .our-services-video .video-container .play-button-overlay .play-button i {
    font-size: 1rem;
  }
  .clients-love-section {
    padding: 40px 0;
  }
  .clients-love-section .clients-love-content {
    gap: 25px;
  }
  .clients-love-section .clients-title-wrapper {
    margin-bottom: 20px;
  }
  .clients-love-section .clients-subtitle {
    font-size: 20px;
  }
  .clients-love-section .clients-title {
    font-size: 24px;
  }
  .clients-love-section .clients-title::after {
    bottom: -10px;
    right: -20px;
    height: 6px;
  }
  .clients-love-section .nav-arrow {
    width: 40px;
    height: 40px;
  }
  .clients-love-section .testimonial-card {
    max-width: 100%;
    padding: 18px 14px;
  }
  .clients-love-section .testimonial-rating {
    margin-bottom: 15px;
  }
  .clients-love-section .testimonial-rating .stars {
    max-width: 120px;
  }
  .clients-love-section .testimonial-quote {
    margin-bottom: 20px;
  }
  .clients-love-section .testimonial-quote p {
    font-size: 13px;
  }
  .clients-love-section .author-avatar {
    width: 48px;
    height: 48px;
  }
  .clients-love-section .author-name {
    font-size: 12px;
  }
  .clients-love-section .author-title {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .hire-developer-page {
    padding: 25px 0;
  }
  .hire-developer-page .hire-developer-hero-section {
    padding: 25px 0;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content h1 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content h1::after {
    right: -18px;
    width: 10px;
    height: 10px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-content p {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .hire-developer-page .hire-developer-hero-section .hire-developer-illustration img {
    max-width: 75%;
  }
  .hire-developer-page .dedicated-team-promises-section {
    padding: 25px 0;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header {
    margin-bottom: 25px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2 {
    font-size: 22px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2::before {
    left: -15px;
    width: 10px;
    height: 10px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h2::after {
    right: -15px;
    width: 10px;
    height: 10px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-header .promises-title-wrapper h3 {
    font-size: 18px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item {
    margin-bottom: 12px;
    gap: 10px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item .promise-icon {
    width: 30px;
    height: 30px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item .promise-icon img {
    width: 15px;
    height: 15px;
  }
  .hire-developer-page .dedicated-team-promises-section .dedicated-team-promises-content .promise-item p {
    font-size: 12px;
  }
  .industries-we-serve-section {
    padding: 25px 0;
  }
  .industries-we-serve-section .industries-title::before {
    left: -12px;
    width: 14px;
    height: 14px;
  }
  .industries-we-serve-section .industries-title::after {
    right: -12px;
    width: 14px;
    height: 14px;
  }
  .industries-we-serve-section .industries-intro {
    margin-bottom: 25px;
  }
  .industries-we-serve-section .industries-intro p {
    font-size: 13px;
  }
  .industries-we-serve-section .industry-card {
    padding: 12px;
  }
  .industries-we-serve-section .industry-icon {
    margin-bottom: 10px;
    padding: 8px;
  }
  .industries-we-serve-section .industry-title {
    margin-bottom: 6px;
  }
  .hire-web-designer-steps-section {
    padding: 25px 0;
  }
  .hire-web-designer-steps-section .steps-title {
    font-size: 22px;
  }
  .hire-web-designer-steps-section .steps-title::before {
    left: -12px;
    width: 14px;
    height: 14px;
  }
  .hire-web-designer-steps-section .steps-title::after {
    right: -12px;
    width: 14px;
    height: 14px;
  }
  .hire-web-designer-steps-section .steps-process .step-item {
    padding: 8px 3px;
    margin-bottom: 12px;
  }
  .hire-web-designer-steps-section .steps-process .step-icon {
    margin-bottom: 10px;
  }
  .hire-web-designer-steps-section .steps-process .step-title {
    margin-bottom: 5px;
  }
  .get-to-know-experts-section {
    padding: 40px 0;
  }
  .get-to-know-experts-section .experts-title {
    font-size: 24px;
  }
  .get-to-know-experts-section .experts-title::before {
    left: -15px;
    width: 16px;
    height: 16px;
  }
  .get-to-know-experts-section .experts-title::after {
    right: -15px;
    width: 16px;
    height: 16px;
  }
  .get-to-know-experts-section .experts-subtitle {
    font-size: 20px;
  }
  .get-to-know-experts-section .experts-grid {
    gap: 15px;
  }
  .get-to-know-experts-section .expert-card {
    padding: 18px 16px;
    max-width: 260px;
  }
  .faq-section {
    padding: 40px 0;
  }
  .faq-section .faq-content .faq-title-wrapper {
    margin-bottom: 30px;
  }
  .faq-section .faq-content .faq-title-wrapper .faq-title {
    font-size: 24px;
  }
  .faq-section .faq-content .faq-title-wrapper .faq-description {
    font-size: 13px;
  }
  .faq-section .faq-content .faq-accordion .accordion .accordion-item {
    margin-bottom: 10px;
  }
  .faq-section .faq-content .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding: 14px 16px;
    font-size: 13px;
  }
  .faq-section .faq-content .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 16px 14px 16px;
    font-size: 12px;
  }
}/*# sourceMappingURL=hire-developer.css.map */