.navbar-container {
    margin-top: 15px;
    padding: 0px 20px;
    display: flex;
    gap: 120px;
}

.th-navbar {
    margin-top: -15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    color: black;
}

.th-navbar li {
    display: inline;
}

.nav-break {
    margin-left: 25px;
}

.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.nav-link:hover {
    color: black;
}

.nav-link {
    color: black;
    font-weight: 400;
}

.nav-link.active {
    font-weight: 700;
}

.signup-login-buttons {
    margin-left: auto;
    margin-top: 10px;
    margin-right: 50px;
    gap: 10px;
}

.signup-login-btn {
    background-color: #047F1F;
    color: white;
    border: #047F1F;
    border-radius: 5px;
    margin-left: 5px;
    padding: 10px 10px;
    font-size: 12px;
}

#hero {
    background: linear-gradient(45deg, rgba(86, 58, 250, 0) 0%, rgba(116, 15, 214, 0) 100%), url("../img/techrev-health/home-page/th-index-header.png") no-repeat;
    position: relative;
}

.header-right-arrow {
    position: absolute;
    top: 92%;
    left: 2%;
}

.read-more {
    color: #047F1F;
    font-size: 20px;
    font-weight: 700;
}

.about-title,
.why-choose {
    font-size: 40px;
    font-weight: 300;
    margin: 25px 0px;
}

.about-para {
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
}

.about-list li {
    font-size: 20px;
    font-weight: 400;
    margin-top: 7px;
    margin-left: -15px;
}

.our-solution-container {
    display: flex;
    gap: 30px;
}

