/* HOME PAGE OUR PROCESS CSS START */

.smile_care_process .smile_care_process_box:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00669E;
    opacity: 20%;
}

.smile_care_process_circle:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background: transparent;
    border-radius: 50%;
    border: 5px solid #00669E;
}

.smile_care_process_circle.process_box1:after {
border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(135deg);
}

.smile_care_process_circle.process_box2:after {
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(135deg);
}

.smile_care_process_circle.process_box3:after {
    border-bottom-color: transparent;
    transform: rotate(135deg);
}

/* HOME PAGE OUR PROCESS CSS END */

/* HOME PAGE CLINIC EXCELLENCE CSS START */

.clinic_excellence_img1 img {
    aspect-ratio: 1 / 1.3;
    object-fit: cover;
}

/* HOME PAGE CLINIC EXCELLENCE CSS END */




/* TREAT GRID BOX START */
.treat-grid-box .elementor-widget-icon-box {
    overflow: hidden;
}

.treat-grid-box .elementor-widget-icon-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border: 0;
    background: linear-gradient(180deg, #242857 0%, #01568F 77.05%);
    opacity: 0;
    transition: all 0.3s linear;
    height: 100%;
    z-index: -1;
}

.treat-grid-box .elementor-widget-icon-box:hover:after {
    opacity: 1;
}

.treat-grid-box .elementor-widget-icon-box::before {
    content: "";
    display: block;
    width: 123px;
    height: 123px;
    background-image: url('/wp-content/uploads/2025/11/treat-grid-mask.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 1;
    opacity: 0;
}

.treat-grid-box .elementor-widget-icon-box:hover::before {
    opacity: 1;
}

.treat-grid-box .elementor-widget-icon-box:hover .elementor-icon-box-title,
.treat-grid-box .elementor-widget-icon-box:hover .elementor-icon-box-description {
    color: #fff;
}

.treat-grid-box .elementor-widget-icon-box:hover .elementor-icon path {
    fill: #242857;
}

.treat-grid-box .elementor-widget-icon-box:hover .elementor-icon circle {
    fill: #fff;
}

/* TREAT GRID BOX END */

/* VENEERS TAB BOX START */
.veneers-tab-box .ekit-wid-con .elementkit-tab-wraper {
    flex-wrap: nowrap !important;
}

.veneers-tab-box .ekit-wid-con .elementkit-tab-nav::after,
.veneers-tab-box .ekit-wid-con .elementkit-tab-nav::before {
    display: none;
}

.veneers-tab-box .ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link {
    align-items: center !important;
}

.veneers-tab-box .elementskit-tab-icon {
    align-self: start !important;
    margin-top: 3px;
}

/* VENEERS TAB BOX END */

/* VIDEO SECTION PLAY ICON CSS START */
.video_play_section .elementor-custom-embed-play i {
  display: none;
}

.video_play_section .elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #000;
  z-index: 5;
}

.video_play_section .elementor-custom-embed-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 2;
}

.video_play_section .elementor-custom-embed-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  background: #000;
  border-radius: 50%;
  z-index: 0;
  animation: pulse-border 1100ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}

/* VIDEO SECTION PLAY ICON CSS END */

@media only screen and (max-width: 1024px) {
    
.video_play_section .elementor-custom-embed-play {
    width: 65px;
    height: 65px;
}
}

@media (max-width:880px) {

    .clinic_excellence_img1 img {
    aspect-ratio: 1 / 1;
}

    .veneers-tab-box .ekit-wid-con .elementkit-tab-wraper {
        flex-wrap: wrap !important;
    }

    .veneers-tab-box .elementkit-nav-item {
        width: 100% !important;
        max-width: 47%;
    }

    .veneers-tab-box .ekit-wid-con .elementkit-tab-nav {
        display: flex !important;
        gap: 15px;
        align-items: start;
        justify-content: center;
        flex-direction: row;
        flex-basis: unset !important;
        margin-right: 0 !important;
        margin-bottom: 60px !important;
    }

    .veneers-tab-box .elementkit-tab-nav .elementkit-nav-link {
        border-left: 0 !important;
    }

    .veneers-tab-box .elementkit-tab-nav .elementkit-nav-link.active {
        border-left: 0 !important;
    }
}

@media (max-width:600px) {
    .veneers-tab-box .elementkit-nav-item {
        width: 100% !important;
        max-width: 100%;
    }
}