/* Import Graphik font */
@font-face {
  font-family: "Graphik";
  src: url("https://staging.kapylon.com/wp-content/themes/kapyplon-theme/fonts/Graphik-Regular-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("https://staging.kapylon.com/wp-content/themes/kapyplon-theme/fonts/Graphik-RegularItalic-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("https://staging.kapylon.com/wp-content/themes/kapyplon-theme/fonts/Graphik-Medium-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("https://staging.kapylon.com/wp-content/themes/kapyplon-theme/fonts/Graphik-MediumItalic-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("https://staging.kapylon.com/wp-content/themes/kapyplon-theme/fonts/Graphik-Bold-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("https://staging.kapylon.com/wp-content/themes/kapyplon-theme/fonts/Graphik-BoldItalic-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("https://staging.kapylon.com/wp-content/themes/kapyplon-theme/fonts/Graphik-Light-Trial.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("https://staging.kapylon.com/wp-content/themes/kapyplon-theme/fonts/Graphik-Semibold-Trial.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("https://staging.kapylon.com/wp-content/themes/kapyplon-theme/Inter/static/Inter_18pt-SemiBold.ttf");
}
/* Reset default font for the entire website */
* {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.container1 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
  }
img {
    max-width: 100%;
    height: auto;
  }

      /* Header Styles */
  header {
    position:relative;
    top: 0;
    z-index: 100;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .top-bar {
    position: relative;
    right: 1.2vw;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
  }
  
  .top-bar-right {
   
    left: 77.96%;
    display: flex;
    flex-direction: row;
	justify-content: flex-end;
    min-height: 14px;
    min-width: 183px;
    gap: 17px;
    color: #00293b;
    padding: 4px;
    
  }
  
  .top-link {
    color: #00293b;
    font-weight: 500;
    font-size: medium;
    line-height: 100%;
    letter-spacing: 0%;
  
    display: flex;
    align-items: center;
    gap: 3px;
  }
  
  .main-nav {
    /* padding: 24px 0; */
    background-color: #c6edff;
    height: 65px;
    /* position: relative; */
  }
  
  .main-nav .container {
    /*Commented on May*/
	 padding-left:0px;
	/*padding: 0 2vw;*/
	/*Commented on May*/
  
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #c6edff;
    height: 100%;
    box-sizing: border-box;

  }
  
  .logo {
    max-width: 235px;
    max-height: 65px;
    padding: 5px;
  }
  .logo a {
    display: flex;
    align-items: center;
  }
  .logo a video {
    height: 55px;
    width: 225px;
    object-fit: cover;
  }
  .nav-links {
    display: flex;
    gap: 27px;
    align-items: center;
    height: 28px;
  }
  
  .nav-link {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0%;
    font-size: larger;
    line-height: 100%;
    margin: 0;
    color: #00293b;
    transition: color 0.3s;
    cursor: pointer;
  }
  
/*  #explore-nav {
    text-decoration: underline;
    text-decoration: underline solid #00293b;
    text-underline-offset: 20%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }
  */
  .nav-link i {
    font-size: 16px;
    margin-left: 5px;
    color: #0066cc;
  }
  
  .search-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
  }
  
  .search-icon i {
    font-size: 20px;
    /* line-height: 28px; */
    width: 20px;
    height: 20px;
  }
  
  .nav-contents {
    /* Frame 1618871587 */
  
    /* Auto layout */
    position: absolute;
    top: 105px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 0 48px;
    gap: 4px;
    width: 100vw;
    height: 280px;
  
    background: #0066cc;
  }
  .nav-contents {
    display: none;
    transition: all 0.3s ease;
  }
  
  .down-arrow,
  .nav-link i {
    transition: transform 0.3s ease;
  }
  
  .rotate {
    transform: rotate(-180deg);
  }
  .rotate-search {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
  }
  
  .nav-contents .container {

    background: inherit;
  
    display: flex;
    flex-direction: row;
    align-items: flex-start;

    gap: 226px;
  
    width: 620px;
    height: auto;

   
    margin: 0 auto;
    padding: 0;
  }
  
  .nav-contents-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 11px;
  
    width: auto;
    height: 50px;
  }
  
  .nav-contents-heading h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #e2f6ff;
  }
  
  .nav-contents-bar {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #c6edff 0%, #0066cc 100%);
  }
  
  .nav-contents-pages {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
  
    height: auto;
    width: 250px;
  }
  .nav-contents-page {
    height: 22px;
    width: 150%;
  }
  
  .nav-contents-page a {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }
  
  #nav-contents-search .container {
    flex-direction: column;
    padding: 0px;
    gap: 28px;
  
    width: 1300px;
    height: 123px;
  }
  
  #nav-contents-search input{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 27px 36px;
  gap: 4px;
  
  width: 100%;
  height: 77px;
  
  background: #CCD4D8;
  border-radius: 50px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  
  }
  
  /* #nav-contents-search input::placeholder{
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #80949D;
  } */
  
  #nav-contents-search p{
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
  }
  
  .menu-container-box {
    display: none;
  }
  
  .navbar-container-tablet {
    display: none;
  }
  
  
  @media (max-width: 768px) {
    .container {
      max-width: 608px;
      padding: 0 40px;
    }
  
    /* top-bar */
    .top-bar-right {
      justify-content: center;
    }
  
    /* nav bar */
    .nav-links {
      display: none;
    }
  
    #top-link-2 {
      display: none;
    }
  
    .main-nav .container {
      justify-content: space-between;
      /* gap: 324px; */
    }
    .menu-container-box {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 0px;
      gap: 27px;
      background-color: #c6edff;
      outline: none;
      border: none;
  
      width: 48px;
      height: 55px;
    }
  
    .menu-container-box img {
      width: 48px;
      height: 48px;
    }
  
    /* navbar contents tablet */
    .navbar-container-tablet {
      /* Main Content Container */
  
      /* Auto layout */
      position: absolute;
      top: 98px;
      left: 0px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      padding: 80px 0px;
      gap: 36px;
  
      width: 100%;
      height: auto;
  
      background: #0066cc;
    }
  
    .navbar-container-tablet .container {
      background: inherit;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      padding: 0px;
      gap: 36px;
  
      height: auto;
    }
    .navbar-search-container {
      width: 608px;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 106px;
      gap: 16px;
    }
  
    .navbar-search-container input {
      width: 80%;
      height: 77px;
      border: none;
      border-radius: 50px;
      padding: 27px 36px;
      outline: none;
      background: rgba(204, 212, 216, 1);
    }
  
    .navbar-search-container input::placeholder {
      font-family: "Graphik";
      font-weight: 400;
      font-size: 16px;
      line-height: 17.6px;
      letter-spacing: 0%;
      color: rgba(128, 148, 157, 1);
    }
    .navbar-search-container p {
      font-family: "Graphik";
      font-weight: 400;
      font-size: 12px;
      line-height: 13.2px;
      letter-spacing: 0%;
      margin: 0px;
      text-align: center;
      color: rgba(198, 237, 255, 1);
    }
  
    .navbar-content-common-tablet {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0px;
      gap: 36px;
  
      height: auto;
      /* padding-bottom: 0px; */
      transition: height 0.3s ease-in-out;
    }
  
    .navbar-clickable {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      padding: 4px 5px 4px 4px;
      gap: 4px;
      isolation: isolate;
  
      height: fit-content;
      cursor: pointer;
      /* // On click
    // Change to: "Tablet_About";
    // Animate: Smart animate; */
      /* animation-timing-function: ease-in-out;
    animation-duration: 300ms; */
    }
  
    .navbar-clickable p {
      margin: 0px;
  
      width: auto;
      height: 18px;
  
      font-weight: 600;
      font-size: 16px;
      line-height: 18px;
  
      color: #f4fbff;
      transition: all 0.3s ease-in-out; /* Smooth text transition */
    }
    .navbar-clickable img {
      width: 18px;
      height: 18px;
      transition: transform 0.3s ease-in-out; /* Smooth icon rotation */
    }
  
    .navbar-clicked-items {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      /* justify-content: space-between; */
      padding: 0px;
      gap: 30px;
  
      margin-left: 4px;
  
      height: fit-content;
      width: 100%;
    }
  
    /* .navbar-clicked-items.show {
      opacity: 1;
    } */
    .navbar-clicked-items {
      display: none;
    }
  
    .navbar-clicked-items.show {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      /* justify-content: space-between; */
      padding: 0px;
      gap: 30px;
  
      margin-left: 4px;
  
      height: fit-content;
      width: 100%;
    }
  
    .navbar-clickable:hover {
      cursor: pointer;
    }
  
    .navbar-clickable.clicked {
      padding: 4px;
      gap: 4px;
      isolation: isolate;
  
      width: auto;
      height: auto;
    }
  
    .navbar-container-tablet {
      display: none;
    }
  
    .navbar-container-tablet.show {
      display: block;
    }
  
    .navbar-clickable.clicked p {
      width: auto;
      height: auto;
      font-family: "Graphik";
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 26px;
  
      color: #f4fbff;
      transition: all 0.3s ease-in-out; /* Smooth text transition */
    }
  
    .navbar-clickable.clicked img {
      transform: rotate(90deg);
  
      width: 26px;
      height: 26px;
  
      transition: transform 0.3s ease-in-out; /* Smooth icon rotation */
    }
  
    /* Arrow Rotation */
    .navbar-clickable img {
      transition: transform 0.3s ease-in-out;
    }
  
    .navbar-clickable img.rotated {
      transform: rotate(90deg);
    }
  
    .navbar-clicked-items a {
      width: auto;
      height: auto;
      font-family: "Graphik";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 18px;
  
      text-decoration-line: underline;
  
      color: #c6edff;
    }
  
    .navbar-clicked-items a {
      text-decoration: underline;
      text-underline-offset: 3px;
      color: #eeeeee;
      font-size: 10px;
    }
  
    
  }
  
  @media (max-width: 430px) {
    .container {
      width: 350px;
      max-width: 430px;
      /* padding: 0px; */
    }
  
    header {
      background: #c6edff;
    }
    /* top-bar */
    .top-bar {
      /* background-color: #c6edff; */
      height: 33px;
    }
  
    .top-bar-right {
      display: none;
    }
  
    .logo a video {
      width: 200px;
      height: 42px;
    }
    
    .main-nav .container {
      padding: 0 !important;
       width: 83vw;
  }   

  
      /* navbar contents tablet */
      .navbar-search-container {
        width: 310px;
      }
      .navbar-clicked-items.show {
        flex-direction: column;
      }
      .navbar-container-tablet.show {
        width: 310px;
        padding: 40px;
        display: block;
      }

          .navbar-search-container input {
        /* width: 75%; */
        height: 77px;
        border: none;
        border-radius: 50px;
        padding: 27px 36px;
        outline: none;
        background: rgba(204, 212, 216, 1);
    }

        .navbar-search-container p {
        padding-left: 9px;
        font-family: "Graphik";
        font-weight: 400;
        font-size: 11px;
        line-height: 13.2px;
        margin: 0px;
        text-align: center;
        color: rgba(198, 237, 255, 1);
    }
 }





    
