@import url("global.css");
@import url("header.css");

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

hr {
  margin: 0rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

.flaticon-menu:before {
  content: "\f11a";
}


@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes experiencemoveobject {
  50% {
    left: 30px;
  }
}

/*** Footer ***/
.footer {
  background: linear-gradient(#dee2e6, #eee) center center no-repeat;
  background-size: cover;
}

.footer-text p {
  font-family: "poppins", sans-serif;
  color: #333;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-bottom {
  background-color: #573876;
}

.footer h4 {
  font-family: "Poppins", sans-serif;
  color: #5e538d;
}

@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 35%;
    border-left: 1px dashed rgba(255, 255, 255, 0.2);
  }
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 4px;
  padding: 0;
  text-align: left;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
  font-family: "poppins", sans-serif;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: #400a51;
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.copyright a {
  color: var(--bs-white);
}

.copyright a:hover {
  color: var(--bs-primary);
}

/* Footer Ends */

/* Responsive Css */

@media only screen and (min-width: 768px) {
  .main-header .main-menu .navigation > li > ul,
  .main-header .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .main-header .main-box .logo-box {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    text-align: left;
  }

  .main-header .outer-box {
    display: block;
  }

  .main-header .header-upper .logo-box {
    width: 100%;
    text-align: center;
  }

  .main-header .header-upper .upper-right {
    width: 100%;
    display: none !important;
    justify-content: center;
    padding-top: var(--padding-top-5);
  }

  .main-header {
    position: relative;
  }

  .main-header .nav-outer {
    width: 100%;
    text-align: center;
  }

  .main-header .info-box {
    float: none;
    display: inline-block;
    margin-left: var(--margin-zero);
    margin-right: var(--margin-right-25);
  }

  .main-header .info-box:last-child {
    border: none;
    margin-right: var(--margin-zero);
  }
}

/* Page header */
/* Page Header Background */
.page-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}

/* Overlay effect for readability */
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* dark overlay */
  z-index: 1;
}

/* Content wrapper */
.page-header .container {
  position: relative;
  z-index: 2;
  /* keeps text above overlay */
}

/* Flex layout for header */
.page-header .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* responsive for small screens */
  gap: 20px;
}

/* Title */
.page-header h1 {
  font-size: 50px;
  line-height: 100px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

/* Breadcrumb */
.page-header .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
}

.page-header .breadcrumb li {
  display: inline-block;
  color: #ddd;
  font-size: 0.95rem;
}

.page-header .breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

.page-header .breadcrumb li a:hover {
  text-decoration: underline;
}

/* Contact Number (Right Side) */
.page-header .header-right {
  font-size: 23px;
  font-weight: 400;
  padding-top: 26px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .page-header h1 {
    font-size: 1.6rem;
  }

  .page-header .header-right {
    font-size: 1rem;
    margin-top: 10px;
  }
}

/* Page Header Ends */

/*=======================blogpage26.09.2025======================*/

.bedcramp-height {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
  height: 450px;
}

