body {
  background-color: #fff;
}

.page-hero {
  position: relative;
  padding: 120px 0 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 350px;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/Background-header.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background-image: url("../images/linear-black.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 2;
}

.page-hero__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
  position: relative;
  z-index: 10;
}

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

.page-hero__title {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.2;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  color: #ffffff;
}

.breadcrumb li::after {
  content: "/";
  margin-left: 10px;
  color: #fff;
}

.breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: #ffa500;
}

.breadcrumb span {
  color: #ffa500;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .page-hero {
    padding: 100px 0 70px;
    height: 480px;
  }

  .page-hero__title {
    font-size: 48px;
  }

  .page-hero__container {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .corner-icons {
    display: none;
  }

  .page-hero {
    padding: 80px 0 60px;
    height: 420px;
  }

  .page-hero::after {
    display: none;
  }

  .page-hero__title {
    font-size: 40px;
  }

  .page-hero__container {
    padding-left: 30px;
  }
}

@media (max-width: 480px) {
  .page-hero__overlay {
    opacity: 0.6;
  }

  .corner-icons,
  .page-hero::after {
    display: none;
  }

  .page-hero {
    padding: 30px 0 30px;
    height: auto;
    min-height: 260px;
  }

  .page-hero__title {
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 8px 0;
    padding: 0;
  }

  .breadcrumb {
    margin: 0;
    gap: 4px;
    font-size: 13px;
    flex-wrap: wrap;
    line-height: 1.3;
  }

  .breadcrumb li {
    margin: 0;
    padding: 0;
  }

  .breadcrumb li::after {
    margin-left: 4px;
  }

  .page-hero__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 375px) {
  .page-hero__overlay {
    opacity: 0.7;
  }

  .corner-icons,
  .page-hero::after {
    display: none;
  }

  .page-hero {
    padding: 24px 0 24px;
    min-height: 240px;
  }

  .page-hero__title {
    font-size: 26px;
    line-height: 1.1;
    margin: 0 0 6px 0;
    padding: 0;
  }

  .page-hero__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .breadcrumb {
    gap: 3px;
    font-size: 12px;
    margin: 0;
    line-height: 1.3;
  }

  .breadcrumb li::after {
    margin-left: 3px;
  }
}

.about-section {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px;
}

.content-box {
  display: flex;
  gap: 40px;
  align-items: center;
}

.image-block {
  flex: 1;
  position: relative;
}

.image-large {
  width: 570px;
  height: 467px;
  margin-bottom: 20px;
}

.image-small {
  width: 317px;
  height: 255px;
  border-top: 10px solid white;
  border-left: 10px solid white;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 1;
}

.exp-wrap {
  position: absolute;
  bottom: 10px;
  left: -30px;
  z-index: 5;
}

.exp-box {
  display: flex;
  align-items: center;
  background-color: #2a9df4;
  color: #fff;
  width: 320px;
  height: 67px;
  margin-left: 30px;
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  padding-left: 20px;
  padding-right: 0;
  position: relative;
  white-space: nowrap;
}

.exp-left {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 283px;
  flex-shrink: 0;
}

.exp-number {
  font-size: 40px;
  font-weight: 700;
  flex-shrink: 0;
}

.exp-divider {
  width: 2px;
  height: 35px;
  background: #fff;
  flex-shrink: 0;
}

.exp-text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}

.exp-arrow {
  width: 43px;
  height: 57px;
  border-top: 39px solid transparent;
  border-bottom: 39px solid transparent;
  border-left: 43px solid #2a9df4;
  flex-shrink: 0;
  position: relative;
  margin-left: 17px;
  margin-bottom: 2px;
}

.text-area {
  flex: 1;
  width: 617px;
  margin-top: 60px;
}

.tagline {
  color: #2a9df4;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-title {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.3;
  width: 570px;
}

.highlight-yellow {
  color: #ffa500;
}

.description {
  color: #5e5b5b;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  width: 570px;
}

.tabs-wrapper {
  width: 100%;
  max-width: 617px;
  min-height: 190px;
  margin: 0 auto 20px auto;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  position: relative;
  background: white;
  padding: 0;
}

.tabs-header {
  display: flex;
  justify-content: space-between;
  background: transparent;
  padding: 0;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-btn {
  width: 30%;
  height: 46px;
  border: none;
  background: #f4f4f4;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.tab-btn.active {
  background: #111;
  color: white;
}

.tab-btn.active::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #2a9df4;
}

