/* =========================
   		SECTION - 1
========================= */
/* ====================================
   Service HERO
==================================== */

.service-sec-1-section {
  position: relative;
  overflow: hidden;

  height: 400px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.service-sec-1-bg {
  position: absolute;
  inset: 0;

  overflow: hidden;
}

.service-sec-1-parallax-img {
  position: absolute;

  top: -15%;
  left: 0;

  width: 100%;
  height: 130%;

  object-fit: cover;

  will-change: transform;
}

.service-sec-1-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;

  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
}

.service-sec-1-container {
  position: relative;
  z-index: 3;

  max-width: 1500px;
  width: 90%;

  padding: 0 40px;
}

.service-sec-1-content {
  text-align: center;
}

/* TITLE */

.service-sec-1-title {
  color: #ffffff;

  font-size: 56px;
  font-weight: 700;

  line-height: 1.1;

  margin-bottom: 20px;
  font-family: var(--secondary-font);
}

/* BREADCRUMB */

.service-sec-1-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 12px;

  color: #ffffff;

  font-size: 18px;
  font-weight: 500;
}

.service-sec-1-breadcrumb a {
  color: #ffffff;

  text-decoration: none;

  transition: 0.3s;
}

.service-sec-1-breadcrumb a:hover {
  color: #facc15;
}

.service-sec-1-breadcrumb span:last-child {
  color: #facc15;
}

/* ====================================
   RESPONSIVE
==================================== */

@media (max-width: 1200px) {
  .service-sec-1-section {
    height: 500px;
  }

  .service-sec-1-title {
    font-size: 52px;
  }
}

@media (max-width: 992px) {
  .service-sec-1-section {
    height: 450px;
  }

  .service-sec-1-title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .service-sec-1-section {
    height: 400px;
  }

  .service-sec-1-container {
    padding: 0 24px;
  }

  .service-sec-1-title {
    font-size: 40px;
  }

  .service-sec-1-breadcrumb {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .service-sec-1-section {
    height: 340px;
  }

  .service-sec-1-title {
    font-size: 34px;
  }

  .service-sec-1-breadcrumb {
    gap: 8px;
    font-size: 14px;
  }
}




/* =========================
   		SECTION - 2
========================= */
/* =========================
   SECTION
========================= */

.service-sec-2-section {
  width: 100%;

  padding: 120px 0;

  background: #f8fafc;

  overflow: hidden;

  position: relative;
}

.service-sec-2-overlay {
  position: absolute;
  inset: 0;
  background: url(../images/sec-3-bg.jpg);
  z-index: 0;
  background-repeat: no-repeat;
  background-position: top right;
}

/* =========================
   CONTAINER
========================= */

.service-sec-2-container {
  max-width: 1500px;
  width: 90%;
  margin: auto;

  padding: 0 0px;
  position: relative;
  z-index: 1;
}

/* =========================
   HEADING
========================= */

.service-sec-2-heading {
  max-width: 800px;

  margin: auto;

  text-align: center;

  margin-bottom: 70px;
}

/* TAG */

.service-sec-2-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: #111827;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 2px;

  margin-bottom: 24px;
  font-family: var(--secondary-font);
}

.service-sec-2-tag::before {
  content: "";

  width: 8px;
  height: 8px;

  background: #facc15;

  border-radius: 2px;
}

/* TITLE */

.service-sec-2-title {
  color: #111827;

  font-size: 40px;
  line-height: 1.08;

  font-weight: 700;
}

/* =========================
   GRID
========================= */

.service-sec-2-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 28px;

  margin-bottom: 60px;
}

/* =========================
   CARD
========================= */

.service-sec-2-card {
  background: #ffffff;

  border-radius: 8px;

  padding: 24px;

  transition: 0.35s ease;
}

.service-sec-2-card:hover {
}

/* TOP */

.service-sec-2-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  margin-bottom: 20px;
}

.service-sec-2-card-title {
  color: #111827;

  font-size: 20px;
  line-height: 1.4;

  font-weight: 700;
  font-family: var(--secondary-font);
}

.service-sec-2-card-number {
  color: #111827;

  font-size: 20px;
  font-weight: 700;

  flex-shrink: 0;
  font-family: var(--secondary-font);
}

/* LINE */

.service-sec-2-line {
  width: 100%;
  height: 1px;

  background: rgba(15, 23, 42, 0.08);

  margin-bottom: 22px;
}

/* TEXT */

.service-sec-2-card-text {
  color: #666666;

  font-size: 15px;
  line-height: 1.8;

  margin-bottom: 26px;
}

/* IMAGE */

.service-sec-2-image {
  width: 100%;
  height: 250px;

  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.service-sec-2-image .main-img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition: 0.5s ease;
}

