
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
a {
  background-color: #0000;
  font-size: large;
}

a:active, a:hover {
  outline: 0;
}

:root {
  --background-color--bg-grey: var(--base-color-brand--grey);
  --lor--text-black: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-brand--blue);
  --text-color--text-white: var(--base-color-neutral--white);
  --text-color--text-blue: var(--base-color-brand--blue);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-white: var(--base-color-neutral--white);
  --text-color--text-black-70: var(--base-color-neutral--black-70);
  --background-color--bg-white-80: var(--base-color-neutral--white-80);
  --background-color--bg-blue: var(--base-color-brand--blue);
  --base-color-neutral--neutral-lighter: #ccc;
  --round-corner-small: 1rem;
  --base-color-neutral--neutral-light: #aaa;
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--bg-black: var(--base-color-neutral--black);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --round-corner-large: 2.5rem;
  --border-color--border-black: var(--base-color-neutral--black);
  --base-color-neutral--white: #fff;
  --base-color-neutral--black: #111;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --background-color--bg-white: var(--base-color-neutral--white);
  --border-color--border-blue: var(--base-color-brand--blue);
  --round-corner-medium: 1.5rem;
  --background-color--bg-black-70: var(--base-color-neutral--black-70);
  --base-color-brand--blue: #3b7ef5;
  --base-color-brand--grey: #f7f6f5;
  --base-color-neutral--black-70: #111111b3;
  --base-color-neutral--white-80: #fffc;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --bg-grey: #f0f2f5;
  --bg-white: #ffffff;
  --text-black: #000000;
  --corner-radius: 1rem;
  --accent: #0059a9;
  --accent-dark: #0056b3;
  --error-color: #e23939;
  --bg-dark: rgba(17, 17, 17, 0.8);
  --text-white: #fff;
  --text-muted: #ccc;
      
}

html {
  height: 100%;
  scroll-behavior: smooth;
  background-attachment: scroll;
  scroll-padding-top: 100px;

}

body {
  color: black;
  background-color: var(--base-color-brand--grey);
  min-height: 100%;
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  line-height: 1.5;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

svg:not(:root) {
  overflow: hidden;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: medium;
  font-family:Arial;
  color: black;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.padding_global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding_global.padding_section_small {
  max-width: 100rem;
}

.padding_section_small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.small_space {
  width: 100%;
  padding-top: 1rem;
}

.large_space {
  padding-top: 3rem;
}
.medium_space {
  width: 100%;
  padding-top: 2rem;
}

.text_color_blue {
  color:#0059a9;
}

.text_size_regular {
  color: var(--text-color--text-black);
  font-size: 1rem;
}

.text_size_large {
  font-size: 1.5rem;
}
.text_weight_medium {
  font-weight: 500;
}

.text_weight_semibold {
  font-weight: 600;
}

.text_size_medium {
  font-size: 1.25rem;
}

.text_size_medium.text-weight-bold {
  font-weight: 700;
}

.heading_section {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading_section.align_left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.information_title{
  border: 2px solid #0059a9;
  border-radius:20px;
  color: #0059a9;
  padding: .5rem 1rem;
  font-weight: 600;
  display: inline-flex;
}

.max_width_large {
  width: 100%;
  max-width: 48rem;
  padding-top: 0.5rem;
}

.icon_embed_xsmall {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.icon_embed_xsmall.svg {
  width: 1.75rem;
  height: 1.75rem;
  padding-left: 0;
  position: relative;
  left: -1px;
}

/* === Base Navbar Styles (Desktop First) === */
 .nav_component {
    width: 100%;
    padding: 0.3rem 0.5rem;
    background-color: #fff;
    position: fixed;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    top: 0;
    left: 0;
  }

  .nav_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 ;
    height: auto;
  }

  .nav_brand {
    text-decoration: none;
    height: 90px;
    width:30%;
  }

  /* Desktop nav menu */
  .nav_menu {
    display: flex;
    gap: 1rem;
    z-index: 1100;
  }

  .nav_menu a {
    text-decoration: none;
    color: #000;
    padding: 1rem;
    transition: color 0.3s ease;
  }

  .nav_menu a:hover {
    color:#0059a9;
  }

  /* Hamburger button hidden on desktop */
  .nav_button {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    font-size: 24px;
    z-index: 1100;
  }

  .nav_button svg {
    width: 24px;
    height: 24px;
  }

  .nav_button.open {
    background-color: #e6e6ff;
    border-radius: 4px;
  }

  /* Overlay */
  .nav_overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    height: 100px;
    font-synthesis-weight: auto;
  }

  .nav_overlay.show {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  /* === Responsive styles === */

  /* Tablet and smaller */
  @media (max-width: 991px) {
    .nav_menu {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: 250px;
      background: #fff;
      flex-direction: column;
      padding: 2rem 1.5rem;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;
      box-shadow: -2px 0 5px rgba(0,0,0,0.1);
      z-index: 1050;
    }

    .nav_menu.open {
      transform: translateX(0);
    }

    .nav_menu a {
      padding: 1rem 0;
      width: 100%;
      border-bottom: 1px solid #ddd;
    }

    .nav_button {
      display: block;
    }
  }

  /* Smaller tablets / large phones */
  @media (max-width: 767px) {
    .nav_logo {
      height: 40px;
    }

    .nav_menu {
      width: 220px;
      padding: 1.5rem 1rem;
    }

    .nav_menu a {
      font-size: 16px;
    }
  }

  /* Small phones */
  @media (max-width: 479px) {
    .nav_logo {
      height: 35px;
    }

    .nav_menu {
      width: 200px;
      padding: 1rem;
    }

    .nav_menu a {
      font-size: 14px;
      padding: 0.75rem 0;
    }

    .nav_button {
      font-size: 20px;
      width: 2.5rem;
      height: 2.5rem;
    }
  }
/* nav_bar end*/

/*header start*/

.home_section{
  width: 100%;
  width: auto;
  position: relative;
  margin-top: 100px;
}

.home_container {
  z-index: 1;
  border-radius:20px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-height: 70svh;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_content {
  border-radius:40px;
  background-color:white;
  width: 36rem;
  height: auto;
  padding: 2.5rem;
}

.home_heading_style {
  color:black;
  font-size: 2.5rem;
  font-weight: 500;
}

.home_button_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.home_button {
  color: white;
  text-align: center;
  padding: .5rem 1.5rem;
  font-weight: 500;
}

.home_button.is_icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color:#0059a9;
  border-radius: 5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home_button.is_icon:hover {
  background-color:#0059a9;
}



.home_button_icon {
  width: 2rem;
  height: 2rem;
}

.home_background_image_wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home_background_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
/*main end*/

/*service _section*/

.service_container {
  border-radius: 20px;
  background-color:var(--background-color--bg-white);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75rem 2.5rem;
}

.service_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  perspective: 1000px;
}

.service_card {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  border-radius: 4%;
  cursor: pointer;
  flex-flow: column;
  padding: 2rem 1.5rem;
  display: flex;
  box-shadow: 0 2px 20px 6px #0000001a;
  background-color: white;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.service_card:hover {
    background-color:#0059a9; /* Change background color on hover */
    color: white; /* Change text color on hover */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}

.service_icon {
  color: #0059a9;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  transition: color 0.3s ease;
}

.service_card:hover .service_icon {
    color: white; /* Change icon color on hover */
}

.service_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  transition: color 0.3s ease;
}

.service_card:hover .service_content p {
    color: white;
}
/*end */

/*expertise start*/

.expertise_container {
  border-radius: 20px;
  background-color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75rem 2.5rem;
}

.accordion_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.accordion_top {
  border-bottom: 1px none black;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.accordion_heading_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 85%;
  display: grid;
}

.accordion_heading {
  font-family:sans-serif;
  font-size: 3rem;
  font-weight: 500;
}

.accordion_component.open .accordion_icon svg {
  transform: rotate(180deg);
  
}

.accordion_icon_wrapper {
  border: 2px solid black;
  border-radius: 40px;
  background-color: white;
  color: black;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 0;
  height: 4.75rem;
  display: flex;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.accordion_component.open .accordion_icon_wrapper {
  border-color: #0059a9;
  color: #0059a9; 
}
.accordion_icon {
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  display: flex;
  
}

.accordion_icon svg {
  transition: transform 0.3s ease;
}

.accordion_bottom {
  border-bottom: 1px solid grey;
  overflow: hidden;
  transition: height 0.4s ease;
}

.accordion_image_wrapper {
  border-radius:20px;
  width: 100%;
  height: 60svh;
  margin-top: 3rem;
  margin-bottom: 5rem;
  overflow: hidden;
}
/* end*/


/*section_testimonial start*/

.section_testimonial {
  color: black;
  overflow: hidden;
}

.container_large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial_slider {
  background-color: #0000;
  justify-content: center;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.testimonial_mask {
  width: 55%;
  transition: transform 0.5s ease-in-out;
  display: flex;
}

.testimonial_slide {
  padding-right: 3rem;
   min-width: 100%;
   box-sizing: border-box;
   flex:0 0 100%;
}


.testimonial_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid white;
  border-radius: 20px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 21px 7px #0000001a;
}

.testimonial_client_info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: black 70;
  display: flex;
}

.vertical_devider {
  background-color: lightgray;
  width: 1px;
}

.slider_arrow {
  border: 1px solid black;
  color: black;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 10;
  transform: translateY(-50%);
}

.t_slider_arrow_left{
  z-index: 3;
  right: auto;
}

.t_slider_arrow_right{
  z-index: 4;
  left: auto;
}

.t_slider_arrow_left,.t_slider_arrow_right{
  cursor: pointer;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  overflow: hidden;
}

.slider_arrow:hover {
  border-color:#0059a9;
  background-color:#0059a9;
  color: white;
}

.slider_arrow:active {
  background-color: #0059a9;
}

.slider_arrow.bottom_previous {
  right: 4rem;
}

.slider_arrow.bottom_next {
  left: 4rem;
}

.slider_arrow.bottom_next:active {
  background-color: #0059a9;
}


.slider_arrow_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

/*testimonial end*/


/*start value  section*/

.value_container {
  border-radius: var(--round-corner-large);
  background-color: var(--background-color--bg-white);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75rem 2.5rem;
}

.value_layout_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.value_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.value_layout.reverse {
  grid-template-columns: 1fr .75fr;
}

.value_card {
  border-radius: var(--round-corner-medium);
  background-color: var(--background-color--bg-white);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
  box-shadow: 0 10px 2px 6px rgba(0,0,0,0.06);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  transform: translateY(30px);
  position: relative;
}

.value_card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--round-corner-medium);
  background: transparent;
  pointer-events: none;
}

.value_card:hover {
  box-shadow:
    0 15px 35px rgba(100, 100, 100, 0.25),
    0 10px 20px rgba(0, 0, 0, 0.1);
  transform: perspective(800px) rotateX(6deg) rotateY(-6deg);
  position: relative;
}
.value_content_left {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.value_icon {
  z-index: 1;
  color:var(--text-color--text-blue);
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  position: relative;
}

.value_content_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.image {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.value_image_bg {
  object-fit: contain;
  object-position: 100% 50%;
  position: absolute;
}

/* value section end*/

/* contact start*/

    .contact-section {
      padding: 60px 20px;
      background: var(--bg-grey);
    }

    .contact-wrapper {
      background: var(--bg-white);
      border-radius: var(--corner-radius);
      padding: 3.75rem 2.5rem;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 0.5fr 1fr;
      gap: 4rem 5rem;
      align-items: start;
    }

   

    .contact-info p {
      font-size: 15px;
      color: #666;
      margin-bottom: 1.5rem;
      line-height: 1.5;
    }

    .highlight {
      color: var(--accent);
    }

    .info-list {
      grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: grid;
    }

    .info-item {
      display: flex;
      gap: 1rem;
      align-items: flex-start;
      transition: transform 0.2s ease;
    }

    .info-item:hover {
      transform: translateX(5px);
    }

  .link {
  color:var(--text-color--text-black);
  font-size:1rem
}

    .info-item svg {
      width: 22px;
      height: 22px;
      color: var(--accent);
      flex-shrink: 0;
      transition: color 0.3s ease, transform 0.3s ease;
    }

    .info-item:hover svg {
      color: var(--accent-dark);
      transform: scale(1.2);
    }

    .info-item a {
      color: var(--text-black);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .info-item a:hover {
      color: var(--accent);
    }

    /* Form Style */
    .form-container {
      background: #f9fafc;
      padding: 2rem;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      position: relative;
    }

    .form-container form {
      display: grid;
      gap: 1.8rem;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      position: relative;
    }

    .form-label {
      margin-bottom: 6px;
      font-weight: 600;
      color: var(--text-black);
      font-size: 14px;
    }

    .form-group input,
    .form-group textarea {
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 15px;
      width: 100%;
      box-sizing: border-box;
      outline: none;
      transition: border-color 0.3s ease;
    }

    .form-group input::placeholder,
    .form-group textarea::placeholder {
      color: #aaa;
      font-style: italic;
    }

    .form-group input:focus,
    .form-group textarea:focus {
      border-color: var(--accent);
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.4);
    }

    textarea {
      resize: vertical;
      min-height: 120px;
    }

    .error-message {
      color: #555;
      font-size: 13px;
      margin-top: 4px;
      display:none;
    }

    .form-group.error input,
    .form-group.error textarea {
      border-color: var(grey);
      box-shadow: 0 0 5px rgba(grey);
    }

    .btn {
      background-color: var(--accent);
      color: #fff;
      padding: 14px 20px;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      width: max-content;
      font-weight: 600;
    }

    .btn:hover {
      background: var(--accent-dark);
      transform: translateY(-2px);
    }

    /* Success and Error Messages */
    .form_message-success-wrapper,
    .form_message-error-wrapper {
      margin-top: 1.5rem;
      padding: 1rem;
      border-radius: 6px;
      font-weight: 600;
      font-size: 15px;
      display: none;
    }

    .error-message,
#formSuccess,
#formError {
  display: none;
}

    .form_message-success-wrapper {
      background-color: #d4edda;
      color: #155724;
      border: 1px solid #c3e6cb;
    }

    .form_message-error-wrapper {
      background-color: #f8d7da;
      color: #721c24;
      border: 1px solid #f5c6cb;
    }

    @media (max-width: 768px) {
      .contact-grid {
        grid-template-columns: 1fr;
      }
      .form-row {
        grid-template-columns: 1fr;
      }
    }


/* contact end*/

/*footer section start*/
footer {
      background: var(--background-color--bg-black);
      color: var(--text-color--text-white);
       padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }

    .footer-container {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: 1.2fr 1fr 1fr;
      gap: 2rem;
      align-items: start;
      
    }

    /* Logo/About Section */
    .footer-about {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
    }

    .footer-about img {
      margin-bottom: 1rem;
      height: 150px;
      float: left;
    }

    .footer-about p {
      color: var(--text-muted);
      font-size: 14px;
      line-height: 1.5;
      max-width: 300px;
    }

    /* Footer Columns */
    .footer-column h4 {
      font-size: 16px;
      margin-bottom: 1rem;
      border-left: 3px solid var(--accent);
      padding-left: 8px;
    }

    .footer-column a {
      display: block;
      text-decoration: none;
      color: var(--text-muted);
      font-size: 14px;
      margin-bottom: 0.5rem;
      transition: color 0.3s;
    }

    .footer-column a:hover {
      color: var(--accent);
    }

    /* Bottom section */
    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: 2rem;
      padding-top: 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      font-size: 14px;
      color: var(--text-muted);
    }

    .footer-legallist,
    .footer-social {
      display: flex;
      gap: 1.5rem;
    }

    .footer-legallist a {
      color: var(--text-white);
      text-decoration: underline;
      font-size: 14px;
    }

    .footer-legallist a:hover {
      color: var(--accent);
    }

    .footer-social a {
      color: var(--text-white);
      display: inline-flex;
      transition: color 0.3s;
    }

    .footer-social a:hover {
      color: var(--accent);
    }

    /* Responsive */
    @media (max-width: 900px) {
      .footer-container {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 600px) {
      .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .footer-about {
        align-items: center;
        text-align: center;
      }

      .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
      }
    }

/*projrct section*/

.project_container {
  border-radius:20px;
  background-color: var(--background-color--bg-white-80);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75rem 2.5rem;
  overflow: hidden;
}

.project_layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project_gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  height: auto;
}