.tabs-body {
  padding: 30px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
  row-gap: 16px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  white-space: normal;
}

.feature-item p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 0.5px;
  white-space: normal;
  word-break: break-word;
  line-height: 1.3;
}

.feature-item img {
  margin-right: 5px;
}

@media (max-width: 1024px) {
  .content-box {
    gap: 20px;
  }

  .main-title,
  .description {
    width: 100%;
  }

  .image-large {
    width: 100%;
    height: auto;
  }

  .image-small {
    width: 260px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .contact-section {
    margin-top: 70px;
  }

  .content-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .image-block {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .image-large {
    width: 100%;
    height: auto;
  }

  .image-small {
    display: none;
  }

  .exp-wrap {
    bottom: -10px;
    left: 10px;
  }

  .exp-box {
    width: 380px;
  }

  .exp-arrow {
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left-width: 35px;
  }

  .text-area {
    width: 100%;
  }

  .main-title,
  .description {
    width: 100%;
    text-align: left;
  }

  .tabs-wrapper {
    width: 389px;
    height: 275px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 0;
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .tabs-header {
    display: flex;
    gap: 15px;
  }

  .tab-btn {
    width: auto;
    width: 115px;
    height: auto;
    padding: 10px 12px;
    font-size: 12px;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
    flex: 1;
  }

  .tabs-body {
    width: 100%;
    height: calc(275px - 46px - 20px);
    padding: 10px;
  }

  .tab-content {
    width: 338px;
    height: 145px;
    overflow: hidden;
  }

  .features-grid {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    margin: 0;
  }

  .feature-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: 1;
  }

  .feature-item p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  .about-section {
    padding: 20px;
  }

  .image-block {
    max-width: 100%;
  }

  .exp-box {
    width: 300px;
    height: 58px;
    padding-left: 15px;
  }

  .exp-number {
    font-size: 32px;
  }

  .exp-divider {
    height: 30px;
  }

  .exp-text {
    font-size: 16px;
  }

  .exp-arrow {
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 32px solid #2a9df4;
    margin-bottom: 0;
    margin-left: 1px;
  }

  .exp-wrap {
    bottom: -15px;
    left: 5px;
  }

  .main-title {
    font-size: 28px;
  }

  .tabs-header {
    gap: 12px;
  }

  .tab-btn {
    min-width: 95px;
    font-size: 12px;
    padding: 8px 8px;
  }

  .tabs-body {
    padding: 18px 4px;
  }

  .feature-item {
    padding: 8px 0;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 375px) {
  .exp-box {
    width: 260px;
    height: 52px;
  }

  .exp-number {
    font-size: 28px;
  }

  .exp-text {
    font-size: 14px;
  }

  .exp-divider {
    height: 28px;
  }

  .exp-arrow {
    border-left-width: 28px;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
  }

  .exp-wrap {
    bottom: -18px;
    left: 0;
  }

  .tabs-header {
    gap: 10px;
  }

  .tab-btn {
    min-width: 85px;
    font-size: 11px;
    padding: 7px 6px;
  }

  .features-grid {
    gap: 10px;
  }
}

.svc-section {
  padding: 80px 20px;
  background: url("../images/svc-section.png") no-repeat center center / cover;
  overflow: hidden;
  position: relative;
}

.svc-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.svc-header {
  text-align: center;
  margin-bottom: 50px;
}

.svc-header-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.svc-label {
  color: #2a9df4;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.svc-title {
  font-size: 35px;
  color: #222;
  line-height: 1.3;
}

.svc-highlight {
  color: #ffa500;
}

.svc-slider-wrapper {
  position: relative;
  padding: 0 50px;
}

.svc-slider-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 0;
  scrollbar-width: none;
}

.svc-slider-track::-webkit-scrollbar {
  display: none;
}

.svc-card {
  min-width: 350px;
  height: 560px;
  background: #fff;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 92%, 0 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.svc-media {
  height: 280px;
  overflow: hidden;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.svc-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-icon-badge {
  width: 95px;
  height: 95px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.svc-icon {
  font-size: 42px;
  color: #ffa500;
}

.svc-card:hover .svc-icon-badge {
  background: #2a9df4;
}

.svc-card:hover .svc-icon {
  color: #fff;
}

.svc-card-body {
  padding: 50px 30px 30px;
  text-align: center;
}

.svc-card-title {
  font-size: 22px;
  margin-bottom: 15px;
}

.svc-card-title a {
  text-decoration: none;
  color: #1f2937;
  transition: 0.3s;
}

.svc-card-title a:hover {
  color: #2a9df4;
}

.svc-card-text {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 15px;
}

.clean-item {
  position: relative;
}

.clean-arrow-wrapper {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}

.clean-arrow {
  width: 55px;
  height: 55px;
  background: #2a9df4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  transform: rotate(-45deg);
  transition: 0.3s ease;
}

.clean-item:hover .clean-arrow {
  background: #ffa500;
  color: #1f2937;
  transform: rotate(5deg);
}

.svc-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.svc-dot {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ffa500;
  cursor: pointer;
  transition: 0.3s;
}

.svc-dot:hover {
  background: #ffb400;
}

.svc-dot.active {
  background: #2a9df4;
  border-color: #2a9df4;
}

.svc-arrows-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .svc-section {
    padding: 60px 20px;
  }

  .svc-title {
    font-size: 32px;
  }

  .svc-label {
    font-size: 18px;
  }

  .svc-slider-wrapper {
    padding: 0 30px;
  }

  .svc-card {
    min-width: 320px;
    height: 540px;
  }
}

@media (max-width: 768px) {
  .svc-section {
    padding: 50px 15px;
  }

  .svc-header {
    margin-bottom: 40px;
  }

  .svc-title {
    font-size: 28px;
  }

  .svc-label {
    font-size: 16px;
  }

  .svc-slider-wrapper {
    padding: 0 20px;
  }

  .svc-card {
    min-width: 300px;
    height: 520px;
  }

  .svc-card-title {
    font-size: 20px;
  }

  .svc-card-text {
    font-size: 14px;
  }

  .svc-icon-badge {
    width: 85px;
    height: 85px;
    top: 200px;
  }

  .svc-icon {
    font-size: 38px;
  }

  .clean-arrow {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .svc-section {
    padding: 40px 10px;
  }

  .svc-header {
    margin-bottom: 30px;
  }

  .svc-header-line {
    gap: 10px;
  }

  .svc-header-line img {
    width: 14px;
    height: auto;
  }

  .svc-title {
    font-size: 24px;
    padding: 0 10px;
  }

  .svc-label {
    font-size: 14px;
  }

  .svc-slider-wrapper {
    padding: 0;
    overflow: hidden;
  }

  .svc-slider-track {
    gap: 0;
    padding: 20px 0;
    scroll-snap-type: x mandatory;
  }

  .clean-item {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    scroll-snap-align: center;
  }

  .svc-card {
    width: 85%;
    max-width: 320px;
    min-width: unset;
    height: 500px;
    margin: 0 auto;
  }

  .svc-media {
    height: 250px;
  }

  .svc-icon-badge {
    width: 80px;
    height: 80px;
    top: 185px;
  }

  .svc-icon {
    font-size: 36px;
  }

  .svc-card-body {
    padding: 45px 25px 25px;
  }

  .svc-card-title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .svc-card-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .clean-arrow {
    width: 48px;
    height: 48px;
    font-size: 18px;
    bottom: 15px;
  }

  .svc-nav {
    margin-top: 30px;
    gap: 8px;
  }

  .svc-dot {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 375px) {
  .svc-section {
    padding: 35px 8px;
  }

  .svc-title {
    font-size: 22px;
  }

  .svc-label {
    font-size: 13px;
  }

  .svc-slider-wrapper {
    padding: 0;
    overflow: hidden;
  }

  .svc-slider-track {
    scroll-snap-type: x mandatory;
  }

  .clean-item {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: center;
  }

  .svc-card {
    width: 85%;
    max-width: 300px;
    min-width: unset;
    height: 480px;
  }

  .svc-media {
    height: 230px;
  }

  .svc-icon-badge {
    width: 75px;
    height: 75px;
    top: 175px;
  }

  .svc-icon {
    font-size: 34px;
  }

  .svc-card-body {
    padding: 40px 20px 20px;
  }

  .svc-card-title {
    font-size: 18px;
  }

  .svc-card-text {
    font-size: 13px;
  }

  .clean-arrow {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }

  .svc-nav {
    margin-top: 25px;
  }

  .svc-dot {
    width: 16px;
    height: 16px;
  }
}

.blog-section {
  max-width: 1260px;
  margin: 0 auto;
  padding: 60px 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.tagline-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.tagline-line .tagline {
  color: #2a9df4;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.main-title {
  font-size: 35px;
  color: #222;
  line-height: 1.3;
}

.main-title .highlight-word {
  color: #ffa500;
}

.blog-grid {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.blog-grid-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.card-wrapper {
  position: relative;
  flex: 0 0 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.blog-card {
  overflow: visible;
  position: relative;
  width: 100%;
}

.image-area {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .image-area img {
  transform: scale(1.1);
}

.article-content {
  padding: 30px;
  position: relative;
  height: 219px;
}

.meta-info {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 30px;
  width: 100%;
  margin-top: -73px;
  margin-left: 40px;
}

.category-badge {
  background-color: #ffa500;
  color: #ffffff;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  border-radius: 0;
  text-decoration: none;
}

.category-badge::after {
  display: none;
}

.date-info {
  background: #ffffff;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #555;
  border-radius: 0;
  border-left: 1px solid #eee;
}

.date-info i {
  color: #ffa500;
  font-size: 16px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  margin-left: 150px;
}

.author-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  color: #5e5b5b;
  font-size: 14px;
}

.author-name a {
  color: #5e5b5b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.author-name a:hover {
  color: #2a9df4;
}

.article-title {
  font-size: 22px;
  color: #222;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.article-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.article-title a:hover {
  color: #ffa500;
}

.round-button-container1,
.round-button-container2 {
  top: 530px;
  right: 290px;
  display: flex;
  justify-content: center;
}

.round-button {
  width: 54px;
  height: 54px;
  background: #2a9df4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.round-button:hover {
  background: #ffa500;
}

.round-button i {
  transform: rotate(-45deg);
  font-size: 22px;
}
@media (max-width: 1024px) {
  .blog-section {
    padding: 50px 20px;
  }

  .section-header {
    margin-bottom: 50px;
  }

  .main-title {
    font-size: 32px;
  }

  .meta-info {
    margin-left: 20px;
  }

  .author-info {
    margin-left: 100px;
  }
}

@media (max-width: 768px) {
  .blog-section {
    padding: 40px 15px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .tagline-line .tagline {
    font-size: 18px;
  }

  .main-title {
    font-size: 28px;
  }

  .image-area {
    height: 300px;
  }

  .meta-info {
    margin-left: 30px;
  }

  .author-info {
    margin-left: 80px;
  }

  .article-title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .blog-section {
    padding: 30px 15px;
    overflow: hidden;
  }

  .blog-grid {
    overflow: hidden;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 40px auto;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .tagline-line {
    gap: 10px;
  }

  .tagline-line img {
    max-width: 30px;
    height: auto;
  }

  .tagline-line .tagline {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .main-title {
    font-size: 24px;
    padding: 0 10px;
  }

  .card-wrapper {
    flex: 0 0 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 0;
  }

  .blog-card {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .image-area {
    height: 250px;
  }

  .article-content {
    padding: 20px;
    height: auto;
  }

  .meta-info {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-top: -60px;
    gap: 10px;
  }

  .date-info {
    width: 70%;
    justify-content: center;
    border-left: none;
    order: 1;
  }

  .category-badge {
    width: 70%;
    justify-content: center;
    order: 2;
    white-space: nowrap;
  }

  .author-info {
    margin-left: 0;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .article-title {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .round-button-container1,
  .round-button-container2 {
    justify-content: center;
  }

  .svc-nav {
    display: flex;
    margin-top: 30px;
  }
}

@media (max-width: 375px) {
  .main-title {
    font-size: 22px;
  }

  .article-title {
    font-size: 16px;
  }

  .category-badge,
  .date-info {
    padding: 12px 20px;
    font-size: 13px;
  }
}

.testimonials-section {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  margin-bottom: 80px;
}

.form-area {
  margin-left: 20px;
}

.file-upload-group {
  width: 510px;
}

@media (max-width: 768px) {
  .contact-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .form-area {
    margin-left: 0;
    width: 100%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form-header {
    width: 100%;
    max-width: 520px;
  }

  .form-body {
    width: 100%;
    max-width: 520px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }

  .input-field,
  .select-field,
  .textarea-field,
  .submit-button {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.file-upload-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}

@media (max-width: 480px) {
  .file-upload-group {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px auto;
  }

  .file-upload-wrapper {
    height: 46px;
    padding: 10px 15px;
    border-radius: 8px;
  }

  .file-upload-text {
    font-size: 14px;
  }

  .file-upload-icon {
    width: 15px;
    height: 15px;
  }
}
