* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.page_width {
  padding: 0 48px;
}

.banner_btn1 {
  background-color: #ff6b35;

  color: white;

  padding: 16px 32px;

  border-radius: 4px;

  transition: all 0.3s ease-out;
}

.banner_btn2 {
  background-color: white;

  color: #0080c7;

  padding: 12px 24px;

  border-radius: 4px;

  transition: all 0.3s ease-out;
}

/* Header CSS Start */

.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: auto;
  padding: 15px 0;
}

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

  height: auto;

  object-fit: contain;

  display: flex;
}

.header_wrap a.logo {
  display: flex;

  align-items: center;

  height: auto;

  max-width: 150px;
}

.header_wrap ul {
  display: flex;

  flex-wrap: nowrap;

  justify-content: space-evenly;

  column-gap: 4px;
}


.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;
    display: flex;
    align-items: center;
    gap: 5px;
    width: max-content;
    justify-self: center;
}

}

.header_wrap .btn_1: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;
}

.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;
}
/* Banner CSS */

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

  width: 100%;

  height: 100%;

  padding-top: 64px;

  padding-bottom: 34px;

  margin-top: 80px;
}

.banner_content {
  display: flex;

  gap: 64px;

  align-items: center;
}

.left_banner {
  width: 50%;
}

.right_banner {
  width: 50%;
}

.orange_text {
  color: #f97316;
}

.green_dot {
  width: 8px;

  height: 8px;

  background-color: #10b981;

  border-radius: 9999px;
}

.growth_block {
  display: flex;

  align-items: center;

  gap: 8px;

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

  width: max-content;

  padding: 8px 16px;

  border-radius: 9999px;

  border: 1px solid hsla(0, 0%, 100%, 0.2);
}

.growth_block span {
  font-size: 14px;

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

  color: white;

  font-weight: 500;

  line-height: 20px;
}

.banner_heading {
  font-size: 48px;

  line-height: 1;

  font-weight: 700;

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

  color: white;

  margin-top: 32px;
}

.banner_para {
  font-size: 24px;

  line-height: 32px;

  margin-top: 32px;

  color: white;

  text-align: left;

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

.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;

  padding-top: 16px;
}

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

  color: white;

  padding: 16px 22px;

  border-radius: 4px;

  transition: all 0.3s ease-out;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  font-size: 16px;

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

.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;
}

