@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather+Sans:wght@400;700&display=swap");
body {
  font-family: 'Lato', sans-serif;
  color: #040000;
  
}

img.hospital-img.mb-3 {
    width: 278px;
    border-radius: 10px;
}

.about_section.layout_padding-bottom {
    background: #D1E3FF;
    padding-top: 82px;
}

.service_section.layout_padding {
    background: #fff;
    margin-top: 106px;
}

.search_section.layout_padding {
    padding-top: 123px;
    padding-bottom: 100px;
    margin-top: 51px;
    margin-bottom: 80px;
}

.team.layout_padding {
    background: #D1E3FF;
     padding-top: 60px;
    padding-bottom: 60px;
}














/* Fixed Header */
.header_section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background: linear-gradient(to right, #ffffff, #f9f9f9);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

/* Padding under fixed header */
.hero_area {
  padding-top: 146px;
}

/* Logo Style */
.logo_image {
  height: 70px;
  transition: transform 0.3s ease;
}
/* Navigation Links */
.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 15px;
  margin-left: 10px;
  padding: 8px 12px;
  color: #333;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.navbar-nav .nav-link.active {
  background-color: transparent;
  color: red !important;
}




.logo_image:hover {
  transform: scale(1.05);
}

/* Contact Info */
.contact_nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 8px 15px;
}

.contact_nav a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact_nav a:hover {
  color: #0d6efd;
}

.contact_nav a i {
  margin-right: 5px;
  color: #0d6efd;
  font-size: 16px;
}

/* Top text */
.top_text {
  padding-left: 3px;
  font-weight: 500;
}

/* Navigation Links */
.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 15px;
  margin-left: 10px;
  padding: 8px 12px;
  color: #333;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  
  color: red !important;
}

/* Mobile View */
@media (max-width: 991.98px) {
  .navbar-nav {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  }

  .navbar-nav .nav-item {
    margin: 5px 0;
  }

  .contact_nav {
    justify-content: center;
    gap: 10px;
    font-size: 13px;
  }
}











.View_more_btn {
        text-align: center; 
        margin-top: 20px; 
    }
    .View_more_btn a {
        display: inline-block; 
        padding: 10px 20px; 
        background-color: #0355CC; 
        color: white; 
        text-decoration: none; 
        transition: background-color 0.3s ease; 
    }


.spanColor{
	color:red;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
}

.heading_container p {
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: 'Merriweather Sans', sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 25px;
  color: #000000;
  text-align: center;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #0355cc;
}

.custom_nav-container .form-inline .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .form-inline .nav_search-btn:hover {
  color: #0355cc;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #ff8a1d;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: bottom;
 /* Background Image Settings */
     background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                url('../images/home.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
	height: 633px;

}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  padding-bottom: 90px;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  color: #0355cc;
}

.slider_section .detail-box p {
  color: #fff;
  font-size: 15px;
  text-align:justify;
  font-size:20px;
  font-style:bold;
}

.slider_section .detail-box a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #ff8a1d;
  border: 1px solid #ff8a1d;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 15px;
  text-decoration:none;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #ff8a1d;
}

.slider_section .img-box img {
  width: 100%;
}

.feature_section {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature_section .feature_container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 10px;
  padding: 45px 15px;
  background-color: #ffffff;
  color: #555089;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.feature_section .feature_container .box .img-box {
  width: 90px;
  height: 90px;
}

.feature_section .feature_container .box .img-box svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  fill: #726dae;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_section .feature_container .box .img-box svg path {
  fill: #726dae;
}

.feature_section .feature_container .box .name {
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
  margin-bottom: 0;
}

.feature_section .feature_container .box:hover, .feature_section .feature_container .box.active {
  background-color: #ff8a1d;
  color: #ffffff;
}

.feature_section .feature_container .box:hover .img-box svg, .feature_section .feature_container .box.active .img-box svg {
  fill: #ffffff;
}

.feature_section .feature_container .box:hover .img-box svg path, .feature_section .feature_container .box.active .img-box svg path {
  fill: #ffffff;
}









.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 10px;
}

.about_section .detail-box a {
  margin-top: 15px;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 2px;
  color: #ffffff;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #0355cc;
}

.about_section .img-box img {
  width: 100%;
}



.scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.scroll-box {
  display: flex;
  width: max-content;
  animation: scrollSlide 60s linear infinite;
}

@keyframes scrollSlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* Scroll effect for duplicated data */
}