/* footer section */
.footer-section {
  /*display: flex;*/
  flex-direction: column;
  align-items: flex-start;
  padding: 100px 120px;
  gap: 96px;

  height: auto;

  background: #00293b;
}

.footer-row-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 48px;
  width: 100%;
  height: 401px;
}

.footer-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0px 32px 0px;

  width: 100%;
  height: 150px;

  background: #0066cc;
  border-radius: 16px;
  overflow: hidden;

  /* Inside auto layout */
  /* flex: none;
order: 0;
align-self: stretch;
flex-grow: 0; */
}

.need-help {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;

  margin: 0;
  width: 538px;
  height: 84px;
  margin: 0 48px;

  /* Inside auto layout */
  /* flex: none;
order: 0;
flex-grow: 0; */
}

.need-help h2 {
  /* Do you need help? */

  width: 242px;
  height: 34px;
  margin: 0;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  /* identical to box height, or 34px */
  letter-spacing: -0.01em;

  color: #f9fafb;

  /* Inside auto layout */
  /* flex: none;
order: 0;
flex-grow: 0; */
}

.need-help p {
  width: 538px;
  height: 40px;
  margin: 0;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  /* or 20px */

  color: #ffffff;

  opacity: 0.6;

  /* Inside auto layout */
  /* flex: none;
order: 1;
align-self: stretch;
flex-grow: 0; */
}

