@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

p,a,span,li,h1,h2,h3,h4,button,label,div{
    font-family: 'roboto';
}

header.top-header .top-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6FC3C4;
    color: #fff;
    padding: 10px 0;
    gap: 40px;
}
header.top-header .top-bar span {
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}
.main-header .main-header-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.main-header .main-header-inner img {
    width: 100%;
    max-width: 220px;
}
.main-header .main-header-inner nav.navbar a {
    text-decoration: none;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    color: #7A7A7A;
}
.main-header .main-header-inner nav.navbar {
    display: flex;
    gap: 28px;
}

.container{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
section.hero-section {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    height: max-content;
}
section.hero-section .hero-right {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.hero-section .hero-left {
    background: #BFE3E2;
    padding: 80px;
}
section.hero-section .hero-left span.subheading {
    font-family: Roboto;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1.87px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #2287AB;
}

section.hero-section .hero-left h1 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 51px;
    line-height: normal;
    letter-spacing: normal;
    vertical-align: middle;
    color: #2287AB;
    max-width: 380px;
}

section.hero-section .hero-left p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    vertical-align: middle;
    color: #7A7A7A;
    max-width: 400px;
    padding-bottom: 30px;
}
section.hero-section .hero-left a.hero-btn {
    font-family: Roboto;
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    background: #F78104;
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
}
section.hero-section .hero-left .hero-stats {
    padding-top: 80px;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
section.hero-section .hero-left .hero-stats .stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.hero-section .hero-left .hero-stats .stat-box .banner_texttt {
    margin: 0;
    padding-bottom: 2px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    letter-spacing: normal;
    vertical-align: middle;
    color: #2287AB;
}
section.hero-section .hero-left .hero-stats .stat-box span {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    vertical-align: middle;
    color: #7A7A7A;
}

section.hero-section .hero-right {
    position: relative;
}

section.hero-section .hero-right .hero-card {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

section.hero-section .hero-right .hero-card .hero-card_inner {
    font-family: Roboto;
    font-weight: 700;
    font-size: 23px;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin: 0;
}

section.hero-section .hero-right .hero-card p {
    max-width: 300px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.hero-tags {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 9px 22px;
    border: 1px solid #fff;
    border-radius: 30px;
    background: #ffffff7a;
    gap:15px;
}
/* span.tag_dots {
    padding-left: 15px;
} */
.hero-tags span {
    position: relative;
}
.hero-tags span.tag_dots::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    background: #fff;
    left: -9px;
    background-size: contain;
    border-radius: 50%;
    top: 50%;
}
span.tag_dots.first-tag::after {
    display: none;
}

 
section.technology-section {
    padding: 80px 0;
}
section.technology-section .technology-container.container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 80px;
    align-items: center;
}
.technology-left span.section-tag {
    font-size: 13px;
    color: #F78104;
    font-weight: 600;
    letter-spacing: 1.87px;
}

.technology-left h2 {
    font-size: 36px;
    color: #2287AB;
    margin: 0;
    padding: 10px 0;
}

.technology-left p {
    font-size: 16px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 1.7;
}

.quote-box p {
    font-style: Italic;
    font-size: 15px;
    margin-bottom: 0;
}

.technology-right .icon {
    background: #F78104;
    color: #fff;
    height: 40px;
    width: 100%;
    border-radius: 50%;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 40px;
}

.quote-box {
    border-left: 3px solid #BFE3E2;
    padding-left: 20px;
}

.quote-box span {
    font-size: 13px;
    color: #7A7A7A;
}

.technology-right {
    padding: 75px 60px 75px 50px;
    background: #BFE3E280;
    border-radius: 0 50% 50% 50%;
}

.technology-right .feature-item {
    display: flex;
    align-items: self-start;
    gap: 15px;
}

.technology-right .feature-item .feature-content .feature-content_heading {
    margin: 0;
    color: #2287AB;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 8px;
}

.technology-right .feature-item .feature-content p {
    color: #7A7A7A;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24.48px;
    letter-spacing: normal;
    vertical-align: middle;
    margin: 0;
    padding-bottom: 35px;
}

section.treatment-section {
    background: #BFE3E2;
    padding: 80px 0;
}

section.treatment-section span.section-label {
    color: #F78104;
    font-family: Roboto;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.87px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.treatment-section h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    color: #2287AB;
    padding-top: 8px;
}

section.treatment-section p.section-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 28.56px;
    text-align: center;
    vertical-align: middle;
    color: #7A7A7A;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 50px;
}

section.treatment-section .cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

section.treatment-section .cards .card {
    background: #fff;
    border-radius: 12px;
    padding: 32px 28px;
}

section.treatment-section .cards .card .icon {
    background: #F78104;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

section.treatment-section .cards .cards__headingg {
    margin: 0;
    color: #2287AB;
    font-weight: 700;
    font-size: 16px;
    padding-top: 20px;
}

section.treatment-section .cards p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 23.23px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #7A7A7A;
}

section.process-section {
    padding: 80px 0;
}
section.process-section .container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 80px;
}

section.process-section .container .process-left span.section-label {
    color: #F78104;
    font-family: Roboto;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.87px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

section.process-section .container .process-left h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
    margin: 0;
    vertical-align: middle;
    color: #2287AB;
    padding-top: 8px;
    max-width: 380px;
}

section.process-section p.section-desc {
    font-family: Roboto;
    font-weight: 400;
    font-size: 17px;
    line-height: 28.56px;
    color: #7A7A7A;
    padding-bottom: 15px;
}

section.process-section .container .process-left .timeline-item {
    display: flex;
    align-items: self-start;
    gap: 20px;
}

section.process-section .container .process-left .timeline-item .timeline-content_headingg {
    margin: 0;
    margin: 0;
    color: #2287AB;
    font-weight: 700;
    font-size: 16px;
}

section.process-section .container .process-left .timeline-item .timeline-number {
    height: 40px;
    width: 100%;
    background: #F78104;
    border-radius: 50%;
    max-width: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'roboto';
}

section.process-section .container .process-left .timeline-item p.single-line-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 24.48px;
    color: #7A7A7A;
    margin: 0;
    padding-bottom: 32px;
    padding-top: 5px;
}
.process-right .info-card {
    display: flex;
    gap: 18px;
    border: 1px solid #BFE3E2;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 30px;
    align-items: center;
}

.process-right .info-card img {
    width: 100%;
    max-width: 180px;
    height: 180px;
    object-fit: cover;
}

.process-right .card-content_headingg {
    margin: 0;
    color: #2287AB;
    font-weight: 700;
    font-size: 16px;
}
.process-right p.single-line-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    line-height: 24.48px;
    color: #7A7A7A;
    margin: 0;
    padding-top: 5px;
}

.pricing-left img.slide {
    display: none;
}

.pricing-left img.slide.active {
    display: block;
}
.pricing-section {
    background: #BFE3E2;
    padding: 80px 0;
}
.pricing-section .container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 80px;
}
.pricing-section .container img.slide {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.slider-dots {display: flex;align-items: center;justify-content: center;gap: 18px;}
.pricing-left {
    position: relative;
}
.pricing-section  .slider-dots .dot.active {
    background: #F78104 !important;
}
.pricing-section .slider-dots .dot {
    background: #7A7A7A;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    cursor:pointer;
}
.pricing-section .slider {
    padding-bottom: 20px;
}
.pricing-right span.label {
    color: #F78104;
    font-family: Roboto;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.87px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.pricing-right h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
    margin: 0;
    vertical-align: middle;
    color: #2287AB;
    padding-top: 15px;
}

.pricing-right p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 28.56px;
    color: #7A7A7A;
    padding-top: 5px;
}
.pricing-right a.btn-primary {
    font-family: Roboto;
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    background: #F78104;
    color: #fff;
    height: 50px;
    border-radius: 30px;
    margin-top: 20px;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
}
.price_content {padding-bottom: 40px;display: flex;flex-direction: column;gap: 25px;padding-top: 20px;}
.pricing-right p {
    margin: 0;
}
.pricing-right {
    padding-right: 70px;
}