.scroll-item {
  min-width: 300px;
  margin: 0 10px;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hospital-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

.hospital-details {
  margin-top: 10px;
  text-align: center;
}

.scroll-wrapper:hover .scroll-box {
  animation-duration: 100s;
}











.heading_container {
  margin-bottom: 30px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: #000;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

    .gallery-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 0 10px;
    }

    .gallery-item {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .gallery-item img {
        width: 100%;
        height: 260px; 
        object-fit: cover; 
        display: block;
        transition: transform 0.3s ease;
    }

    .gallery-item:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .gallery-item:hover img {
        transform: scale(1.1);
    }

    .view-more-btn {
        padding: 12px 30px;
        font-size: 16px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .view-more-btn:hover {
        background-color: #0056b3;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .gallery-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 480px) {
        .gallery-container {
            grid-template-columns: 1fr;
        }
    }

 
section.faq {
    margin-top: 67px;
    margin-bottom: 67px;
}

.faq-container {
            max-width: 90%;
            margin: auto;
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .faq-item {
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
        }
        .faq-question {
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
		
		.faq-question:hover{
			color:red;
		}
        .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

        .faq-icon {
            font-size: 20px;
        }
		
		.faq_heading h1,p {
    margin: auto;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    
}
.faq_heading{
	border-bottom:1px solid red;
	margin-bottom:50px;
}





.contact_section input::-webkit-input-placeholder {
  color: #737272;
}

.contact_section input:-ms-input-placeholder {
  color: #737272;
}

.contact_section input::-ms-input-placeholder {
  color: #737272;
}

.contact_section input::placeholder {
  color: #737272;
}

.contact_section input.message-box {
  height: 135px;
}

.contact_section button {
  border: none;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 55px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 0;
  color: #ffffff;
  margin-top: 15px;
}

.contact_section button:hover {
  background-color: transparent;
  color: #0355cc;
}

.contact_section .map_container {
  height: 360px;
}

.contact_section .map_container .map {
  height: 100%;
}
.bloSection {
    position: relative;
    padding: 20px 0;
}

.slider {
    display: flex;
}

.blogBox {
    width: 300px;
    margin: 10px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.blogBox img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
}

.blogTitle {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.blogContent {
    font-size: 14px;
    color: #555;
}

.blog .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.blog .btn-box a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 0;
  color: #ffffff;
  Text-decoration:none;
}



/* Navigation Buttons */
button.prev,
button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
}

button.prev { left: 10px; }
button.next { right: 10px; }

button:hover {
    background: rgba(0, 0, 0, 0.8);
}








        /* Footer Background & Text Colors */
        .footer {
            background: #fff;
            color: #333; 
            padding: 40px 0;
        }

        h5.footer_col_title{
    color: #140901;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

		.footer ul li:hover{
			color:red;
		}

        .footer ul {
            padding: 0;
            list-style: none;
        }


		
	
	.footer ul li {
    color: #7c7a7a;
    font-size: 16px;
    margin: 16px;
	padding: 5px 0;
	font-family: "Poppins", sans-serif;
}

        .footer ul li i {
            color: red; 
            margin-right: 8px;
        }

        .footer a {
            color: red;
            text-decoration: none;
        }

        .footer a:hover {
            color: #0056b3;
            text-decoration: underline;
        }

        /* Social Icons */
        .social-icons a {
            color: #007bff;
            font-size: 20px;
            margin-right: 15px;
            transition: 0.3s;
        }

        .social-icons a:hover {
            color: #0056b3;
        }

        /* Logo Styling */
        img.logo {
            width: 200px;
            height: 100px;
            padding: 10px;
            margin-bottom: 30px;
        }

        /* Divider */
        .devider {
            height: 2px;
            background: #ddd; /* হালকা ধূসর ডিভাইডার */
            margin-bottom: 20px;
        }
		.fa-brands{
			color:red;
		}
		.footer ul li a{
			    color: #999999;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
		}
		a,
.footer ul li a:hover {
  outline: none;
  text-decoration: none;
  color: red;
}
p.descripton_Text {
    text-align: justify;
    font-weight: 500;
}






/* footer section*/
.footer_section {
   background: #f4f4f4 none repeat scroll 0 0;
  border-top: 1px solid #e7e7e7;
  margin-top: 120px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer_section p {
      color: #323a45;
    margin: 0;
    text-transform: capitalize;
    line-height: 40px;
}

.footer_section a {
      color: #ff5a6e;
    text-transform: capitalize;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */