@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
*{
    margin: 0;
    padding: 0;

}
ul, p, h1, h2, h3, h4, h5,h6{
    margin: 0;
    padding: 0;
}
.btn:focus,
.btn:active,
.btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

:root{
    --bodyfont:'Roboto', sans-serif;
    --color1: #050f4f;
    --color2: #e4783b;
}
body{
      font-family: var(--bodyfont)
}
/* Main Css */

.navbar-brand img{
    max-width: 300px;
}
.custom-dropdown {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  min-width: 280px;
}

.custom-dropdown .dropdown-item {
  padding: 8px 10px;
  font-size: 15px;
  color: #1c2c5b;
  display: flex;
  align-items: center;
}

.custom-dropdown .dropdown-item:hover {
  background-color: #f5f7fb;
  border-radius: 8px;
}
.navbar .nav-link {
  display: flex;
  font-size: 15px;
  font-weight: normal;
  border-radius: 10px;
  align-items: center;
  margin: 0 5px;
  gap: 8px; /* space between icon & text */
  color: var(--color1)!important;
}
.navbar .nav-link:hover {
  background-color: #fef1e6;
  color: #050f4f !important;
  
}
.navbar .nav-link.active {
  background-color: #fef1e6;
  color: #050f4f !important;
}
.navbar .nav-link i{
    color: var(--color1)!important;
    font-size: 14px;
    transform: translateY(-1px);
}
.navbar .nav-icon {
  color: var(--color1);
  font-size: 14px;
  width: 18px; /* keeps icons aligned evenly */
  text-align: center;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #ff7a00;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.btn-appointment {
  background-color: #1c2c5b; /* dark blue */
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-appointment i {
  font-size: 14px;
}

.btn-appointment:hover {
  background-color: #050f4f; /* deeper blue */
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
/* Slider */

.service-slider .item img {
  border-radius: 20px;
  height: 420px;
  object-fit: cover;
}

.owl-nav button {
  background: #ffffff !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.owl-nav button i {
  color: #050f4f;
}

.owl-dots .owl-dot span {
  background: #cfd4df;
}

.owl-dots .owl-dot.active span {
  background: #050f4f;
}
.slide-content {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
    padding-top: 20px;
    padding-bottom: 20px;
}
.slide-content h2{
    font-weight: 600;
    color: var(--color1);
    font-size: 35px;
    padding-bottom: 5px;
}
.slide-content p{
    font-size: 15px;
    color: var(--color1);
    padding-bottom: 15px;
}
.slide-content .btn1{
    background: var(--color1);
    padding: 12px 20px;
    border-radius: 5px;
    margin-right: 10px;
    text-transform: none;
    font-size: 14px;
}
.slide-content .btn2{
    background: var(--color2);
    padding: 12px 20px;
    border-radius: 5px;
    margin-right: 10px;
    text-transform: none;
    font-size: 14px;
}
.slide-content .btn:hover{
    transform: scale(1.1);
}
.owl-item.active .slide-content {
  opacity: 1;
  transform: translateY(0);
}

.service-slider .item img {
  transition: transform 4s ease;
}
.owl-item.active img {
  transform: scale(1.05);
}
.owl-carousel .animated {
  animation-duration: 0.6s;
}
.slider{
    padding-top: 150px;
    background: #f9fafc;
    padding-bottom: 50px;
}
.bannerimg{
    overflow: hidden;
    border-radius: 30px;
}


/* Section */
.doctor-section {
  padding: 0;
}

/* Card */
.doctor-card {
  position: relative;
  max-width: 500px;
  margin: auto;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: 0.4s ease;
}

.doctor-card:hover {
  transform: translateY(-8px);
}

/* Image */
.doctor-img {
  position: relative;
}

.doctor-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 25px 25px 0 0;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 30%;
    right: 1%;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 30%;
    left: 1%;
}

/* Experience Badge */
.exp-badge {
  position: absolute;
  top: 20px;
  right: -50px;
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.exp-badge h3 {
  color: #ff7a00;
  font-size: 38px;
  margin: 0;
  letter-spacing: normal;
  font-weight: 800;
}

.exp-badge span {
  font-size: 14px;
  color: #555;
}

/* Info Box */
.doctor-info {
  background: #ffffff;
  padding: 10px 25px;
  border-radius: 0 0 25px 25px;
}

.doctor-info h2 {
  font-size: 35px;
  color: #050f4f;
  margin-bottom: 0;
  font-weight: 700;
}

.doctor-info p {
  font-size: 14px;

  color: #555;
}
.blue-dot {
  position: absolute;
  bottom: -35px;
  left: -25px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2eafd0, #0a66c2);
  border-radius: 50%;
  z-index: -1;
  animation: floatDot 4s ease-in-out infinite;
}

@keyframes floatDot {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}
.corner-ring {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  border: 4px solid rgba(28, 44, 91, 0.2);
  border-radius: 50%;
  z-index: 0;
  animation: pulseRing 5s ease-in-out infinite;
}

@keyframes rotateRing {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@keyframes pulseRing {
  0% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 0.6; }
}
.homeabout{
  padding: 80px 0;
}
.doctor-card {
  position: relative;
  overflow: visible;
}
.doctor-section {
  padding: 0;
  font-family: 'Poppins', sans-serif;
}
.doctor-section .subtitle {
  letter-spacing: 6px;
  font-size: 20px;
  color: #1c2b5a;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-left: 80px;
}
.subtitle span{
  background: linear-gradient(to left, #050f4f, #ff7a00);
  width: 50px;
  height: 2px;
  left: 0;
  top: 50%;
  position: absolute;
}

.doctor-name {
  font-size: 58px;
  font-weight: 700;
  color: #1c2b5a;
  margin-bottom: 10px;
  font-family: var(--bodyfont);
}

.doctor-name span {
  color: #1fb6c9;
}

.designation {
  font-size: 24px;
  color: #2f3e75;
  font-weight: 500;
  margin-bottom: 5px;
}

.degree {
  color: #f57c00;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.description {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color1);
  margin-bottom: 10px;
  text-align: justify;
}

.aboutbtn {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 25px;
}


.aboutbtn a.btn{
  border-radius: 10px!important;
  padding: 15px 15px;
  font-size: 15px;
  text-transform: none;
}
.aboutbtn .btn1 {
  background: linear-gradient(45deg, #00b8db, #00d1f1);
  color: #fff;
  transition: 0.5s;
  margin-right: 10px;
   border: 2px solid #00b8db;
}
.aboutbtn .btn1 i{
  margin-left: 5px;
}
.aboutbtn .btn1:hover{
    transform: scale(1.1);
      transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 166, 192, 0.4);
}

.aboutbtn .btn2 {
  border: 2px solid #f57c00;
  color: var(--color2);
  background: #fff;
}
.aboutbtn .btn2 i{
  margin-right: 5px;
}

.outline-btn:hover {
  background: #f57c00;
  color: #fff;
}
.aboutbtn a.btn.outline-btn{
  color: var(--color2) !important;
}
.aboutbtn a.btn.outline-btn i{
  margin-right: 10px;
  font-size: 18px;
}


.doctor-image-section {
  
  
  display: flex;
  justify-content: center;
}


.image-wrapper {
  margin-left: 50px;
  position: relative;
  border-radius: 20px;
  animation: floatImage 4s ease-in-out infinite;
}

.image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
  position: relative;
  z-index: 2;
}

/* Floating Animation */
@keyframes floatImage {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-18px); }
  100% { transform: translateY(0px); }
}