section.information_section {
    padding: 80px 0;
}
section.information_section span.section-label {
    color: #F78104;
    font-family: Roboto;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.87px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.information_section h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    color: #2287AB;
    padding-top: 8px;
    padding-bottom: 56px;
}
section.information_section .information_items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
section.information_section .information_items .info__item {
    border-radius: 10px;
    border: 1px solid #BFE3E2;
    padding: 28px;
}
section.information_section .information_items .info__item span {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.information_section .information_items .info__item h3 {
    margin: 0;
    color: #2287AB;
    font-weight: 700;
    font-size: 16px;
}

section.information_section .information_items .info__item p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 24.48px;
    color: #7A7A7A;
    margin: 0;
    padding-top: 5px;
}
.team-section {
  background-color: #bfe3e4; /* Pastel teal background */
  padding: 80px 0px;
  color: #4f6a6b;
}

.team-section .container {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 65px;
  align-items: start;
}

.team-left .sub-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #df821a;
  display: block;
  margin-bottom: 15px;
}

.team-left h2 {
  font-size: 38px;
  line-height: 1.25;
  color: #217d9b; 
  margin: 0 0 25px 0;
  font-weight: 600;
}

.team-left p {
  font-size: 16px;
  line-height: 27.2px;
  margin-bottom: 20px;
  color: #4A4A4A;
  padding-right: 25px;
}

.team-left p strong {
  color: #2b3d3e;
}

.qualifications-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 15px 25px;
  justify-content: start;
  margin: 30px 0 40px 0;
}

.qualifications-grid .badge {
  font-size: 13px;
  font-weight: 600;
  color: #217d9b;
}

.btn-cta {
    display: inline-block;
    background-color: #2287AB;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 25px;
    transition: background-color 0.5s ease, transform 0.2s ease;
    border: 1px solid #2287AB;
}

.btn-cta:hover {
    background-color: transparent;
    color: #2287AB;
}

.team-right .image-wrapper {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.team-right .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.contact-info-blocks {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.info-icon {
  background-color: #ff8200; /* Orange circle container */
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-icon svg {
  width: 20px;
  height: 20px;
}

.info-text h3 {
  font-size: 16px;
  color: #217d9b;
  margin: 0 0 6px 0;
  font-weight: 700;
}

.info-text p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 4px 0;
}

.info-text a {
  color: #2287AB;
  text-decoration: underline;
}

.info-text a:hover {
  color: #217d9b;
}


.cta-banner-section {
  background-color: #268db3; /* The exact corporate blue shade */
  padding: 72px 0px;
  color: #ffffff;
  display: flex;
  justify-content: center;
}

.cta-banner-section .container {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
}

.cta-banner-left h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 12px 0;
  letter-spacing: normal;
  line-height: 44.16px;
}

.cta-banner-left p {
    font-size: 16px;
    margin: 0;
    line-height: 27.2px;
    color: #FFFFFFCC;
    max-width: 520px;
}

.cta-banner-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.cta-banner-right .btn-orange {
  background-color: #ff7f00; /* Distinct orange background */
  color: #ffffff;
  padding: 15px 32px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: end;
}

.cta-phone-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  padding-left: 5px;
}

.cta-phone-wrapper .phone-icon {
  width: 14px;
  height: 14px;
  opacity: 0.8;
}

.cta-phone-wrapper a {
  color: #ffffff;
  text-decoration: none;
}

.cta-phone-wrapper a:hover {
  text-decoration: underline;
}


.cta-banner-left {
    width: 100%;
}

.site-footer {
  background-color: #BFE3E2; /* Matching pastel teal background */
  padding: 48px 0 32px;
  color: #5d7879;
}

