
body{background-color: #ffffff!important;}
.header{

  background-color: transparent;
  margin: 0;
  border-bottom:2px solid #061f86;
}
  
.inner-header{
  width: 85%;
  margin: 0 auto;
}
.header::after{
  clear: both;
  display: table;
  content: '';

}



/* Logo */
.logo{
  float: left;
  padding: 5px 0;
}
.logo img{
  float: left;
}





/* Nav*/
.nav{
  float: right;
}

.nav ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav li{
  position: relative;
  display: inline-block;
  /* margin-left: 60px; */

  /* width: 90px; */
  text-align: center;
}

.nav li a {
  text-decoration: none;
  color: #303030; 
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.nav li a:hover{
  color: #000000;
}





/* banner==================================================*/
  .banner {
      height: 80vh;
      
      background: linear-gradient(-45deg, #e8581b, #1141bc, #082585, #208409);
      background-size: 400% 400%;
      animation: gradientAnimation 10s ease infinite;
      color: white;
    

      position: relative;
      border: none !important;
  
    }
  .banner_text{margin-top: 100px;}

    @keyframes gradientAnimation {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }

    .banner h1 {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 20px;
     
    }

 
    .wave {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-bottom: none!important;
    }





    /*========================== about============================*/
    .doctor-img {
      max-width: 100%;
      height: 400px;
    }
    .stat-box {
      text-align: center;
    }
    .btn-primary {
      padding: 10px 25px;
      font-weight: 500;
      border-radius: 8px;
    }
    /* Common button styles */
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
.button--webcoderskull {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.button--webcoderskull::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #055318;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--webcoderskull.button--round-s::before {
	border-radius: 2px;
}
.button--webcoderskull.button--inverted::before {
	background: #7986CB;
}
.button--webcoderskull,
.button--webcoderskull::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--webcoderskull:hover {
	color: #fff;
	border-color:  #055318;
}
.button--webcoderskull.button--inverted:hover {
	color:  #055318;
	border-color: #fff;
}
.button--webcoderskull:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button {
	color:  #055318;
	border-color: #055318;
}

/* Borders */

.button--border-thick {
	border: 3px solid;
}
.button--text-medium {
	font-weight: 500;
}



/*================================  Testimonial  ======================= */
 .testimonial-section {
      padding: 60px 20px;
      max-width: 800px;
      margin: auto;
      text-align: center;
    }
.testimonial-image img{height:525px;}
    .testimonial-stars {
      color: orange;
      font-size: 20px;
      margin-bottom: 20px;
    }

    .testimonial-quote {
      font-size: 1.2rem;
      line-height: 1.6;
      margin-bottom: 30px;
      min-height: 100px;
    }

    .testimonial-user {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .testimonial-user img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 15px;
    }

    .testimonial-user-info {
      text-align: left;
    }

    .testimonial-user-info .name {
      font-weight: bold;
    }

    .testimonial-user-info .role {
      font-size: 0.9rem;
    }

    .nav-icons {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: 40px;
    }

    .nav-icons .icon-btn {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid white;
      color: white;
      font-size: 1.2rem;
      background-color: transparent;
      transition: 0.3s;
    }

    .nav-icons .icon-btn:hover {
      background-color: white;
      color: #3d59ab;
    }

    .fade-transition {
      transition: opacity 0.4s ease-in-out;
      opacity: 1;
    }

    .fade-out {
      opacity: 0;
    }
    .testimonial-section {
      background-color: #385DAF;
      color: white;
      padding: 60px 0;
    }
    .icon-circle {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 30px;
      margin-bottom: 10px;
    }
    .info_box_image{width:90%;height:370px;}

   .card_title_news {
        width: 90%;
        height: 100px;
        background-color: #F2650D;
        float: right;
        position: relative;
        top: -40px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }
















    

    /*============================== specalist  ============================*/
     .doctor-card {
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      border-radius: 10px;
      overflow: hidden;
      border:1px solid #061f86;
    }
    .doctor-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .doctor-info {
      padding: 20px;
    }
    .rating i {
      color: #fbb034;
    }
    .social-links a {
      margin-right: 15px;
      text-decoration: none;
      color: #333;
    }
.doctor_pannel{padding-left: 10px;padding-right: 10px;}


    /*================================ blog   =====================================*/
.card img {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      object-fit: cover;
      height: 220px;
      width: 100%;
    }
    .card-title {
      font-weight: 700;
    }
    .card-text {
      color: #6c757d;
    }
    .author-img {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 8px;
    }
    .meta {
      display: flex;
      align-items: center;
      font-size: 0.9rem;
      color: #6c757d;
    }




@media only screen and (min-width: 300px) and (max-width: 1200px) {
   .desktop_nav{display: none!important;}
    .mobile_nav{display: block!important;}
    .topbar_desktop{display: none!important;}
.footer_responsive_logo1{display: none!important;}
 .footer_responsive_logo{display: block!important;}
 .banner {
      height: auto;
      
      background: linear-gradient(-45deg, #e8581b, #1141bc, #082585, #208409);
      background-size: 400% 400%;
      animation: gradientAnimation 10s ease infinite;
      color: white;
      position: relative;
      border: none !important;
    }
  .banner_text{margin-top: 50px;}
  .banner_text h1{font-size:29px;}
h4.highlight-blink {
    font-size: 18px; /* Bigger text */
    font-weight: bold;
}


        .wave {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
   border: none!important;
    }

.testimonial-image img{height:525px;display:none ;}


    @keyframes gradientAnimation {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }

  
    .card_title_news {
        width: 96%;
        height: 100px;
        background-color: #F2650D;
        float: right;
        position: relative;
        top: -40px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }
     .icon-circle {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 30px;
      margin-bottom: 10px;
      display:none;
    }
     .info_box_image{width:100%;height:270px;}
}


@media only screen and (min-width: 1201px) and (max-width: 2300px) {
   .mobile_nav{display: none!important;}
   .desktop_nav{display: block!important;}
    .topbar_desktop{display: block!important;}

    .footer_responsive_logo1{display: block!important;}
 .footer_responsive_logo{display: none!important;}
}


@media only screen and (min-width: 400px) and (max-width: 1000px) {
.desktop_nav{display: none!important;}
    .mobile_nav{display: block!important;}
    .topbar_desktop{display: none!important;}
 
        /* .wave {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      display: none;;
    } */

}