.orange-ellipse {
  /* Ellipse */

  width: 480px;
  height: 480px;
  display: flex;
  align-items: center;
  background: #f56300;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 0;
}

.get-consultation {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 24px;
  isolation: isolate;

  margin: 0 auto;
  width: 232px;
  height: 34px;
  z-index: 1;

  background: transparent;
  border: none;
  cursor: pointer;

  /* Inside auto layout */
}

.get-consultation h2 {
  width: 193px;
  height: 34px;
  margin: 0;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;

  color: #ffffff;
}

.get-consultation a {
  display: flex;
  align-items: center;
}

.get-consultation a img {
  width: 15px;
  height: 8px;
}

.get-consultation-mobile{
  display: none;
}


.footer-contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 310px;
  /* gap: 30%; */

  width: 100%;
  height: 205px;
}

.footer-link-contents {
   display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 44px;

  margin: 0 0;
  width: 58%;
  height: 205px;
}

.link-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;

  width: 120px;
  height: 205px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 1;
}

.link-column h2 {
  width: 100%;
  height: 17px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  /* identical to box height, or 17px */
  letter-spacing: 0.04em;
  text-transform: uppercase;

  color: #c6edff;

  opacity: 0.4;
  margin: 0;
  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.link-column-contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;

  width: 100%;
  height: 164px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.link-column-contents a {
  width: 100%;
  height: 20px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  /* identical to box height, or 20px */

  color: #c6edff;

  opacity: 0.6;
  margin: 0;
  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

#link-column-2 {
  width: 210px;
  height: 157px;
}

#link-column-3 {
  width: 182px;
  height: 163px;
}

