* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
}



/* header */
header {
  position: unset;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

header .header-top {
  background-color: #2ba7db;
  padding: 3px 0px;
}

header .header-top .top-info li,
header .header-top .top-info li a {
  color: #fff;
  font-size: 14px;
}

header .header-top .top-info li:last-child a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  background-color: #2ba7db;
  color: #fff;
  border: 1px solid #2ba7db;
  transition: .5s;
}

header .headermn .navbar .navbar-brand {
  width: 10%;
}

header .nav-link {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  transition: .5s;
  position: relative;
  padding: 0px 0px !important;
  text-transform: uppercase;
}

header .nav-link::after {
  content: '';
  background-color: #2ba7db;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
}

header .nav-link:hover::after {
  width: 100%;
}

header .nav-link:hover,
header .nav-link:focus {
  color: #2ba7db;
}

header .navbar-nav {
  gap: 45px;
}

header .navbar-toggler {
  border: none;
  color: #2ba7db;
  font-size: 28px;
  border-radius: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-title img {
  width: 34%;
}

header .navbar-nav {
  position: relative;
  align-items: center;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}

.sticky .headermn .navbar .navbar-brand {
  width: 9%;
}

header .dropdown-menu{border-radius: 0; border: 0; padding: 15px 0; box-shadow: 0 0 5px #0000002f;}
header .dropdown-menu li .dropdown-item{padding: 6px 20px; font-size: 18px; font-weight: 500; font-family: initial;}
header .dropdown-menu li .dropdown-item:hover{background-color: #2ba7db; color: #fff;}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

header .navbar .whatsapp li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #2ba7db;
  border-radius: 3px;
  transition: .5s;
  border: 1px solid #2ba7db;
  position: relative;
  transition: .5s;
  z-index: 1;
}

header .navbar .whatsapp li a::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #2ba7db;
  z-index: -1;
}

header .navbar .whatsapp li a:hover:before {
  width: 100%;
}

header .navbar .whatsapp li a:hover {
  color: #ffffff;
}



/* slider */

#slider .owl-item {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}

#slider .content{text-align: center;}
#slider .content h2{font-size: 50px; color: #fff; font-weight: 600; position: relative; text-transform: uppercase;}
#slider .content h2::before{position: absolute; content: ''; width: 50px; height: 2px; background-color: #fff; top: -10px; left: 0px; right: 0px; text-align: center; margin: auto;}
#slider .content h5{font-size: 16px; font-weight: bold; font-style:italic; margin: 15px 0px 30px; color: #e4e4e4;} 
#slider .content .enquiry-btn{padding: 13px 20px; background-color: #2ba7db; color: #fff; border-radius: 3px; transition: .5s;} 


#slider .owl-theme .owl-dots .owl-dot {
  display: none;
}

#slider button.owl-prev {
  position: absolute;
  text-align: center;
  padding: 0px;
  color: black;
  top: 50%;
  font-size: 25px;
  left: 15px;
  background-color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#slider button.owl-next {
  position: absolute;
  text-align: center;
  padding: 0px;
  color: black;
  top: 50%;
  font-size: 25px;
  right: 15px;
  background-color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#slider button.owl-prev span, #slider button.owl-next span {bottom: 2px; position: relative;}

/* section-aa */

#section-aa{padding: 50px 0px;}
#section-aa .row{row-gap: 25px;}
#section-aa .iner{text-align: center; background-color: #2ba7db; padding: 50px 30px; height: 100%; border-radius: 20px 20px 20px 20px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);}
#section-aa .iner h5 i{height: 50px; width: 50px; display: inline-block; background-color: #fff; border-radius: 50px; text-align: center; line-height: 50px; font-size: 24px; color: #2ba7db;}
#section-aa .iner h3{font-size: 20px; color: #fff; margin: 20px 0px;}
#section-aa .iner p a, #section-aa .iner p{color: #fff;}

/* about-sec */

#about-sec{padding: 50px 0px; background-color: #f7f7f7;}
#about-sec .row{row-gap: 25px;}
#about-sec .imgs img{width: 90%;}
#about-sec .content{width: 90%;}
#about-sec .content h2{font-family: "Frank Ruhl Libre", Sans-serif; font-size: 35px; font-weight: 600; color: #2e4362;}
#about-sec .content p{font-size: 18px; margin-bottom: 15px;}
#about-sec .content .red-btn{display: inline-block; padding: 11px 30px; background-color: #2ba7db; color: #fff; border-radius: 5px; margin-top: 25px;}

