﻿.banner-sec-so {
    position: relative;
    z-index: 1
}




.surgery-section {
    background: #fdf2f8;
  padding: 80px 0;
}

.robot-card {
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
    overflow: hidden;
    background: #fff;
}
.padding-tb-50{
    padding:50px 0;
}

.robot-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 260px;
}

.title-accent {
    color: var(--accent);
    font-weight: 600;
    letter-spacing: 0.2px;
}
img{
    max-width:100%;
    height:auto;
}

.condition-item-one {
     display: flex;
    gap: 0;
    align-items: center;
    padding: 12px;
    border: 1px solid rgb(118 127 149);
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 0;
    flex-direction: column;
    text-align: center;
    background: #fff;
}
.condition-item {
    display: flex;
    gap: .75rem;
    align-items: center;
    padding: .6rem;
    position: relative;
    border: 1px solid rgb(118 127 149);
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 20px 0;
    background:#fff
}

.icon-circle-one {
       width: 80px;
    height: 80px;
    display: inline-grid
;
    place-items: center;
    border-radius: 50%;
    background: #f1f1f1;
    color: #fff;
    font-weight: bold;
    padding: 15px;

}
.bg-edf1ee{
    background-color:#edf1ee
}
.icon-circle {
    min-width: 36px;
    min-height: 37px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: #ff1700;
    color: #fff;
    font-weight: bold;
}

