/* new codes here  */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}


/* text family  */
.technology_section .poppins-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #000000cf;

}

.technology_section .poppins-light {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #000000cf;

}

.technology_section .poppins-extra-light {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  color: #000000cf;


}

.technology_section .poppins-italic {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  color: #000000cf;

}

.technology_section .poppins-bold p {
  color: #000000cf;
}

.technology_section .poppins-extra-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;

}


.technology_section .poppins-semi-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000000cf;
}

.technology_section .poppins-medium {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000000cf;
}

/* section 1  */
.technology_section .nav-img-sec-1 {
  width: 120px;
  height: 50px;

}

.technology_section .hero-section {
  height: 60vh;
  background-image: url("./photos/section1/hero-img-sec-bg-3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.technology_section .textsize-64 {
  font-size: x-large;
}

.technology_section .textsize-42 {
  font-size: 42px;
}

/* section 2 */
.technology_section .tooth-section {
  height: 320px;
  position: relative;
}

.technology_section .contentbox-sec-2 {
  width: 376px;
  font-size: 25px;

}

.technology_section .boxsize {
  width: 420px;
  height: 240px;
  background: linear-gradient(to right, #00FFF2 0%, #079EFF 100%);
  border-radius: 30px;
  top: -87px;

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

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.technology_section .tooth-img {
  max-width: 400px;
  object-fit: contain;
}



@media(max-width:768px) {

  .technology_section .boxsize {
    width: 90%;
    height: 250px;
    border-radius: 20px;
  }

  .technology_section .tooth-img {
    max-width: 130px;
  }

  .technology_section .tooth-section {
    height: 320px;
  }
}

.technology_section .textsize-64 {
  font-size: x-large;
}

.technology_section .textsize-42 {
  font-size: 42px;
}


/* new  */
.technology_section .content-wrapper {
  max-width: 70%;
  margin-top: 310px;
}


/* section 3  */

.technology_section .divsize-sec-5 {
  width: 400px;
}

/* TOP container-1 */
.technology_section .ws-top-content {
  max-width: 1100px;
  /* increased width */
  width: 100%;
  margin: auto;
}

/* TITLE WITH LINES */
.technology_section .ws-mini-title {
  font-size: 11px;
  letter-spacing: 2px;
  color: #9a9a9a;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  white-space: nowrap;
}

/* SIDE LINES */
.technology_section .ws-mini-title::before,
.ws-mini-title::after {
  content: "";
  width: 260px;
  min-width: 260px;
  height: 1px;
  background: #cfcfcf;
  display: block;
  flex-shrink: 0;
}

.technology_section .padding-top {
  padding-top: 170px;
}

.technology_section .content-width {
  width: 60%;
}


/* section 3  */
.technology_section .img-fluid-1 {
  width: 80%;
}

.technology_section .btn-black {
  background-color: black;
  color: white;
}

/* cards section  */

.technology_section .info-section {
  padding: 60px 40px;
}

.technology_section .container-1 {
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.technology_section .info-card {
  background: #f4f4f4;
  border-radius: 22px;
  overflow: hidden;

  box-shadow:
    0 3px 0 #cfcfcf,
    0 6px 15px rgba(0, 0, 0, 0.08);

  transition: 0.3s ease;
}

.technology_section .info-card:hover {
  transform: translateY(-5px);
}

.technology_section .card-img {
  padding: 14px 14px 0;
}

.technology_section .card-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.technology_section .card-content {
  padding: 14px 18px 20px;
  text-align: center;
}

.technology_section .card-content h3 {
  color: #1d4ed8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}

.technology_section .card-content p {
  color: #666;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.technology_section .card-content a {
  color: #888;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  border-bottom: 1px solid #999;
  padding-bottom: 2px;
}

.technology_section .card-content a:hover {
  color: #1d4ed8;
  border-color: #1d4ed8;
}

/* Responsive */

@media(max-width: 992px) {
  .technology_section .container-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 576px) {
  .technology_section .container-1 {
    grid-template-columns: 1fr;
  }

  .technology_section .info-section {
    padding: 40px 20px;
  }
}





/* text family  */
.technology_section .poppins-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;

}

.technology_section .poppins-light {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;

}

.technology_section .poppins-extra-light {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;


}

.technology_section .poppins-italic {
  font-family: 'Poppins', sans-serif;
  font-style: italic;

}

.technology_section .poppins-extra-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;

}


.technology_section .poppins-semi-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;

}

.technology_section .poppins-medium {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

/* section 1  */
.technology_section .nav-img-sec-1 {
  width: 120px;
  height: 50px;

}

.technology_section .hero-section {
  height: 70vh;
  background-image: url("./photos/section1/hero-img-sec-bg-3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.technology_section .textsize-64 {
  font-size: x-large;
}

.technology_section .textsize-42 {
  font-size: 42px;
}

/* section 2 */
.technology_section .tooth-section {
  height: 320px;
  position: relative;
}

.technology_section .contentbox-sec-2 {
  width: 376px;
  font-size: 25px;

}



.technology_section .tooth-img {
  max-width: 400px;
  object-fit: contain;
}



@media(max-width:768px) {

  .technology_section .boxsize {
    width: 90%;
    height: 250px;
    border-radius: 20px;
  }

  .technology_section .tooth-img {
    max-width: 130px;
  }

  .technology_section .tooth-section {
    height: 320px;
  }
}

.technology_section .textsize-64 {
  font-size: x-large;
}

.technology_section .textsize-42 {
  font-size: 42px;
}


/* new  */
.technology_section .content-wrapper {
  max-width: 90%;
  margin-top: 310px;
}

.technology_section .root-canal-img {
  width: 50%;
}

.technology_section .divsize-root-canal-content {
  width: 70%;
}

/* section 3  */

.technology_section .divsize-sec-5 {
  width: 400px;
}

.technology_section .divsize-content-center {
  width: 525px;
}




/* TOP CONTAINER */
.technology_section .ws-top-content {
  max-width: 1100px;
  /* increased width */
  width: 100%;
  margin: auto;
}

/* TITLE WITH LINES */
.technology_section .ws-mini-title {
  font-size: 11px;
  letter-spacing: 2px;
  color: #9a9a9a;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  white-space: nowrap;
}

/* SIDE LINES */
.technology_section .ws-mini-title::before,
.ws-mini-title::after {
  content: "";
  width: 260px;
  min-width: 260px;
  height: 1px;
  background: #cfcfcf;
  display: block;
  flex-shrink: 0;
}

.technology_section .margin-top {
  margin-top: 120px;
}

.technology_section .content-width {
  width: 60%;
}

.technology_section .content-width-home {
  width: 65%;
}

/* section 4  */
.technology_section .sec3-card-div {
  width: 400px;
  height: 250px;

}

.technology_section .img-fluid-card {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.technology_section .margin-top-10 {
  margin-top: 100px;
}

.technology_section .textsize-28 {
  font-size: 28px;
}

.technology_section h4 {
  font-size: 22px;
}

/* section 6  */
.technology_section .black-color {
  background-color: #18191C;
  color: #F9F4F4;
}

/* section 7 */


.technology_section .your-traetment-journey-cards {
  min-height: 250px;
  /* fixed minimum height */
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

/* SAME IMAGE SIZE FOR ALL CARDS */
.technology_section .card-img-wrapper {
  height: 220px;
  overflow: hidden;
}

.technology_section .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BODY FLEX */
.technology_section .your-traetment-journey-cards .card-body {
  flex: 1;
}

/* TITLE FIX HEIGHT */
.technology_section .your-traetment-journey-cards .card-title {
  font-size: 22px;
  line-height: 1.4;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* TEXT FIX HEIGHT */
.technology_section .your-traetment-journey-cards .card-text {
  font-size: 15px;
  line-height: 1.7;
  color: #666;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* after 4 line show ... */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* RESPONSIVE */
@media(max-width:768px) {

  .technology_section .your-traetment-journey-cards {
    min-height: 380px;
  }

  .technology_section .card-img-wrapper {
    height: 200px;
  }

  .technology_section .your-traetment-journey-cards .card-title {
    font-size: 18px;
  }
}


/* new cards code above  */


.technology_section .heading-sec-6 {
  width: 500px;
  color: white;
  background-color: #1496ff;

}

.technology_section .your-traetment-journey-cards {
  background-color: #2859C5;
  height: 100%;

}

.technology_section .your-traetment-journey-cards .card-text {
  color: #fff;
  font-size: 0.8rem;
  padding: 0 0.4rem;
  line-height: 1rem;
  margin: 0;
}

.technology_section .your-traetment-journey-cards .card-title {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  padding: 0.2rem 0.4rem;
  font-size: 0.8rem;
  margin: 0;
  width: 100%;
}

.technology_section .your-traetment-journey-cards .link-for-next {
  background-color: #002D8F;
  padding: 0.2rem;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.technology_section .your-traetment-journey-cards .link-for-next .link_arrow {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}

.technology_section .your-traetment-journey-cards .link-for-next .link_arrow i {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}

.technology_section .doctor-uttma {
  width: 500px;

}

/* section 8 */

.technology_section .tech-faq .faq-center-card {
  width: 350px;
  min-height: 220px;
  height: 220px;
  background-color: white;
  border: 0.1px solid black;



}

.technology_section .tech-faq .faq-section {
  background: #f4f4f4;
  overflow: hidden;
  padding: 80px 0;
}

/* TOP TITLE */

.technology_section .tech-faq .faq-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-bottom: 12px;
}

.technology_section .tech-faq .faq-line {
  width: 170px;
  height: 1px;
  background: #cfcfcf;
}

.technology_section .tech-faq .faq-title {
  font-size: 11px;
  letter-spacing: 2px;
  color: #999;
}

/* MAIN LAYOUT */

.technology_section .tech-faq .faq-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

/* COLUMN */

.technology_section .tech-faq .faq-column {
  width: 400px;

  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* CARD */

.technology_section .tech-faq .faq-card {
  background: hsla(0, 0%, 100%, 0.822);

  border-radius: 18px;
  border: 0.1px solid black;


  min-height: 270px;
  height: 270px;

  color: white;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  transition: 0.3s ease;
  z-index: 1;
}

.technology_section .img-fluid1 {
  height: 100px;
  width: 270px;
}

/* center cards */
.technology_section .tech-faq .faq-wrapper-center {
  width: 400px;

}


/* CENTER */

.technology_section .tech-faq .faq-center {
  position: relative;

  width: 300px;
  height: 380px;

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




.technology_section .tech-faq .faq-tooth {
  position: relative;
  width: 226px;
  z-index: 2;
}

/* RESPONSIVE */

@media(max-width:1200px) {

  .technology_section .tech-faq .faq-wrapper {
    flex-direction: column;
  }

  .technology_section .tech-faq .faq-center {
    order: -1;
    height: 260px;
  }

}

@media(max-width:768px) {

  .technology_section .tech-faq .faq-column {
    width: 100%;
  }

  .technology_section .tech-faq .faq-card {
    min-height: 170px;
    height: auto;

  }




  .technology_section .tech-faq .faq-center {
    width: 100%;
    height: 240px;
  }

  .technology_section .tooth-bg {
    width: 220px;
    height: 220px;
  }

  .technology_section .faq-tooth {
    width: 150px;
  }



}

@media(max-width:576px) {

  .technology_section .tech-faq .faq-section {
    padding: 60px 0;
  }

  .technology_section .tech-faq .faq-card {
    padding: 16px;
    border-radius: 16px;
  }


}


.technology_section .card {
  height: 200px;
}


.technology_section .check-icon {
  min-width: 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1496ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

.technology_section .check-icon i {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

/* section 11 */
/* section 11 */
.technology_section .divsize-sec-5 {
  width: 400px;
}

/* TOP CONTAINER */
.technology_section .ws-top-content {
  max-width: 1100px;
  /* increased width */
  width: 100%;
  margin: auto;
}

/* TITLE WITH LINES */
.technology_section .ws-mini-title {
  font-size: 11px;
  letter-spacing: 2px;
  color: #9a9a9a;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  white-space: nowrap;
}

/* SIDE LINES */
.technology_section .ws-mini-title::before,
.ws-mini-title::after {
  content: "";
  width: 260px;
  min-width: 260px;
  height: 1px;
  background: #cfcfcf;
  display: block;
  flex-shrink: 0;
}


/* section 12 */

.technology_section .faq-section {
  background: #fff;
  overflow: hidden;
  padding: 80px 0;
}

/* TOP TITLE */

.technology_section .faq-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-bottom: 12px;
}

.technology_section .faq-line {
  width: 170px;
  height: 1px;
  background: #cfcfcf;
}

.technology_section .faq-title {
  font-size: 11px;
  letter-spacing: 2px;
  color: #999;
}

/* MAIN LAYOUT */

.technology_section .faq-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

/* COLUMN */

.technology_section .faq-column {
  width: 400px;

  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* CARD */

.technology_section .faq-card-1 {
  background: linear-gradient(135deg, #5d83ff, #4b73ef);

  border-radius: 18px;

  padding: 18px;

  min-height: 210px;
  height: 290px;

  color: white;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  transition: 0.3s ease;
  z-index: 1;
}

.technology_section .faq-card:hover {
  transform: translateY(-4px);
}

/* HEAD */

.technology_section .faq-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.technology_section .faq-head span {
  font-size: 17px;
  line-height: 1.35;
  max-width: 240px;
}

/* ICON */

.technology_section .faq-icon {
  min-width: 38px;
  height: 38px;

  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;

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

  color: white;
  font-size: 18px;

  flex-shrink: 0;
  background-color: #0050FF;
}

/* BODY */

.technology_section .faq-body {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

/* CENTER */

.technology_section .faq-center {
  position: relative;

  width: 300px;
  height: 380px;

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

.technology_section .tooth-bg {
  position: absolute;

  width: 600px;
  height: 600px;

  background: #def6f3;
  border-radius: 50%;

}

.technology_section .faq-tooth {
  position: relative;
  width: 500px;
  z-index: 0;
  height: 500px;
}

/* RESPONSIVE */

@media(max-width:1200px) {

  .technology_section .faq-wrapper {
    flex-direction: column;
  }

  .technology_section .faq-center {
    order: -1;
    height: 260px;
  }

}

@media(max-width:768px) {

  .technology_section .faq-column {
    width: 100%;
  }

  .technology_section .faq-card {
    min-height: 175px;
    height: auto;

  }

  .technology_section .faq-head span {
    font-size: 16px;
  }

  .technology_section .faq-body {
    font-size: 13px;
  }

  .technology_section .faq-center {
    width: 100%;
    height: 240px;
  }

  .technology_section .tooth-bg {
    width: 220px;
    height: 220px;
  }

  .technology_section .faq-tooth {
    width: 150px;
  }

  .technology_section .faq-line {
    width: 70px;
  }

}

@media(max-width:576px) {

  .technology_section .faq-section {
    padding: 60px 0;
  }

  .technology_section .faq-card {
    padding: 16px;
    border-radius: 16px;
  }

  .technology_section .faq-head span {
    font-size: 15px;
  }

  .technology_section .faq-body {
    font-size: 12px;
    line-height: 1.6;
  }

  .technology_section .faq-icon {
    min-width: 34px;
    height: 34px;
    font-size: 16px;

  }

}

/* CARD TITLE */

.technology_section .faq-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;

  position: relative;

  padding-bottom: 12px;
  margin-bottom: 12px;
}

/* WHITE LINE UNDER TITLE */

.technology_section .faq-head::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;
  height: 1px;

  background: rgba(255, 255, 255, 0.35);
}



/* comibines code  */
/* section 13 */

.technology_section .restore-section {
  /* background:#f7f7f7; */
  overflow: hidden;
  padding: 45px 0;
}

/* ========================= */
/* TOP CONTENT */
/* ========================= */

.technology_section .restore-content {
  max-width: 700px;
  margin: auto auto 24px;
}

.technology_section .restore-title {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
  margin-bottom: 10px;
}

.technology_section .restore-subtitle {
  font-size: 14px;
  color: #333;
  margin-bottom: 18px;
  line-height: 1.5;
}

.technology_section .restore-desc {
  font-size: 13px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 600px;
  margin-inline: auto;
}

/* ========================= */
/* IMAGE */
/* ========================= */

.technology_section .restore-img-wrapper {
  margin-bottom: 22px;
}

.technology_section .restore-img {
  width: 100%;
  max-width: 450px;
  border-radius: 24px;
  object-fit: cover;
}

/* ========================= */
/* BUTTONS */
/* ========================= */

.technology_section .restore-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.technology_section .restore-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  min-width: 170px;

  padding: 10px 14px;

  border-radius: 8px;

  text-decoration: none;
  color: #fff;

  transition: .3s ease;
}

.technology_section .restore-btn span {
  font-size: 9px;
  line-height: 1.4;
  font-weight: 600;
}

.technology_section .primary-btn {
  background: #4f73de;
}

.technology_section .dark-btn {
  background: #111;
}

.technology_section .btn-arrow {
  width: 22px;
  height: 22px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.15);

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

  font-size: 12px;
  flex-shrink: 0;
}

.technology_section .restore-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}

/* ========================= */
/* TABLET */
/* ========================= */

@media(max-width:991px) {

  .technology_section .restore-title {
    font-size: 24px;
  }

  .technology_section .restore-subtitle {
    font-size: 14px;
  }

  .technology_section .restore-desc {
    font-size: 13px;
    padding: 0 10px;
  }

  .technology_section .restore-img {
    max-width: 420px;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media(max-width:576px) {

  .technology_section .restore-section {
    padding: 50px 0;
  }

  .technology_section .restore-title {
    font-size: 22px;
  }

  .technology_section .restore-subtitle {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .technology_section .restore-desc {
    font-size: 12px;
    line-height: 1.6;
  }

  .technology_section .restore-img {
    max-width: 100%;
    border-radius: 18px;
  }

  .technology_section .restore-btns {
    gap: 12px;
  }

  .technology_section .restore-btn {
    width: 100%;
    max-width: 260px;
  }
}

/* section 14  */
.technology_section .divsize-sec-14 {
  width: 500px;
}


.technology_section .footer-section {
  background: #f5f7fa;
  color: #1e2a55;
}

/* Links */
.technology_section .footer-link {
  text-decoration: none;
  color: #1e2a55;
  font-size: 14px;
  margin-bottom: 6px;
}

.technology_section .footer-link:hover {
  text-decoration: underline;
}

/* Social icons */
.technology_section .social-icons a {
  margin: 0 10px;
  font-size: 18px;
  color: #1e2a55;
  transition: 0.3s;

}

.technology_section a:hover {
  text-decoration: none !important;
}

.technology_section .social-icons a:hover {
  color: #0d1b3d;
}

/* Text */
.technology_section .footer-text {
  font-size: 14px;
  line-height: 1.6;
}

/* HR */
.technology_section .footer-section hr {
  border-color: #b6c8d8;
}

/* section 9  slider button code */

/* Swiper Container */
.technology_section .mySwiper {
  position: relative;
  overflow: visible;
  padding-inline: 25px;
}

/* Navigation Buttons */
.technology_section .mySwiper::part(button-prev),
.mySwiper::part(button-next) {
  width: 34px;
  height: 34px;
  background: #1f2f97;
  border-radius: 50%;
  color: #fff;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
}

/* Small Arrow */
.technology_section .mySwiper::part(button-prev)::after,
.mySwiper::part(button-next)::after {
  font-size: 11px;
  font-weight: 700;
}

/* Exact Outside Position */
.technology_section .mySwiper::part(button-prev) {
  left: -2px;
}

.technology_section .mySwiper::part(button-next) {
  right: -2px;
}

/* Mobile */
@media (max-width:768px) {

  .technology_section .mySwiper {
    padding-inline: 18px;
  }

  .technology_section .mySwiper::part(button-prev) .mySwiper::part(button-next) {
    width: 28px;
    height: 28px;
  }

  .technology_section .mySwiper::part(button-prev)::after,
  .mySwiper::part(button-next)::after {
    font-size: 9px;
  }

}



/* faq center card control  */
.technology_section .card-custom-faq-second {
  width: 410px;
}

/* content width dental section  */
.technology_section .content-width-70 {
  width: 70%;
}


/* new section code  */
.technology_section .laser-section {
  padding: 40px 0;
}

.technology_section .feature-wrapper {
  max-width: 1200px;
  margin: auto;
}

.technology_section .feature-list {
  padding-right: 40px;
}

.technology_section .feature-item {
  margin-bottom: 22px;
}

.technology_section .feature-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 5px;
}

.technology_section .feature-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.2;
  text-underline-offset: 6px;
  text-decoration: underline;
}

.technology_section .feature-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #444;
  margin: 0;
  line-height: 1;
}

.technology_section .arrow-circle {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.technology_section .blue-arrow {
  background: #3f67d8;
}

.technology_section .black-arrow {
  background: #000;
}

.technology_section .image-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  height: 500px;
}

.technology_section .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.technology_section .bottom-tag {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: #3f67d8;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 16px 22px;
  width: 88%;
  border-radius: 18px;
  line-height: 1.4;
}

@media(max-width:991px) {

  .technology_section .feature-list {
    padding-right: 0;
    margin-bottom: 35px;
  }

  .technology_section .feature-title {
    font-size: 20px;
  }

  .technology_section .feature-desc {
    font-size: 16px;
  }

  .technology_section .image-card {
    height: 420px;
  }

  .technology_section .bottom-tag {
    font-size: 18px;
  }
}



/* review section  9  */
.technology_section .review-card {
  border: 1px solid #dcdcdc;
  transition: 0.3s;
}

.technology_section .review-card:hover {
  transform: translateY(-5px);
}

.technology_section .review-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.technology_section .star-box i {
  color: #f4c400;
  font-size: 2rem;
}

@media(max-width:576px) {

  .technology_section .review-card {
    padding: 20px !important;
  }

  .technology_section .review-img {
    width: 60px;
    height: 60px;
  }

  .technology_section .star-box i {
    font-size: 1.4rem;
  }

  .technology_section .review-card h6 {
    font-size: 14px;
  }

  .technology_section .review-card p {
    font-size: 12px;
  }
}

.technology_section .textsize-16 {
  font-size: 20px;
}

.technology_section ul li {
  margin-bottom: 12px;
}


.technology_section body {
  font-family: 'Poppins', sans-serif;
  background: #ffff
}

.technology_section .timeline-section {
  padding: 80px 0;
}

.technology_section .timeline-container {
  position: relative;
  width: 1200px;
  max-width: 95%;
  margin: auto;
}

/* CENTER VERTICAL LINE */
.technology_section .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #9d9d9d;
}

/* TIMELINE ITEM */
.technology_section .timeline-item {
  position: relative;
  width: 100%;
  min-height: 170px;
  margin-bottom: 40px;
}

.technology_section .timeline-item.left .timeline-content {
  width: 38%;
  text-align: left;
  padding-right: 40px;
}

.technology_section .timeline-item.right .timeline-content {
  width: 38%;
  margin-left: auto;
  text-align: left;
  padding-left: 40px;
}

/* BLUE DOT */
.technology_section .timeline-dot {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  background: #0d8cff;
  border-radius: 50%;
  z-index: 2;
}

/* CONTENT */
.technology_section .timeline-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.technology_section .timeline-content p {
  font-size: 14px;
  line-height: 1.9;
  color: #222;
  max-width: 420px;
}

/* STEP LABEL */
.technology_section .step-tag {
  display: inline-block;
  background: #0d8cff;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 14px;
}

/* RESPONSIVE */
@media(max-width:991px) {

  .technology_section .timeline-line {
    left: 25px;
  }

  .technology_section .timeline-dot {
    left: 25px;
  }

  .technology_section .timeline-item.left .timeline-content,
  .timeline-item.right .timeline-content {
    width: 100%;
    padding-left: 70px;
    padding-right: 0;
    margin-left: 0;
  }

  .technology_section .timeline-item {
    margin-bottom: 60px;
  }
}

@media(max-width:576px) {

  .technology_section .timeline-content h3 {
    font-size: 20px;
  }

  .technology_section .timeline-content p {
    font-size: 13px;
    line-height: 1.8;
  }

  .technology_section .step-tag {
    font-size: 11px;
    padding: 5px 12px;
  }
}



.technology_section body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
}

.technology_section .top-feature-section {
  padding: 20px;
  background-color: #C7F3F8;
}

.technology_section .feature-wrapper {
  background: #b9dde2;
  border: 4px solid #8fd1d8;
  border-radius: 18px;
  padding: 14px 18px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.technology_section .feature-box {
  background: #f4f4f4;
  border-radius: 14px;
  padding: 14px 18px;

  display: flex;
  align-items: center;
  gap: 12px;

  min-width: 250px;
  flex: 1;
  height: 62px;
}

.technology_section .feature-box img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.technology_section .google-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #4285F4;
  font-size: 22px;
}

.technology_section .feature-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

.technology_section .feature-box h4 {
  font-size: 14px;
  font-weight: 700;
  color: #0d3b66;
  line-height: 1.2;
}

.technology_section .feature-box p {
  font-size: 13px;
  font-weight: 500;
  color: #0d3b66;
  line-height: 1.2;
  margin-top: 2px;
}

/* Responsive */

@media (max-width: 992px) {

  .technology_section .feature-wrapper {
    flex-direction: column;
  }

  .technology_section .feature-box {
    width: 100%;
  }

}




.technology_section body {
  font-family: 'Poppins', sans-serif;
  background: #ffff;
}

.technology_section .comparison-section {
  max-width: 1150px;
  margin: auto;
  padding: 60px 20px;
}

.technology_section .comparison-row {
  margin-bottom: 55px;
}

.technology_section .comparison-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #111;
  margin-bottom: 28px;
}

.technology_section .comparison-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.technology_section .comparison-box {
  width: 42%;
}

.technology_section .comparison-box p {
  font-size: 18px;
  line-height: 1.5;
  color: #222;
  font-weight: 400;
}

.technology_section .divider {
  width: 1px;
  height: 95px;
  background: #9d9d9d;
}

.technology_section .comparison-single {
  max-width: 950px;
  margin: auto;
  text-align: center;
}

.technology_section .comparison-single p {
  font-size: 18px;
  line-height: 1.7;
  color: #222;
}

/* Responsive */

@media (max-width: 768px) {

  .technology_section .comparison-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .technology_section .comparison-content {
    flex-direction: column;
    gap: 20px;
  }

  .technology_section .comparison-box {
    width: 100%;
    text-align: center;
  }

  .technology_section .divider {
    width: 70px;
    height: 1px;
  }

  .technology_section .comparison-box p,
  .comparison-single p {
    font-size: 16px;
  }

}

.technology_section .image-wrapper {
  height: 500px;
  /* control height here */
}

.technology_section .custom-img {
  width: 300px;
  height: 500px;
  width: auto;
  object-fit: contain;
}

.technology_section .custom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technology_section .text-hidden {
  display: none;
}




/* section 5 new code  */
.technology_section .cosmetic-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 25px;
}

.technology_section .heading-line {
  width: 230px;
  height: 1px;
  background: #9d9d9d;
}

.technology_section .cosmetic-heading h5 {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #8d8d8d;
  white-space: nowrap;
}

.technology_section .cosmetic-subtext {
  text-align: center;
  font-size: 22px;
  color: #111;
  margin-bottom: 0;
}

/* RESPONSIVE */

@media (max-width:768px) {

  .technology_section .heading-line {
    width: 60px;
  }

  .technology_section .cosmetic-heading h5 {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .technology_section .cosmetic-subtext {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 10px;
  }

}




/* new code btn  */





/* section 5 */

.technology_section .blue-card {
  width: 280px;
  background: #244AA5;
  border-radius: 18px;
  padding: 2rem;
  border: 2px solid #1b2f67;
  height: auto;
  min-height: 100%;
  flex: 1;
  max-height: 100%;
  position: relative;


}

.technology_section .img-box {
  width: 82px;
  height: 82px;
  border-radius: 18px;
  overflow: hidden;
  /* margin-bottom: 12px; */
  padding-bottom: 0.8rem;
}

.technology_section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technology_section .service-tag {
  background: #fff;
  color: #000;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 12px;
}

.card-text {
  font-size: 0.7rem;
  line-height: 1.6;
  margin: 0;
  /* display: -webkit-box; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  padding: 1rem 0;
  color: white;
}

.technology_section .book-btn {
  background: #fff;
  color: #000;
  border: none;
  padding: 5px 14px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  transition: 0.3s;
  bottom: 0;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}



@media (max-width:576px) {

  .technology_section .blue-card {
    width: 150px;
  }

  .technology_section .card-text {
    font-size: 14px;
  }

}


/* new code  */
.technology_section .cosmetic-section {
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  background: #fff;
}

.technology_section .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 35px;
}

.technology_section .section-title span {
  width: 220px;
  height: 1px;
  background: #9b9b9b;
  display: block;
}

.technology_section .section-title h5 {
  margin: 0;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #8a8a8a;
  white-space: nowrap;
}

.technology_section .cosmetic-section p {
  font-size: 20px;
  font-weight: 400;
  color: #111;
  margin: 0;
}

/* RESPONSIVE */

@media (max-width:768px) {

  .technology_section .section-title span {
    width: 80px;
  }

  .technology_section .section-title h5 {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .technology_section .cosmetic-section p {
    font-size: 16px;
    line-height: 1.5;
  }

}



/* CARDS HEIGHT CONTROL WHEN OVER DATA PASS  */
/* Icons Section CSS */

.technology_section .icons-section {

  padding: 60px 20px;
  text-align: center;
}

.technology_section .location-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.technology_section .location-icon {
  width: 52px;
  height: 52px;
  background: #0d8cff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.technology_section .location-text {
  margin: 0;
  font-size: 16px;
  color: #222;
  font-weight: 500;
}

.technology_section .btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.technology_section .consult-btn {
  background: #2f66f5;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.technology_section .consult-btn:hover {
  background: #1e54df;
}

.technology_section .technology-btn {
  background: #111;
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.technology_section .technology-btn:hover {
  background: #000;
}

.technology_section .bg-icons-bg-1 {
  background-image: url('./photos/bg-icons-bg-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.technology_section .bg-icons-bg-2 {
  background-image: url('./photos/bg-icons-bg-2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.technology_section .bg-icons-bg-3 {
  background-image: url('./bg-icons-bg-3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.technology_section .img-fluid-2 {
  height: 385px;
}

.technology_section a.consult-btn:hover {
  color: #fff;
}