.site-footer .container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
  padding-bottom: 40px;
}
.footer-column h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #2287AB; 
  margin: 0 0 20px 0;
}

.footer-column p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #7A7A7A;
}

.footer-brand .footer-logo {
  max-width: 180px;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.footer-brand p {
  max-width: 289px;
  font-size: 14px;
  line-height: 27.2px;
  color: #7A7A7A;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 10px;
}

.footer-links-list li a {
  font-size: 14px;
  color: #7A7A7A;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links-list li a:hover {
  color: #1a718c;
  text-decoration: underline;
}


.footer-bottom-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.sub-legal-links a {
  color: #5d7879;
  text-decoration: none;
  margin-left: 20px;
}

.sub-legal-links a:hover {
  color: #1a718c;
  text-decoration: underline;
}

.footer-bottom-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
}

.footer-bottom-bar .container .copyright, .footer-bottom-bar .sub-legal-links a {
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    color: #7A7A7A;
    line-height: 21.76px;
    letter-spacing: 0%;
    vertical-align: middle;
}




section.hero-section .hero-left a.hero-btn {
    border: 1px solid #f78104;
    transition: all ease 0.5s;
}
 
section.hero-section .hero-left a.hero-btn:hover {
    background: transparent;
    color: #2287ab;
    border-color: #2287ab;
}
.pricing-right a.btn-primary:hover {
    background: transparent;
    color: #2287ab;
    border-color: #2287ab;
}
.cta-banner-right .btn-orange {
    border: 1px solid #f78104;
    transition: all ease 0.5s;
}
.cta-banner-right .btn-orange:hover {
    background: #fff;
    color: #2287ab;
    border-color: #2287ab;
}
.pricing-right a.btn-primary {
    border: 1px solid #f78104;
    transition: all ease 0.5s;
}
section.information_section .information_items .info__item:hover {
    background: #2287ab;
    transition: all ease 0.5s;
    color: #fff;
    transform: translateY(-5px);
}
 
section.information_section .information_items .info__item:hover h3,section.information_section .information_items .info__item:hover p {
    color: #fff;
}
 
section.information_section .information_items .info__item:hover path {
    stroke: #fff;
}
section.treatment-section .cards .card:hover {
    background: #2287ab;
    transition: all ease 0.5s;
}
 
section.treatment-section .cards .card:hover h3,section.treatment-section .cards .card:hover p {
    color: #fff;
}
section.treatment-section .cards .card:hover .icon {
    background: #fff;
}
section.treatment-section .cards .card:hover path {
    stroke: #f78104;
}
section.treatment-section .cards p {
    margin-bottom: 0;
}

section.treatment-section .cards .card:hover {
    transform: translateY(-5px);
}


.top-header {
  width: 100%;
  position: relative;
  z-index: 9999;
}

.top-bar {
  background-color: #4fa9ba;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 8px 40px;
  font-size: 13px;
}

.top-bar-left span,
.top-bar-right span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-header {
  background-color: white;
  padding: 15px 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.main-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 45px;
  width: auto;
}

.navbar a {
  color: #3f5859;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.navbar a:hover {
  color: #4fa9ba;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10001;
}

.hamburger-menu .bar {
  width: 100%;
  height: 2px;
  background-color: #2287ab;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-right .info-card:hover {
    background: #2287ab;
    transition: all ease 0.5s;
    transform: translateY(-5px);
}
.process-right .info-card img {
    border-radius: 16px;
}
.process-right .info-card:hover h4 {
    color: #fff;
}
.process-right .info-card:hover p.single-line-text {
    color: #fff;
}
.timeline {
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 70px;
  width: 2px;
  background-color: #e2ebec;
  z-index: 1;
}

.timeline::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    width: 2px;
    background-color: #f78104;
    z-index: 2;
    transition: height 0.1s ease-out;
    height: calc(var(--scroll-progress, 0%) - 85px);
}

.timeline-item {
  position: relative;
  z-index: 3;
}

.timeline-item.node-active .timeline-number {
  background-color: #f78104 !important;
  border-color: #f78104 !important;
  color: #ffffff !important;
}

.main-header .main-header-inner nav.navbar a:hover {
    color: #2287AB;
}
.slider-dots div.dot {
    DISPLAY: NONE!important;
}
.slider-dots span.dot{
    border:none!important;
    height:8px !important;
    width:8px !important;
}
.main-header .main-header-inner nav.navbar ul {
    display: flex;
    gap: 28px;
    padding-left: 0;
}
.main-header .main-header-inner nav.navbar ul li {
    list-style: none;
}
.top-bar-right a {
    text-decoration: none;
    color: #fff;
}
html {
  scroll-behavior: smooth;
}
header.top-header.is-sticky {
    position: fixed;
    width: 100%;
    transition: all ease .6s;
}
header.top-header.is-sticky .top-bar {
    display: none;
}

.main-header .main-header-inner nav.navbar {
    align-items: center;
}
.main-header .main-header-inner nav.navbar a.header-lan-change {
    border-left: 2px solid #7A7A7A;
    line-height: normal;
    padding-left: 20px;
}
.top-header {
  position: relative;
  transition: all 0.35s ease;
}
 
.top-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff; /* optional */
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
 
  transform: translateY(-10px);
  animation: slideDown 0.35s ease forwards;
}
 
@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0.8;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
section.treatment-section .cards .card:hover .cards__headingg {
    color: #fff;
}
.process-right .info-card:hover .card-content_headingg {
    color: #fff;
}
/* #technology_sec,
#treatment_sec,
#process_sec,
#pricing_sec {
    scroll-margin-top: 80px;
} */
section[id]::before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}
.inner_pages_wrap h1.page-title {
    text-align: center;
    margin-top: 0;
}
.inner_pages_wrap .container {
    width: 100%;
    max-width: 1240px;
    margin: 80px auto 80px;
}
.inner_pages_wrap h1.page-title {
    text-transform: capitalize;
}
.anchor-offset.active-offset {
    padding-top: 90px;
    margin-top: -90px;
}









