/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2026 | 14:20:14 */
.medical-management-page{
  overflow:hidden;
}

.medical-management-page .container{
  max-width:1280px;
  margin:auto;
  padding:0 20px;
}

/* HERO */

.hero-section{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:80px 0;
	    background: #f7f8fc;
}

.hero-right-bg{
  position:absolute;
  top:0;
  right:0;
  width:45%;
  height:100%;
  background:#0d1b2a;
}

.hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.sub-heading{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:40px;
}

.line{
  width:50px;
  height:2px;
  background:#06b6d4;
}

.label{
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:13px;
  font-weight:700;
  color:#0891b2;
}

.hero-content h1{
  font-size:76px;
  line-height:1.05;
  font-weight:900;
  margin-bottom:30px;
}

.hero-content h1 span{
  display:block;
  color:#06b6d4;
}

.hero-text{
  font-size:18px;
  line-height:1.8;
  color:#64748b;
  max-width:600px;
  margin-bottom:45px;
}

.hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}

.btn-primary,
.btn-secondary,
.btn-outline{
  text-decoration:none;
  padding:18px 36px;
  border-radius:999px;
  font-weight:700;
  transition:0.4s ease;
  display:inline-block;
}

.btn-primary{
  background:#06b6d4;
  color:#fff;
  box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.btn-primary:hover{
  transform:translateY(-5px) scale(1.03);
  background:#0891b2;
}

.btn-secondary{
  border:1px solid #dbe3eb;
  color:#0f172a;
  background:#fff;
}

.btn-secondary:hover{
  background:#fff;
  transform:translateY(-5px);
  box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.btn-outline{
  border:1px solid rgba(255,255,255,0.2);
  color:#fff;
}

.btn-outline:hover{
  background:rgba(255,255,255,0.1);
  transform:translateY(-5px);
}

/* CARD */

.hero-card-wrap{
  position:relative;
}

.hero-card{
  background:#fff;
  border-radius:40px;
  padding:50px;
  box-shadow:0 30px 60px rgba(0,0,0,0.12);
  border:1px solid #edf2f7;
  position:relative;
  z-index:2;
}

.card-top{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  margin-bottom:20px;
}

.small-label{
  text-transform:uppercase;
  letter-spacing:3px;
  color:#94a3b8;
  font-size:13px;
  margin-bottom:15px;
}

.card-top h3{
font-size: 33px;
    line-height: 1.3;
    font-weight: 700;
}

.hero-section .spinner{
    width: 110px;
    height: 80px;
  border-radius:50%;
  border:10px solid #cffafe;
  border-top:10px solid #06b6d4;
  animation:spin 2s linear infinite;
}

@keyframes spin{
  100%{
    transform:rotate(360deg);
  }
}

.service-item{
  display:flex;
  justify-content:space-between;
    flex-direction: column;
  padding:17px 0;
  border-bottom:1px solid #eef2f7;
  transition:0.3s ease;
}

.service-item:hover{
  padding-left:12px;
}

.service-item span{
  font-size:20px;
  font-weight:500;
}

.plus{
  color:#06b6d4;
  font-size:32px !important;
  font-weight:300 !important;
}

.floating-box{
  position:absolute;
  left:-40px;
  bottom:-40px;
  background:#06b6d4;
  color:#fff;
  width:260px;
  padding:35px;
  border-radius:30px;
  box-shadow:0 25px 50px rgba(0,0,0,0.15);
}

.floating-box h2{
  font-size:58px;
  margin-bottom:10px;
  font-weight:900;
}

.floating-box p{
  line-height:1.8;
  color:rgba(255,255,255,0.85);
}

/* ABOUT */

.about-section{
  padding:120px 0;
  background:#fff;
}

.about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:center;
}

.about-left{
  background:#0d1b2a;
  border-radius:40px;
  padding:60px;
  color:#fff;
}

.section-label,
.section-title-small,
.cta-small{
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:13px;
  font-weight:700;
}

.section-label,
.cta-small{
  color:#22d3ee;
}

.section-title-small{
  color:#06b6d4;
}

.about-left h2,
.about-right h2,
.cta-left h2{
  font-size:45px;
  line-height:1.2;
  font-weight:700;
  margin:30px 0;
}
.cta-left h2 {
    font-weight: 800;
    font-size: 58px;
}

.about-left p{
  font-size:18px;
  line-height:1.7;
  color:rgba(255,255,255,0.7);
}

.stats-grid{
  margin-top:50px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.stat-box{
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(10px);
  border-radius:30px;
  padding:30px;
  transition:0.4s ease;
}

.stat-box:hover{
  transform:translateY(-6px);
  background:rgba(255,255,255,0.12);
}

.stat-box h3{
font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}

.stat-box span{
  color:rgba(255,255,255,0.75);
  line-height:1.7;
}

/* FEATURES */

.about-right h2{
  margin-bottom:50px;
}

.feature-list{
  display:flex;
  flex-direction:column;
  gap:30px;
}

.feature-card{
  background:#f7f8fc;
  border:1px solid #edf2f7;
  border-radius:32px;
  padding:25px;
  display:flex;
  gap:25px;
  transition:0.4s ease;
}

.feature-card:hover{
  transform:translateY(-8px);
  box-shadow:0 25px 50px rgba(0,0,0,0.08);
}

.number-box{
  min-width:65px;
  height:65px;
  background:#06b6d4;
  color:#fff;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:800;
}

.feature-card h3{
font-size: 23px;
    margin-bottom: 15px;
	margin-top:0;
    font-weight: 700;
}

.feature-card p{
font-size: 17px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 5px;
}

/* CTA */

.cta-section{
  padding-bottom:100px;
}

.cta-wrapper{
  overflow:hidden;
  border-radius:50px;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#0d1b2a;
}

.cta-left{
  padding:70px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.cta-left p{
  font-size:18px;
  line-height:1.7;
  color:rgba(255,255,255,0.7);
  margin-bottom:45px;
  max-width:650px;
}

.cta-right{
  background:linear-gradient(135deg,#06b6d4,#38bdf8);
  min-height:450px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:50px;
}

.cta-card{
  background:#fff;
  color:#0f172a;
  border-radius:40px;
  padding:50px;
  max-width:500px;
  box-shadow:0 30px 60px rgba(0,0,0,0.15);
  transition:0.4s ease;
}

.cta-card:hover{
  transform:translateY(-10px);
}

.cta-card h3{
	font-size: 30px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 700;
}

.cta-card p{
  color:#64748b;
  line-height:1.9;
}
.service-item{
    border-bottom:1px solid #eef2f7;
}

.service-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0px 0;
    cursor:pointer;
    transition:all .3s ease;
}

.service-header span:first-child{
    font-size:20px;
    font-weight:500;
}

.plus{
    color:#06b6d4;
    font-size:32px;
    font-weight:300;
    transition:.3s ease;
}

.service-content{
    display:none;
    padding:0 0 25px;
    color:#64748b;
    line-height:1.8;
    font-size:16px;
}

.service-item.active .service-content{
    display:block;
}

.service-item.active .plus{
    transform:rotate(45deg);
}
/* RESPONSIVE */

@media(max-width:1100px){

  .hero-grid,
  .about-grid,
  .cta-wrapper{
    grid-template-columns:1fr;
  }

  .hero-right-bg{
    display:none;
  }

  .floating-box{
    position:relative;
    left:0;
    bottom:0;
    margin-top:30px;
  }

  .hero-content h1{
    font-size:60px;
  }

  .about-left h2,
  .about-right h2,
  .cta-left h2{
    font-size:42px;
  }
	.cta-left h2 {
    font-size: 60px;
}

}

@media(max-width:768px){

  .hero-section{
    min-height:auto;
    padding:70px 0;
  }

  .hero-content h1{
    font-size:48px;
  }

  .hero-card{
    padding:35px;
  }
	section.hero-section .spinner{
 width: 53px;
    height: 43px;
    border: 7px solid #cffafe;
    border-top: 7px solid #06b6d4;
	}
  .card-top{
    flex-direction:column;
    align-items:flex-start;
  }
	.service-content {
    line-height: 1.6;
	}

  .card-top h3{
    font-size:30px;
  }

  .about-left{
    padding:40px 30px;
  }

  .stats-grid{
    grid-template-columns:1fr;
  }

  .feature-card{
    flex-direction:column;
  }

  .cta-left{
    padding:50px 30px;
  }

  .cta-right{
    padding:30px;
  }

  .cta-card{
    padding:35px;
  }
.about-section {
    padding: 60px 0;
}
.about-left h2, .about-right h2, .cta-left h2 {
    font-size: 30px;
	margin: 20px 0;
}
.about-left p {
    font-size: 17px;
    line-height: 1.6;
}
.stats-grid {
    margin-top: 35px;
}
.stat-box h3 {
    font-size: 28px;
}
.stat-box {
    padding: 25px;
}
.about-grid {
    gap: 45px;
}
.about-right h2 {
    margin-bottom: 35px;
}
.number-box{
    font-size: 20px;		
}
.cta-left h2 {
    font-size: 33px;
}
.cta-right {
    padding: 20px;
}
.cta-card {
     padding: 30px;
}
.cta-section {
    padding-bottom: 50px;
}
.cta-left p {
    font-size: 17px;
    line-height: 1.6;
}
    .floating-box {
        margin: auto;
        margin-top: 30px;
    }
.floating-box h2 {
    font-size: 40px;
	}
}