.blogpage-size {
  width: 80%;
  background-color: #ffff;
  margin: 0 auto;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: -260px;
  min-height: 550px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 50px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 678px) {
  .blogpage-size{
    width: 90%;
    padding: 0px;
  }
}
.blogpage-box {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.blogpage-box h1 {
  text-align: center;
  color: #61386e;
  font-size: 32px;
}

.blogpage-box1 {
  margin: 10px 0px;
  padding: 30px 40px;

  width: 100%;
  display: block;
  text-align: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;

}

.blogpage-box1img {
  width: 100%;
  display: block;
}

.blogpage-box1img img {
  width: 100%;
  display: block;
  object-fit: cover;

}

.blogpage-box1text {
  padding:  0px;
  margin: 0px;
  padding-top: 30px;
}

.blogpage-box1textadmin {

  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}

.blogpage-box1textadminicon{

  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 5px;
}

.blogpage-box1textadminicon i{

  color: #61386e;
  font-size: 14px;

}

.blogpage-box1textadminicon p{

  color: #00265d;
  font-size: 14px;
  margin-top: -5px;
}

.blogpage-box1textadmintext{

  margin-top: 10px;
  padding: 0px;

}

.blogpage-box1textadmintext h2{

  color: #00265d;
  font-size: 22px;
  text-align: left !important;
  font-weight: normal;
}
.blogpage-box1textadmintext p{

  margin: 10px 0px;
  padding: 0px;
  text-align:left !important ;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 15px;
}

.blog-pagereadmore{

  margin: 0px 0px;
  padding: 0px;
  text-align: right;
  margin-top: 15px;
}

.blog-pagereadmore p{

  font-size: 14px;
  color:#61386e ;
  text-align: right !important;
}

.blog-right{

  position: sticky;
  top: 10px;
  z-index: 2;

}


.blogrightrecentpost1img {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.blogrightrecentpost1img img {
  width: 100%;
  height: 120px;
  object-fit: cover;

}

.blogrightrecentpost1text {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.blogrightrecentpost1text > p > a {
  color: #3c2655;
  text-decoration: none;
  font-size: 14px;
  overflow-wrap: break-word;
  white-space: normal;
}

.blogrightrecentpost {

  margin: 0px;
  padding: 0px;

}

.blogrightrecentpost h5{

  color: #61386e;
  font-size: 26px;
}

.blogrightrecentpost1 {
  margin: 0px;
  padding: 0px 20px;
  margin-top: 25px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.blogrightrecentpost2 {
  margin: 15px 0px;
  padding: 0px;
  border-bottom: dotted 1px #99082e;
  padding-bottom: 30px;
  padding-top: 15px;
}

.blogrightrecentpost2:last-child {
  border-bottom: none;
}

.blogsingle-heading{
  font-size: 35px !important;
}

.pagination-wrapper {
  margin-top: 30px;
}

.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.pagination-prev a,
.pagination-next a {
  background-color: #400a51;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s;
}

.pagination-prev a:hover,
.pagination-next a:hover {
  background-color: #400a51;
}

.pagination-numbers {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.pagination-numbers a,
.pagination-numbers span {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination-numbers a:hover {
  background-color: #400a51;
  color: #fff;
  border-color: #400a51;
}

.pagination-numbers .current {
  background-color: #400a51;
  color: #fff;
  border-color: #400a51;
}

.recenttag {
  margin-top: 20px;
  padding: 20px 10px;
  background-color: #fff;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.recenttag h5 {
  color: #031b4e;
  font-size: 20px;
}

.recenttagbox{

  margin: 0px;
  padding: 0px;
  margin-top: 25px;
}

.recenttagbox ul{

  margin: 0px;
  padding: 0px;
  display: block;
  padding-right: 20px;

}

.recenttagbox ul li{

  margin: 0px;
  padding: 8px 8px;
  margin: 8px;
  list-style: none;
  background-color: #efefef;
  width: 100%;
  display: block;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
}

.recenttagbox ul li:hover{

  margin-left: 20px;
}

.recenttagbox ul li a{

  margin: 0px;
  padding: 0px ;
  list-style: none;
  color: #00265d;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
} 



/* Floating Buttons Ends */

@media only screen and (max-width: 678px) {
  .top-header {
    display: none;
  }

  .navbar-brand img {
    width: 130px;
  }

  .sec-title .text br,
  .main-header .main-menu .navbar-collapse > .navigation li.dropdown:after,
  .main-header .main-menu .navigation > li > ul:before {
    display: none !important;
  }

  .hero-carousel .hero-item .hero-content .hero-title {
    color: #fff;
    font-family: "Rowdie", sans-serif;
    font-size: 25px;
    line-height: 33px;
  }

  .hero-slider .item img {
    width: 100%;
    height: 60vh !important;
    object-fit: contain;
    display: block;
  }

  .hero-carousel .hero-item .hero-content {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 35px;
    z-index: 99;
    margin: 0px;
    margin-bottom: 100px;
  }

  .hero-carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0px;
  }

  .department-slide {
    position: relative;
    padding: 15px;
  }

  .hero-carousel .hero-item .hero-content p {
    font-size: 12px;
  }

  .btn-style-one {
    display: none;
  }

  .header-social_box {
    display: none;
  }

  .about-us-images {
    position: relative;
    padding: 0;
  }

  .about-experience-box {
    position: relative;
    top: 0;
    left: 21px;
    transform: translateY(-43%);
    background: linear-gradient(263deg, #031b4e 0.16%, #000 99.84%);
    border-radius: 10px;
    padding: 16px;
    max-width: 157px;
  }

  .company-review h3 {
    display: none;
  }

  .section-title2 h2 {
    font-size: 21px;
    margin-bottom: 8px;
    text-align: center;
    margin-top: 20px;
  }

  .our-departments-img {
    min-height: 247px;
    width: 100%;
  }

  .our-departments-img {
    min-height: 300px;
  }

  .our-departments-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .our-departments-cont {
    width: 100%;
    float: none;
    position: relative;
    background-color: #fff;
  }

  .our-departments-inner {
    padding: 12px 18px 16px;
    margin-bottom: 70px;
  }

  .counter-section {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    margin-top: -0px;
    padding-top: 70px !important;
  }

  .counter-bg {
    padding: 1px 30px;
  }

  .line-heading {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 15px;
  }

  .section-title h2 {
    line-height: 1.5em;
    font-size: 20px;
  }

  .service-section h2 {
    font-size: 21px;
    margin-bottom: 9px;
    margin-top: 20px;
  }

  .range_mid_box {
    display: block;
    margin-top: 20px;
  }

  .range_left_box {
    width: 100%;
  }

  .range_mid_main_box {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .testimonial-title p {
    font-size: 14px;
    font-weight: 300;
    padding: 25px 20px 0px;
  }

  .testimonial-title h2 {
    padding-top: 20px;
    text-align: center;
  }

  /* Slider Carousel */
  .hero-carousel .hero-item img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
    background-position: center;
  }

  .hero-carousel .hero-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
  }

  .dropdown {
    position: relative;
    top: 0;
    left: 0;
    height: 250px;
    overflow: scroll;
    background: #fff;
  }

  /* 17/09 */
  .offset-1 {
    margin-left: 0 !important;
  }

  .department-doctor-info p {
    color: #333;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 25px;
  }

  .search-flex {
    position: relative;
    display: block;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 10px;
  }

  .search-input,
  .search-select {
    padding: 20px 45px;
    text-align: center;
    margin-top: 15px;
    width: 100%;
    position: relative;
  }

  .search-btn {
    margin-top: 15px;
  }

  .search-input-wrap svg {
    top: 37px;
  }

  .search-select option {
    text-align: center;
  }

  /* 17/09 Ends */
}