.service-sec-2-image::before {
  content: "";

  position: absolute;

  top: 50%;
  left: 50%;

  width: 40%;
  height: 220%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );

  transform: translate(-50%, -50%) rotate(35deg) translateX(-260%);

  opacity: 0;

  z-index: 2;

  pointer-events: none;
}

/* HOVER EFFECT */

.service-sec-2-card:hover .service-sec-2-image::before {
  animation: service-sec-2-diagonal-shine 0.9s ease forwards;
}

/* ANIMATION */

@keyframes service-sec-2-diagonal-shine {
  0% {
    transform: translate(-50%, -50%) rotate(35deg) translateX(-260%);

    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) rotate(35deg) translateX(260%);

    opacity: 0;
  }
}

.service-sec-2-card:hover .service-sec-2-image .main-img {
  transform: scale(1.06);
}

.service-sec-2-image a {
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 22px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 16px;
  background: #facc15;
  border-radius: 100px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
  transform: scale(0.2);
}

.service-sec-2-card:hover .service-sec-2-image a {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.service-sec-2-image a img {
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
  transform: rotate(322deg);
  filter: brightness(0.2);
}

/* =========================
   TAGS
========================= */

.service-sec-2-tags {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 18px;

  flex-wrap: wrap;

  margin-bottom: 34px;
}

.service-sec-2-chip {
  padding: 14px 24px;

  border-radius: 999px;

  background: #ffffff;

  color: #111827;

  font-size: 15px;
  font-weight: 500;

  border: 1px solid rgba(15, 23, 42, 0.06);

  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.6s ease;
}

.service-sec-2-chip::before {
  content: "";

  width: 6px;
  height: 6px;

  background: #facc15;
}

.service-sec-2-chip:hover {
  background: #0d0d0d;
  color: #ffffff;
}

/* =========================
   BOTTOM
========================= */

.service-sec-2-bottom {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 12px;

  flex-wrap: wrap;
}

.service-sec-2-free {
  background: #facc15;

  color: #111827;

  padding: 6px 14px;

  border-radius: 999px;

  font-size: 13px;
  font-weight: 700;
}

.service-sec-2-bottom-text {
  color: #475569;

  font-size: 16px;
}

.service-sec-2-link {
  color: #eab308;

  font-weight: 700;

  text-decoration: underline;
  transition: all 0.3s ease;
}

.service-sec-2-link:hover {
  color: #111827;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1300px) {
  .service-sec-2-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .service-sec-2-section {
    padding: 90px 0;
  }

  .service-sec-2-container {
    padding: 0 24px;
  }

  .service-sec-2-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .service-sec-2-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .service-sec-2-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .service-sec-2-card-title {
    font-size: 24px;
  }

  .service-sec-2-card-number {
    font-size: 24px;
  }

  .service-sec-2-image {
    height: 220px;
  }
}






/* =========================
   		SECTION - 3
========================= */
/* =========================
   SECTION
========================= */

.service-sec-3-section {
  width: 100%;

  padding: 120px 0 90px;

  background: #ffffff;

  overflow: hidden;
}

/* =========================
   CONTAINER
========================= */

.service-sec-3-container {
  max-width: 1500px;
  width: 90%;

  margin: auto;

  padding: 0 40px;

  display: grid;
  grid-template-columns: 1.5fr 1fr;

  gap: 70px;

  align-items: center;
}

/* =========================
   LEFT
========================= */

.service-sec-3-left {
  width: 100%;
}

/* TAG */

.service-sec-3-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: #111827;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 2px;

  margin-bottom: 24px;
  font-family: var(--secondary-font);
}

.service-sec-3-tag::before {
  content: "";

  width: 8px;
  height: 8px;

  background: #facc15;

  border-radius: 2px;
}

/* TITLE */

.service-sec-3-title {
  color: #111827;

  line-height: 1.08;

  font-weight: 700;

  margin-bottom: 28px;
  font-size: 40px;
  font-family: var(--secondary-font);
}

/* DESCRIPTION */

.service-sec-3-description {
  color: #666666;

  font-size: 16px;
  line-height: 1.6;

  max-width: 760px;

  margin-bottom: 40px;
}

/* =========================
   CARDS
========================= */

.service-sec-3-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 26px;

  margin-bottom: 40px;
}

/* CARD */

.service-sec-3-card {
  background: #f5f5f5;

  border-radius: 8px;

  padding: 32px;

  transition: 0.35s ease;
}

/* ICON */

.service-sec-3-icon {
  width: 62px;
  height: 62px;

  border-radius: 8px;

  background: #facc15;

  color: #111827;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 26px;

  margin-bottom: 28px;
  transition: all 0.6s ease;
}

