body {    font-family: "Inter", sans-serif;overflow-x:hidden; line-height: 1.5;}
html {font-size: 16px;}

/* global */
:root{
    --theme-font: "Inter", sans-serif;
    --secondary-font : "Kodchasan", sans-serif;;
    /* --sidebar-hover-width: 16.563rem; */
}
ul {margin: 0; padding: 0; list-style: none;}
.tab_content:not(.active) { display: none;}
a {text-decoration: none;}
ul{margin: 0;}
p:nth-last-child(1){margin-bottom: 0;}
.clear-both{clear: both;}
.bold{font-weight: 700;}
.regular{font-weight: 400;}
a{color: inherit;}
a:hover{color: inherit;}
a:focus, button:focus, input:focus, .btn:focus, select:focus, select:focus-within, input:focus-within, textarea:focus {outline: none; }
.form-check-input:focus{box-shadow: none;}
::selection {color:#fff;background: #0078DB;}
.bg-theme{background-color: var(--theme-color);}
p {    color: #525856;margin-bottom: 30px;font-size: 1.125rem;line-height: 2.063rem;letter-spacing: 0.35px;text-align: justify;}
/* .container {max-width: calc(1280px + calc(calc(var(--bs-gutter-x) * .5) * 2));} */
.container-xl{max-width: 1800px;}
.heading-tag { display: inline-flex; align-items: center; gap: 12px; padding: 12px 28px; background: #ffffff; border-radius: 999px; box-shadow: 0px 0.88px 1.76px rgba(0, 0, 0, 0.10), 0px 2.64px 6px rgba(0, 0, 0, 0.08); font-size: .9rem; font-weight: 500; color: #1f2937; margin-bottom: 1rem;}
.link-cover{position: absolute; top: 0;left: 0; width: 100%; height: 100%; z-index: 1;}
.h-auto{height: auto!important;}
input{box-shadow: none!important;}
.secondary-font{font-family: var(--secondary-font);}
.text-white{color:var(--white)}
.text-theme{color: var(--theme-color)!important;}
.text-secondary{color:var(--secondary-color-text)!important;}
.uppercase{text-transform: uppercase;}
.bg-theme{background-color: var(--theme-color); color: var(--white);}
.bg1{background-color: var(--theme-color-light); color: var(--white);}
a:-webkit-any-link { color: inherit; }
/* global end */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}

/* Firefox */
input[type=number] {-moz-appearance: textfield;}
.btn:hover {
  border: 1px solid #c8961f;
}

.btn_theme {display: inline-block; background-color: var(--primary-color); color: var(--black) !important; padding: .75rem 2.25rem; border-radius: 40px; border: solid 1px var(--primary-color); font-weight: 600; font-size: 1rem; transition: 0.5s;margin-top: 1.563rem;}
.header_flex {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 1rem 0;}
.header_menu>ul {display: flex;flex-wrap: wrap;justify-content: space-between;list-style: none;padding: .5rem 1rem;border-radius: 2rem;}
.header_menu li a{display: inline-block;font-size: .9rem;padding: 0.35rem 1.35rem;font-weight: 500;color: #364153;}
.header_btn {background: linear-gradient(90deg, #0AA5C3 0%, #155DFC 100%);padding: .75rem 1.5rem;border-radius: 2rem;font-size: .9rem;color: #fff !important;font-weight: 500;font-family: "Quicksand", sans-serif;}
.hamburger {display: none;}
.header_btn img{margin-left: .5rem;width: 1.5rem;}
.header_menu>ul>li.active a {display: inline-block;padding: 7px 18px;color: #fff !important;text-decoration: none;border-radius: 14px;transition: 0.3s;background: linear-gradient(90deg, #0AA5C3 0%, #155DFC 100%);font-size: .884rem;border-bottom-left-radius: 0;border-top-right-radius: 0;}
.header_menu>ul>li a:hover {color: #fff !important;background: linear-gradient(90deg, #0AA5C3 0%, #155DFC 100%);border-radius: 14px;border-bottom-left-radius: 0;border-top-right-radius: 0;}
.user_btn { width: 3.125rem; height: 3.125rem; background: #045D51; display: flex; align-items: center; justify-content: center; border-radius: 50%; aspect-ratio: 1; margin-left: 1rem;}
.header_right {display: flex;align-items: center;justify-content: space-between;}
.home_banner{position: relative;}
.home_banner:after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 91px; background: url('../images/wave.png');background-size: 100% 100%;}
.home_banner img{width: 100%;}
section{padding: 5rem 0;}
.heading-wrapper{margin-bottom: 2.5rem;}
.heading-wrapper .heading{margin-bottom: .75rem;}
.product-swiper{padding-bottom: 1rem!important;}
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: .75rem 2.5rem;
  font-size: .875rem;
  font-weight: 600;
  color: #1565C0 !important;
  background: #ffffff;
  border-radius: 999px;
  cursor: pointer;
  border: 2px solid transparent;
  background-image: 
    linear-gradient(#ffffff, #ffffff), 
    linear-gradient(90deg, #0041D1, #0078DB);
  background-origin: border-box;
  background-clip: padding-box, border-box;

  transition: all 0.4s ease;
}
.secondary-btn img {
  margin-left: 0;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.4s ease;
}
.secondary-btn:hover {
  background: linear-gradient(90deg, #0AA5C3 0%, #155DFC 100%);
  color: #fff !important;
}

.secondary-btn:hover img {
  opacity: 1;
  transform: translateX(0);
  margin-left: 12px;
}








.why-choose-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}
.why-choose-left {
  flex: 1;
  min-width: 300px;
}

.heading {
  font-size: 2.5rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 20px;
  line-height: 2.988rem;
  font-family: var(--secondary-font);
}

.heading span {
  color: #1976d2;
}

.why-description {
  color: #555!important;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.6;
  font-size: 1.125rem;
  text-align: left;
}
.why-feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.why-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #2196f3, #1976d2);
  border-radius: 1rem;
border-bottom-left-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}

.why-feature h4 {
  margin: 0;
  font-size: 18px;
}

.why-feature p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}
.theme-btn { display: inline-block; margin-top: 20px; padding: 12px 25px; color: #fff!important; text-decoration: none; border-radius: 25px; transition: 0.3s; background: linear-gradient(90deg, #0AA5C3 0%, #155DFC 100%); font-size: .884rem;border-bottom-left-radius: 0;border-top-right-radius: 0;}

.why-btn:hover {
  opacity: 0.9;
}
.why-choose-right {
  flex: 1;
  min-width: 300px;
}
.why-images-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
}
.why-images-flex .why-img:nth-child(2) {display: flex;align-items: flex-end;}
.why-img {
  flex: 1 1 calc(50% - 15px);
  border-radius: 15px;
  overflow: hidden;
}

.why-img img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  display: block;
}

.why-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.why-badge h3 {
  margin: 0;
  font-size: 32px;
  color: #1976d2;
}

.why-badge p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #555;
}
.product-card {
  width: 100%;
  background: #ffffff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 1px 1px 8px rgb(140 140 140 / 35%);
  transition: 0.3s ease;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-content {
  padding: 24px;
}

.card-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.card-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.card-buttons {
  display: flex;
  gap: 12px;
}

.btn-primary {
  flex: 1;
  padding: 10px 14px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #0f4cdb, #1db954);
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-primary:hover {
  opacity: 0.9;
}

/* .btn-outline {
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: transparent;
  cursor: pointer;
  transition: 0.3s ease;
} */

.btn-outline:hover {
  background: transparent;
}
.service-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: sticky;
  top: 0;
  background: #ffffff;
  padding: 60px;
  border-radius: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
.service-content {
  flex: 1;
}

.service-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.service-icon {
  width: 60px;
  height: 60px;
  background: #1f6feb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 20px;
}

.service-number {
  font-size: 4.625rem;
  font-weight: 700;
  color: #1f6feb;
  margin-bottom: 0;
}

.service-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0f172a;
}

.service-description {
      color: #525856;
    margin-bottom: 30px;
    font-size: 1.125rem;
    line-height: 2.063rem;
    letter-spacing: 0.35px;
}
.primary-btn {
  padding: 14px 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #0AA5C3, #155DFC);
  color: #fff!important;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
  display: inline-block;
}

.primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(21, 93, 252, 0.3);
}
.service-image {
  flex: 1;
}


.service-image img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.service-wrapper .service-card:nth-child(even){flex-direction: row-reverse;}
.client_name{font-size: 1.25rem;font-weight: 600;margin-top: 1rem;color: #023013;text-transform: uppercase;}
.client_logo{text-align: center;}

.service-section-inner .service-card{position: static;margin-bottom: 5rem;}





.tabs {
    display: flex;
    justify-content: space-between;
    background: #ECFCFF;
    padding: 8px;
    border-radius: 50px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.tab {
    flex: 1;
    padding: 12px 18px;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    transition: 0.3s ease;
    font-weight: 500;
    font-size: 0.849rem;
}

.tab:hover {
    background: #fff;
}

.tab.active {
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    color: #000;
}
.tab-content {
    display: none;
    padding-top: 2rem;
    /* background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05); */
}

.tab-content.active {
    display: block;
}
.solution_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solution_img {
    width: 46%;
}
.solution_img img{width: 100%;border-top-left-radius: 2rem;border-bottom-right-radius: 2rem;}
.solution_text {width: 50%;}
.solution_text h3 {
    font-family: var(--secondary-font);
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 2.25rem;
}
.text-blue {
    color: #0038B4;
}
.text-green {
    color: #00AB40 !important;
}
.solution_text ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}
.solution_text p{font-weight: 500;}
.solution_text li { font-size: .938rem; font-weight: 500; color: #364153; list-style: disc; }



.consultation-section {
    background: linear-gradient(135deg, #1f6fd5, #0aa16d);
    color: white;
    position: relative;
}
.consultation-section:after{content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 91px;
    background: url(../images/wave.png);
    background-size: 100% 100%;
}
.consultation-section:before{content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 91px;
    background: url(../images/wave.png);
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.book_form_flex{
   display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}
.left-content {
    flex: 1;
    min-width: 320px;
}

.left-content h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.subtitle {
    opacity: 0.9;
    margin-bottom: 40px;
}

.benefits-card {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #bebebef9;
}

.benefits-card h3 {
    margin-bottom: 20px;
}

.benefits-card ul {
    list-style: none;
}

.benefits-card li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.benefits-card .icon {
    background: #00d084;
    color: white;
    font-size: 14px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.benefits-card p {
    font-size: 14px;
    opacity: 0.9;
    color: #fff;
}

.call {
    margin-top: 20px;
    font-weight: 500;
}

.form-wrapper {
    flex: 1;
    min-width: 320px;
}

.book-form {
    background: white;
    color: #333;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.book-form h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
    line-height: 2.988rem;
    font-family: var(--secondary-font);
}

.form-sub {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

.book-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.book-form input {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    border: 1px solid #ddd;
    margin-bottom: 18px;
    outline: none;
    transition: 0.3s;
}

.book-form input:focus {
    border-color: #1f6fd5;
}
.submit-btn {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(135deg, #1f6fd5, #1488e3);
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.form-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 13px;
    color: #666;
}
.testimonial-card {
  width: 100%;
  padding: 24px;
  border: 2px solid #2b6ef2;
  border-radius: 16px;
  background: #fff;
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* gap: 20px; */

  transition: 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  /* transform: translateY(-4px); */
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 1rem;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-info {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #0041D1;
}
.testimonial-company {
  font-size: 14px;
  margin: 4px 0 0 0;
  color: #6b6b6b;
}

.testimonial-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #828282;
  font-weight: 400;
}
.testimonial-stars {
  color: #f4b400;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 2rem;
}





.award-card {
    width: 300px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e6e6e6;
    padding: 20px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    transition: 0.3s ease;
}

.award-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.award-image {
    width: 100%;
    /* height: 260px; */
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 18px;
}

.award-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.award-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1a1a1a;
}

.award-content p {
    font-size: 14px;
    color: #6b6b6b;
}



.footer-section {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #cbd5e1;
    padding-top: 80px;
    padding-bottom: 30px;
    position: relative;
}
.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 91px;
    background: url(../images/wave.png);
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    padding: 0 20px;
}
.footer-col {
    flex: 1;
    min-width: 220px;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
}


.footer-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #ccc;
}
.footer-col h3 {margin-bottom: 0;}
.footer-col h4,.footer-col h3 {
  font-weight: 700;
    font-size: .948rem;
    margin-bottom: 1rem;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 10px;
    color: #fff;
    font-size: .8rem;
    transition: 0.3s;
}
footer p{color: #fff;margin-bottom: 0;}
.footer-menu a {
    text-decoration: none;
    color: #fff;
    font-size: .8rem;
    transition: 0.3s;
}

.footer-menu a:hover {
    color: #2563eb;
    padding-left: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 50px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-policy {
    display: flex;
    gap: 20px;
}

.footer-policy a {
    text-decoration: none;
    color: #cbd5e1;
    font-size: .75rem;
}

.footer-policy a:hover {
    color: #2563eb;
}
.gradient-heading {
   display: inline-block;
    background: linear-gradient(to right, #0045DD, #00A63E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.contact-info li img{width: 1rem;}
.footer-bottom p{font-size: .7rem;mask-border: 0;}
.product-list-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    margin-bottom: -3rem;
}
.product-list-flex .product-list-box{width: calc(100% / 4);padding: 0 1rem;margin-bottom: 3rem;}
.cta-sec { background: url(../images/cta-bg.jpg); background-size: cover; background-repeat: no-repeat; text-align: center; padding: 3rem; border-radius: 1rem; }
.cta-sec .btn-primary{color: #fff;border-radius: 4rem!important;margin-top: 1rem;display: inline-block;font-size: .875rem;font-weight: 600;padding: .85rem 3rem;}
.cta-sec .heading-wrapper{margin-bottom: 0;}
.cta-sec  .heading-wrapper p{    color: #525856;}



.inner-banner {
  position: relative;
  height: 440px;
  background: url('../images/bg-inner-ban.png');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.inner-banner:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 91px; background: url(../images/wave.png); background-size: 100% 100%; }
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  z-index: 2;
}

.footer-logo .gradient-heading{margin-bottom: 0;}
.badge {background: rgba(255, 255, 255, 0.15); display: inline-flex; align-items: center; gap: 12px; padding: 16px 28px; border-radius: 999px; box-shadow: 0px 0.88px 1.76px rgba(0, 0, 0, 0.10), 0px 2.64px 6px rgba(0, 0, 0, 0.08); font-size: .9rem; font-weight: 500; color: #fff; margin-bottom: 1rem; border: 1px solid #ccc;}
.hero-content h1{font-size: 3.75rem;font-weight: 700;}
.hero-content p{font-size: 1.25rem;font-weight: 400;color: #fff;text-align: center;}

.hero h1 {
  font-size: 1.563rem;
  font-weight: 700;
}

.hero p {
  font-size: 18px;
  opacity: 0.9;
  line-height: 1.6;
  max-width: 650px;
}

.stats {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat h3 {
  font-size: 24px;
  font-weight: 700;
}

.stat span {
  font-size: 14px;
  opacity: 0.8;
}

.divider {
  width: 1px;
  height: 35px;
  background: rgba(255, 255, 255, 0.4);
}
.wave {
  position: absolute;
  bottom: 0;
  width: 120%;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}


.product-form {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 5rem;
  position: sticky;
  top: 0;
  z-index: 9;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  transition: box-shadow 0.3s ease;
}
.product-toolbar{display: flex;
  flex-direction: column;
  gap: 20px;}
.toolbar-row {
  display: flex;
  gap: 20px;
  align-items: center;
}

.search-box {
  flex: 1;
}

.search-box input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
  position: relative;
  padding-left: 3rem;
}
.search-box input::before{content: '\f002';position: absolute;left: -1rem;top: .5rem;    font-family: "Font Awesome 6 Free";}

.search-box input:focus {
  border-color: #1f6bff;
  box-shadow: 0 0 0 3px rgba(31, 107, 255, 0.1);
}

.sort-box select {
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}

.filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.filter-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-label {
    font-weight: 600;
    color: #45556C;
    font-size: .875rem;
}

.filter-btn {
  padding: 8px 18px;
  border-radius: 20px;
  border: none;
  background: #F1F5F9;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}

.filter-btn:hover {
  background: #d6d8db;
}

.filter-btn.active {
  background: #1f6bff;
  color: white;
}

.filter-right {
  font-size: 14px;
  color: #666;
}
.product-section {
    padding-top: 0;
}




.product-detail-flex {
  display: flex;
  align-items: center;
  gap: 50px;
}
.service-detail-flex {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.product-images {
  flex: 1;
}
.service-images {
  flex: 1;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.image-item {
  flex: 1 1 calc(50% - 15px);
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.product-content {
  flex: 1;
}

.product-tag {
  display: inline-block;
  background: #DBEAFE;
  color: #155DFC;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}
.product-content h2 {
    font-size: 2rem;
    color: #0078DB;
    margin-bottom: 20px;
    font-weight: 600;
}
.product-content p {
    color: #525856;
    margin-bottom: 30px;
    font-size: 1.125rem;
    line-height: 2.063rem;
    letter-spacing: 0.35px;
    text-align: justify;
}
.product-features {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.feature-item {
    font-weight: 500;
    text-align: center;
}
.product-features>div {
    width: calc(100% / 3);
    display: block;
    background: #F9FAFB;
    border-radius: 1rem;
    padding: 2rem 0;
}
.product-features>div span{display: block;}
.product-features>div img{margin-bottom: .5rem;}
.product-buttons .primary-btn{flex: 1;text-align: center;}

.product-buttons {
  display: flex;
  gap: 20px;
}

/* .btn-primary {
  background: #1e63d5;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
} */

.btn-outline {
    border: 2px solid #0000001A;
    color: #000;
    padding: 9px 26px;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 500;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.product-images img {
    width: 100%;
    border-radius: 1rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 0 10px #ccc;
}
.service-images img {
    width: 100%;
    border-radius: 4rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 10px #ccc;
}

.back_btn {
    font-size: 0.938rem;
    font-weight: 500;
    color: #45556C;
    line-height: 22px;
}
.breadcrumb {
    border-bottom: 1px solid #E2E8F0;
    width: 100%;
    margin-bottom: 0;
}
.breadcrumb ul {
    display: flex;
    width: 100%;
    padding: 1rem 0;
    gap: 1rem;
}
.breadcrumb ul li{position: relative;}
.breadcrumb ul li a{color: #45556C;font-size: 13px;}
.breadcrumb ul li {color: #000;font-size: 13px;}
.breadcrumb ul li::after{content: '/';position: absolute;right: -.7rem;top: 0;}
.breadcrumb ul li:last-child::after{display: none;}
.solutions-section .tabs{background: transparent;border: 1px solid #ccc;}
.solutions-section .tab.active{background: linear-gradient(90deg, #0f4cdb, #1db954);color: #fff;}
.solutions-section .tab{    padding: 10px 18px;}
.faq_icon { border: none; border-radius: 1rem; background: linear-gradient(90deg, #0f4cdb, #1db954); color: #fff; font-weight: 500; width: 5rem; height: 4rem; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto; margin-bottom: 2rem; border-top-right-radius: 0; border-bottom-left-radius: 0; }


.accordion-item {
  border: 1px solid #E5E7EB;
  border-radius: 1rem!important;
  margin-bottom: 15px;
  overflow: hidden;
  background: #F9FAFB;
}

.accordion-header {
  padding: 18px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
}

.accordion-content {
  display: none;
  padding: 20px;
  padding-top: 0;
}

.accordion-icon {
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}


.tab-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #1f2937;  
  font-family: var(--secondary-font);
}


.features-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 60px;  
}


.feature-item {
  display: flex;
  align-items: center;
  width: calc(50% - 30px);
  gap: 15px;
}

.check-icon {
  min-width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #1d4ed8, #10b981);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
}

.feature-item p {
    margin: 0;
    font-size: 1rem;
    color: #364153;
    font-weight: 400;
}
.solutions-section .tab-content{
   padding: 40px 50px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #E5E7EB;
}


.btn-third {
    font-size: .9rem;
    font-weight: 600;
    background: #ffffff;
    border-radius: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1.87px solid transparent;
    background-image: 
    linear-gradient(#ffffff, #ffffff),
    linear-gradient(90deg, #155DFC, #00A63E);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
}
.btn-third:hover{background: linear-gradient(90deg, #0f4cdb, #1db954);color: #fff!important;}
.heading-wrapper p{color: #fff;text-align: center;}
.benefit_flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    margin-bottom: -2rem;
}
.benefit_flex .benefit_box{width: calc(100% / 3);margin-bottom: 2rem;padding: 0 1rem;}
.benefit_box_inner {
    border: 2px solid #E5E7EB;
    padding: 1.5rem;
    border-radius: 1rem;
}
.benefit_icn {
    border: none;
    border-radius: 1rem;
    background: linear-gradient(90deg, #0f4cdb, #1db954);
    color: #fff;
    font-weight: 500;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.benefit_box_inner h5{font-size: 1rem;margin-bottom: 0;font-weight: 600;}




.step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 24px 32px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
  transition: 0.3s ease;
  margin-bottom:2rem;
}

.process{position: relative;}
.process::before {
  content: "";
  position: absolute;
  left: 2.35rem;
  top: 0;
  z-index: -1;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #155DFC, #00A63E);
}
.step:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.step-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  background: linear-gradient(135deg, #2563eb, #16a34a);
}

.content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111827;
}

.content p {
  font-size: 14px;
  color: #6b7280;
}

.duration {
  background: #EFF6FF;
  color: #0078DB;
  padding: 8px 14px;
  border-radius: 5rem;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.process_box{border: 1px solid #E5E7EB;padding: 2rem;border-radius: 2rem;}


.contact-card-flex {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin: auto;
    margin-top: -5rem;
    position: relative;
}

.contact-caard {
  background: #fff;
  padding: 30px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  width: calc(100% / 4 - 2rem);
  text-align: left;
  transition: 0.3s ease;
}

.contact-caard:hover {
  transform: translateY(-8px);
}

.contact-caard .icon {
  width: 50px;
  height: 50px;
  background: #EFF6FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.contact-caard h3 {
    margin-bottom: .5rem;
    font-size: 1.125rem;
    color: #222;
    font-weight: 700;
}
.contact-caard p {
    margin: 5px 0;
    color: #525856;
    font-size: 14px;
    line-height: 1;
}
.contact-caard a {
    display: inline-block;
    margin-top: 8px;
    color: #0041D1;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}
.contact-caard span {
  display: block;
  margin-top: 5px;
  color: #555;
  font-size: 14px;
}
.banner-home{position: relative;z-index: 1;display: flex;}
.banner-home:before { content: ''; position: absolute; width: 100%; left: 0; top: 0; background: #0078dbc7; height: 100%; backdrop-filter: blur(6px); }
.banner-home:after{content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 91px; background: url(../images/wave.png); background-size: 100% 100%;}
.banner-box-inner p{color: #0078DB!important;font-size: .9rem!important;font-weight: 600!important;}
.banner-box-inner h5{color: #0078DB;font-size: 1.875rem;font-weight: 700;}
.banner-box-inner {background-color: #fff;padding: 20px;border-top-left-radius: 2rem;border-bottom-right-radius: 2rem;}
.banner-content {position: absolute;top: 50%;transform: translateY(-50%);width: 100%;}
.banner-box-flex {display: flex;flex-wrap: wrap;justify-content: center;margin: 0 -1rem;margin-top: 5rem;}
.banner-box {padding: 0 1rem;width: calc(100% / 4);}
.banner-content p {color: #fff;line-height: 1.5rem;font-size: 1rem;font-weight: 400;text-align: center;}
.banner-btn-white { padding: 15px 2.7rem; border-radius: 3rem; background: #fff; cursor: pointer; transition: 0.3s; display: inline-block; font-weight: 600; color: #155DFC !important; font-size: .9rem; }
.banner-btn { padding: 15px 2.7rem; border-radius: 3rem; background: #FFFFFF4D; cursor: pointer; transition: 0.3s; display: inline-block; font-weight: 600; color: #fff !important; font-size: .9rem;border: 1px solid #FFFFFF4D; }
.banner-heading {font-size: 3.75rem;font-weight: 700;color: #fff;line-height: 4.5rem;margin-bottom: 1rem;}
.banner-heading span{color: #A7FFE4;display: block;}



.about-banner-box-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.about-banner-box {
  padding: 35px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  text-align: center;
  transition: 0.3s ease;
  width: calc(100% / 4 - 25px);
}

.about-banner-box:hover {
  transform: translateY(-8px);
}

.about-banner-box .icon {
  font-size: 30px;
  margin-bottom: 15px;
}

.about-banner-box h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.about-banner-box span {
  font-size: 16px;
  opacity: 0.9;
}
.about-inner-content {
    width: 70%;
}
.about-bannericon {
    margin-bottom: 1rem;
}
.about-inner-content h1 {
    font-size: 3.75rem;
    font-weight: 700;
}
.about-inner-content p {
    color: #DBEAFE;
    font-size: 24px;
    text-align: center;
}
.inner-banner.about-height {
    height: 90vh;
}
.inner-banner.about-height:after {display: none;}








.about-inner-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.about-content {
  flex: 1;
  min-width: 320px;
}

.about-content h1 {
  font-size: 42px;
  font-weight: 700;
  color: #1f2b3a;
  line-height: 1.3;
}

.about-content h1 span {
  color: #1e73e8;
}
.about-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 17px 20px;
    flex: 1 1 45%;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.10), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
}

.feature-box span {
  font-size: 18px;
}

.about-image {
  flex: 1;
  position: relative;
  min-width: 320px;
}

.about-image img {
  width: 100%;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  object-fit: cover;
}

.stats-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: flex;
  justify-content: space-around;
  width: 85%;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  text-align: center;
}
.stats-box>div{text-align: center;}
.stats-box>div:nth-child(2) h3{color: #00A63E;}

.stats-box h3 {
    color: #1e73e8;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}
.stats-box p {
    font-size: 14px;
    text-align: center;
    color: #45556C;
    font-weight: 400;
}








.foundation-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5rem;
    flex-wrap: wrap;
    position: relative;
}
.foundation-flex::after{
  content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #155DFC, #00A63E);
}

.foundation-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 47%;
    padding: 30px;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
}
.foundation-card::before{
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 5px solid #fff;
    background: linear-gradient(90deg, #0f4cdb, #1db954);
    right: -3.5rem;
    box-shadow: 0 0 10px #ccc;
}
.light-card.foundation-card::before{
  left: -3.5rem;
  right: auto;
}

.blue-card {
    background: linear-gradient(90deg, #0AA5C3, #155DFC);
    color: #ffffff;
}

.light-card {
        background: linear-gradient(90deg, #EFF6FF, #F0FDF4);
    color: #333333;
    margin-left: auto;
}
.light-card p{
    color: #333333!important;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 20px;
}

.card-label {
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.8;
}

.foundation-card h3 {
    margin: 5px 0 0;
    font-size: 22px;
}

.foundation-card p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}

.foundation-card ul {
    padding-left: 1.5rem;
    margin: 0;
}

.foundation-card ul li {
    margin-bottom: 8px;
    font-size: 1rem;
    position: relative;
    color:#fff;
}
.foundation-card.light-card ul li {
    color:#314158;
}
.foundation-card ul li::before{
  content: '\f058';
  position: absolute;
  left: -1.5rem;
  top: 0;
  font-size: .9rem;
  font-family: "Font Awesome 6 Free";
}
.what-we-do-sec .stats{justify-content: center;}
.what-we-do-sec .stat h3 {font-size: 2.063rem;font-weight: 700;color: #155DFC;}
.what-we-do-sec .stat span {font-size: 14px;opacity: 1;color: #62748E;}


.what-we-do-flex {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.what-we-do-card {
  flex: 0 1 calc(33.333% - 24px);
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.what-we-do-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.what-we-do-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2563eb, #10b981);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.what-we-do-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1D293D;
}

.what-we-do-text {
    font-size: 14px;
    color: #62748E;
    font-weight: 400;
}
.what-we-do-text i{color: #00B8DB;}



.solutions-section .heading-wrapper p{color: #525856;}








@media (max-width: 768px) {
  .step {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .duration {
    align-self: flex-start;
  }
  .what-we-do-card {
    flex: 0 1 calc(50% - 24px);
  }
  .what-we-do-card {
    flex: 0 1 100%;
  }
    .about-inner-flex {
    flex-direction: column;
  }

  .stats-box {
    position: relative;
    transform: none;
    left: auto;
    margin-top: -40px;
  }
  .feature-item {
    width: 100%;
  }
  .product-detail-flex {
    flex-direction: column;
  }

  .image-item {
    flex: 1 1 100%;
  }

  /* .product-features {
    flex-direction: column;
  } */

  /* .product-buttons {
    flex-direction: column;
  }
  .container {
        flex-direction: column;
    } */

    .left-content h1 {
        font-size: 32px;
    }

    .form-footer {
        gap: 4px;
        align-items: center;
    }
    .why-choose-flex {
    flex-direction: column;
  }

  .why-badge {
    position: static;
    transform: none;
    margin-top: 20px;
  }
   .service-card {
    flex-direction: column;
    padding: 20px;
    gap: 45px;
    margin-bottom: 3rem;
  }

  .service-number {
    font-size: 48px;
  }

  .service-title {
    font-size: 26px;
  }


.service-wrapper .service-card:nth-child(even){flex-direction: column;}
.secondary-btn{margin-left: .5rem!important;}




body section, body footer{overflow-x: hidden;}
  html{font-size: 13px;}
  .banner-heading{font-size: 2.25rem;line-height: 3rem;}
  .hamburger {position: relative;z-index: 99;display:block;}
  .header_menu ul {display: block;}
  nav {position: fixed;display: flex;transition: all ease 0.5s;flex-direction: column;right: 0;top: 0;background-color: #FFFAEC;height: 100%;z-index: 5;padding: 6rem 0 3rem 0;transform: translateX(100%);width: 100%;z-index: 99;}
  .banner-home{height: 70vh;}
  .banner-home video{object-fit: cover;}
  .banner-box-flex{margin-top: 2rem;}
  .banner-content p{display: none;}
  .banner-box{display: none;}
  .header_logo img {max-width: 150px;}
  .header_right{display: none;}


  .phone-menu {display: block;margin-left: 0;cursor: pointer;}
  .phone-menu span {width: 24px;height: 2px;background-color: #000;display: block;transition: all ease .5s;}
  .phone-menu span:nth-child(2) {margin: 6.5px 0;}
  .menu-opened .phone-menu span:nth-child(1) {transform: rotate(-45deg);transform-origin: right;}
  .menu-opened .phone-menu span:nth-child(2) {opacity: 0;}
  .menu-opened .phone-menu span:nth-child(3) {transform: rotate(45deg);transform-origin: right;}
  .menu-opened .phone-menu span {background: #000;}
  .menu-opened nav {transform: translateX(0);height: 100vh;}
  .hamburger {position: relative;z-index: 99;display:block;}
  .secondary-btn {padding: 14px 28px;}
  .client_name{font-size: .9rem;}
  section {    padding: 3rem 0;}
  .solutions-section .tabs{flex-wrap: nowrap;overflow: scroll;}
  .solutions-section .tab{min-width: 120px;padding: 10px 10px;}
  .solutions-section .tab-content{padding: 1rem;}
  .solution_img{width: 100%;}
  .solution_text{width: 100%;margin-top: 2rem;}
  .primary-btn{    padding: .75rem 1.5rem;width: fit-content;}
  .heading{font-size: 1.75rem;line-height: 1.988rem;}
  .consultation-section:before{height: 50px;}
  .consultation-section:after{height: 50px;}
  .solutions-section .heading-wrapper p {color: #525856;font-size: 1rem;line-height: 1.5rem;}
  .award-card{width: 100%;}
  .award-content p{text-align: left;}
  .footer-container{gap: 20px;}
  .footer-bottom{gap: 0;}
  .footer-text{font-size: 12px;}
  .menu-opened nav{width: 70%;background: #ffffff;}
  .header_menu li a{width: 100%;padding: .75rem 1.35rem}
  .card-content p{text-align: left;}
  .footer-menu a{font-size: 1rem;}
  .footer-bottom{margin-top: 25px;}
  .about-inner-content{width: 100%;}
  .about-inner-content p br{display: none;}
  .about-inner-content p{font-size: 1rem;}
  .about-inner-content h1{font-size: 3rem;}
  .about-banner-box{padding: 10px;width: calc(100% / 2 - 25px);}
  .about-bannericon img {width: 2rem;}
  .about-banner-box h3{font-size: 1rem;}
  .about-banner-box span{font-size: 12px;}
  .feature-box p{font-size: 1rem;line-height: 1.4rem;}
  .foundation-card{width: 100%;}
  .why-description br{display: none;}
  .hero-content h1{font-size: 3rem;}
  .hero-content p{font-size: 1.1rem;}
  .product-form{padding: 10px;}
  .filter-btn{padding: 8px 15px;}
  .filter-row{gap: 1rem;}
  .search-box input{padding: 1rem;}
  .sort-box {width: 30%;}
  .sort-box select{width: 100%;padding: 12px .5rem;}
  .product-list-flex .product-list-box{width: 100%;}
  .product-features>div span{font-size: .9rem;}
  .product-content{width: 100%;}
  .service-images{width: 100%;flex: auto;}
  .product-features>div{padding: 1.5rem 0;}
  .heading-wrapper {margin-bottom: 1.5rem;}
  .benefit_flex .benefit_box{width: calc(100% / 2);padding: 0 .5rem;}
  .step{padding: 24px 10px;}
  .step-left{flex-wrap: wrap;}
  .contact-card-flex{flex-wrap: wrap;}
  .contact-caard{width: 100%;}
  .inner-banner:after{display: none;}
  .hero-content{padding: 0 1rem;}
  .contact-section {overflow: visible;}
  .book-form{padding: 40px 20px;}
  p{text-align: left;}
}