.our-solution {
    width: 150%;
    background-image: url("../img/techrev-health/home-page/our-solution.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-solution-akesa {
    width: 150%;
    background-image: url("../img/techrev-health/home-page/akesa-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-solution-listen-md {
    width: 150%;
    background-image: url("../img/techrev-health/home-page/listem-md-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-solution-physician {
    width: 150%;
    background-image: url("../img/techrev-health/home-page/physician-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-solution-heading {
    color: white;
    font-size: 40px;
    font-weight: 300;
}

.our-solution-sub-heading {
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.our-solution-para {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.our-solution-list li {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-left: -15px;
    margin-bottom: 20px;
}

.visit-link {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-top: -20px;
}

.docvoice-link {
    color: white;
    text-decoration: none;
}

.docvoice-link:hover {
    color: white;
    text-decoration: underline;
}

.our-solution-sub-images {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.akesa {
    background-image: url("../img/techrev-health/home-page/akesa.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 25px;
    cursor: pointer;
}

.listen-md {
    background-image: url("../img/techrev-health/home-page/listen-md.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 25px;
    cursor: pointer;
}

.physician-directory {
    background-image: url("../img/techrev-health/home-page/physician-directory.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 25px;
    cursor: pointer;
}

.docvoice-remote {
    background-image: url("../img/techrev-health/home-page/our-solution.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 25px;
    cursor: pointer;
}

.akesa p {
    color: white;
    margin: 20px;
    font-size: 16px;
    margin-top: 150px;
}

.listen-md p {
    color: white;
    margin: 20px;
    font-size: 16px;
    margin-top: 150px;
}

.physician-directory p {
    color: white;
    margin: 20px;
    font-size: 16px;
    margin-top: 150px;
}

.docvoice-remote p {
    color: white;
    margin: 20px;
    font-size: 16px;
    margin-top: 150px;
}

.who-we-serve-title {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 40px;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.who-we-serve-lists {
    background-color: #F7F8FA;
    padding: 15px;
    border-radius: 30px;
    width: 28%;
    margin-right: 20px;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.who-we-serve-image-title {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 25px;
}

.who-we-serve-list-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
}

.who-we-serve-para-arrow {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 35px;
    margin-top: 30px;
}

.who-we-serve-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.card-arrow {
    margin-top: -20px;
    cursor: pointer;
}

.who-we-serve-lists.active {
    background-color: #047F1F;
    color: white;
}

.who-we-serve-lists i {
    color: #047F1F;
}

.who-we-serve-lists.active i {
    color: white;
}

.carousel-controls {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#carousel-counter {
    font-size: 18px;
    font-weight: bold;
}

.dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bbb;
    cursor: pointer;
}

.dot.active {
    background: black;
}

.case-study-container {
    background-color: #F7F8FA;
    border-radius: 10px;
    padding: 50px;
}

.case-study-title {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}

.case-study-logos {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-container {
    background-color: #F7F8FA;
    padding: 0px 100px;
}

.inputs::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.schedule-button {
    background-color: #047F1F;
    border: #047F1F;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 15px 15px 15px;
}

.footer-hr-line {
    border: 2px solid #D5D5D5;
}

.social-icons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.copyright-container {
    background-color: #047F1F;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.copyright-para {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

.contact-list {
    display: flex;
    gap: 20px;
    align-items: start;
    color: black;
    text-decoration: none;
}

.contact-list:hover {
    color: black;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    gap: 200px;
}

.mission-image,
.techrev-health-images {
    width: 100%;
}

.schedule-button:hover {
    color: white;
}

.insurers-img {
    width: 130px;
    border-radius: 25px;
}

.dv-white-logo {
    width: 180px;
}

.listen-md-logo {
    width: 180px;
}

.akesa-logo {
    width: 80px;
}

.oursection-heading-logo {
    display: flex;
    justify-content: space-between;
}

.our-solution-section {
    display: none;
}

#docvoice-our-solution {
    display: block;
}

.wwd-tab-btn {
  background: #ffffff;
  border: none;
  color: #374151;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  text-decoration: none;
  font-family: "Metropolis", sans-serif;
  flex: 1;
  position: relative;
}

.wwd-tab-btn:last-child {
  border-right: none;
}

.wwd-tab-btn:hover {
  color: #047F1F;
  text-decoration: none;
}

.wwd-tab-btn.active {
  background: #ffffff;
  color: #047F1F;
  position: relative;
  border-width: 1px 1px 0px 1px;
  border-radius: 12px;
  border-style: solid;
  border-color: #047F1F;
}

.wwd-tab-btn.active:hover {
  color: #047F1F;
  background: #ffffff;
}

.wwd-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.go-home-button{
    background-color: #047F1F;
    color: white;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 30px;
}
.go-home-button:hover{
    background-color: transparent;
    color: #047F1F;
    border: 2px solid #047F1F;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Customize as needed */
}

@media (max-width: 389px) {
    .th-img {
        width: 120px !important;
        margin-left: -10px !important;
        margin-top: 5px;
    }

    .our-solution-heading {
        font-size: 24px !important;
    }

    .our-solution-sub-heading {
        font-size: 22px !important;
    }

    .dv-white-logo,
    .listen-md-logo {
        width: 80px !important;
    }

    .who-we-serve-image-title {
        gap: 15px;
    }
    .copyright-para{
        text-align: center;
    }
}

@media (max-width: 767px) {
    #hero {
        background: linear-gradient(45deg, rgba(86, 58, 250, 0) 0%, rgba(116, 15, 214, 0) 100%), url("../img/techrev-health/home-page/th-index-header-mobile.png") no-repeat;
        background-size: cover;
        margin-top: 15px;
    }

    .th-img {
        width: 140px;
        margin-left: -15px;
        margin-top: 5px;
    }

    .th-logo-img {
        width: 170px;
    }

    .title-br {
        display: none;
    }

    .header-section {
        padding: 20px;
    }

    .th-section {
        margin: 20px 20px;
    }

    .th-footer-section {
        padding: 20px 20px;
    }

    .navbar-container {
        display: flex;
        justify-content: space-between;
    }

    .about-title {
        display: none;
    }

    .mobile-nav-toggle {
        margin-top: -15px;
    }

    .header-right-arrow {
        display: none;
    }

    .header-right-arrow {
        display: none;
    }

    .our-solution-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .our-solution,
    .our-solution-akesa,
    .our-solution-listen-md,
    .our-solution-physician {
        width: 100%;
        background-position: center center;
        padding: 20px;
        border-radius: 16px;
    }

    .akesa,
    .docvoice-remote {
        border-radius: 16px;
    }

    .listen-md {
        border-radius: 16px;
    }

    .physician-directory {
        border-radius: 16px;
    }

    .about-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .aboutus-section,
    .ourservice-section,
    .partners-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .aboutus-section1,
    .ourservice-section1 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .about-us-image,
    .contact-img {
        width: 100%;
    }

    .header-section-title {
        font-size: 30px;
        line-height: 46px;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: left;
    }

    .header-section-para {
        font-size: 16px;
        font-weight: 400;
        text-align: justify;
        margin-bottom: 20px;
        line-height: 25px;
    }

    .explore-btn {
        background-color: #047F1F;
        border: #047F1F;
        color: white;
        font-weight: 600;
        padding: 10px 23px;
        border-radius: 6px;
        font-size: 12px;
    }

    .our-solution-heading {
        font-size: 30px;
    }

    .our-solution-sub-heading {
        font-size: 24px;
    }

    .our-solution-para {
        font-size: 16px;
        text-align: justify;
    }

    .who-we-serve-title {
        font-size: 30px;
        margin-top: 30px;
    }

    .case-study-title,
    .why-choose {
        font-size: 30px;
    }

    .transform-title {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 500;
        line-height: 23px;
    }

    .transform-images {
        display: flex;
        gap: 20px;
        width: 100%;
    }

    .card {
        background-image: url("../img/techrev-health/home-page/card.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .card-img {
        width: 50%;
    }

    .about-th-image {
        width: 100%;
        height: 30%;
    }

    .aboutus-title,
    .ourservice-title,
    .partners-title {
        font-size: 30px;
        font-weight: 300;
    }

    .aboutus-para,
    .ourservice-para,
    .partners-para {
        font-size: 16px;
        font-weight: 400;
        text-align: justify;
        margin-top: 10px;
        line-height: 24px;
    }

    .footer-header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer-title {
        font-size: 30px;
        margin: 20px 0px;
    }

    .inputs {
        border: 1px solid black;
        border-radius: 8px;
        padding: 5px 20px;
        width: 100%;
        background-color: #F7F8FA;
    }

    .input-fields-button {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .th-footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
    }

    .footer-para {
        font-size: 16px;
        font-weight: 400;
        line-height: 170%;
        text-align: justify;
        margin-top: 10px;
    }

    .footer-logo {
        width: 100%;
    }

    .footer-list-heading {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .input-fields {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .ourservice-list a {
        font-size: 16px;
        font-weight: 400;
        color: black;
        text-decoration: none;
    }

    .address {
        font-size: 16px;
        font-weight: 400;
        line-height: 180%;
    }

    .ourservice-contact {
        display: flex;
        justify-content: space-between;
    }

    .our-services {
        width: 100%;
    }

    .contact {
        width: 60%;
    }

    .th-footer-logo {
        width: 80%;
    }

    .barcode-title {
        font-size: 30px;
        font-weight: 300;
        text-align: center;
        line-height: 150%;
    }

    .barcode-container {
        background-color: #F7F8FA;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding: 30px 20px;
        margin: 0px 20px 30px 20px;
    }

    .case-study-logos {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
    }

    .footer-container {
        padding: 0px;
    }

    .levata-img {
        width: 220px;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0px;
    }

    .who-we-serve-lists {
        width: 80%;
    }

    .dv-white-logo,
    .listen-md-logo {
        width: 110px;
    }

    .akesa-logo {
        width: 50px;
    }
    .wwd-tab-btn {
    border-right: none;
    border-bottom: 2px solid #e5e7eb;
    font-size: 13px;
    padding: 14px 20px;
    min-height: 50px;
  }

  .wwd-tab-btn:last-child {
    border-bottom: none;
  }
  .wwd-tabs {
    flex-direction: column;
    gap: 0;
  }
  .who-we-serve-slide{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .who-we-serve-slide-section{
        margin: 0px 10px;
    }
    .who-we-serve-list-title {
        font-size: 16px;
        line-height: 25px;
    }
    .page-not-found-img{
        margin-top: 70px !important;
    }
    .go-home-btn{
        margin: 10px 0px 50px 0px !important;
    }
    
}

@media (min-width: 768px) and (max-width: 1024px) {
    .th-section {
        padding: 20px 60px;
    }

    .header-section {
        padding: 40px;
        margin-top: 50px;
    }

    .about-container {
        display: flex;
        gap: 30px;
    }

    .aboutus-section,
    .ourservice-section,
    .partners-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
    }

    .header-section-title {
        font-size: 36px;
        line-height: 45px;
        font-weight: 300;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .header-section-para {
        font-size: 16px;
        font-weight: 400;
        text-align: justify;
        margin-bottom: 20px;
        line-height: 25px;
    }

    .explore-btn {
        background-color: #047F1F;
        border: #047F1F;
        color: white;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 13px;
        border-radius: 6px;
    }

    .transform-images {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
    }

    .transform-title {
        margin-top: 30px;
        font-size: 16px;
        font-weight: 500;
    }

    .case-study-container {
        padding: 30px 10px;
    }

    .case-study-logos img {
        width: 150px;
    }

    .case-study-title {
        font-size: 27px;
    }

    .who-we-serve-title,
    .about-title,
    .why-choose {
        font-size: 27px;
    }

    .our-solution-heading {
        font-size: 27px;
        margin-bottom: 0px;
    }

    .our-solution-sub-heading {
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 25px;
    }

    .our-solution-para,
    .our-solution-list li,
    .visit-link,
    .about-para,
    .read-more {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .our-solution,
    .our-solution-akesa,
    .our-solution-listen-md,
    .our-solution-physician {
        padding: 20px;
    }

    .who-we-serve-list-title {
        font-size: 16px;
        line-height: 25px;
    }

    .who-we-serve-para {
        font-size: 12px;
        line-height: 20px;
    }

    .who-we-serve-image-title img {
        width: 70px;
    }

    .who-we-serve-lists {
        padding: 10px;
        border-radius: 30px;
        width: 28%;
    }

    .akesa p {
        margin: 10px;
        font-size: 16px;
        margin-top: 90px;
    }

    .listen-md p {
        margin: 10px;
        font-size: 16px;
        margin-top: 90px;
    }

    .docvoice-remote p {
        margin: 10px;
        font-size: 16px;
        margin-top: 90px;
    }

    .physician-directory p {
        margin: 10px;
        font-size: 16px;
        margin-top: 90px;
    }

    .footer-header {
        padding: 0px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 40px 0px;
    }

    .footer-title {
        font-size: 26px;
        line-height: 35px;
    }

    .inputs {
        border: 1px solid black;
        border-radius: 8px;
        padding: 5px 20px;
        width: 240px;
        background-color: #F7F8FA;
    }

    .input-fields-button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .th-footer {
        padding: 30px 10px 0px 30px;
        display: flex;
        justify-content: space-between;
        gap: 60px;
    }

    .footer-para {
        font-size: 16px;
        font-weight: 400;
        line-height: 170%;
        text-align: justify;
        margin-top: 15px;
    }

    .footer-logo {
        width: 40%;
    }

    .footer-list-heading {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .ourservice-list a {
        font-size: 16 px;
        font-weight: 400;
        color: black;
        text-decoration: none;
    }

    .address {
        font-size: 20px;
        font-weight: 400;
        line-height: 180%;
    }

    .ourservice-contact {
        display: flex;
        justify-content: space-between;
        gap: 60px;
    }

    .input-fields {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 200%;
    }

    .barcode-title {
        font-size: 27px;
        font-weight: 300;
        text-align: center;
    }

    .barcode-container {
        background-color: #F7F8FA;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
        padding: 30px;
        margin: 60px;
    }

    .contact-info {
        gap: 60px;
    }

    .levata-img {
        width: 170px;
    }

    .about-us-image,
    .mission-image,
    .techrev-health-images {
        width: 40%;
    }

    .aboutus-section1,
    .ourservice-section1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
    }

    .aboutus-title,
    .ourservice-title,
    .partners-title {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 0px;
    }

    .aboutus-para,
    .ourservice-para,
    .partners-para {
        font-size: 15px;
        font-weight: 400;
        text-align: justify;
        margin-top: 30px;
        line-height: 23px;
    }

    .schedule-button {
        border-radius: 4px;
        color: white;
        font-size: 14px;
        padding: 10px;
        width: 100%;
    }

    .footer-container {
        padding: 1px 40px;
    }

    .contact-img {
        width: 400px;
    }

    .dv-white-logo,
    .listen-md-logo {
        width: 110px;
    }

    .akesa-logo {
        width: 50px;
    }
    .who-we-serve-slide{
        display: flex;
        gap: 20px;
    }
    .who-we-serve-slide-section{
        margin: 0px 50px !important;
    }
    .page-not-found-img{
        margin-top: 50px !important;
    }
    .go-home-btn{
        margin: 0px 0px 50px 0px !important;
    }
}

@media (min-width: 1025px) {
    .th-section {
        padding: 30px 120px;
    }

    .about-container {
        display: flex;
        gap: 50px;
    }

    .aboutus-section,
    .ourservice-section,
    .aboutus-section1,
    .ourservice-section1,
    .partners-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
    }

    .aboutus-title,
    .ourservice-title,
    .partners-title {
        font-size: 54px;
        font-weight: 300;
    }

    .aboutus-para,
    .ourservice-para,
    .partners-para {
        font-size: 20px;
        font-weight: 400;
        text-align: justify;
        margin-top: 30px;
    }

    .header-section {
        padding: 25px;
    }

    .header-section-title {
        font-size: 54px;
        line-height: 75px;
        font-weight: 300;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .header-section-para {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .explore-btn {
        background-color: #047F1F;
        border: #047F1F;
        color: white;
        font-weight: 600;
        padding: 15px 20px;
        border-radius: 10px;
    }

    .transform-title {
        margin-top: 60px;
        font-size: 26px;
        font-weight: 500;
    }

    .transform-images {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 30px;
    }

    .card {
        background-image: url("../img/techrev-health/home-page/card.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .card-img {
        width: 50%;
    }

    .footer-header {
        padding: 40px 30px 0px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 40px 0px;
    }

    .footer-title {
        font-size: 40px;
    }

    .inputs {
        border: 1px solid black;
        border-radius: 8px;
        padding: 5px 20px;
        width: 400px;
        background-color: #F7F8FA;
    }

    .input-fields-button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }

    .footer-logo {
        width: 40%;
    }

    .th-footer {
        padding: 30px 30px 0px 30px;
        display: flex;
        justify-content: space-between;
        gap: 150px;
    }

    .footer-para {
        font-size: 20px;
        font-weight: 400;
        line-height: 170%;
        text-align: justify;
        margin-top: 15px;
    }

    .footer-list-heading {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .connect-img {
        width: 600px;
    }

    .ourservice-list a {
        font-size: 20px;
        font-weight: 400;
        color: black;
        text-decoration: none;
    }

    .address {
        font-size: 20px;
        font-weight: 400;
        line-height: 180%;
    }

    .ourservice-contact {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .input-fields {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-right: 80px;
        width: 350px;
    }

    .our-services {
        width: 100%;
    }

    .oursection-heading-logo {
        display: flex;
        justify-content: space-between;
    }


    .contact {
        width: 50%;
    }

    .levata-img {
        width: 250px;
    }

    .barcode-title {
        font-size: 40px;
        font-weight: 300;
    }

    .barcode-container {
        background-color: #F7F8FA;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
        padding: 50px;
        margin: 0px 120px;
    }

    .header-section {
        margin-top: 70px;
    }

    .schedule-button {
        margin-left: -320px;
    }
    .who-we-serve-slide{
        display: flex;
        gap: 100px;
    }
    .who-we-serve-slide-section{
        margin: 0px 150px !important;
    }
}