/**************************Responsive*******************************/
@media screen and (min-width: 768px) and (max-width: 1200px){

section.hero-section .hero-left span.subheading {
    font-size: 12px;
}
.inner_pages_wrap .container {
    margin: 50px 0;
}
section.hero-section .hero-left h1 {
    font-size: 32px;
    max-width: 100%;
}
section.hero-section .hero-left .hero-stats {
    padding-top: 60px;
    display: flex;
    gap: 20px;
}
section.hero-section .hero-left .hero-stats .stat-box .banner_texttt {
    font-size: 20px;
}
section.hero-section .hero-left p {
    font-size: 15px;
    max-width: 100%;
    padding-bottom: 30px;
}
.main-header .main-header-inner {
    max-width: stretch;
}
.container {
    padding: 0px 30px;
    max-width: fit-content;
}
section.hero-section .hero-left {
    padding: 40px;
}
section.hero-section .hero-left a.hero-btn {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    background: #F78104;
    color: #fff;
    padding: 14px 20px;
    border-radius: 30px;
}
section.technology-section .technology-container.container {
    grid-template-columns: repeat(1,1fr);
    gap: 50px;
}
.technology-right {
    padding: 30px;
    background: #BFE3E280;
    border-radius: 10px;
}
section.technology-section, section.treatment-section,section.process-section,.pricing-section,section.information_section,.team-section{
    padding: 50px 0;
}
section.treatment-section p.section-text {
    padding-bottom: 30px;
}
section.treatment-section .cards {
    gap: 16px;
}
section.treatment-section .cards .card {
    padding: 25px;
}
section.treatment-section .cards p {
    margin-bottom: 0;
}
section.treatment-section .cards .card .icon {
    width: 45px;
    height: 45px;
}
section.treatment-section .cards .card .icon svg {
    padding: 12px;
}
section.process-section .container {
    gap: 40px;
}
.process-right .info-card img {
    width: 100%;
    max-width: 100px;
    height: 100px;
    object-fit: cover;
}
.process-right p.single-line-text {
    font-size: 14px;
}
section.process-section .container .process-left .timeline-item p.single-line-text {
    padding-bottom: 20px;
}
.pricing-section .container {
    gap: 40px;
}
.pricing-right h2 {
    font-size: 30px;
}
.pricing-right {
    padding-right: 0;
}
.price_content {
    padding-bottom: 25px;
}
section.information_section h2 {
    padding-bottom: 35px;
}
.team-section .container {
    grid-template-columns: repeat(1,1fr);
    gap:40px;
}
.contact-info-blocks {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.team-left h2 {
    font-size: 30px;
}
}



@media screen and (max-width: 800px){
section.hero-section .hero-right {
    position: relative;
    height: 500px;
    order: 1;
}
.main-header-inner {
    padding: 0 !important;
}
.main-header .main-header-inner nav.navbar {
    display: flex;
    gap: 10px;
}
.main-header .main-header-inner nav.navbar a {
    margin-left: 5px;
    font-size: 15px;
}
section.hero-section {
    display: flex;
    flex-direction: column;
}
section.hero-section .hero-left {
    padding: 50px;
    order: 2;
}
section.treatment-section .cards {
    grid-template-columns: repeat(2,1fr);
}
section.process-section .container {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}
.pricing-section .container {
    grid-template-columns: repeat(1,1fr);
}
section.information_section .information_items {
    grid-template-columns: repeat(1,1fr);
}
.cta-banner-section .container {
    flex-direction: column;
}
.site-footer .container {
    grid-template-columns: repeat(2,1fr);
}
}


@media screen and (max-width:767px){
section.hero-section .hero-right {
    position: relative;
    height: 500px;
    order: 1;
}
.inner_pages_wrap .container {
    margin: 30px 0;
}
.inner_pages_wrap h1.page-title {
    text-align: center;
    margin-top: 0;
}
.inner_pages_wrap .container {
    margin: 30px 0;
}

.inner_pages_wrap .container p {
    font-size: 14px;
    margin: 0;
}

.inner_pages_wrap .container h3 {
    margin: 0;
    padding: 10px 0;
}

.inner_pages_wrap .container h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
}
.inner_pages_wrap h1.page-title {
    text-align: center;
    margin-top: 0;
    font-size: 30px !important;
    margin-bottom: 15px !important;
}
button.hamburger-menu span {
    height: 2px;
    background: #2287AB;
}
.hamburger-menu {
    position: relative;
}

.hamburger-menu.active span:nth-child(3) {
    display: none;
}
.price_content {
    gap: 10px;
}
.process-right .info-card {
    padding: 20px;
}
.pricing-right p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #7A7A7A;
    padding-top: 5px;
}
.team-left p {
    padding-right: 0;
}
.footer-brand p {
    max-width: max-content;
}
section.process-section p.section-desc {
    font-size: 16px;
}
.process-right p.single-line-text {
    font-size: 14px;
}
section.treatment-section .cards .cards__headingg {
    padding-top: 10px;
}
section.treatment-section .cards p {
    margin-top: 5px;
}
p{
    line-height: 1.6 !important;
}
.hamburger-menu.active span:nth-child(1) {
    transform: translateY(16px) rotate(45deg);
}
.hamburger-menu.active span:nth-child(2) {
    transform: rotate(-45deg);
}
header.top-header.is-sticky button.hamburger-menu.active {
    top: 9px;
}
section.information_section .information_items {
    gap: 12px;
}
.process-right .info-card {
    margin-bottom: 12px;
}
header.top-header .top-bar span {
    gap: 3px;
    letter-spacing: -0.6px;
}
nav.navbar.drawer-open a.drawer-open-logo {
    display: block !important;
}
.main-header .main-header-inner nav.navbar ul li {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #f0f4f5;
    padding: 15px 0;
}
footer.site-footer .container {
    margin: 0;
}
.main-header .main-header-inner nav.navbar ul {
    gap: 0;
}
section.hero-section {
    display: flex;
    flex-direction: column;
}
section.hero-section .hero-left {
    padding: 50px;
    order: 2;
}
section.treatment-section .cards {
    grid-template-columns: repeat(1,1fr);
}
section.process-section .container {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}
.pricing-section .container {
    grid-template-columns: repeat(1,1fr);
}
section.information_section .information_items {
    grid-template-columns: repeat(1,1fr);
}
.cta-banner-section .container {
    flex-direction: column;
}
section.hero-section .hero-right .hero-card {
    position: absolute;
    top: 50%;
    left: 50%;
}
.hero-tags span {
    position: relative;
    font-size: 12px;
}
.hero-tags {
    padding: 9px 12px;
}
.site-footer .container {
    grid-template-columns: repeat(1,1fr);
}
.hero-tags span.tag_dots::after {
    top: 5px;
}
section.hero-section .hero-left {
    padding: 30px 20px;
    order: 2;
}
section.hero-section .hero-left span.subheading {
    font-size: 12px;
}
section.hero-section .hero-left h1 {
    font-size: 26px;
    max-width: 100%;
}
section.hero-section .hero-left p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    vertical-align: middle;
    color: #7A7A7A;
    max-width: 100%;
    padding-bottom: 8px;
}
section.hero-section .hero-left a.hero-btn {
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.hero-tags svg {
    padding-right: 8px;
}
section.hero-section .hero-left .hero-stats {
    padding-top: 30px;
    display: flex;
    gap: 32px;
}
section.hero-section .hero-left .hero-stats {
    padding-top: 30px;
    display: flex;
    gap: 5px;
    align-items: baseline;
    flex-wrap: nowrap;
}
section.hero-section .hero-left .hero-stats .stat-box {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
section.hero-section .hero-left .hero-stats .stat-box .banner_texttt {
    font-size: 16px;
}
section.technology-section .technology-container.container {
    grid-template-columns: repeat(1,1fr);
    gap: 40px;
}
.container {
    padding: 0 20px;
    max-width: fit-content !important;
}
section.technology-section, section.treatment-section, section.process-section, .pricing-section, section.information_section, .team-section {
    padding: 32px 0;
}
.technology-left h2 {
    font-size: 26px;
}
.technology-left p {
    font-size: 14px;
}
.quote-box p {
    font-style: Italic;
    font-size: 14px;
    margin-bottom: 0;
}
.technology-right {
    padding: 25px 20px 5px;
    background: #BFE3E280;
    border-radius: 10px;
}
section.treatment-section h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 26px;
    padding-top: 8px;
}
section.treatment-section p.section-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    color: #7A7A7A;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 25px;
}
section.treatment-section .cards .card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}
.technology-right .feature-item .feature-content p {
    color: #7A7A7A;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 24.48px;
    letter-spacing: normal;
    vertical-align: middle;
    margin: 0;
    padding-bottom: 22px;
}
section.treatment-section .cards p {
    margin-bottom: 0;
}
section.treatment-section .cards .card .icon {
    background: #F78104;
    width: 45px;
    height: 45px;
    padding: 0;
}
section.process-section .container .process-left h2 {
    font-size: 26px;
}
section.process-section .container .process-left .timeline-item {
    gap: 16px;
}
.process-right .info-card {
    flex-direction: column;
}
.process-right .info-card img {
    width: 100%;
    max-width: 200px;
    height: 150px;
    object-fit: cover;
    display: flex;
}
.team-section .container {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 40px;
    align-items: start;
}
.pricing-right {
    padding-right: 0;
}
.pricing-section .container {
    gap: 30px;
}
.pricing-right h2 {
    font-size: 26px;
}
.price_content {
    padding-bottom: 0;
}
.pricing-right a.btn-primary {
    font-size: 15px;
    padding: 0;
    width: 100%;
}
section.information_section h2 {
    font-size: 26px;
    padding-bottom: 20px;
}
section.information_section .information_items .info__item {
    padding: 16px;
}
.team-left h2 {
    font-size: 26px;
}
.team-left p {
    font-size: 14px;
}
.qualifications-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px;
    justify-content: start;
    margin: 30px 0 40px 0;
}
.cta-banner-section {
    background-color: #268db3;
    padding: 40px 0px;
}
.cta-banner-left h2 {
    font-size: 23px;
}
.cta-banner-left p {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    color: #FFFFFFCC;
}
.cta-banner-section .container {
    display: flex;
    gap: 20px;
}
.site-footer .container {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 24px;
    padding-bottom: 40px;
}
.footer-column h3 {
    margin: 0 0 10px 0;
}
.footer-links-list li {
    margin-bottom: 6px;
}
.footer-bottom-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
    flex-direction: column;
    gap: 9px;
}
.footer-bottom-bar .container .copyright, .footer-bottom-bar .sub-legal-links a {
    text-align: center;
    margin-left: 0;
}
.footer-bottom-bar .sub-legal-links {
    display: flex;
    gap: 20px;
}
.site-footer .container {
    padding-bottom: 25px;
}
.footer-bottom-bar .container{
    padding-bottom: 0px !important;
}
header.top-header .top-bar {
    gap: 8px;
}
header.top-header .top-bar span {
    font-size: 10px;
}
  .main-header {
    padding: 15px 20px;
  }

  .hamburger-menu {
    display: flex;
  }

.navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 340px;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: -5px 0 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10000;
}

  .navbar.drawer-open {
    right: 0;
  }

  .navbar a {
    margin: 0;
    font-size: 18px;
    padding: 0;
  }
.main-header .main-header-inner nav.navbar ul {
    flex-direction: column;
    padding-top: 10px;
    width: 100%;
    padding-left: 0;
}
nav.navbar.drawer-open a.drawer-open-logo {
    width: 80%;
    margin-right: auto;
}
.main-header .main-header-inner nav.navbar a.header-lan-change {
    position: absolute;
    right: -75%;
    top: 35px;
    color: #2287ab;
}
.main-header .main-header-inner nav.navbar a.header-lan-change {
    display: flex;
    justify-content: left;
    width: 100%;
    padding: 0;
    border: none;
}
  .hamburger-menu.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .main-header .main-header-inner {
    padding: 0;
}

button.hamburger-menu.active {
    position: absolute;
    top: -25px;
    right: 0;
}
.main-header-inner {
    position: relative;
}
section.treatment-section .cards {
    gap: 12px;
}
.pricing-section .container img.slide {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.main-header .main-header-inner nav.navbar {
    display: flex;
    gap: 0px;
}
.timeline::before {
    bottom: 90px;
}
.timeline::after {
    height: calc(var(--scroll-progress, 0%) - 110px);
}

.cta-banner-right .btn-orange {
    padding: 15px 0px;
    width: 100%;
    font-size: 15px;
    justify-content: center;
}

.team-left {
    width: 100%;
}
.team-left a.btn-cta {
    padding: 14px 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
}
.main-header .main-header-inner img {
    width: 100%;
    max-width: 150px;
    object-fit: contain;
}
/* nav.navbar.drawer-open:before {
    content: "";
    background: url(https://beckenboden.pro/wp-content/themes/beckenboden/header-logo.png);
    position: absolute;
    left: 30px;
    top: 70px;
    background-size: contain;
    width: 150px;
    height: 50px;
    background-repeat: no-repeat;
} */
nav.navbar.drawer-open:after {
    content: "";
    background: #2287ab8a;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 80px;
}  


}


@media screen and (max-width: 400px){

    .navbar {
    width: 310px;
}
}