/* service */

#service{padding: 50px 0px;}
#service .row{row-gap: 25px;}
#service h2{text-align: center; font-size: 35px; font-weight: 600; margin-bottom: 35px;}
#service .iner{border: 1px solid #eee;}
#service .iner .imgs{overflow: hidden; border-radius: 5px;}
#service .iner .imgs img{transition: .5s;}
#service .iner .imgs:hover img{transform: scale(1.1);}
#service .conteint{padding: 20px 30px 30px; text-align: center;}
#service .conteint h3{font-size: 20px; font-weight: 600; position: relative; margin-bottom: 15px; color: #000;}
#service .conteint .text{margin-bottom: 25px; color: #000;}
#service .conteint .read-more{padding: 10px 30px; border-radius: 3px; display: inline-block; border: 1px solid #2ba7db; background-color: #2ba7db;  color: #fff; transition: .5s;}
#service .conteint .read-more:hover{background-color: transparent; color: #2ba7db;}

/* ve-proved-sec */

#ve-proved-sec{background-image: url(../images/ve-proved-bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 60px 0px; position: relative; z-index: 1;}
#ve-proved-sec::before{position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 0; background-color: #2ba7dbcc; z-index: -1;}
#ve-proved-sec .content{text-align: center;}
#ve-proved-sec .content h3{font-size: 30px; font-weight: 600; color: #fff; margin-bottom: 15px;}
#ve-proved-sec .content .text{color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 20px;}
#ve-proved-sec .content .read-more{padding: 10px 30px; border-radius: 3px; display: inline-block; border: 1px solid #fff; background-color: #fff;  color: #000000; transition: .5s;}
#ve-proved-sec .content .read-more:hover{background-color: transparent; color: #fff;}

/* gallery */

#gallery {
  background-color: #f3f1f1;
  padding: 60px 0 40px;
  overflow: hidden;
}

#gallery .row{row-gap: 20px;}

#gallery h2 {
  font-size: 38px;
  color: #2ba7db;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#gallery h2 span {
  color: #000;
}

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 8px #00000033;
}

#gallery .img-wrapper img {
  width: 100%;
  height: 300px;
    object-fit: cover;
}

#gallery .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

#nextButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 1;
}

#prevButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

#exitButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

/* counter  */

#counter{background: #2ba7db;
background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; padding: 80px 0;}
#counter .row{row-gap: 30px;}
#counter .item{text-align: center;} 
#counter .item h1{ color: #fff; margin-bottom: 5px; font-size: 40px;}
#counter .item h3{ font-size: 22px; color: #fff;}
#counter .item i{ font-size: 38px; color: #fff;}

/* testimonial */

#testimonial{padding: 20px 0 40px; overflow: hidden;}
#testimonial h2{color: #000;   font-family: arefRuqaa;}
#testimonial .row{row-gap: 20px; background-color: #fff;}
#testimonial .testimonialslider .owl-item{border: 1px solid gray; padding: 20px; height: 210px; overflow-y: scroll;}
#testimonial .owl-item h5{color: #000; margin: 0px; font-size: 17px; font-weight: bold; font-family: arefRuqaa;}
#testimonial .owl-item p{font-size: 14px; font-family: arefRuqaa;}
#testimonial .iner .google{ width: 40%;}
#testimonial .iner ul li{font-size: 25px; color: #d3c822;}
#testimonial .iner h4{margin-top: 10px; font-weight: bold; font-family: arefRuqaa;}
#testimonial .testimonialslider .star li{color: #d3c822; font-size: 16px; font-family: arefRuqaa;}
#testimonial .testimonialslider .profile{margin-bottom: 8px;}
#testimonial .testimonialslider .profile li:first-child p{height: 40px; width: 40px; line-height: 40px; font-size: 20px; border-radius: 50%;text-align: center; background-color: #a7a7a7; color: #fff;}
#testimonial .testimonialslider .profile li span{font-size: 14px; font-family: arefRuqaa;}
#testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color: #000;}
#testimonial .owl-carousel .owl-nav button.owl-next, #testimonial .owl-carousel .owl-nav button.owl-prev, #testimonial .owl-carousel button.owl-dot{display: none;}


/*  */

