* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.page_width {
  padding: 0 48px;
}

/* Header CSS */

.hamburger {
  display: none;
}

.mobile_menu {
  display: none;
}

header {
  position: fixed;

  width: 100%;

  background: white;

  top: 0;

  bottom: auto;

  left: 0;

  right: 0;

  z-index: 9;
}

.header_spacing {
  padding: 0 48px;
}

.header_wrap {
  display: flex;

  justify-content: space-between;

  align-items: center;

  height: 80px;
}

.header_wrap a.logo img {
  width: 100%;

  height: 80px;

  object-fit: contain;

  display: flex;
}

.header_wrap a.logo {
  display: flex;

  align-items: center;

  height: 80px;
}

.header_wrap ul {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-evenly;

  column-gap: 4px;
}

.header_wrap .btn_1 {
  color: white;

  padding: 12px 24px;

  border-radius: 8px;

  font-size: 16px;

  background-color: #ff6b35;

  font-weight: 600;

  font-family: Inter, system-ui, sans-serif;

  transition: all 0.3s ease-out;
}

.header_wrap .btn_1:hover {
  transform: translate(0, -0.125rem) rotate(0) skewX(0) skewY(0) scaleX(1)
    scaleY(1);

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.logo_img {
  width: 56px;

  height: auto;
}

.header_wrap a.icon,
.closebtn {
  display: none;
}

.menu_item {
  font-size: 16px;

  line-height: 20px;

  font-weight: 500;

  color: #1f2937;

  font-family: Inter, system-ui, sans-serif;

  padding: 8px 16px;
}

li a.menu_item:hover {
  color: #3b82f6;

  background-color: #f8fafc;

  border-radius: 4px;
}

/* Comprehensive Digital Solutions */

.cta_container {
  margin: 0 auto;

  max-width: 896px;
}

section.ctasection {
  padding: 96px 48px;

  background-image: linear-gradient(to bottom right, #1e293b, #6366f1);

  color: white;

  margin-top: 80px;
}

.ctasection .cta_block span {
  font-size: 14px;

  font-family: Inter, system-ui, sans-serif;

  text-transform: unset;

  font-weight: 600;

  line-height: 20px;
}

.ctasection .cta_main {
  /* display: flex; */

  gap: 48px;
}

.ctasection .cta_left {
  max-width: 896px;

  margin: 0 auto;

  text-align: center;
}

.ctasection .cta_right {
  width: 50%;

  padding: 32px;

  border: 1px solid rgba(0, 128, 199, 0.2);
}

.ctasection .cta_left h1 {
  font-size: 60px;

  line-height: 1;

  font-weight: 700;

  font-family: Inter, system-ui, sans-serif;

  margin-top: 24px;

  color: #ffffff;
}

.ctasection .cta_left p {
  font-family: Inter, system-ui, sans-serif;

  font-size: 20px;

  line-height: 32px;

  color: hsla(0, 0%, 100%, 0.9);

  text-align: center;

  margin-top: 24px;
}

.ctasection .banner_btn1 {
  display: flex;

  align-items: center;

  gap: 8px;
}

.ctasection .banner_btn2 {
  display: flex;

  align-items: center;

  gap: 8px;
}

.ctasection .cta_right h3 {
  font-weight: 700;

  font-size: 24px;

  line-height: 32px;

  font-family: Inter, system-ui, sans-serif;

  margin-bottom: 24px;
}

.ctasection .cta_cover {
  display: flex;

  gap: 16px;
}

.ctasection .cta_block {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  backdrop-filter: blur(4px);

  background-color: hsla(0, 0%, 100%, 0.1);

  padding: 8px 16px;

  width: max-content;

  margin: 0 auto;

  border-radius: 9999px;
}

.ctasection .button_cover {
  flex-direction: row;

  margin-top: 32px;

  gap: 16px;

  display: flex;

  transition: all 0.3s ease-out;

  text-align: center;

  font-family: Inter, system-ui, sans-serif;

  font-size: 16px;

  font-weight: 600;

  justify-content: center;
}

.ctasection .banner_btn1 {
  background-color: #ff6b35;

  color: white;

  padding: 16px 32px;

  border-radius: 4px;

  transition: all 0.3s ease-out;
}

.ctasection .banner_btn1:hover {
  transform: translate(0, -4px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.ctasection .banner_btn2 {
  background-color: white;

  color: #1e293b;

  padding: 16px 32px;

  border-radius: 4px;

  transition: all 0.3s ease-out;
}

.ctasection .banner_btn2:hover {
  transform: translate(0, -4px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

/* Tab Section CSS */

section.portfolio_section {
  padding: 64px 0;
}

.portfolio_section .tab_item {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  margin-bottom: 48px;

  flex-wrap: wrap;
}

.portfolio_section a.tab_btn {
  padding: 12px 24px;

  color: #1f2937;

  font-weight: 600;

  background-color: #f8fafc;

  border-radius: 4px;

  font-size: 16px;

  font-family: Inter, system-ui, sans-serif;

  transition-duration: 300ms;

  transition-property: all;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  line-height: 24px;
}

.portfolio_section a.tab_btn:hover {
  color: #1f2937;

  background-color: #f1f5f9;
}

.portfolio_section .tab_flex {
  display: flex;

  gap: 32px;

  flex-wrap: wrap;
}

.portfolio_section .tab_items {
  width: calc(50% - 16px);

  border: 1px solid #e5e7eb;

  border-radius: 12px;

  overflow: hidden;
}

.portfolio_section .overlay_text {
  position: absolute;

  display: flex;

  padding: 32px;

  align-items: flex-end;

  inset: 0;
}

.portfolio_section .tab_icon {
  display: flex;

  background: #f97316;

  border-radius: 8px;

  width: 64px;

  height: 64px;

  align-items: center;

  justify-content: center;

  transform: translate(4px, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.portfolio_section .cover_overlay {
  display: flex;

  align-items: center;

  gap: 16px;
}

.portfolio_section .tab_blue {
  font-size: 30px;

  line-height: 36px;

  font-weight: 600;

  font-family: Inter, system-ui, sans-serif;

  border-radius: 4px;

  color: rgb(255 255 255 / 1);

  background-color: transparent;
}

.portfolio_section .tab_icon svg {
  color: white;
}

.portfolio_section .tab_image {
  position: relative;

  height: 256px;

  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;

  overflow: hidden;
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.portfolio_section .tab_text {
  padding: 32px;
}

.portfolio_section .tab_text .tab_para {
  color: #6b7280;

  line-height: 28px;

  font-size: 18px;

  margin-bottom: 24px;

  font-family: Inter, system-ui, sans-serif;
}

.portfolio_section .table_text {
  display: flex;

  flex-direction: column;

  align-items: flex-start;

  text-align: left;

  gap: 4px;
}

.portfolio_section .tab_table {
  display: flex;

  gap: 16px;

  border-top: 1px solid #e5e7eb;

  padding-top: 16px;

  margin-top: 16px;

  flex-direction: column;
}

.portfolio_section .table_item {
  text-align: flex-start;

  display: flex;

  align-items: flex-start;

  gap: 12px;

  width: 100%;
}

.portfolio_section .table_text h4 {
  color: #1f2937;

  font-size: 16px;

  font-weight: 600;

  font-family: Inter, system-ui, sans-serif;
}

.portfolio_section .table_text p {
  color: #6b7280;

  font-size: 14px;

  font-family: Inter, system-ui, sans-serif;

  line-height: 20px;
}

.portfolio_section .table_item svg {
  color: #10b981;

  min-width: 24px;
}

.portfolio_section .technology_main {
  margin: 24px 0;
}

.portfolio_section .technology_item {
  display: flex;

  gap: 8px;

  flex-wrap: wrap;
}

.portfolio_section .technology_main h4 {
  font-family: Inter, system-ui, sans-serif;

  font-size: 16px;

  margin-bottom: 12px;

  font-weight: 600;

  color: #1f2937;
}

.portfolio_section .technology_item span {
  font-family: Inter, system-ui, sans-serif;

  padding: 4px 12px;

  background-color: #f8fafc;

  font-size: 14px;

  border: 1px solid #e5e7eb;

  border-radius: 4px;
}

.portfolio_section .case_btn {
  display: flex;

  align-items: center;

  margin-top: 16px;

  padding-top: 16px;

  gap: 8px;

  color: #3b82f6;

  font-weight: 600;

  font-family: Inter, system-ui, sans-serif;

  font-size: 16px;

  transition-duration: 300ms;

  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio_section .tab_items:hover .tab_image img {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);

  object-fit: cover;
}

.portfolio_section .tab_image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition-duration: 600ms;

  transition-property: transform;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio_section a.request_btn {
  padding: 12px 24px;

  background: #f97316;

  width: 100%;

  display: flex;

  border-radius: 4px;

  color: white;

  align-items: center;

  justify-content: center;

  font-size: 16px;

  font-family: Inter, system-ui, sans-serif;

  transition-duration: 300ms;

  transition-property: all;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio_section a.request_btn:hover {
  transform: translate(0, -4px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.portfolio_section a.tab_btn.active {
  background-color: #f97316;

  color: white;
}

.portfolio_section .tab_items:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

  transition-property: all;

  transform: translate(0, -4px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio_section .tab_items {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.portfolio_section .tab_items.hide {
  opacity: 0;

  pointer-events: none;

  position: absolute;

  visibility: hidden;
}

/* Compare Service Packages CSS */

section.compare_service {
  padding: 64px 0;

  background-color: #f8fafc;
}

.compare_service .service_main {
  /* padding: 32px; */
}

.compare_service .service_main h3 {
  color: #1f2937;

  font-weight: 700;

  font-size: 30px;

  line-height: 36px;

  text-align: center;

  margin-bottom: 32px;

  font-family: Inter, system-ui, sans-serif;
}

.compare_service .package_item h4 {
  color: #1f2937;

  font-size: 24px;

  font-weight: 700;

  line-height: 32px;

  margin-bottom: 8px;

  font-family: Inter, system-ui, sans-serif;
}

.compare_service span.price_unit {
  font-size: 30px;

  font-weight: 700;

  color: #1f2937;

  line-height: 36px;

  font-family: Inter, system-ui, sans-serif;
}

.compare_service .package_price {
  display: flex;

  align-items: center;

  gap: 8px;

  margin-bottom: 16px;
}

.compare_service span.start_tag {
  color: #6b7280;

  font-size: 14px;

  line-height: 20px;

  font-family: Inter, system-ui, sans-serif;
}

.compare_service .package_item p {
  color: #6b7280;

  font-size: 16px;

  line-height: 24px;

  font-family: Inter, system-ui, sans-serif;
}

.compare_service .package_item {
  width: 50%;

  padding: 24px;

  background-color: #fff;

  border-radius: 8px;

  cursor: pointer;

  transition-property: all;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  transition-duration: 300ms;

  position: relative;
}

.compare_service .package_flex {
  display: flex;

  gap: 24px;

  margin-bottom: 48px;
}

.compare_service .package_icon {
  width: 48px;

  height: 48px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 8px;

  margin-bottom: 16px;
}

.compare_service .package_item:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.blue_icon {
  background-color: #6366f1;
}

.package_icon svg {
  color: white;
}

.black_icon {
  background-color: #1e293b;
}

.orange_icon {
  background-color: #f97316;
}

.compare_service .package_item.active {
  transform: translate(0, -0.125rem) rotate(0) skewX(0) skewY(0) scaleX(1.05)
    scaleY(1.05);

  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) #f97316,
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05),
    0 0 #0000;
}

.tag {
  position: absolute;

  top: -12px;

  left: 50%;

  color: white;

  background: #f97316;

  padding: 4px 12px;

  border-radius: 9999px;

  font-family: Inter, system-ui, sans-serif;

  transform: translateX(-50%);
}

/* Our Technology Stack */

section.technology_stack {
  padding: 64px 0;

  background-color: #f8fafc;
}

.technology_stack .heading_stack svg {
  color: #f97316;
}

.technology_stack .heading_stack {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 32px;
}

.technology_stack .heading_stack h3 {
  color: #1f2937;

  font-weight: 700;

  font-size: 30px;

  line-height: 36px;

  font-family: Inter, system-ui, sans-serif;
}

.technology_stack .container_stack {
  padding: 32px;
}

.technology_stack .flex_item h4 {
  color: #1f2937;

  font-weight: 600;

  font-size: 20px;

  line-height: 28px;

  margin-bottom: 16px;

  font-family: Inter, system-ui, sans-serif;
}

.technology_stack .tech_img img {
  width: 100%;

  height: 100%;

  object-fit: contain;

  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.technology_stack .tech_img {
  width: 64px;

  height: 64px;
}

.technology_stack .tech_item {
  background-color: #fff;

  padding: 16px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  width: 16.67%;

  border-radius: 8px;

  transition-property: all;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  transition-duration: 300ms;
}

.technology_stack .tech_flex {
  display: flex;
  overflow-x:auto;
  gap: 16px;
}

.technology_stack .tech_item:hover {
  transform: translate(0, -4px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.technology_stack .tech_item span {
  color: #1f2937;
  text-align:center;
  font-weight: 500;

  font-size: 14px;

  line-height: 20px;

  font-family: Inter, system-ui, sans-serif;
}

.technology_stack .stack_flex {
  display: flex;

  flex-direction: column;

  gap: 32px;

  /* padding: 32px; */
}

/* Client Success Stories */

section.client_main {
  padding: 64px 0;
}

.client_main .heading_client h2 {
  font-weight: 700;

  font-size: 36px;

  color: #000000;

  line-height: 40px;

  text-align: center;

  margin-bottom: 16px;

  font-family: Inter, system-ui, sans-serif;
}

.client_main .heading_client p {
  color: #000000;

  font-size: 20px;

  line-height: 28px;

  max-width: 768px;

  text-align: center;

  margin: 0 auto;

  font-family: Inter, system-ui, sans-serif;
}

.client_main .review_star svg {
  color: #f59e0b;
}

.client_main .client_block {
  display: flex;

  gap: 32px;
}

.client_main .client_img {
  width: 100%;

  height: 64px;

  border-radius: 9999px;

  overflow: hidden;

  max-width: 64px;

  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.client_main .client_img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.client_main .client_item {
  padding: 32px;

  transition-property: all;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  transition-duration: 300ms;

  background-color: #fff;

  border-radius: 8px;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.client_main .client_item .client_para {
  font-style: italic;

  font-size: 18px;

  line-height: 28px;

  color: #1f2937;

  margin-bottom: 24px;

  font-family: Inter, system-ui, sans-serif;
}

.client_main .client_thumbnail {
  display: flex;

  align-items: center;

  gap: 16px;
}

.client_main .review_star {
  display: flex;

  gap: 4px;

  margin-bottom: 16px;
}

.client_main .client_detail h4 {
  color: #1f2937;

  font-weight: 600;

  font-size: 16px;

  font-family: Inter, system-ui, sans-serif;

  line-height: 24px;
}

.client_main .client_detail p {
  color: #6b7280;

  font-size: 14px;

  line-height: 20px;

  font-family: Inter, system-ui, sans-serif;
}

.client_main .client_item:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Ready to Transform */

.guarantee_main .guarantee_block {
  padding: 64px 0;

  background-image: linear-gradient(to bottom right, #f97316, #f59e0b);

  border-radius: 0;

  text-align: center;

  margin-top: 0px;
}

.guarantee_main .guarantee_block h2 {
  font-size: 48px;

  line-height: 1;

  font-weight: 700;

  color: #ffffff;

  font-family: Inter, system-ui, sans-serif;

  margin-bottom: 24px;
}

.guarantee_main .button_cover {
  justify-content: center;

  align-items: center;

  display: flex;

  gap: 16px;
}

.guarantee_main .guarantee_block p {
  margin-bottom: 32px;

  font-size: 20px;

  line-height: 28px;

  font-family: Inter, system-ui, sans-serif;

  color: hsla(0, 0%, 100%, 0.9);
}

.guarantee_main .guarantee_cover {
  max-width: 896px;

  margin: 0 auto;
}

.guarantee_main a.btn_3 {
  color: #f97316;

  background-color: rgb(255 255 255 / 1);

  padding: 16px 32px;

  border-radius: 4px;

  font-weight: 600;

  transition-property: all;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  transition-duration: 300ms;

  font-size: 16px;

  font-family: Inter, system-ui, sans-serif;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.guarantee_main a.btn_4 {
  color: rgb(255 255 255 / 1);

  background-color: transparent;

  padding: 16px 32px;

  border-radius: 4px;

  font-weight: 600;

  transition-property: all;

  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  transition-duration: 300ms;

  font-size: 16px;

  border: 2px solid rgb(255 255 255/1);

  border-radius: 4px;

  font-family: Inter, system-ui, sans-serif;
}

.guarantee_main a.btn_3:hover {
  transform: translate(0, -4px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.guarantee_main a.btn_4:hover {
  color: #f97316;

  background-color: rgb(255 255 255 / 1);
}

.pricing-compare {
  padding: 80px 0;

  background: #f9fafb;
}

.container {
  max-width: 1200px;

  margin: auto;

  padding: 0 16px;
}

.compare-table {
  width: 100%;

  border-collapse: collapse;

  background: #fff;

  border-radius: 12px;

  overflow: hidden;
}

.compare-table thead {
  background: #ffffff;
}

.compare-table th {
  padding: 20px;

  font-size: 16px;

  font-weight: 600;

  text-align: center;

  border-bottom: 1px solid #e5e7eb;

  font-family: Inter, system-ui, sans-serif;
}

.compare-table th.feature-col {
  text-align: left;
}

.compare-table td {
  padding: 18px 20px;

  border-bottom: 1px solid #e5e7eb;

  font-size: 16px;

  font-family: Inter, system-ui, sans-serif;
}

.compare-table td:first-child {
  color: #1f2937;
}

.compare-table tr:last-child td {
  border-bottom: none;
}

.check {
  color: #22c55e;

  font-size: 20px;

  font-weight: bold;

  text-align: center;
}

.cross {
  color: #9ca3af;

  font-size: 20px;

  font-weight: bold;

  text-align: center;
}

/* Default state */

.tab_table .table_item {
  display: none;
}

/* Show only first 3 */

.tab_table .table_item:nth-child(-n + 3) {
  display: flex;
}

/* Expanded state */

.tab_table.expanded .table_item {
  display: flex;
}

/* Arrow animation */

/* .case_btn svg{

    transition: transform 0.3s ease;

} */

.case_btn.active svg {
  transform: rotate(180deg);
}

/* Footer CSS */

@media (max-width: 1024px) {
  .portfolio_section .tab_blue {
    font-size: 25px;

    line-height: normal;
  }

  .footer_cover {
    display: flex;

    gap: 48px;

    /*align-items: unset;*/
  }
}

@media (max-width: 912px) {
  .page_width {
    padding: 0 24px;
  }

  .footer_spacing {
    padding: 80px 24px;
  }

  .footer_cover {
    flex-wrap: wrap;
  }

  .footer_list {
    width: calc(50% - 24px);

    text-align: unset;
  }

  .terms_footer {
    font-size: 14px;
  }

  /* Header */

  .header_spacing {
    padding: 0 24px;
  }

  .header_wrap a.icon,
  .closebtn {
    display: flex;

    color: #1f2937;
  }

  .menu-open .icon .hamburger_icon {
    display: none;
  }

  .mobile_menu {
    display: block;
  }

  /* Hide desktop CTA */

  .btn_1 {
    display: none;
  }

  .overlay-content {
    display: none;
  }

  /* Overlay menu */

  .overlay1 {
    position: fixed;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: rgba(0, 0, 0, 0.9);

    z-index: 999;

    display: none;
  }

  .overlay-content {
    display: block;

    margin: auto;

    text-align: center;
  }

  /* Mobile menu */

  .mobile_menu {
    display: none;
  }

  .mobile_menu.open {
    display: block;

    border-top: 1px solid #e5e7eb;

    animation: slide-in-from-top 0.3s ease-out;
  }

  @keyframes slide-in-from-top {
    0% {
      transform: translateY(-100%);
    }

    100% {
      transform: translateY(0);
    }
  }

  /* Default state */

  .icon .close {
    display: none;
  }

  /* Menu open state */

  .menu-open .icon .hamburger {
    display: none;
  }

  .menu-open .icon .close {
    display: block;
  }

  .mobile_menu .mobile_list {
    padding: 12px 16px;

    color: #1f2937;

    font-size: 16px;

    font-family: Inter, system-ui, sans-serif;

    font-weight: 500;
  }

  .mobile_menu {
    position: absolute;

    width: 100%;

    background: #fff;

    padding: 12px 24px;
  }

  .mobile_menu nav {
    display: flex;

    flex-direction: column;

    gap: 8px;
  }

  .mobile_btn {
    color: white;

    padding: 12px 24px;

    border-radius: 8px;

    font-size: 16px;

    background-color: #ff6b35;

    font-weight: 600;

    font-family: Inter, system-ui, sans-serif;

    transition: all 0.3s ease-out;

    width: 100%;

    display: flex;

    margin-top: 8px;
  }

  section.ctasection {
    padding: 96px 24px;
  }

  .ctasection .cta_left h2 {
    font-size: 48px;
  }

  .portfolio_section .tab_items {
    width: 100%;
  }

  .client_item {
    width: calc(50% - 16px);
  }

  .client_block {
    flex-wrap: wrap;
  }

  .guarantee_main .guarantee_block h2 {
    font-size: 36px;

    line-height: 1;
  }

  .compare_service .package_flex {
    display: flex;

    gap: 24px;

    flex-wrap: wrap;
  }

  .compare_service .package_item {
    width: 100%;
  }

  .compare_service .package_item.active {
    transform: none;
  }

  .technology_stack .tech_item {
    width: 25%;
  }
}

@media (max-width: 540px) {
  .footer_list {
    width: 100%;
  }

  .footer_bottom {
    flex-direction: column;

    gap: 16px;

    align-items: center;
  }

  .ctasection .button_cover {
    flex-direction: column;

    align-items: center;
  }

  .portfolio_section .tab_item {
    flex-direction: column;
  }

  .table-scroll {
    width: 100%;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
  }

  /* Hide scrollbar (optional) */

  .table-scroll::-webkit-scrollbar {
    height: 6px;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    background: #e5e7eb;

    border-radius: 10px;
  }

  /* Force table width so scroll appears */

  .compare-table {
    border-collapse: collapse;
  }

  .client_item {
    width: 100%;
  }

  .guarantee_main .button_cover {
    flex-direction: column;
  }

  .compare-table th,
  .compare-table td {
    padding: 16px;
  }

  .technology_stack .tech_flex {
    flex-wrap: wrap;
  }

  .technology_stack .tech_item {
    width: calc(50% - 8px);
  }
}
