@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: 89px;
    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: 100%;
    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;
  }

  /* hero section */
  .hero {
    height: 620px;
  }
  .hero::before {
    /* Rectangle 2890 */

    width: 100%;
    height: 100%;

    background: linear-gradient(
      0deg,
      rgba(0, 41, 59, 0.7) 8%,
      rgba(0, 102, 204, 0.7) 40%,
      rgba(0, 0, 0, 0) 75%
    );
  }

  .hero .container {
    position: absolute;
    top: unset;
    bottom: 80px;
    left: 40px;
    z-index: 1;
    height: auto;
    width: auto;
  }

  .breadcrumb {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-top: 0;
    width: 536px;
    margin-bottom: 15px;
  }

  .hero-content {
    width: 584px;
  }
  .hero-content h1 {
    letter-spacing: 0%;
    vertical-align: middle;
    line-height: 40px;
    margin: 0;
  }

  /* intro section */
  .intro {
  }

  .intro .container {
    height: auto;
  }

  .intro h3 {
    height: 78px;
  }
  .intro h3 span::after {
    content: "";
    display: block;
  }
  .intro-contents {
    height: 264px;
  }

  /* offices */
  .offices {
    height: auto;
    padding: 104px 0;
  }
  .offices .container {
    padding: 0;
    height: 1876px;
  }

  .offices-cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px;
    gap: 24px;
    min-width: 608px;
    height: auto;
  }

  .registered-address {
    height: 105px;
  }

  .registered-address p {
    height: 97px;
    line-height: 32px;
  }
  .registered-address p span::after {
    content: "";
    display: block;
  }

  /* connect-with-us */
  .connect-with-us {
  }
  .connect-with-us .container {
    gap: 8px;
  }

  .connect-colomn-1 {
    width: 291px;
    height: 161px;
  }

  .connect-colomn-1 .heading {
    height: 34px;
  }
  .connect-colomn-1 .heading h3 {
    height: 26px;
    font-size: 24px;
  }
  .connect-colomn-1 .content {
    width: 291px;
    height: 104px;
  }

  .connect-colomn-1 .content p {
    font-size: 16px;
    line-height: 24px;
  }

  .connect-colomn-2 {
    width: 309px;
  }

  .connect-colomn-2 .heading h3 {
    font-size: 24px;
  }
  #connect-heading-desktop {
    display: none;
  }
  #connect-heading-tab {
    display: block;
  }

  #contact-form {
    width: 100%;
  }
  .contact-form-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }

  .send-button {
    text-align: right;
  }
  /* footer section */
  .footer-section {
    padding: 64px 0;

    width: 100%;
  }

  .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;
    width: 100%;
    height: 144px;
  }

  .social-media-common {
    width: 608px;
    width: 100%;
    height: 48px;
  }
}

@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;
  }

  /* navbar contents tablet */
  .navbar-container-tablet {
    top: 98px;
  }
  .navbar-search-container {
    width: 350px;
  }
  .navbar-clicked-items.show {
    flex-direction: column;
  }
  /* hero section */
  .hero {
    height: 547px;
  }

  .hero::before {
    background: linear-gradient(
      0deg,
      rgba(0, 41, 59, 0.7) 18.5%,
      rgba(0, 102, 204, 0.7) 46%,
      rgba(0, 0, 0, 0) 65.5%
    );
  }

  .hero .container {
    position: absolute;
    bottom: 80px;
    left: 0px;
    z-index: 1;
    height: auto;
  }

  .breadcrumb {
    margin: 0;
    flex-direction: column;
    font-size: 24px;
    width: 244px;
    gap: 4px;
  }

  .breadcrumb #span-1 {
    display: none;
  }

  .breadcrumb #span-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0%;
  }
  .hero-content {
    width: 350px;
    margin: auto;
    margin-top: 30px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero-content h1 {
    width: 350px;
    /* height: 224px; */
    margin-top: 0px;
    vertical-align: middle;
  }

  .hero-content h1 span::after {
    display: none;
  }

  /* Intro section */
  .intro {
    padding: 88px 0 56px;
  }

  .intro .container {
    background: #ffffff;
  }

  .intro h3 {
    height: 86px;
    font-size: 24px;
  }

  .intro-contents {
    height: 424px;
  }

  .intro-contents h4 span::after {
    content: "";
    display: block;
  }

  /* offices */
  .offices {
    height: auto;
    padding: 80px 0;
  }
  .offices .container {
    padding: 0;
    height: auto;
    gap: 24px;
  }

  .offices-heading {
    height: 40px;
  }

  .offices-heading h3 {
    height: 32px;
  }

  .offices-cards {
    padding: 0px;
    gap: 24px;
    min-width: 350px;
    width: 350px;
  }

  .offices-card {
    padding: 24px 16px 80px;
    gap: 4px;
    height: auto;
    z-index: 0; /* Keeps the background layer behind */
  }

  .offices-card-content {
    width: 320px;
    padding: 25px 12px;
    height: auto;
    gap: 8px;
  }

  .registered-address {
    height: 57px;
  }

  .registered-address p {
    height: 49px;
    font-size: 16px;
    line-height: 24px;
  }
  .registered-address p span::after {
    display: none;
  }

  /* connect-with-us */
  .connect-with-us {
    padding: 40px 0px;
  }

  .connect-with-us .container {
    flex-direction: column;
    gap: 10px;
  }

  .connect-colomn-1 {
    width: 100%;
    height: 114px;
  }
  .connect-colomn-1 .heading h3 {
    height: 26px;
    font-size: 24px;
  }
  .connect-colomn-1 .content {
    width: 100%;
  }
  .connect-colomn-1 .content p #span-1::after,
  #span-2::after {
    display: none;
  }

  .connect-colomn-2 {
    width: 100%;
  }
  .connect-colomn-2 .heading h3 {
    font-size: 16px;
  }
  /* footer-section */
  .footer-section {
    padding: 64px 0;

    width: 100%;
  }

  .footer-row-1 {
    width: 345px;
    width: 100%;
    height: 1049px;
  }

  .footer-title {
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 32px 0;
    row-gap: 24px;

    width: 345px;
    width: 100%;
    height: 284px;
  }

  .need-help {
    width: 270px;
    height: 97px;

    margin: 0 40px;
    margin: 0 9.41%;
  }

  .need-help h2 {
    width: 138px;
    height: 19px;

    font-size: 16px;
    line-height: 120%;
    /* or 19px */
  }

  .need-help p {
    width: 270px;
    height: 68px;

    font-size: 12px;
    line-height: 140%;
    /* or 17px */
  }

  .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: 345px;
    width: 100%;

    height: 683.16px;
  }

  .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: 29px;
    gap: 8.4%;

    width: 345px;
    width: 100%;
    height: 30.16px;
  }

  .email-div {
    width: 191px;
    width: 55.36%;
    height: 20px;
  }

  .footer-row-2 {
    padding: 0px;
    gap: 24px;

    width: 100%;
    height: 204px;
  }

  .company-social-media {
    align-items: flex-start;
    gap: 24px;

    height: 120px;
  }

  .copy-right-block {
    width: 100%;
    height: 47px;
  }

  .upward-navigation-arrow {
    width: 47px;
    height: 47px;
  }
}