#link-column-3 .link-column-contents a {
  height: 17px;

  font-size: 12px;
  line-height: 140%;
  /* identical to box height, or 17px */

  color: #c6edff;

  opacity: 0.6;

  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.footer-logo-contents {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 64px;

  margin: 0;
  width: 130.48px;
  height: 139.16px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.footer-logo-contents img {
  width: 130.48px;
  height: 30.16px;
}

.email-div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 24px;

  width: 122px;
  height: 45px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.email-div-bar {
  /* border */

  width: 45px;
  height: 1px;

  background: #ffffff;
  opacity: 0.25;

}

.company-email {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 4px;

  width: 122px;
  height: 20px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.company-email a {
  /* info@kapylon.com */

  width: 122px;
  height: 20px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: right;

  color: #c6edff;
  margin: 0;
  opacity: 0.6;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.footer-row-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  margin-top: 40px;
  gap: 48px;
  width: 100%;
  height: auto;
}

.company-social-media {
  /* socialMedia */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 48px;

  width: 58%;
  height: 48px;
}

.social-media-common {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 30px;

  width: 400px;
  height: 48px;
}

.common-line-div {
  /* border */

  width: 100%;
  height: 1px;

  background: #c6edff;
  opacity: 0.2;

  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}


.linkedin-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 216px;

  width: 100%;
  height: 17px;
}

.linkedin-div p {
  /* Linkedin */

  margin: 0;
  width: 49px;
  height: 17px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  /* identical to box height, or 17px */

  color: #c6edff;

  opacity: 0.6;
}

.linkedin-div a {
  /* akar-icons:linkedin-v1-fill */
  margin: 0;
  width: 16px;
  height: 16px;
}

.copy-right-block {
  /* bottom */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0px;
  /* gap: 1119px; */

  width: 100%;
  height: 60px;
}

.copy-right-block p {
  /* ©2024 Kapylon, all rights reserved */

  margin: 0;
  width: 162px;
  height: 14px;

  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  /* identical to box height, or 14px */
  display: flex;
  align-items: flex-end;

  color: #ffffff;

  opacity: 0.4;
}

.upward-navigation-arrow {
  margin: 0;
  width: 60px;
  height: 60px;

  box-sizing: border-box;

  /* opacity: 0.2; */
  border: 1px solid rgba(255, 255, 255, 20%);

  border-radius: 50px;
  background: unset;
  cursor: pointer;

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


@media (max-width: 768px) {
  

  /* footer section */
  .footer-section {
    padding: 64px;
    height: auto;
  }

  .footer-section .container {
    gap: 40px;
    padding: 0;
  }

  .footer-row-1 {
    width: 608px;
    height: 525.16px;
  }

  .footer-title {
    width: 608px;
    height: 166px;
    justify-content: flex-start;
  }

  .need-help {
    width: 538px;
    height: 102px;
  }

  .need-help h2 {
    width: 173px;
    height: 24px;

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

  .need-help p {
    width: 242px;
    height: 68px;

    font-size: 12px;
  }

  .orange-ellipse {
    width: 399px;
    height: 399px;

    /* Inside auto layout */
    /* flex: none;
                                order: 0;
                                flex-grow: 0;
                                z-index: 0; */
  }

  .get-consultation {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;

    width: 161px;
    height: 44px;
  }

  .get-consultation h2 {
    width: 161px;
    height: 28px;

    font-size: 20px;
    line-height: 28px;
  }

  .footer-contents {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 76px;

    width: 608px;
    height: 311.16px;
  }

  .footer-link-contents {
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0px;
    gap: 44px 40px;

    width: 608px;
    height: 205px;
  }

  .link-column {
    width: 136px;
  }

  .footer-logo-contents {
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 64px;

    width: 608px;
    height: 30.16px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }

  .email-div {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

    width: 414px;
    height: 20px;
  }

  .company-email {
    justify-content: flex-start;
  }

  .footer-row-2 {
    height: 244px;
  }

  .company-social-media {
    flex-direction: column;
    width: 608px;
    height: auto;
  }

  .social-media-common {
    width: 100%;
    height: auto;
  }
}



@media (max-width: 430px) {

  /* footer-section */
  .footer-section {
     padding: 40px;
     height: auto;
  }

  .footer-row-1 {
    width: 81vw;
    height: auto;
  }

  .footer-title {
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 32px 0;
    row-gap: 24px;
    width: 81vw !important;
    height: auto;
  }

  .need-help {
    width: 350px;
    height: auto;
    margin: 0 9.41%;
  }

  .need-help h2 {
    width: 138px;
    height: 19px;

    font-size: 16px;
    line-height: 120%;
    /* or 19px */
  }

  .need-help p {
    width: 252px;
    height: 68px;

    font-size: 12px;
    line-height: 140%;
  }

  .orange-ellipse {
    display: none;
  }

  .get-consultation-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 16px;

    width: 269px;
    height: 46px;

    background: #f56300;
    border-radius: 24px;

    border: none;
    cursor: pointer;

    margin: 0 40px;
    margin: 0 9.41%;
  }

  .get-consultation-mobile h2 {
    width: 129px;
    height: 22px;
    font-family: "Graphik";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */

    color: #ffffff;
  }

  .get-consultation-mobile a {
    display: flex;
    align-items: center;
  }

  .get-consultation-mobile a img {
    width: 15px;
    height: 8px;
  }

  .footer-contents {
    gap: 48px;
    width: 100%;
    height: auto;
  }

  .footer-link-contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;

    width: 345px;
    width: 100%;
    height: 605px;
  }

  .link-column {
    width: 100%;
    height: 205px;
  }

  .footer-logo-contents {
    align-items: center;
    padding: 0px;
    gap: 25px;
    width: 100%;
    height: auto;
  }

  .email-div {
    width: 185px;
    height: 20px;
  }

  .footer-row-2 {
    padding: 0px;
    gap: 24px;
    width: 100%;
    height: auto;
  }

  .company-social-media {
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    height: auto;
  }

  .copy-right-block {
    width: 100%;
    height: 47px;
  }

  .upward-navigation-arrow {
    width: 47px;
    height: 47px;
  }
}

@media (max-width: 376px) {
     .container {
        width: 78vw;
    }

    .footer-row-1 {
        width: 78vw;
        height: auto;
    }
    
        .footer-title {
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        padding: 32px 0;
        row-gap: 24px;
        width: 78vw !important;
        height: auto;
    }
    
    .need-help p {
        width: 235px;
        height: 68px;
        font-size: 12px;
        line-height: 140%;
    }

        .email-div {
        width: 165px;
        height: 20px;
    }
     
    .footer-logo-contents img {
      width: 100px;
    }

}