.service-sec-3-card:hover .service-sec-3-icon {
  background: #0d0d0d;
  color: #ffffff;
}

/* CARD TITLE */

.service-sec-3-card-title {
  color: #111827;

  font-size: 20px;
  line-height: 1.3;

  font-weight: 700;

  margin-bottom: 18px;
  font-family: var(--secondary-font);
}

/* CARD TEXT */

.service-sec-3-card-text {
  color: #666666;

  font-size: 16px;
  line-height: 1.2;

  margin-bottom: 24px;
}

/* LINE */

.service-sec-3-line {
  width: 100%;
  height: 1px;

  background: rgba(15, 23, 42, 0.08);

  margin-bottom: 22px;
}

/* POINT */

.service-sec-3-point {
  position: relative;

  padding-left: 18px;

  color: #475569;

  font-size: 14px;
  line-height: 1.3;
}

.service-sec-3-point::before {
  content: "";

  position: absolute;

  left: 0;
  top: 6px;

  width: 6px;
  height: 6px;

  background: #facc15;
}

/* =========================
   BUTTON
========================= */

.service-sec-3-button {
  text-decoration: none;
  background: #facc15;
  color: #111827;
  height: 45px;
  padding: 0 4px 0 16px;
  gap: 8px;
  border-radius: 6px;
  justify-content: end;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 200px;
  font-family: var(--secondary-font);
  transition: 0.8s ease;
}

.service-sec-3-button img {
  background: #0d0d0d;
  height: 36px;
  width: 36px;
  padding: 8px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: 0.8s ease;
}

.service-sec-3-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.service-sec-3-button::before {
  content: "";
  position: absolute;
  width: 226px;
  height: 200px;
  bottom: -200px;
  left: -200px;
  left: -1;
  border-radius: 200px;
  background: #0d0d0d;
  z-index: 0;
  transition: 0.8s ease;
}

.service-sec-3-button:hover::before {
  bottom: -75px;
  left: -5px;
}

.service-sec-3-button:hover {
  color: #ffffff;
}

.service-sec-3-button:hover img {
  background: #facc15;
}

/* =========================
   RIGHT IMAGE
========================= */

.service-sec-3-right {
  width: 100%;
}

.service-sec-3-image-wrapper {
  position: relative;

  width: 100%;

  border-radius: 28px;

  overflow: hidden;
}

.service-sec-3-image {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: 0.5s ease;
}

/* =========================
   BOTTOM
========================= */

.service-sec-3-bottom {
  max-width: 1400px;

  margin: 50px auto 0;

  padding: 0 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 16px;

  flex-wrap: wrap;
}

.service-sec-3-bottom-avatar {
  width: 32px;
  height: 32px;

  border-radius: 50%;

  background: #facc15;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
}

.service-sec-3-bottom-avatar svg {
  width: 12px;
  height: 12px;
}

.service-sec-3-bottom-text {
  color: #666666;

  font-size: 14px;
}

.service-sec-3-bottom-text a {
  color: #eab308;
  text-decoration: none;

  font-weight: 700;

  text-decoration: underline;
  transition: all 0.6s ease;
}

.service-sec-3-bottom-text a:hover {
  color: #111827;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1300px) {
  .service-sec-3-title {
    font-size: 30px;
  }
}

@media (max-width: 1100px) {
  .service-sec-3-container {
    grid-template-columns: 1fr;

    gap: 70px;
  }
}

@media (max-width: 900px) {
  .service-sec-3-section {
    padding: 90px 0;
  }

  .service-sec-3-container,
  .service-sec-3-bottom {
    padding: 0 24px;
  }

  .service-sec-3-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .service-sec-3-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .service-sec-3-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .service-sec-3-card {
    padding: 26px;
  }

  .service-sec-3-card-title {
    font-size: 18px;
  }

  .service-sec-3-description {
    font-size: 14px;
  }
}







/* =========================
   		SECTION - 4
========================= */
/* =========================
   SECTION
========================= */

.service-sec-4-section {
  width: 100%;

  padding: 120px 0;

  background: #f8fafc;

  overflow: hidden;
}

/* =========================
   CONTAINER
========================= */

.service-sec-4-container {
  max-width: 1500px;
  width: 90%;
  margin: auto;

  padding: 0 40px;

  display: grid;
  grid-template-columns: 0.9fr 1.2fr;

  gap: 70px;

  align-items: start;
}

/* =========================
   LEFT
========================= */

.service-sec-4-left {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* TAG */

.service-sec-4-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: #111827;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 2px;

  margin-bottom: 24px;
  font-family: var(--secondary-font);
}

.service-sec-4-tag::before {
  content: "";

  width: 8px;
  height: 8px;

  background: #facc15;

  border-radius: 2px;
}