.project_gallery_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 10rem;
  position: relative;
  
}

.project_gallery_mask {
  width: 50%;
  overflow: visible;
  display: flex;
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  transition: transform 0.5s ease-in-out;
}

.project_gallery_slide {
  padding-right: 2rem;
  flex: 0 0 100%;
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
} 

.project_card {
  border-radius:30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  min-height: 70svh;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #0000001a;
  background: white;
}

.project_link {
  z-index: 0;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project_image_wrapper {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project_image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  min-height: 100%;
}

.project_content {
  z-index:1;
  border-radius:20px;
  background-color:white;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.project_name {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  cursor:pointer;
}

.textblock {
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.mediumicon {
  width: 2rem;
  height: 2rem;
  transition: transform 0.35s ease;
}

.project_name.active .mediumicon {
  transform: rotate(180deg);
}

.project_description {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  width: 100%;
}

.project_text p {
  margin-bottom: .25rem;
  font-size: .875rem;
}

.project_text ul {
  margin-bottom: .5rem;
  font-size: .875rem;
}

.p_text:before, .p_text:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.p_text:after {
  clear: both;
}

.list {
  margin-bottom: .25rem;
}

.lightbox_overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox_overlay.active {
  display: flex;
}

.lightbox_content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.lightbox_content img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 10px;
}

.lightbox_close {
  position: absolute;
  top: 10px; right: 15px;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
}

.lightbox_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0 1rem;
  user-select: none;
}

#prevArrow {
  left: 10px;
}