.banner_hero .banner_btn2 {
  background-color: hsla(0, 0%, 100%, 0.1);

  color: rgb(255 255 255 / 1);

  padding: 16px 32px;

  border-radius: 4px;

  transition: all 0.3s ease-out;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  backdrop-filter: blur(4px);

  border: 2px solid hsla(0, 0%, 100%, 0.3);

  font-size: 16px;

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

/* .banner_btn2:hover {

    transform: translate(0, -0.125rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);

} */

.company_list .company_logo .slick-track {
  display: flex;
  gap: 24px;
}
.aws-svg img {
  padding: 2px;
}
.slick-slide img {
  width: 40px;
}

.flex_main {
  display: flex;

  gap: 24px;

  border-top: 1px solid hsla(0, 0%, 100%, 0.2);

  padding-top: 32px;

  margin-top: 32px;
}

.flex_main .flex_item {
  width: 50%;

  padding: 10px;

  display: flex;

  flex-direction: column;

  gap: 8px;

  align-items: center;
}

.flex_item h2 {
  font-size: 48px;

  line-height: 1;

  font-weight: 700;

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

  color: white;
}

.flex_item p {
  font-size: 16px;

  line-height: 24px;

  color: white;

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

.slider_img img {
  width: 100%;

  height: 100%;

  aspect-ratio: 16 / 9;

  object-fit: cover;

  display: flex;
}

/* .slider_item {

    border: 1px solid hsla(0, 0%, 100%, .2);

    border-radius: 12px;

    overflow: hidden;

    position: relative;

}



.slider_content {

    position: absolute;

    bottom: 0;

    padding: 32px;

    left: 0;

    right: 0;

} */

.slider_svg {
  background: #f97316;

  width: max-content;

  padding: 12px;

  border-radius: 12px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.slider_svg svg {
  color: white;
}

.slider_icon {
  display: flex;

  align-items: center;

  gap: 12px;
}

.slider_icon span {
  color: rgb(255 255 255 / 1);

  font-size: 24px;

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

.slider_content p {
  color: white;

  font-size: 18px;

  margin-top: 16px;
}

/* Without Image */

.slider_content {
  padding: 32px;

  display: flex;

  flex-direction: column;

  height: 100%;

  justify-content: flex-end;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.slider_content p {
  font-family: Inter, system-ui, sans-serif;
}
.slider_img {
  position: relative;
}
.slider_content {
  position: absolute;
  top: 0;
}

.slider_item {
  border: 1px solid hsla(0, 0%, 100%, 0.2);

  border-radius: 12px;

  overflow: hidden;

  position: relative;

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

  aspect-ratio: 16 / 9;
}

/* Service Section CSS */

.service_section {
  padding: 64px 0;
}

.service_block {
  padding: 8px 16px;

  display: flex;

  align-items: center;

  justify-self: center;

  gap: 8px;

  background-color: #f8fafc;

  border-radius: 9999px;
}

.service_block span {
  color: #6b7280;

  letter-spacing: 0.35px;

  text-transform: uppercase;

  line-height: 20px;

  font-size: 14px;

  font-weight: 600;

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

svg.text-accent {
  color: #f97316;
}

.service_all {
  margin-top: 64px;
}

a.service_btn {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  padding: 16px 32px;

  background-color: #f97316;

  color: white;

  width: max-content;

  margin: 0 auto;

  border-radius: 4px;

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

  font-weight: 600;

  line-height: 24px;

  transition: all 0.3s ease-out;

  transition-property: all;

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

  transition-duration: 300ms;
}

a.service_btn:hover {
  transform: translate(0, -2px) 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;
}

.service_heading h2 {
  font-size: 48px;

  line-height: 1;

  color: #1a202c;

  font-weight: 700;

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

  margin-bottom: 16px;

  text-align: center;

  margin-top: 16px;
}

.service_heading p {
  font-size: 20px;

  line-height: 1.75rem;

  color: #4a5568;

  max-width: 768px;

  margin: 0 auto;

  text-align: center;

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

.card_icon {
  width: 100%;

  max-width: 64px;

  height: 64px;

  border-radius: 8px;

  padding: 16px;
}

.card_icon svg {
  color: #1e3a8a;
}

.card_heading {
  display: flex;

  flex-direction: column;

  gap: 24px;

  margin-bottom: 24px;
}

.card_content h3 {
  font-size: 24px;

  line-height: 32px;

  color: #1a202c;

  font-weight: 700;

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

  margin-bottom: 16px;

  min-height: 65px;
}

.card_content p {
  color: #6b7280;

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

  font-size: 16px;

  line-height: 1.625;

  min-height: 110px;
}

.card_item {
  background-color: #f7fafc;

  padding: 32px;

  border: 1px solid #e5e7eb;

  border-radius: 24px;

  transition: all 0.3s ease-out;
}

.card_item:hover {
  border-color: #0080c7;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;

  cursor: pointer;

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

.card_item:hover .card_icon {
  background-color: #3b82f6;

  color: white;
}

.card_item:hover .card_icon svg {
  color: white;
}

ul.service_list {
  display: flex;

  flex-direction: column;

  gap: 12px;

  margin-bottom: 24px;
}
/* =========================
   PROBLEM SECTION (MATCHED)
========================= */
.problem_section {
  padding: 64px 0;
  background: #1e293b;
  color: #ffffff;
}

/* ANIMATION BASE */
/* BASE STATE */
.problem_item,
.solution_points span {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* SHOW STATE */
.problem_item.show,
.solution_points span.show {
  opacity: 1;
  transform: translateY(0);
}

/* REMOVE DELAY FROM HOVER */
.problem_item:hover,
.solution_points span:hover {
  transition-delay: 0s !important;
}

.problem_container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.problem_heading {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Inter, system-ui, sans-serif;
  margin-bottom: 16px;
}

.problem_subheading {
  font-size: 20px;
  line-height: 1.6;
  color: #cbd5f5;
  margin-bottom: 48px;
  font-family: Inter, system-ui, sans-serif;
}

.problem_points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.problem_item {
  background: rgba(255,255,255,0.05);
  padding: 20px;
  border-radius: 12px;
  text-align: left;
  font-size: 16px;
  font-family: Inter, system-ui, sans-serif;
  transition: all 0.3s ease;
}

.problem_item:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-4px);
}

.problem_closing {
  font-size: 18px;
  font-weight: 600;
  color: #f97316;
  font-family: Inter, system-ui, sans-serif;
}


/* =========================
   SOLUTION SECTION (MATCHED)
========================= */
.solution_section {
  padding: 64px 0 0 0;
  background: #ffffff;
}

.solution_container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.solution_heading {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2937;
  margin-bottom: 20px;
  font-family: Inter, system-ui, sans-serif;
}

.solution_text {
  font-size: 20px;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 40px;
  font-family: Inter, system-ui, sans-serif;
}

.solution_points {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.solution_points span {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  padding: 10px 18px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  font-family: Inter, system-ui, sans-serif;
}

.solution_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: #f97316;
  color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  font-family: Inter, system-ui, sans-serif;
  transition: all 0.3s ease;
}

.solution_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  background: #ea580c;
}

li.service_item {
  display: flex;

  gap: 12px;

  align-items: center;
}

.learn_link {
  display: flex;

  align-items: center;

  gap: 8px;

  transition: all 0.3s ease-out;
}

.learn_link svg {
  color: #3b82f6;

  width: 20px;

  height: 20px;
}

.learn_link span {
  color: #3b82f6;

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

  font-size: 16px;

  font-weight: 600;
}

.service_item span {
  color: #4a5568;

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

  font-size: 16px;
}

.card_link:hover .learn_link {
  transform: translate(8px, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.card_link:hover h3 {
  color: #0080c7;
}

.card_grid {
  display: flex;

  flex-wrap: wrap;

  gap: 32px;
}

a.card_link {
  width: calc(25% - 24px);

  display: flex;
}

/* Card Grid Slider Dots Styling */
.card_grid .slick-dots,
.main_card_cover .slick-dots,
.tab_flex .slick-dots {
  position: static;
  margin-top: 24px;
  justify-content: center;
  display: flex;
  align-items: center;
  bottom: auto;
}

.card_grid .slick-dots li,
.main_card_cover .slick-dots li,
.tab_flex .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}

.card_grid .slick-dots li button,
.main_card_cover .slick-dots li button,
.tab_flex .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(171 156 156 / 35%);
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.card_grid .slick-dots li button:before,
.main_card_cover .slick-dots li button:before,
.tab_flex .slick-dots li button:before {
  display: none;
}

.card_grid .slick-dots li.slick-active button,
.main_card_cover .slick-dots li.slick-active button,
.tab_flex .slick-dots li.slick-active button {
  width: 32px;
  border-radius: 20px;
  background: #ff7a00;
}

.service_heading {
  margin-bottom: 64px;
}

/* Trusted Company CSS */

section.company_main {
  padding: 60px 0;

  background-color: #f8fafc;
}

.company_heading {
  margin-bottom: 48px;
}

.trusted_block {
  display: flex;

  align-items: center;

  justify-self: center;

  margin: 0 auto;

  padding: 8px 16px;

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

  border: 1px solid #e5e7eb;

  border-radius: 9999px;

  gap: 8px;
}

.trusted_block span {
  text-transform: uppercase;

  color: #6b7280;

  font-size: 14px;

  letter-spacing: 0.35px;

  line-height: 20px;

  font-weight: 600;

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

svg.text-success {
  color: #10b981;
}

.company_growth_heading {
  margin-bottom: 64px;
}

.company_growth_heading h2 {
  font-size: 48px;

  line-height: 1;

  color: #1a202c;

  font-weight: 700;

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

  margin-bottom: 24px;

  text-align: center;

  margin-top: 16px;
}

.company_growth_heading p {
  font-size: 20px;

  line-height: 1.75rem;

  color: #4a5568;

  max-width: 768px;

  margin: 0 auto;

  text-align: center;

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

  margin-top: 16px;
}

.company_list {
  padding: 48px;

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

  border-radius: 16px;

  margin-bottom: 64px;

  border: 1px solid #e5e7eb;
}

.company_heading h3 {
  font-size: 30px;

  line-height: 36px;

  color: #1f2937;

  font-weight: 700;

  margin-bottom: 16px;

  text-align: center;

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

.company_list p {
  color: #6b7280;

  text-align: center;

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

  max-width: 672px;

  margin: 0 auto;

  font-size: 16px;
}
.company_logo .company_img {
  background-color: #f8fafc;

  border: 1px solid #e5e7eb;

  padding: 24px 10px;

  align-content: center;

  text-align: center;

  width: 16.66%;

  border-radius: 12px;

  transition-duration: 300ms;

  transition-property: transform;

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

  height: auto !important ;
}

.company_svg {
  background-image: linear-gradient(to bottom right, #1e3a8a, #3b82f6);

  border-radius: 12px;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 48px;

  height: 48px;

  margin: 0 auto;

  margin-bottom: 12px;

  transition-property: transform;

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

  transition-duration: 300ms;
}

.company_img h5 {
  color: #1f2937;

  font-size: 14px;

  line-height: 20px;

  font-weight: 600;

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

  margin-bottom: 4px;
}

.company_img p {
  text-align: center;

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

  font-size: 12px;

  color: #6b7280;

  line-height: 16px;
}

.company_svg svg {
  color: white;
}

.company_img:hover .company_svg {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);
}

.company_img:hover {
  border-color: #3b82f6;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
}

.company_logo {
  display: flex;

  gap: 24px;

  /* justify-content: space-between; */
}

.main_card_cover {
  display: flex;

  gap: 24px;

  margin-bottom: 80px;
}

.card_dev {
  padding: 32px;

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

  text-align: center;

  transition: all 0.3s ease-out;

  border: 1px solid #e5e7eb;

  border-radius: 12px;

  width: 25%;
}

.card_svg svg {
  color: #f97316;
}

.card_svg {
  background-color: #f8fafc;

  padding: 16px;

  border-radius: 9999px;

  display: inline-flex;

  margin: 0 auto;

  align-items: center;

  justify-content: center;

  margin-bottom: 16px;
}

.card_dev h1, h2 {
  margin-bottom: 8px;

  color: #1f2937;

  font-weight: 700;

  font-size: 36px;

  line-height: 40px;

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

.card_dev h5 {
  font-size: 18px;

  font-weight: 600;

  color: #1f2937;

  line-height: 28px;

  margin-bottom: 8px;

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

.card_dev p {
  color: #6b7280;

  font-size: 14px;

  line-height: 20px;

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

.card_dev:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;

  cursor: pointer;

  border-color: #f97316;

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

.guarantee_cover svg {
  color: white;
}

.guarantee_block {
  padding: 48px;

  background-image: linear-gradient(to right, #1e3a8a, #3b82f6);

  border-radius: 16px;

  margin-top: 64px;

  text-align: center;
}

.guarantee_block h3 {
  font-size: 36px;

  line-height: 40px;

  font-weight: 700;

  color: #fff;

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

  margin-bottom: 24px;

  margin-top: 24px;
}

.guarantee_list .button_cover {
  margin-top: 24px;

  padding-top: 16px;

  justify-content: center;

  align-items: center;
}

.guarantee_block p {
  margin-bottom: 24px;

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

  font-size: 20px;

  line-height: 28px;

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

.guarantee_cover {
  max-width: 768px;

  margin: 0 auto;
}

/* .guarantee_list {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 16px;

} */

.guarantee_item {
  display: flex;

  align-items: center;

  gap: 8px;
}

/* CTA Section CSS */

.cta_container {
  margin: 0 auto;

  max-width: 896px;
}

section.ctasection {
  padding: 64px 48px;

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

  color: white;
}

.cta_block span {
  font-size: 16px;

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

  text-transform: uppercase;

  font-weight: 600;

  line-height: 20px;
}

.cta_main {
  /* display: flex; */

  gap: 48px;
}

.cta_left {
  max-width: 896px;

  margin: 0 auto;

  text-align: center;
}

.cta_right {
  width: 50%;

  padding: 32px;

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

.cta_left h2 {
  font-size: 60px;

  line-height: 1;

  font-weight: 700;

  font-family: Inter, system-ui, sans-serif;
  color:#ffffff;
  margin-top: 32px;
}

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

  font-size: 24px;

  line-height: 32px;

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

  max-width: 768px;

  margin: 0 auto;

  margin-top: 32px;
}

.ctasection .banner_btn1 {
  display: flex;

  align-items: center;

  gap: 8px;
}

.ctasection .banner_btn2 {
  display: flex;

  align-items: center;

  gap: 8px;
}

.ctasection .button_cover {
  padding-top: 32px;

  justify-content: center;
}

.cta_right h3 {
  font-weight: 700;

  font-size: 24px;

  line-height: 32px;

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

  margin-bottom: 24px;
}

.cta_cover {
  display: flex;

  gap: 16px;
}

.cta_number {
  background-color: #ff6b35;

  width: 100%;

  height: 40px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  max-width: 40px;
}

.cta_content h4 {
  font-weight: 600;

  margin-bottom: 8px;

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

  font-size: 16px;
}

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

  font-size: 16px;

  line-height: 24px;
}

.right_table {
  display: flex;

  flex-direction: column;

  gap: 24px;
}

.block_card {
  padding-top: 64px;

  margin-top: 32px;

  border-top: 1px solid hsla(0, 0%, 100%, 0.2);

  display: flex;

  gap: 32px;
}

.block_items svg {
  color: #f97316;
}

.block_items h4 {
  font-size: 24px;

  line-height: 32px;

  font-weight: 700;

  color: rgb(255 255 255 / 1);

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

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

  font-size: 16px;
}

.block_items {
  display: flex;

  flex-direction: column;

  width: 33.33%;

  align-items: center;

  gap: 8px;
}

.cta_block svg {
  color: #f97316;
}

.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;

  border: 1px solid hsla(0, 0%, 100%, 0.2);
  color:#ffffff;
}

/* Client Review CSS */

.client_main {
  background-image: linear-gradient(to bottom right, #1e3a8a, #6366f1, #3b82f6);

  padding: 64px 48px;

  color: white;
}

.client_testimonials span {
  letter-spacing: 0.35px;

  text-transform: uppercase;

  font-size: 14px;

  line-height: 20px;

  font-weight: 600;

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

.heading_client {
  text-align: center;

  margin-bottom: 64px;
}

.heading_client h3 {
  font-size: 48px;

  line-height: 1;

  margin-top: 16px;

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

.heading_client p {
  font-size: 20px;

  line-height: 28px;

  max-width: 768px;

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

  margin: 0 auto;

  margin-top: 16px;

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

.client_testimonials {
  backdrop-filter: blur(4px);

  padding: 8px 16px;

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

  width: max-content;

  margin: 0 auto;

  display: flex;

  align-items: center;

  border: 1px solid hsla(0, 0%, 100%, 0.2);

  border-radius: 9999px;

  gap: 8px;
}

.testimonial_content {
  padding: 48px;

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

  /* backdrop-filter: blur(12px); */

  max-width: 1024px;

  margin: 0 auto;

  border: 1px solid hsla(0, 0%, 100%, 0.2);

  border-radius: 12px;

  display: flex;

  gap: 32px;
}

.avatar {
  width: 100%;

  height: 160px;

  border: 4px solid hsla(0, 0%, 100%, 0.3);

  border-radius: 9999px;

  max-width: 160px;
}

.avatar img {
  width: 100%;

  height: 100%;

  border-radius: 9999px;
}

.star_icon svg {
  color: #f97316;
}

.star_icon {
  display: flex;

  gap: 4px;
}

.blockquote {
  margin-top: 24px;

  font-size: 20px;

  line-height: 28px;

  color: rgb(255 255 255 / 1);

  font-style: italic;

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

.client_detail {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);

  padding-top: 16px;

  margin-top: 24px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.client_cover h4 {
  font-size: 20px;

  line-height: 28px;

  font-weight: 700;

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

.client_cover span {
  color: hsla(0, 0%, 100%, 0.8);

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

  font-size: 16px;
}

.badge {
  padding: 8px 16px;

  background-color: #f97316;

  border-radius: 4px;

  display: inline-flex;

  align-items: center;

  gap: 8px;
}

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

  font-size: 16px;

  font-weight: 600;
}

/* Arrow base */

.testimonial_slider .slick-prev,
.testimonial_slider .slick-next {
  width: 48px;

  height: 48px;

  background: rgba(255, 255, 255, 0.15);

  border-radius: 50%;

  z-index: 10;

  transition: all 0.3s ease;
}

.testimonial_slider .slick-prev:hover,
.testimonial_slider .slick-next:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Arrow icons */

.testimonial_slider .slick-prev::before,
.testimonial_slider .slick-next::before {
  font-size: 18px;

  color: #fff;

  opacity: 1;
}

/* Arrow positions */

.testimonial_slider .slick-prev {
  left: 0px;
}

.testimonial_slider .slick-next {
  right: 0px;
}

.testimonial_slider {
  position: relative;
}

/* Make all testimonial cards the same height */
.testimonial_slider .slick-slide {
  height: auto;
}

.testimonial_slider .slick-slide > div {
  height: 100%;
  display: flex;
}

.testimonial_card {
  height: 100%;
  width: 100%;
  display: flex;
}

.testimonial_card .testimonial_content {
  height: 100%;
  width: 100%;
  flex-direction: column;
  display: flex;
}

.testimonial_card .text {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.testimonial_card .blockquote {
  flex: 1;
}

.testimonial_card .client_detail {
  margin-top: auto;
}

/* Slick dots*/

.dots_wrap .slick-dots li button:before {
  display: none;
}

.dots_wrap .slick-dots li {
  width: auto;

  height: 20px;

  margin: 0 0 0 8px;
}

.testimonial_arrows {
  display: flex;

  justify-content: center;

  gap: 14px;

  margin-top: 20px;
}

.custom-prev,
.custom-next {
  border-radius: 50%;

  cursor: pointer;

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

  color: #fff;

  padding: 12px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid hsla(0, 0%, 100%, 0.2);

  transition-duration: 300ms;

  transition-property: all;

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

.custom-prev:hover,
.custom-next:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.slick-prev,
.slick-next {
  display: none !important;
}

.testimonial_controls {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 16px;

  margin-top: 32px;
}

/* dots */

.dots_wrap .slick-dots {
  position: static;

  display: flex !important;

  align-items: center;

  margin: 0;

  padding: 0;
}

/* dot buttons */

.dots_wrap .slick-dots li button {
  width: 12px;

  height: 12px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.35);
}

.dots_wrap .slick-dots li.slick-active button {
  width: 32px;

  border-radius: 20px;

  background: #ff7a00;
}

/* Footer CSS */

footer {
  background-color: #1e293b;

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

.footer_spacing {
  padding: 40px 48px;
}

.footer_cover {
  display: flex;

  gap: 10px;

  /* align-items: center; */

  margin-bottom: 48px;
}

/* .footer_logo {
  display: flex;

  align-items: center;

  gap: 12px;

  font-weight: 700;

  font-size: 24px;

  line-height: 32px;

  font-family: Inter, system-ui, sans-serif;
} */
.footer_logo img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.footer_list p {
  max-width: 448px;

  margin-top: 24px;

  font-size: 16px;

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

  line-height: 26px;
}

.footer_list ul {
  display: flex;

  flex-direction: column;

  gap: 16px;
}

li.footer_li a {
  transition-duration: 300ms;

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

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

  font-size: 16px;
}

.footer_width {
  width: 40%;
}

.footer_small_width {
  width: 20%;

  text-align: left;
}

.footer_bottom {
  padding-top: 32px;

  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.copyright_footer {
  color: hsla(0, 0%, 100%, 0.6);

  font-size: 14px;

  line-height: 20px;

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

.footer_bottom {
  display: flex;

  justify-content: space-between;
}

.terms_footer {
  line-height: 20px;

  display: flex;

  gap: 24px;

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

  font-size: 16px;
}

.terms_footer a {
  color: hsla(0, 0%, 100%, 0.6);
}

.terms_footer a:hover,
li.footer_li a:hover {
  color: #f97316;
}

/* Portfolio CSS */

section.portfolio_section {
  padding-bottom: 60px;

  padding-top: 60px;
}

.success_heading {
  margin-bottom: 60px;
}

.success_heading p {
  color: #6b7280;

  font-size: 20px;

  line-height: 28px;

  max-width: 768px;

  margin: 0 auto;

  margin-top: 16px;

  text-align: center;

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

.success_heading h2 {
  color: #1f2937;

  font-size: 48px;

  text-align: center;

  margin-top: 16px;

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

.portfolio_block {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  padding: 8px 16px;

  background-color: #f8fafc;

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

  font-size: 14px;

  text-transform: uppercase;

  color: #6b7280;

  font-weight: 600;

  width: max-content;

  margin: 0 auto;
}

.tab_item {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  margin-bottom: 48px;

  flex-wrap: wrap;
}

a.tab_btn {
  padding: 12px 24px;

  color: #6b7280;

  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);
}

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

  background-color: #f1f5f9;
}

.tab_flex {
  display: flex;

  gap: 32px;

  flex-wrap: wrap;
}

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

  border: 1px solid #e5e7eb;

  border-radius: 12px;

  overflow: hidden;
}

.overlay_text {
  position: absolute;

  top: 16px;

  right: 16px;

  display: flex;

  gap: 8px;
}

.overlay_text span {
    background-color: #f8fafc;
    border: 1px solid #3b82f6;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 600;
    color: #3b82f6;

}

.tab_image {
  position: relative;

  height: 256px;

  overflow: hidden;
}

.tab_text {
  padding: 32px;
}

.tab_blue {
  font-size: 14px;

  line-height: 20px;

  font-weight: 600;

  color: #3b82f6;

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

  padding: 4px 12px;

  background-color: #f8fafc;

  border-radius: 4px;
}

span.tab_grey {
  color: #6b7280;

  font-size: 14px;

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

  line-height: 20px;
}

.tab_match {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.tab_text h3 {
  color: #1f2937;

  font-size: 24px;

  font-weight: 700;

  line-height: 32px;

  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);

  transition-duration: 300ms;

  margin-top: 16px;

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

.tab_text p {
  color: #6b7280;

  line-height: 1.625;

  font-size: 16px;

  margin-top: 16px;

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

.table_item {
  width: 50%;

  text-align: center;

  display: flex;

  flex-direction: column;

  gap: 4px;
}

.tab_table {
  display: flex;

  align-items: center;

  gap: 16px;

  border-top: 1px solid #e5e7eb;

  padding-top: 16px;

  margin-top: 16px;
}

.table_item h5 {
  font-family: Inter, system-ui, sans-serif;

  font-size: 18px;

  color: #f97316;

  font-weight: 700;

  line-height: 28px;
}

.table_item span {
  color: #6b7280;

  font-size: 12px;

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

.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);
}

.tab_items:hover {
  border-color: #f97316;

  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;

  transition-property: all;

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

.tab_items:hover .case_btn {
  color: #f97316;
}

.tab_items:hover .tab_text h3 {
  color: #3b82f6;
}

.case_btn svg {
  transition-duration: 300ms;

  transition-property: transform;

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

.tab_items:hover .case_btn svg {
  transform: translate(4px, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.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;
}

.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);
}

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

.tab_items.hide {
  opacity: 0;

  pointer-events: none;

  position: absolute;

  visibility: hidden;
}

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

  color: white;
}

/* Slick dots container */

.right_banner .slick-dots {
  position: static;

  margin-top: 24px;

  justify-content: center;

  display: flex;

  align-items: center;
}

/* Dot button */

.right_banner .slick-dots li {
  width: auto;
}

.right_banner .slick-dots li button {
  width: 12px;

  height: 12px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.35);

  border: none;

  font-size: 0;

  cursor: pointer;

  transition: all 0.3s ease;
}

/* Remove default ::before */

.right_banner .slick-dots li button::before {
  display: none;
}

/* Active dot */

.right_banner .slick-dots li.slick-active button {
  width: 32px;

  border-radius: 20px;

  background: #ff7a00;

  /* orange active dot */
}

@media (max-width: 1024px) {
  .footer_cover {
    display: flex;

    gap: 48px;

    /*align-items: unset;*/
  }

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

  .company_img {
    width: calc(33.33% - 16px);
  }

  .company_logo {
    flex-wrap: wrap;
  }

  .banner_content {
    flex-direction: column;
  }

  .left_banner,
  .right_banner {
    width: 100%;
  }
}

@media (max-width: 912px) {
    
.problem_heading,
.solution_heading {
    font-size: 28px;
  }

  .problem_subheading,
  .solution_text {
    font-size: 16px;
  }

  .problem_points {
    grid-template-columns: 1fr;
  }

  .problem_item {
    font-size: 15px;
  }

  .solution_points {
    gap: 10px;
  }
  
  .header_spacing {
    padding: 0 24px;
  }

  /* Header */

  .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;
  }

  .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;

    justify-content: center;
  }

  .page_width {
    padding: 0 24px;
  }

  .flex_item {
    align-items: unset;
  }

  /* .banner_content {

        flex-direction: column;

    }



    .left_banner,

    .right_banner {

        width: 100%;

    } */

  .main_banner {
    padding-top: 48px;

    padding-bottom: 48px;
  }

  .banner_heading {
    line-height: 1.25;

    font-size: 33px;

    font-weight: 700;
  }

  .banner_para {
    font-size: 20px;

    line-height: 1.625;
  }

  .flex_item h2 {
    font-size: 36px;

    line-height: 40px;

    font-weight: 700;
  }

  .flex_item p {
    font-size: 14px;

    line-height: 20px;
  }

  /* Service Section CSS */

  .service_heading h2 {
    font-size: 36px;

    margin-bottom: 16px;

    margin-top: 16px;
  }

  .service_section {
    padding-top: 64px;
  }

  /* Trusted Company CSS */

  section.company_main {
    padding: 60px 0;
  }

  .card_dev {
    width: calc(50% - 12px);
  }

  .main_card_cover {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .avatar {
    height: 128px;

    max-width: 128px;
  }

  .company_growth_heading h2 {
    font-size: 36px;

    margin-bottom: 16px;
  }

  .company_heading h3 {
    font-size: 24px;
  }

  .company_list {
    padding: 32px;
  }

  .guarantee_block h3 {
    font-size: 30px;
  }

  .guarantee_block {
    padding: 32px;
  }

  .testimonial_content {
    flex-direction: column;

    align-items: center;

    padding: 32px;
  }

  .client_main {
    padding: 80px 24px;
  }

  .heading_client h3 {
    font-size: 36px;
  }

  .blockquote {
    font-size: 18px;
  }

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

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

  .cta_left h2 {
    font-size: 36px;
  }

  .cta_left p {
    font-size: 20px;
  }

  .footer_spacing {
    padding: 80px 24px;
  }

  .footer_cover {
    flex-wrap: wrap;
  }

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

    text-align: unset;
  }

  .terms_footer {
    font-size: 14px;
  }

  .success_heading h2 {
    font-size: 36px;
  }

  section.portfolio_section {
    padding-bottom: 60px;

    padding-top: 60px;
  }
}

@media (max-width: 540px) {
  .button_cover {
    flex-direction: column;
  }

  a.card_link {
    width: 100%;
  }

  .card_dev {
    width: 100%;
  }

  .company_img {
    width: calc(50% - 12px);
  }

  .banner_btn1,
  .banner_btn2 {
    width: 100%;

    justify-content: center;
  }

  .badge {
    width: 100%;
  }

  .client_detail {
    flex-direction: column;

    gap: 16px;

    align-items: flex-start;

    width: 100%;
  }

  .block_items {
    width: 100%;
  }

  .block_card {
    flex-wrap: wrap;

    align-items: center;

    justify-content: center;
  }

  .footer_list {
    width: 100%;
  }

  .footer_bottom {
    flex-direction: column;

    gap: 16px;

    align-items: center;
  }

  .tab_items {
    width: 100%;
  }
}
