:root {
  --color1:#2ab7d1;
  --color2:#e2bdab;
  --DM: "DM Serif Display", serif;
 }
.footer-one--two__cta-inner .btn-box .thm-btn {
        background: linear-gradient(45deg, var(--color1), var(--color2));
}
.banner-two__img1{
  max-width: 450px;
}
.about-two__content-text2-list li {
    margin-bottom: 5px;
}
.about-two__counter {
    background: var(--color1);
    /*border-radius: ;*/
}
.about-two__content-text2-list li p i {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 22px;
    background: var(--color2);
}
.about-two__counter::before {
    border-bottom: 15px solid #46cce5;
}
.about-two__content-text1 p{
    margin-bottom: 10px;
    color: #333;
}
.counter-one--three::before {
   clip-path: none;
}
.counter-one__single-inner .icon::before {
   display: none;
}
.counter-one__single-inner .icon img{
    width: 100px;
    background: #ffffff25;
    padding: 12px;
    border-radius: 10px;

}
.counter-one__single-inner {
    padding-left: 0px;
    border-radius: 50px;
}
.counter-one__single-inner .content-box {
    margin-left: 20px;
    padding-left: 25px;
}

.ortho-cta {
  background: var(--color1);
  padding: 40px 80px;
}
.ortho-cta h2{
    color: #ffffff;
}
.ortho-cta p{

    color: #ffffff;
}
.badge {
    font-size: 16px;
    background: white!important;
}
.badge i{
    font-size: 18px;
    color:var(--color1);
}
.trust-box {
  background: rgba(255,255,255,0.15);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
}

.cta-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transition: 0.3s;
}
.cta-card a{
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    background: var(--color2);
    transition: 0.5s ease;
}
.cta-card a:hover{
   background: linear-gradient(45deg, var(--color1), var(--color2));
 }
.cta-card h4{
    font-family: var(--DM);
    font-size: 26px;
    letter-spacing: 1.2px;
}
.cta-card a i{
    margin-right: 5px;
}   
.cta-card:hover {
  transform: translateY(-5px);
}

.services-cta-wrapper {
  padding: 30px 20px;
}

.cta-subtext {
  color: #6c757d;
  font-size: 15px;
}

.services-cta-btn {
  background: linear-gradient(45deg, var(--color1), var(--color2));
  border: none;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
}

.services-cta-btn i{
    font-size: 16px;
    background: #ffffff;
    padding: 8px;
    border-radius: 100%;
    color:var(--color2);
}
.services-cta-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 123, 255, 0.4);
}


.affiliation-section {
  background: #f4f7fb;
  padding: 60px 70px; /* top-bottom 60, left-right 70 */
}

/* Mobile fix */
@media (max-width: 768px) {
  .affiliation-section {
    padding: 40px 20px;
  }
}

.aff-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.aff-card iframe {
  width: 100%;
  height: 180px;
  border: none;
}
.aff-card p span{
  color: #333;  
  font-size: 14px;
  font-weight: 600;
}
.aff-content {
  padding: 15px;
}

.aff-content h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}

.aff-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.aff-content{
  position: relative;
  padding-left: 50px;
}
.aff-content i{
  position: absolute;
  top: 20px;
  font-size: 30px;
  left: 14px;
  color: var(--color1);
}
.aff-card:hover {
  transform: translateY(-6px);
}
.affiliation-slider{
    margin-top: 10px;
}
/* Owl spacing */
.affiliation-slider .owl-stage {
  display: flex;
}

.affiliation-slider .owl-item {
  display: flex;
}


.affiliation-slider .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: var(--color2)!important;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
}

.affiliation-slider .owl-nav .owl-prev {
  left: -20px;
}

.affiliation-slider .owl-nav .owl-next {
  right: -20px;
}

.affiliation-slider .owl-nav button:hover {
  background: var(--color2); !important;
}
.footer-one{
  /* padding: 40px 50px; */
  padding-left: 50px;
  padding-right: 50px;
}
.footer-one__contact-box ul li .icon span::before {
    color: var(--color2);
    font-size: 18px;
}
.footer-one__contact-box ul li .text-box p a:hover {
    color: var(--color2);
}
.footer-one__about-logo {
    margin-bottom: 10px;
}
.footer-one__about-logo img{
  height: 150px;
  margin-bottom: 0;
}
.stricky-header--style2 .container {
  padding: 0 70px;
}
.footer-one__quick-links-list li a{
  font-size: 15px;
}
.footer-one__quick-links-list li a:hover{
  color: var(--color2);
}
.main-header {
   padding: 0 30px;
}

.ultrasound-gallery {
  background: #f8fbff;
  padding: 70px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

/* Arrows */
.ultrasound-slider .owl-nav button {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: var(--color2) !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  
}

.ultrasound-slider .owl-nav .owl-prev {
  left: -20px;
  
}

.ultrasound-slider .owl-nav .owl-next {
  right: -20px;
}

/* Dots */
.ultrasound-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.ultrasound-slider .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}