#nextArrow {
  right: 10px;
}

@media screen and (min-width: 1440px) {
  .padding-global.padding-section-small {
    margin-left: auto;
    margin-right: auto;
  }

  .project_gallery_mask {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .medium_space {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .large_space {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .header_container {
    justify-content: center;
    align-items: flex-end;
    padding: 1rem;
  }

  .header_content {
    width: 100%;
  }

  .home_heading_style {
    font-size: 2.25rem;
  }

  .accordion_heading {
    font-size: 2.5rem;
  }

  .accordion_heading_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    padding-right: 2rem;
  }

  .contact_content {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .form_field-wrapper-2-column {
    grid-template-columns: 1fr;
  }

  .testimonial_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial_mask {
    width: 75%;
  }

  .value_layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .value_layout.is-reverse {
    grid-template-columns: 1fr 1fr;
  }

  .value_content-right, .value_content-left {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .value_layout-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    place-items: end start;
  }

  .footer_logo {
    width: 50%;
  }

  .footer_menu-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer_container {
    padding: 3rem 2rem;
  }

  .icon {
    color: var(--background-color--bg-black);
  }

  .code-embed {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .heading {
    font-size: 3.5rem;
  }

  .project_gallery_mask {
    width: 95%;
  }

  .project_name {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text_size_large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .medium_space {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .large_space {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .home_heading_style {
    font-size: 2.125rem;
  }

  .service_container {
    padding: 3rem 2rem;
  }

  .service_layout {
    flex-flow: column;
    display: flex;
  }

  .service_card {
    flex-flow: row;
  }

  .service_icon {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .project_container {
    padding: 2rem 1rem;
  }

  .project_layout {
    grid-template-columns: 1fr;
  }

  .expertise_container {
    padding: 2rem 1rem;
  }

  .accordion_top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accordion_icon {
    width: 1.75rem;
  }

  .accordion_heading {
    font-size: 2rem;
  }

  .contact_container {
    padding: 2rem 1rem;
  }

  .contact_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial_mask {
    width: 90%;
  }

  .testimonial_slide {
    padding-right: 1.5rem;
  }

  .testimonial_card {
    padding: 2rem;
  }

  .testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .slider-arrow {
    display: none;
  }

  .value_layout {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_credit_text {
    margin-top: 1.5rem;
  }

  .footer_legal-list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer_social-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-auto-flow: row;
  }

  .project_gallery_slide {
    padding-right: 1.5rem;
  }

  .project_name {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 13vw;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .policy_rich-text h2 {
    font-size: 1.25rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .nav_logo {
    width: 10rem;
  }

  .header_container {
    justify-content: center;
    align-items: center;
  }

  .header_content {
    padding: 1rem;
  }

  .service_container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service_card {
    flex-flow: column;
    box-shadow: 0 0 6px 3px #0000001a;
  }

  .project_lightbox-link {
    justify-content: center;
  }

  .project_content {
    position: relative;
  }

  .expertise_container {
    padding: 3rem 1rem;
  }

  .accordion_top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .accordion_icon {
    width: 1.5rem;
  }

  .accordion_icon_wrapper {
    width: 2rem;
    height: 3.25rem;
  }

  .accordion_heading {
    line-height: 1.1;
  }

  .accordion_heading_wrapper {
    width: 100%;
  }

  .contact_content {
    grid-template-columns: 1fr;
  }

  .testimonial_mask {
    width: 95%;
  }

  .testimonial_slide {
    padding-right: 1rem;
  }

  .value_container {
    padding: 3rem 1rem;
  }

  .value_icon {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_logo {
    width: 100%;
  }

  .footer_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer_menu-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading {
    font-size: 12vw;
  }

  .policy-header_container, .policy_container {
    padding: 2rem 1rem;
  }

  .project_card {
    height: auto;
  }

  .project_gallery_mask {
    width: 100%;
  }

  .project_gallery_slide {
    padding-right: .5rem;
  }

  .project_name {
    line-height: 1.3;
  }
}

#service_block1, #service_block2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#service_block3, #service_block4, #service_block5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}