.learn-btn {
    background: linear-gradient(90deg, var(--accent), #ff6b9a);
    border: none;
    color: #fff;
    box-shadow: 0 6px 18px rgba(232, 62, 140, 0.14);
}

.help {
    padding: 80px 0px !important;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: 1;
}

.gutter-40 {
    row-gap: 40px;
}
.help .help__thumb {
    direction: rtl;
}
.help .help__thumb-inner {
    text-align: end;
    position: relative;
    min-width: 530px;
    direction: ltr;
}
.help .help__thumb-inner .thumb {
    display: inline-block;
    border: 8px solid #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
}
.help .thumb-top {
    position: absolute;
    top: 0px;
    inset-inline-start: 0px;
    z-index: 2;
}
.help .thumb-lg {
    margin-bottom: 100px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.help .thumb-bottom {
    position: absolute;
    bottom: 0px;
    inset-inline-end: 0px;
    z-index: 2;
}
.help .line {
    position: absolute;
    display: inline-block;
    top: 10px;
    inset-inline-end: 50px;
}
.help .help__thumb-inner .thumb img {
    border-radius: 10px;
}
.help .thumb-lg::after {
    content: "";
    position: absolute;
    bottom: -100px;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70%;
    height: 100%;
    border: 1px solid #ff1b33;
    border-radius: 20px;
    z-index: -1;
}
.help__content {
    padding-left: 30px;
}
.video-galley {
    position: relative;
}
.tp-pulse-border {
    border-radius: 50%;
    z-index: 1;
}
.video-galley .about-play-btn {
   position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    z-index:1;
    box-shadow: 0px 4px 10px rgba(91, 29, 8, 0.36);
}
.tp-pulse-border::before {
    animation-delay: 0.7s;
}

.tp-pulse-border::after, .tp-pulse-border::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
   background:#fc689a;
    animation: borderanimate2 2s linear infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    z-index: -1;
}
.tp-pulse-border::after, .tp-pulse-border::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
   background:#fc689a;
    animation: borderanimate2 2s linear infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    z-index: -1;
}
.video-play-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(45deg, #F96033 15%, #FFAD91 85.5%);
    background-image: -moz-linear-gradient(45deg, #F96033 15%, #FFAD91 85.5%);
    background-image: -ms-linear-gradient(45deg, #F96033 15%, #FFAD91 85.5%);
    background-image: -o-linear-gradient(45deg, #F96033 15%, #FFAD91 85.5%);
    background-image: linear-gradient(45deg, #c81854 15%, #c81854 85.5%);
    border-radius: 50%;
    z-index: -1;
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
.rounded-img {
      border-radius: 15px;
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
@media(min-width: 992px) {
    .robot-image {
        min-height: 420px;
    }
 
}


.padding-tb-40 {
    padding: 40px 0
}

.banner-form .banner-form-title {
    font-size: 19px;
    color: #fff;
    margin-bottom: 12px;
    text-align: center;
}

.banner-form {
    background: #00000036;
    padding: 15px 15px 15px;
    border-radius: 8px;
    margin: 0 0 0 auto;
}

.banner-form .form-group {
    margin: 10px 0
}

.btn-hero {
    margin-top: 10px;
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid #ff0000;
    width: 100%;
    padding: 5px 0;
    font-weight: 700;
    box-shadow: 0px 5px 20px 0px rgb(58 58 58 / 30%) !important;
}

.btn-hero:focus,
.btn-hero:hover {
    background-color: #c91a55;
    color: #fff;
    border: 2px solid #c91a55
}

.banner-content h1 {
       color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.section-sp1 {
padding: 80px 0;
}

.max-890 {
    max-width: 890px;
    margin: auto;
}

.heading-bx h2.title,
.heading-bx .title.h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.bg-fff3fb {
    background: #fff3fb
}

.process-style1__inner {
    position: relative;
    display: block;
}

li .single-process-style1 {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto 22px;
    border-radius: 12px;
    padding: 18px 0;
    background-color: #fff2f3;
    border-bottom: 5px solid #ff1730;
}

li .single-process-style1 .content-box {
    position: relative;
    display: block;
    padding-top: 20px;
}

li .single-process-style1 .content-box h3 {
    font-size: 20px;
    color: #000000;
    margin: 0;
    font-weight: 400;
}

li .single-process-style1 .arrow-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 38px;
    right: -29px;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background-color: #838383;
    color: #fff;
    font-size: 26px;
}

li .single-process-style1 .arrow-box span {
    margin: 0 -9px;
}

li {
    list-style: none
}

li .single-process-style1 .img-box {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

li .single-process-style1 .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 120px;
    height: 120px;
    font-size: 57px;
    line-height: 120px;
    border-radius: 50%;
    background: #fff;
    color: #4e4b4b;
}

li .single-process-style1 .img-box .inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
}

.padding-tb-80 {
    padding: 80px 0;
}

.footer-style1__top {
    position: relative;
    display: block;
}

.footer-style1__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px;
    background-color: #ff142c;
    padding: 15px 50px 15px;
}
 .condition-grid{
      display: grid;
      gap: 1rem;
      grid-template-columns: repeat(3, 1fr);
    }
.footer-style1__top-inner .title-box {
    position: relative;
    display: block;
}

.play-app-store-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-style1__top-inner .title-box h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0
}

.appointment-inner {
    border-radius: 40px;
    padding: 30px 15px !important;
    position: relative;
    z-index: 1;
}

.play-app-store-btn .text {
    position: relative;
    display: block;
}

.title-box p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    max-width: 600px;
}

.play-app-store-btn .btn-box {
    position: relative;
    display: block;
    padding-left: 25px;
}

#full-page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #f3f3ff;
    display: none;
    /* Hidden by default */
    align-items: center;
    justify-content: center;
}

.loading-container {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}


.loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top: 2px solid #c81854;
    border-right: 2px solid #c81854;
    animation: rotate-loading 1.5s linear infinite;
    box-sizing: border-box;
}

#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 66px;
    transform: translate(-50%, -50%);
}

p {
    font-size: 18px;
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-control:focus {
    border-color: #0072ff;
    outline: 0;
    box-shadow: none;
}
.condition-item-one div{
    font-size:15px
}

@media(max-width:992px) {
    .banner-content h1 {
       color: #000;
        font-size: 29px;
        font-weight: 600;
        margin-bottom: 25px;
        line-height: 35px;
    }
    .help__content {
    padding-left: 0px;
}

    .heading-bx h2.title,
    .heading-bx .title.h2 {
        color: #000;
        font-size: 24px;
        font-weight: 700;
    }

    li .single-process-style1 .content-box h3 {
        font-size: 24px;
        color: #2c2a2a;
        margin: 0;
    }
      .condition-grid {

    gap: 1.0rem;
    grid-template-columns: repeat(2, 1fr);
}
      .help{
          padding:40px 0px !important
      }

    .footer-style1__top-inner {

        flex-wrap: wrap;
        padding: 35px 20px;

    }

    .footer-style1__top-inner .title-box h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        margin: 0;
        margin-bottom: 7px;
    }
    .play-app-store-btn .btn-box {
    padding-left: 0;
}
    .play-app-store-btn{
        margin-top:20px
    }
}