.ultrasound-slider .owl-dot.active span {
  background: #007bff;
  width: 25px;
  border-radius: 10px;
}
.about-two {
        padding: 60px 0px 170px;
}
.about-two__content {
   padding-left: 30px;
}
.page-header {
    padding: 90px 0 60px 0px;
}
 .about-two__img {
    position: relative;
    display: block;
    max-width: 490px;
    width: 100%;
    margin-left: 0px;
}
.page-header__inner {
  padding-left: 90px;
}
.page-header__inner h2 {
    color: var(--color1);
}

.page-header__inner::before {
   display: none;
}
.page-header__inner .thm-breadcrumb li a {
    color: black;
}
.abtgall {
  margin-top: 15px;
}
.abtgall img{
  height: 200px;
}
.abtgall .owl-dots{
  text-align: center;
  margin-top: 10px;
}
.abtgall .owl-carousel button.owl-dot {
  background: var(--color2);
  width: 10px;
  height: 10px;
  margin: 0 auto;
  margin: 0 5px;
  border-radius: 100%;
}
.abtgall .owl-carousel button.owl-dot.active {
  background: var(--color1);
}
.abtpg{
  padding-bottom: 60px;
}
.moreinfo{
  padding: 10px 70px;
  padding-bottom: 70px;
}
.moreinfo .infobox {
  box-shadow: 0 0 15px #00000025;
  padding: 50px;
  border-radius: 30px;
  height: 560px;
  margin-top: 25px;
}
.info2{
  height: auto!important;
}
.moreinfo .infobox h2{
  color: var(--color1);
  padding-bottom: 20px;
  font-family: var(--DM);
}
.moreinfo ul li{
  line-height: 1.4;
  color: #333;
  padding-left: 40px;
  position: relative;
  font-weight: 600;
}
.moreinfo ul li a{
    color: #333
}
.moreinfo ul li a:hover{
    color: var(--color2);
}
.moreinfo ul li img{
  height: 25px;
  top: 0;
  position: absolute;
  left: 0;
}
.moreinfo ul li:not(:last-child){
  padding-bottom: 20px;

}
.contact-page__bottom-single .content p a:hover {
    color: var(--color2);
}
.contact-page__bottom-single .content h2 {
    color: var(--color1);
}
.contact-page__bottom{
  padding: 30px 70px;
}
.contact-page__top{
  padding: 70px;
}
.contact-page__bottom-inner ul li {
   padding: 0 20px;
}
.contact-page__bottom-inner ul li::before {
    height: 150px;
    top: 25%;

    border-right: 1px dashed #cccccc;
}
.contact-page__bottom-single .icon span {

    color: var(--color2);

}

.contact-page__top-content .social-links a:hover {
    
    background: var(--color1);;
}
.opd{
  margin-bottom: 60px;
}
.attahmentpg{
    padding: 70px;
}
.articlebox{
    margin-bottom: 30px;
  height: 280px;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 10px #00000055;
}
.articlebox h2{
  font-size: 24px;
  color:#000;
  padding-bottom: 15px;
  font-weight: 700;
}
.articlebox p{
  padding-bottom: 15px;
}
.articlebox a{
  font-weight: 600;
  color: var(--color1);
} 
.articlebox a:hover{
  color: var(--color2);
}

.reviwepg{
    padding:70px;
    padding-top: 50px;
    background:#f5f7fb;
}

.review-card{
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    margin:auto;
    transition:0.4s ease;
    margin-top: 30px;
}

.review-card:hover{
    transform:translateY(-5px);
}

.review-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    gap:20px;
}

.review-profile{
    display:flex;
    align-items:center;
    gap:18px;
}

.review-avatar{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#afaeaf;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:700;
}

.review-info h3{
    margin:0;
    font-size:22px;
    color:var(--color1);
    font-family: var(--DM);
    font-weight:600;
    letter-spacing: 1.1px;
}

.review-stars{
    margin:2px 0;
}

.review-stars i{
    color:var(--color2);
    margin-right:2px;
    font-size:15px;
}

.review-info span{
    font-size:13px;
    color:#777;

}

.review-top img{
    width:100px;
    background: #fafafa;
    padding-top: 5px;
}

.review-text{
    font-size:16px;
    line-height:1.6;
    font-weight: 500;
    color:#000;
    margin:0;
}

@media(max-width:768px){

.review-card{
    padding:25px;
}

.review-top{
    flex-direction:column;
    align-items:flex-start;
}

.review-profile{
    align-items:flex-start;
}

.review-info h3{
    font-size:24px;
}

.review-text{
    font-size:17px;
    line-height:1.7;
}

}


video{
    filter: brightness(70%);
    padding: 20px;
    background: var(--color2);
}