#contact{padding: 45px 0px; background-color: #c9724c; overflow: hidden;}
#contact h2{text-align: center; margin-bottom: 40px; color: #fff; font-weight: 600;}
#contact .iner{text-align: center; border: 1px solid #fff; padding: 15px;}
#contact h3{font-size: 30px; margin-bottom: 25px; font-weight: 600; color: #fff;}
#contact ul{margin-bottom: 20px;}
#contact h5{position: relative; margin-bottom: 18px; color: #fff;}
#contact h5::before{position: absolute; content: ''; height: 1px; width: 30px; top: 32px; background-color: #fff; left: 0px;
right: 0px; text-align: center; margin: auto;}
#contact .text, #contact .text a{color: #fff;}

/* footer */

#footer {
  background-image: url(../images/footer-bg.jpg);
  background-size:cover;
  background-repeat:no-repeat;
}

footer .footertop {
  padding: 70px 0px 20px;
}

footer .row {
  row-gap: 25px;
}

footer .footertop h3{font-size: 20px; margin-bottom: 15px;}

footer .footertop .about img {
  width: 111px;
}

footer .footertop .about p {
  color: #000;
  font-size: 14px;
  width:77%;
  margin-top: 20px;
}

footer .footertop ul {
  list-style: none;
}

footer .footertop ul li {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}

footer .footertop ul li a {
  color: #000;
  font-size: 14px;
  transition: .5s;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

footer .footertop ul li a:hover {
  color: #2ba7db;
}

footer .footertop .addres li {
  margin-bottom: 20px;
}

footer .footertop .addres li i {
  color: #2ba7db;
  font-size: 22px;
}

footer .footerboo ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-top: 1px solid #2ba7db;
  padding-top: 20px;
}

footer .footerboo {
  padding: 20px;
}

footer .footerboo .soical li:first-child {
  color: #2ba7db;
  text-align: center;
}

footer .footerboo .soical li:first-child a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #2ba7db;
  border-radius: 50%;
  transition: .5s;
}

footer .footerboo .soical li:first-child a:hover {
  background-color: #000;
}

footer .footerboo ul li img {
  width: 195px;
  background-color: #2ba7db;
  padding: 0px 10px 8px;
  border-radius: 100px;
}


/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}



/* modal */

.modal form.row {
  row-gap: 20px;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #2ba7db;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
  transition: .5;
}

.modal .submit:hover {
  background-color: #000;
}


/* ===================================================== */

/* inner upper section css  */


.inner-page-banner {
    position: relative;
    width: 100%;
    min-height: 280px;
    background: url('../images/medical-background-28609414.webp') center center / cover no-repeat;
    display: flex;
    align-items: center;
}

.inner-page-banner .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #2ba7db, #fff4f466);
}

.inner-page-banner .container {
    position: relative;
    z-index: 2;
}

.banner-content h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.breadcrumb {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    color: #ddd;
    font-size: 14px;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb li::after {
    content: "/";
    margin-left: 8px;
}

.breadcrumb li:last-child::after {
    display: none;
}

/* ✅ Responsive */
@media (max-width: 768px) {
    .inner-page-banner {
        min-height: 220px;
    }

    .banner-content h1 {
        font-size: 28px;
    }
}



/* ======================================================= */

/* blog page css  */

.blog-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.blog-section .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #222;
}

.section-heading p {
    color: #666;
    font-size: 16px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-content {
    padding: 25px;
}

.blog-date {
    font-size: 14px;
    color: #999;
}

.blog-content h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #111;
}

.blog-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    color: #2ba7db;
    font-weight: 600;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}


/* ======================================================== */


/* contact us page css  */


.contact-page {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-page .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.contact-heading {
    text-align: center;
    margin-bottom: 50px;
}

.contact-heading h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #222;
}

.contact-heading p {
    color: #666;
    font-size: 16px;
}

.contact-wrapper {
    display: flex;
    gap: 40px;
}

.contact-form,
.contact-info {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    flex: 1;
}

.contact-form h3,
.contact-info h3 {
    margin-bottom: 25px;
    color: #111;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007bff;
}

.contact-form button {
    width: 100%;
    padding: 14px;
    background: #2ba7db;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.contact-form button:hover {
    background: none;
    border: 1px solid #2ba7db;
    color: #2ba7db;
    transition: all 0.7s ease;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.contact-info ul li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #555;
}

.contact-info iframe {
    width: 100%;
    height: 220px;
    border: 0;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .contact-wrapper {
        flex-direction: column;
    }
}