/* CORNER DESIGN */
.corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 5px solid;
  z-index: 1;
}

/* Blue Top Left */
.corner-top {
  top: -15px;
  left: -15px;
  border-color: #00bcd4 transparent transparent #00bcd4;
  border-radius: 8px 0 0 0;
}

/* Orange Bottom Right */
.corner-bottom {
  bottom: -15px;
  right: -15px;
  border-color: transparent #ff6f00 #ff6f00 transparent;
  border-radius: 0 0 8px 0;
}

.stats-section {
  background: linear-gradient(135deg, #0c1b5a, #0b1a4f);
  padding: 80px 40px;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.stat-card {
  position: relative;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border-radius: 20px;
  padding: 40px 30px;
  color: #fff;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.4s ease;
  overflow: hidden;
}

/* Purple variation */
.stat-card.purple {
  background: linear-gradient(135deg, rgba(145, 39, 143, 0.3), rgba(255, 140, 0, 0.2));
}

.stat-card h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-card:nth-child(1) h2,
.stat-card:nth-child(3) h2 {
  color: #4be3ff;
}

.stat-card:nth-child(2) h2,
.stat-card:nth-child(4) h2 {
  color: #ff9800;
}

.stat-card p {
  font-size: 18px;
  opacity: 0.9;
}

/* Icon Box */
.icon-box {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  backdrop-filter: blur(5px);
  transition: 0.4s;
}

/* Hover Animation */
.stat-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.stat-card:hover .icon-box {
  transform: rotate(10deg) scale(1.1);
  background: rgba(255,255,255,0.2);
}

/* Responsive */
@media(max-width: 992px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 576px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
}


.srvx-section{
  padding:90px 0;
  background:#f6f8fc;
  font-family:'Poppins',sans-serif;
}

.srvx-container{width:90%;max-width:1400px;margin:auto;}

.srvx-header{text-align:center;margin-bottom:50px;}
.srvx-header h2{
  color: var(--color1);
}
.srvx-tag{
  background:#e9eef6;
  padding:8px 20px;
  border-radius:30px;
  font-size:14px;
}
.srvx-header h2{
  font-size:44px;
  font-weight:700;
  margin:15px 0;
}
.srvx-header h2 span{
  background:linear-gradient(90deg,#36c0ff,#ff8a00);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.srvx-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.4s;
  transform:scale(.95);
}
.owl-item.center .srvx-card{
  transform:scale(1);
  box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.srvx-img{position:relative;}
.srvx-img img{
  width:100%;
  height:240px;
  object-fit:cover;
  transition:.6s;
}
.srvx-img h4{
  position:absolute;
  font-size: 20px;
  bottom:20px;
  left:20px;
  font-weight: 600;
  color:#fff;
}

.srvx-content{padding:25px;}
.srvx-content p{
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 15px;
  color: var(--color1);
}
.srvx-btn{
  display:block;
  text-align:center;
  padding:12px;
  font-size: 14px;
  border-radius:10px;
  background:#eef2f7;
  color: var(--color1);
  text-decoration:none;
  font-weight:600;
  transition:.3s;
  border: 1px solid #cccccc50;
}
.srvx-btn i{
  margin-left: 5px;
  font-size: 13px;
}
.srvx-btn:hover{
  background:var(--color1);
  color: #fff!important;
}
.owl-item.center .srvx-btn{
  background:#0f1e5a;
  color:#fff;
}

.srvx-card:hover img{transform:scale(1.1);}
.srvx-card:hover{transform:translateY(-10px);}

/* Custom Dots */
.srvx-dots{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:30px;
  display: none;
}
.srvx-dots span{
  width:8px;height:8px;
  background:#cfd8e3;
  border-radius:50%;
}
.srvx-dots .active{
  width:55px;height:10px;
  border-radius:30px;
  background:linear-gradient(90deg,#36c0ff,#ff8a00);
}

/* Counter */
.srvx-counter{
  text-align:center;
  margin-top:10px;
  font-weight:600;
  color:#1a2b6d;
}

/* View Button */
.srvx-view{text-align:center;margin-top:40px;}
.srvx-view i{
  background: #3a4686;
  color: #ffffff;
   width:30px;
  height:30px;
  line-height: 30px;
  border-radius: 50%;
  margin-left: 5px;
    font-size: 12px;
}
.srvx-view:hover i{
  background: #3a4686;
}
.srvx-view-btn{
  background:#0f1e5a;
  color:#fff;
  font-size: 14px;
  padding:15px 30px;
  border-radius:50px;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
}
.srvx-view-btn:hover{
  color: #fff;
  transform:translateY(-5px);
  box-shadow:0 20px 40px rgba(0,0,0,.25);
}

/* Unique Arrow Styling */
.srvx-section .owl-nav button{
  position:absolute;
  top:45%;
  width:50px;
  height:50px;
  border-radius:50% !important;
  background:#ffffff !important;
  border:none !important;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.3s ease;
}

.srvx-section .owl-nav .owl-prev{
  left:-25px;
}

.srvx-section .owl-nav .owl-next{
  right:-25px;
}

.srvx-section .owl-nav button i{
  font-size:16px;
  color:#1a2b6d;
}

.srvx-section .owl-nav button:hover{
  background:#0f1e5a !important;
  transform:scale(1.1);
}

.srvx-section .owl-nav button:hover i{
  color:#fff;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #ccc;
  display: block;
  border-radius: 50%;
}

.owl-dot.active span {
  background: #0d6efd;
}

.aff-section {
  padding:0 0 80px 0;
  background: #f5f7fb;
  text-align: center;
}



/* Badge */
.aff-badge {
  display: inline-block;
  padding: 8px 18px;
 background: #e9eef6;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.aff-badge i{
  color:#22d3ee;
  margin-right: 5px;
}

/* Heading */
.aff-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.aff-heading span {
  background: linear-gradient(90deg,#0d6efd,#20c997,#f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aff-underline {
  width: 60px;
  height: 4px;
  margin: 15px auto 30px;
  background: linear-gradient(90deg,#0d6efd,#f97316);
  border-radius: 10px;
}

/* Grid */
.aff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* Card */
.aff-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.aff-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: 0.4s ease;
}

/* Overlay */
.aff-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  text-align: left;
}
.aff-overlay i{
  background: linear-gradient(to left, #52cee2, #f47a2d);
  width: 50px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  color:#fff;
  font-size: 20px;
  margin-bottom: 15px;
}
.aff-overlay h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

/* Location Tag */
.aff-location {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255,255,255,0.9);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

/* Hover Effect */
.aff-card:hover img {
  transform: scale(1.05);
}

/* Section */
.consult-section {
  padding: 70px 20px;
  background: linear-gradient(rgba(10,30,80,0.9), rgba(10,30,80,0.9)),
              url('../images/consultation.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}


/* Badge */
.consult-badge {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255,255,255,0.1);
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Title */
.consult-title {
  font-size: 42px;
  font-weight: 700;
}

.consult-title span {
  background: linear-gradient(90deg,#00c6ff,#ff8c42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.consult-sub {
  opacity: 0.8;
  margin-top: 10px;
}

.consult-underline {
  width: 70px;
  height: 4px;
  margin: 20px auto 40px;
  background: linear-gradient(90deg,#00c6ff,#ff8c42);
  border-radius: 20px;
}

/* Grid */
.consult-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

/* Card */
.consult-card {
  background: rgba(255,255,255,0.05);
  padding: 35px;
  border-radius: 20px;
    border: 1px solid #ffffff30;

  text-align: left;
  transition: 0.4s ease;
}
.consult-card h3{
  font-size: 22px;
  font-weight: 600;
}
.consult-card:hover {
  transform: translateY(-10px);
   backdrop-filter: blur(12px);
    background: linear-gradient(#203260, #203260) padding-box,
              linear-gradient(90deg, #000000, #ff8c42) border-box;
  border: 1px solid transparent;
}

/* Icon */
.card-icon {
  width: 55px;
  height: 55px;
  background: #00c6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-bottom: 20px;
}

.card-icon i {
  color: #fff;
  font-size: 20px;
}

/* Address Box */
.card-box {
  background: rgba(255,255,255,0.05);
  padding: 18px;
  border-radius: 12px;
  margin: 20px 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  padding-left: 50px;
  position: relative;
}
.card-box i{
  color:#22d3ee;
  position: absolute;
  left: 18px;
  top: 20px;
  font-size: 18px;
}
/* Info Blocks */
.card-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 12px;
  margin-top: 15px;
}

.card-info i {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  background: #ffffff20;
}

.card-info small {
  font-size: 12px;
  opacity: 0.7;
}

.card-info p {
  margin: 3px 0 0;
  font-weight: 600;
}

/* Blue Timing */
.card-info.blue {
  background: rgba(0,198,255,0.15);
}

/* Orange Available */
.card-info.orange {
  background: rgba(255,140,66,0.15);
}



.review-section {
  padding: 100px 20px;
  background: #f5f7fb;
  text-align: center;
}


.review-header h2 {
  font-size: 40px;
  font-weight: 700;
}

.review-header span {
  background: linear-gradient(90deg,#00c6ff,#ff8c42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review-header p {
  margin-top: 10px;
  color: #555;
}

.quote-icon {
  font-size: 40px;
  color: #ff8c42;
  margin-bottom: 10px;
}

.underline {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg,#00c6ff,#ff8c42);
  margin: 20px auto 60px;
  border-radius: 10px;
}

/* Card */
.review-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  text-align: left;
  margin: 10px;
  min-height: 350px;
}

.review-card h4 {
  font-weight: 700;
}

.treatment {
  color: #00c6ff;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.review-card p {
  color: #444;
  font-size: 14px;
  line-height: 1.7;
}

.stars {
  margin-top: 20px;
  color: #ff8c42;
  border-top: 1px solid #cccccc50;
  padding-top: 15px;
}
.stars i{
  font-size: 14px!important;
}
/* Owl Dots */
.owl-dots {
  margin-top: 40px !important;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc !important;
}

.owl-dot.active span {
  background: linear-gradient(90deg,#00c6ff,#ff8c42) !important;
}

.review-section {
  padding: 70px 0px;
  background: #f6f8fb;
  text-align: center;
}


.review-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.review-header span {
  background: linear-gradient(90deg,#00c6ff,#ff8c42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review-header p {
  color: #555;
}

.quote-top {
  color: #ff8c42;
  margin-bottom: 0;
}
.quote-top i{
  font-size: 80px;
}
.title-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg,#00c6ff,#ff8c42);
  margin: 20px auto 20px;
  border-radius: 20px;
}

/* Review Card */
.review-carousel .owl-stage {
  display: flex;
}

.review-carousel .owl-item {
  display: flex;
}

.review-card {
  display: flex;
  flex-direction: column;
  
   min-height: 380px;
  width: 100%;
}

.review-card h4 {
  font-weight: 700;
  font-size: 22px;
  color: var(--color1);
  margin-bottom: 5px;
}
.review-card i{
  color: var(--color2);
  font-size: 35px;
  margin: 5px 0;
}
.treatment {
  color: #00c6ff;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}

.review-card p {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
  color: var(--color1);
}

.stars {
  margin-top: 25px;
  color: #ff8c42;
}

/* Owl Navigation */
.review-section .owl-nav button {
  position: absolute;
  top: 45%;
  background: #fff !important;
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.review-section .owl-nav .owl-prev {
  left: -60px;
}

.review-section .owl-nav .owl-next {
  right: -60px;
}

.review-section .owl-nav i {
  color: #333;
}

/* Dots */
.review-section .owl-dots {
  margin-top: 40px !important;
}

.review-section .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc !important;
}

.review-section .owl-dot.active span {
  background: linear-gradient(90deg,#00c6ff,#ff8c42) !important;
}
.review-section .owl-nav {
  display: block;
}

.review-section .owl-nav button {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.review-section .owl-prev { left: -60px!important; }
.review-section .owl-next { right: -60px!important; }

/* Section Background */
.cta-section {
  background: linear-gradient(180deg, #0c1b4d 0%, #0a1843 100%);
  padding: 60px 20px;
}

/* Main Card */
.cta-container {
  border:1px solid #ffffff30;
  margin: auto;
  background: linear-gradient(135deg, #1f2a66, #253172);
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  flex-wrap: wrap;
}

/* Left Content */
.cta-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cta-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #19c2ff, #00a6ff);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

.cta-text h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.cta-text p {
  color: #cdd6ff;
  margin: 5px 0 0;
  font-size: 15px;
}

/* Button */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 25px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff8c42, #19c2ff);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.cta-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(225,225,225,0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .cta-left {
    flex-direction: column;
  }
}

.footer-section {
  background: linear-gradient(180deg, #071238, #081a4d);
  position: relative;
}

/* subtle dotted effect */
.footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 25px 25px;
  opacity: 0.3;
}

.footer-section .container {
  position: relative;
  z-index: 2;
}

.letter-spacing {
  letter-spacing: 3px;
}

.footer-links li {
  margin-bottom: 8px;
  line-height: 2;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

.footer-links a:hover {
  color: #0dcaf0;
}

.service-badge {
  background: rgba(255,255,255,0.08);
  border-radius: 30px;
  padding: 15px 20px;
  font-weight: 400;
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: left;
}

.contact-card {
  background: rgba(255,255,255,0.05);
  border-radius: 15px;
  padding: 18px;
  backdrop-filter: blur(6px);
  transition: 0.3s;
}
.contact-card a{
  font-size: 15px;
  color:#ffffff;
}

.contact-card:hover {
  background: rgba(255,255,255,0.08);
}

.icon-box {
  width: 45px;
  height: 45px;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0dcaf0;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: white;
  transition: 0.3s;
}

.social-icon:hover {
  background: #0dcaf0;
  color: #000;
}
.footerinfo p.small{
  padding-bottom: 15px;
  font-size: 14px;
  letter-spacing: 5px;
}
.footerinfo p{
  font-size: 15px;
}
.footerlnks{
  margin-top: 45px;
}
.serlinks a{
  border:1px solid #ffffff30;
}
.serlinks a:hover{
  background: #042e5a;
  color:#0dcaf0;
}

.copyright-section {
      background: linear-gradient(180deg, #071238, #081a4d);
  /*overflow: hidden;*/
}

/* dotted background effect */
.copyright-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #050f4f;
  background-size: 25px 25px;
  opacity: 0.3;
  z-index: 0;
}

.copyright-section .container {
  position: relative;
  z-index: 2;
}

/* Scroll Button */
.scroll-top-btn {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(135deg, #00c6ff, #00e5ff);
  color: #001f3f;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  transition: 0.3s ease;
  z-index: 999;
}

.scroll-top-btn:hover {
  transform: translateX(-50%) translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}
.aboutpg1{
  padding: 150px 0 70px 0;
}
/* Section Background */
.sx-doc-wrap{
  display:flex;
  justify-content:center;
  align-items:center;


}

/* Card Container */
.sx-doc-card{
  position:relative;
 
  border-radius:28px;
  overflow:hidden;
  border:4px solid #f47c2c;
  box-shadow:0 25px 50px rgba(0,0,0,0.15);
}

/* Doctor Image */
.sx-doc-image{
  width:100%;
  display:block;
  border-radius:24px;
}

/* Common Icon Styling */
.sx-doc-icon{
  position:absolute;
  width:60px;
  height:60px;
  background:#ffffff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  box-shadow:0 10px 25px rgba(0,0,0,0.18);
  animation: sxDocFloat 3s ease-in-out infinite;
}

/* Top Right Icon */
.sx-doc-icon-top{
  top:18px;
  right:18px;
  color:#f47c2c;
}

/* Bottom Left Icon */
.sx-doc-icon-bottom{
  bottom:18px;
  left:18px;
  color:#2bb3d6;
}

/* Sparkle Icon */
.sx-doc-sparkle{
  position:absolute;
  bottom:12px;
  right:22px;
  font-size:20px;
  color:#ffffff;
  animation: sxDocFloat 2.5s ease-in-out infinite;
}

/* Floating Animation */
@keyframes sxDocFloat{
  0%{ transform:translateY(0); }
  50%{ transform:translateY(-12px); }
  100%{ transform:translateY(0); }
}

/* Responsive */
@media (max-width:768px){
  .sx-doc-card{
    width:290px;
  }
}



/* Section Wrapper */
.xp-wrap-sec{
  padding:70px 20px;
  background:#f4f6f9;
  display:flex;
  justify-content:center;
}

/* Card */
.xp-card-box{
  margin-bottom: 50px;
  background:#ffffff;
  border-radius:20px;
  padding:50px 40px;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
  border:1px solid #e2e8f0;
}


/* Header */
.xp-header-row{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:40px;

}

.xp-icon-box{
  width:45px;
  height:45px;
  background:#fbe9df;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#f47c2c;
  font-size:20px;
}

.xp-main-title{
  font-size:34px;
  font-weight:700;
  color:#0f2b5b;
  margin:0;
}

/* Timeline */
.xp-timeline{
  position:relative;
  padding-left:40px;
}

.xp-timeline::before{
  content:'';
  position:absolute;
  left:12px;
  top:0;
  width:2px;
  height:100%;
  background:#d9e2ec;
}

/* Item */
.xp-item{
  position:relative;
  margin-bottom:35px;
}

.xp-dot{
  position:absolute;
  left:-35px;
  top:6px;
  width:16px;
  height:16px;
  background:#2b4c7e;
  border-radius:50%;
}

.xp-content h4{
  font-size:20px;
  font-weight:600;
  color:#0f2b5b;
  margin-bottom:6px;
}

.xp-hospital{
  font-size:16px;
  font-weight: 500;
  color:var(--color1);
  margin-bottom:6px;
}

.xp-meta{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  font-size:15px;
  color:#64748b;
}

.xp-meta i{
  margin-right:6px;
  color:#f47c2c;
}

/* Responsive */
@media(max-width:768px){
  .xp-card-box{
    padding:35px 25px;
  }

  .xp-main-title{
    font-size:22px;
  }

  .xp-meta{
    flex-direction:column;
    gap:8px;
  }
}

.awardsbox{
  margin-bottom: 25px;
}
.awardsbox h3{
  font-size: 28px;
  color: var(--color1);
  padding-bottom: 10px;
}
.awardsbox h3 i{
  color: var(--color2);
  font-size: 25px;
  width: 30px;

}
.awardsbox p{
  padding-left: 35px;
  line-height: 1.8;
  font-size: 15px;
  position: relative;
  color: #64748b; 
  padding-bottom: 8px;
}
.awardsbox p i{
  position: absolute;
  left: 5px;
  top: 4px;
  font-size: 18px;
  color: var(--color2);
}
.innersec{
  padding: 150px 0 0 0;
  background: #f5f7fb;
}
.innersec h2{
  color: var(--color1);
  font-size: 58px;
}
.contactpg{
  padding: 0 0 70px 0; 
  background: #f5f7fb;
}

.cx-contact-wrap{
  display:flex;
  justify-content:center;
  padding:0;
}

.cx-contact-card{
  width:100%;
  background:#ffffff;
  padding:40px;
  border-radius:18px;
  box-shadow:0 5px 15px rgba(0,0,0,0.08);
  transition: 0.5s ease-in-out;
}
.cx-contact-card:hover{
  transform: translateY(-5px);
  box-shadow:0 5px 65px rgba(0,0,0,0.08);
}
/* Header */
.cx-contact-header{
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:35px;
}

.cx-header-icon{
  width:65px;
  height:65px;
  background:#0f2b5b;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:24px;
  box-shadow:0 10px 25px rgba(15,43,91,0.4);
}

.cx-contact-header h2{
  font-size:24px;
  color:#0f2b5b;
  margin:0;
  font-weight: 600;
}

.cx-contact-header p{
  margin:4px 0 0;
  color:#6b7280;
}

/* Contact Item */
.cx-contact-item{
  display:flex;
  align-items:flex-start;
  gap:18px;
  margin:25px 0;
}

.cx-icon-circle{
  width:55px;
  height:55px;
  background:#ff6a00;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:20px;
  box-shadow:0 8px 20px rgba(255,106,0,0.3);
}

.cx-label{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#6b7280;
}

.cx-contact-content h4{
  margin:6px 0 0;
  font-size:18px;
  color:#0f2b5b;
}
.cx-contact-content h4 a{
  color: var(--color1);
} 

/* Underline */
.cx-underline{
  width:120px;
  height:3px;
  margin-top:8px;
  background:linear-gradient(to right,#ff6a00,#f4c4a1);
  border-radius:3px;
}

/* Divider */
.cx-divider{
  border:none;
  border-top:1px solid #e5e7eb;
  margin:25px 0;
}

/* Social */
.cx-social-section h3{
  font-size:18px;
  color:#0f2b5b;
  margin-bottom:20px;
}

.cx-social-section h3 i{
  color:#ff6a00;
  margin-right:8px;
}

.cx-social-icons{
  display:flex;
  gap:18px;
}

.cx-social-icons a{
  width:45px;
  height:45px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f3f4f6;
  font-size:24px;
  transition:0.3s ease;
  color:#0f2b5b;
}

.cx-social-icons a:hover{
  background:#ff6a00;
  color:#fff;
  transform:translateY(-5px);
}

/* Responsive */
@media(max-width:768px){
  .cx-contact-card{
    padding:30px;
  }
}

.msg-wrap-sec{
  display:flex;
  justify-content:center;
  
}

.msg-card-box{
  width:100%;
  max-width:950px;
  background:#ffffff;
  padding:50px 45px;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

/* Header */
.msg-header-row{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:40px;
}

.msg-header-icon{
  width:55px;
  height:55px;
  background:#17a2b8;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:22px;
}

.msg-header-row h2{
  font-size:26px;
  color:#0f2b5b;
  margin:0;
}

/* Form Grid */
.msg-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
}

/* Fields */
.msg-field{
  display:flex;
  flex-direction:column;
}

.msg-field label{
  font-size:14px;
  margin-bottom:8px;
  color:#0f2b5b;
  font-weight:500;
}

.msg-field label i{
  margin-right:6px;
  color:#0f2b5b;
}

.msg-field input,
.msg-field textarea{
  padding:14px 15px;
  border-radius:10px;
  border:1px solid #d1d5db;
  font-size:15px;
  outline:none;
  transition:0.3s ease;
}

.msg-field input:focus,
.msg-field textarea:focus{
  border-color:#0f2b5b;
  box-shadow:0 0 0 3px rgba(15,43,91,0.1);
}

/* Full Width */
.msg-full{
  grid-column:1 / -1;
}

/* Button */
.msg-submit-btn{
  width:100%;
  padding:16px;
  background:#0f1e5b;
  color:#fff;
  border:none;
  border-radius:10px;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  transition:0.3s ease;
  box-shadow:0 8px 20px rgba(15,30,91,0.3);
}

.msg-submit-btn i{
  margin-right:8px;
}

.msg-submit-btn:hover{
  background:#142a7a;
  transform:translateY(-3px);
}

/* Responsive */
@media(max-width:768px){
  .msg-form-grid{
    grid-template-columns:1fr;
  }

  .msg-card-box{
    padding:35px 25px;
  }
}
.mapbox-wrap-sec{
  display:flex;
  justify-content:center;
}

.mapbox-card{
  width:100%;
  max-width:520px;
  background:#ffffff;
  border-radius:18px;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
  overflow:hidden;
}

/* Map */
.mapbox-frame{
  width:100%;
  height:250px;
}

.mapbox-frame iframe{
  width:100%;
  height:100%;
  border:0;
}

/* Info Section */
.mapbox-info{
  padding:30px 30px 35px;
  height: 200px;
}

/* Title Row */
.mapbox-title-row{
  display:flex;
  align-items:flex-start;
  gap:18px;
  margin-bottom:20px;
}

.mapbox-icon{
  width:55px;
  height:55px;
  background:#fbe9df;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  color:#ff6a00;
}

.mapbox-title-row h3{
  margin:0;
  font-size:22px;
  color:#0f2b5b;
}

.mapbox-time{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:6px;
  font-size:14px;
  color:#6b7280;
}

.mapbox-time i{
  color:#ff6a00;
}

/* Address */
.mapbox-address{
  font-size:15px;
  color:#0f2b5b;
  line-height:1.6;
  margin:0;
}

/* Responsive */
@media(max-width:768px){
  .mapbox-card{
    max-width:100%;
  }
}
.innersec .srvx-header{
  margin-bottom: 0;
  padding-bottom: 50px;
}
.cliniclocation{
  padding-bottom: 70px;
  background: #f5f7fb;
}
.cliniclocation h2{
  margin: 0;
}
.reviewpg{
  padding-top: 150px;
}
.attachmentpg{
  padding-top: 150px;
  padding-bottom: 70px;
  background: #f5f7fb;
}
.services-sidebar {
  background: #ffffff;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);

  position: sticky;
  top: 100px; /* adjust based on header height */
}

.services-header h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0c1e3c;
}

.services-header h2 span {
  background: linear-gradient(90deg, #6bc5c9, #ff8c42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-header p {
  color: #6c757d;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 25px;
}

.services-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-menu li {
  margin-bottom: 15px;
}

.services-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  background: #f1f3f6;
  border-radius: 12px;
  text-decoration: none;
  color: #2c3e50;
  font-weight: 500;
  transition: 0.3s ease;
}

.services-menu li a:hover {
  background: #e6ebf2;
}

.services-menu li a.active {
  background: #121f6b;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(18, 31, 107, 0.25);
}

.services-menu li a i {
  font-size: 14px;
}

.content-area {
  padding: 0 20px;
}
.servicepg{
  padding-top: 150px;
  padding-bottom: 70px;
  background: #f5f7fb;
}
.content-area h4{
  font-size: 15px;
  font-weight: 500;
  color: var(--color1);
  background: #f1f5f9;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 30px;
  border:1px solid #cccccc50;
  display: inline-block;
}

.content-area h1 {
  line-height: 1;
}
.content-area h1 span {
    font-weight: 800;
    background: linear-gradient(90deg, #6bc5c9, #ff8c42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-area h2{
    font-size: 28px;
    font-weight: 600;
    color: var(--color1);
    margin-top: 30px;
    padding-bottom: 25px;
}
.content-area h3{
  font-size: 20px;
  margin-bottom: 5px;
  color: var(--color1);
  font-weight: 600;
}
.content-area p{
  font-size: 15px;
  line-height: 1.8;
  font-weight: normal;
  color: #272727;
  margin-bottom: 10px;
  text-align: justify;
}
.intropara{
  margin-top: 15px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 5px #00000015;
}
.intropara h2{
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
} 

.intropara p:last-child{
  margin-bottom: 0;
}
.srimg{
  overflow: hidden;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 25px;
}
.srimg img{
  transition: 0.5s ease;
  width: 100%;
}
.srimg:hover img{
  transform: scale(1.2);
}
.list ul li{
  list-style: none;
  position: relative;
  font-size: 15px;
  padding-left: 35px;
  padding-bottom: 20px;
}
.list ul ul li{
  list-style: square;
  padding-left: 0;
  margin-left: 15px;
  line-height: 1;
  padding: 15px 0 0 0;
}
.list ul li:last-child{
  padding-bottom: 0;
}
.list ul li i{
  position: absolute;
  left: 0;
  font-size: 11px;
  background: linear-gradient(90deg, #6bc5c9, #ff8c42);
  color: #ffffff;
  padding: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 15px;
}

.primary-btn1 {
  background: linear-gradient(90deg, #050f4f90, #050f4f);
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  margin-top: 35px;
}

.primary-btn1 i {
  transition: transform 0.3s ease;
}

.primary-btn1:hover {
  background: linear-gradient(90deg, #050f4f, #050f4f90);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.primary-btn1:hover i {
  transform: translateX(5px);
}

.service-popup{
border-radius:20px;
overflow:hidden;
}

.popup-header{
background:#132a83;
color:white;
padding:18px 20px;
}

.popup-header h4{
margin:0;
font-weight:600;
}

.service-card{
display:flex;
gap:15px;
padding:15px;
border-radius:15px;
border:1px solid #eee;
margin-bottom:15px;
align-items:center;
}

.service-card img{
width:85px;
height:85px;
border-radius:12px;
object-fit:cover;
}

.service-card h5{
margin:0;
font-weight:600;
font-size: 20px;
color:var(--color1);
}

.service-card p{
font-size:15px;
margin:4px 0 0;
color:#555;
}

.service-card.active{
border:2px solid #ffa94d;
background:#fffaf3;
}

.view-services{
display:block;
text-align:center;
background:#673AB7;
color:white;
padding:14px;
border-radius:12px;
margin:15px 0;
font-weight:500;
text-decoration:none;
transition: 0.5s ease;
}
.view-services:hover{
  color: #ffffff;
}
.popup-btns{
display:flex;
gap:10px;
}
.popup-btns i{
  font-size: 20px;
  margin-right: 5px;
  position: relative;
}
.popup-btns a{
flex:1;
padding:12px;
text-align:center;
border-radius:12px;
color:white;
text-decoration:none;
font-weight:500;
}
.popup-btns a:hover{
    color: #fff!important;
    background: var(--color2);
}
.whatsapp{
background:#10b34a;
}

.call{
background:#29B6F6;
}

.email{
text-align:center;
margin-top:12px;
padding:10px;
border-radius:10px;
background:#ffffff;
border:1px solid #cccccc;
font-size:14px;
}
.email a{
  color: #222222;
  font-weight: 400;
  font-size: 15px;
  transition: 0.5s ease;
}
.email a:hover{
  color: var(--color2);
}
.close-btn{
background:rgba(255,255,255,0.2);
border:none;
width:35px;
height:35px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:18px;
cursor:pointer;
}
.modal.show .modal-dialog{
  max-width: 600px;
}
.popupcnt{
  height: 500px;
  padding: 15px;
  overflow-x: scroll;
}
.servicemainpg{
  padding-top: 150px;
}
.email i{
  font-size: 18px;
  margin-right: 5px;
  color:var(--color2);
  transform: translateY(2px);
}
.appt-popup-box{
border-radius:18px;
overflow:hidden;
}

.appt-header-box{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px;
border-bottom:1px solid #eee;
}

.appt-title-wrap{
display:flex;
gap:14px;
align-items:center;
}

.appt-icon-box{
background:#132a83;
color:#fff;
width:45px;
height:45px;
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
}

.appt-heading{
margin:0;
font-weight:600;
}

.appt-subtitle{
margin:0;
font-size:14px;
color:#666;
}

.appt-close-btn{
border:none;
background:none;
font-size:20px;
cursor:pointer;
color:#777;
}

.appt-field-group{
margin-bottom:18px;
}

.appt-input{
padding:12px;
border-radius:10px;
border:1px solid #ddd;
}

.appt-textarea{
border-radius:10px;
resize:none;
}

.appt-submit-btn{
width:100%;
background:#0e1d66;
color:#fff;
border:none;
padding:16px;
border-radius:12px;
font-weight:600;
margin-top:10px;
}

.stm_sticky_contact_wrap{
    position:fixed;
    top:45%;
    right:120px;
    z-index:99999;
    display:flex;
    flex-direction:column;
}

/* main button */

.stm_contact_btn{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 16px;
    margin:6px 0;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
    border-radius:30px 0 0 30px;
    transform:translateX(120px);
    transition:all 0.4s ease;
}

/* icon */

.stm_contact_btn i{
    font-size:14px;
}

/* hover slide */

.stm_contact_btn:hover{
    transform:translateX(0);
    color: #ffffff;
}

/* colors */

.stm_call_btn{
    background:#007bff;
}

.stm_email_btn{
    background:#ff7a00;
}

.stm_whatsapp_btn{
    background:#25D366;
}

/* floating animation */

.stm_contact_btn{
    animation:stm_float_anim 3s ease-in-out infinite;
}

@keyframes stm_float_anim{
    0%{transform:translateX(120px) translateY(0);}
    50%{transform:translateX(120px) translateY(-6px);}
    100%{transform:translateX(120px) translateY(0);}
}