/* TITLE */

.service-sec-4-title {
  color: #111827;

  font-size: 44px;
  line-height: 1.08;

  font-weight: 700;

  margin-bottom: 28px;
  font-family: var(--secondary-font);
}

/* DESCRIPTION */

.service-sec-4-description {
  color: #666666;

  font-size: 16px;
  line-height: 1.4;

  margin-bottom: 40px;

  max-width: 620px;
}

.service-sec-4-button {
  text-decoration: none;
  background: #facc15;
  color: #111827;
  height: 45px;
  padding: 0 4px 0 16px;
  gap: 8px;
  border-radius: 6px;
  justify-content: end;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 170px;
  font-family: var(--secondary-font);
  transition: 0.8s ease;
  margin-bottom: 40px;
}

.service-sec-4-button img {
  background: #0d0d0d;
  height: 36px;
  width: 36px;
  padding: 8px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: 0.8s ease;
}

.service-sec-4-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.service-sec-4-button::before {
  content: "";
  position: absolute;
  width: 226px;
  height: 200px;
  bottom: -200px;
  left: -200px;
  left: -1;
  border-radius: 200px;
  background: #0d0d0d;
  z-index: 0;
  transition: 0.8s ease;
}

.service-sec-4-button:hover::before {
  bottom: -75px;
  left: -5px;
}

.service-sec-4-button:hover {
  color: #ffffff;
}

.service-sec-4-button:hover img {
  background: #facc15;
}

/* BUTTON */

/* CALL */

.service-sec-4-call {
  display: flex;
  align-items: center;

  gap: 18px;

  padding-top: 40px;
  margin-top: auto;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.service-sec-4-call-icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;

  background: #facc15;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
}

.service-sec-4-call-title {
  color: #111827;

  font-size: 20px;
  font-weight: 700;
  font-family: var(--secondary-font);
  margin-bottom: 6px;
}

.service-sec-4-call-number {
  color: #666666;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.service-sec-4-call-number:hover {
  color: #facc15;
}

/* =========================
   RIGHT
========================= */

.service-sec-4-right {
  background: #f5f5f5;

  border-radius: 8px;

  padding: 40px;
}

/* ACCORDION */

.service-sec-4-accordion {
  background: #ffffff;

  border-radius: 8px;

  overflow: hidden;

  margin-bottom: 30px;

  border: 1px solid rgba(15, 23, 42, 0.05);

  transition: 0.35s ease;
}

.service-sec-4-accordion:last-child {
  margin-bottom: 0;
}

/* HEADER */

.service-sec-4-accordion-header {
  width: 100%;

  padding: 12px 20px;

  background: transparent;

  border: none;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  cursor: pointer;

  text-align: left;
}

.service-sec-4-accordion-header span:first-child {
  color: #111827;

  font-size: 20px;
  line-height: 1.5;

  font-weight: 700;
  font-family: var(--secondary-font);
}

/* ICON */

.service-sec-4-icon {
  color: #eab308;

  font-size: 36px;

  flex-shrink: 0;

  transition: 0.3s ease;
}

/* BODY */

.service-sec-4-accordion-body {
  max-height: 0;

  overflow: hidden;

  transition:
    max-height 0.4s ease,
    padding 0.4s ease;

  padding: 0 30px;
}

.service-sec-4-accordion-body p {
  color: #666666;

  font-size: 18px;
  line-height: 1.9;

  padding-bottom: 30px;
}

/* ACTIVE */

.service-sec-4-accordion.active .service-sec-4-accordion-body {
  max-height: 300px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.service-sec-4-accordion.active .service-sec-4-icon {
  transform: rotate(180deg);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1300px) {
  .service-sec-4-title {
    font-size: 40px;
  }
}

@media (max-width: 1100px) {
  .service-sec-4-container {
    grid-template-columns: 1fr;

    gap: 60px;
  }
}

@media (max-width: 900px) {
  .service-sec-4-section {
    padding: 90px 0;
  }

  .service-sec-4-container {
    padding: 0 24px;
  }

  .service-sec-4-title {
    font-size: 40px;
  }

  .service-sec-4-accordion-header span:first-child {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .service-sec-4-title {
    font-size: 34px;
    line-height: 1.2;
  }

  .service-sec-4-description {
    font-size: 16px;
  }

  .service-sec-4-right {
    padding: 20px;
  }

  .service-sec-4-accordion-header {
    padding: 22px;
  }

  .service-sec-4-accordion-header span:first-child {
    font-size: 18px;
  }

  .service-sec-4-accordion-body {
    padding: 0 22px;
  }

  .service-sec-4-accordion-body p {
    font-size: 16px;
  }

  .service-sec-4-call-title {
    font-size: 18px;
  }
}
