/*=== MEDIA QUERY ===*/
/*
Theme Name: Medic
Author: Themefisher
Author URI: https://themefisher.com/
Description: Medicle Template
Version: 1.0.0

*/
@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");
html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6F8BA4;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #223a66;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-main:hover {
  background: #e12454;
  border-color: #e12454;
  color: #fff;
}

.btn-main-2 {
  background: #e12454;
  color: #fff;
  border-color: #e12454;
}

.btn-main-2:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-border {
  border: 2px solid #223a66;
  background: transparent;
  color: #223a66;
}

.btn-solid-border:hover {
  border: 2px solid #223a66;
  color: #fff;
  background: #223a66;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #223a66;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all .35s ease;
}

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

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  color: #223a66;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain {
  padding: 20px 0px;
}

#navbarmain .nav-link {
  font-weight: 600;
  padding: 10px 15px;
  color: #222;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  transition: all .25s ease;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 10px;
}

.dropdown .dropdown-menu {
  position: absolute;
  display: block;
  background: #fff;
  min-width: 240px;
  top: 130%;
  left: 0;
  right: 0px;
  opacity: 0;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border: 0px;
  border-top: 5px solid #e12454;
  border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.dropdown .dropdown-item {
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-weight: 400;
  color: #555;
}

.dropdown .dropdown-item:hover {
  color: #e12454;
}

.header-top-bar {
  background: #223a66;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}

.bg-1 {
  background: url("../images/bg/22.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: url("../images/bg/slider-bg-1.jpg") no-repeat;
  background-size: cover;
  min-height: 550px;
}

.banner .block {
  padding: 80px 0px 160px;
}

.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #223a66;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}

.divider {
  width: 40px;
  height: 5px;
  background: #e12454;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner {
    background: #fff !important;
  }
}

@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}

.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}

.appoinment-content {
  position: relative;
}

.appoinment-content img {
  width: 85%;
}

.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #223a66;
  padding: 48px;
}

.appoinment-content .emergency h2 {
  color: #fff;
}

.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}

.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
  height: auto;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -70px;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  color: #223a66;
}

.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 0px;
  position: relative;
}

.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.06);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.counter-stat span {
  font-size: 70px;
  color: #fff;
}

.counter-stat p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.mb--80 {
  margin-bottom: -80px;
}

.service {
  padding-top: 180px;
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}

.service i {
  color: #e12454;
}

.service h4 {
  padding-left: 20px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}

.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
}

.department-service li i {
  color: #e12454;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: .6rem 1.5rem;
  cursor: pointer;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}

.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn, .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .doctors .btn-group > .btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}

.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
  transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}

.doctor-info li i {
  margin-right: 20px;
  color: #e12454;
}

.read-more {
  color: #223a66;
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

.cta {
  background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(34, 58, 102, 0.95);
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #223a66;
}

.cta-section {
  margin-bottom: -80px;
}

.cta-2 {
  background: url("../images/bg/cta-bg.png") no-repeat;
  background-position: center center;
}

.cta-page {
  background: url("../images/bg/banner.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial {
  position: relative;
}

.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-block p {
  background: #fff;
  font-size: 18px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}

.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: .08;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}

.testimonial-block.style-2 i {
  bottom: -20px;
  color: #e12454;
  opacity: .3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #e12454;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #223a66;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #223a66;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #223a66;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #e12454;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #223a66;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #223a66;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #223a66;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #223a66;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #223a66;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #e12454;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #223a66;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #223a66;
}

.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 3px;
}

.widget h4 {
  color: #223a66;
}

.widget .footer-menu a {
  color: #6F8BA4;
}

.widget .footer-menu a:hover {
  color: #e12454;
}

.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}

.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  width: 45px;
  height: 45px;
  background: #6F8BA4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 12px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #e12454;
}

.subscribe {
  position: relative;
}

.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}

.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background: #e12454;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 60px;
  height: 60px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
}

.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
}

/*# sourceMappingURL=maps/style.css.map */


/*Toufique css*/


/* Category Boxes */
.categories-section {
    background-color: #fff;
}

.category-box {
    background-color: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.category-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background-color: #e9ecef;
}

.category-box.active {
    background-color: #e7f3ff;
    border-color: #b3d9ff;
}

.category-icon {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.category-box:hover .category-icon,
.category-box.active .category-icon {
    background-color: var(--primary-color);
    color: white;
}

.category-icon i {
    font-size: 24px;
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.category-box:hover .category-icon i,
.category-box.active .category-icon i {
    color: white;
}

.category-name {
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.category-box:hover .category-name,
.category-box.active .category-name {
    color: #212529;
}

/* Products Section */
.products-section {
    background-color: #f8f9fa;
}

.product-section-card {
    border: 1px solid #e9ecef !important;
}

.product-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    min-width: 280px;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #dee2e6;
}

.product-image {
    position: relative;
    padding: 16px;
    padding-bottom: 8px;
}

.product-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.discount-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: var(--success-color);
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.cart-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 8px;
    border-radius: 8px;
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.product-card:hover .cart-btn {
    opacity: 1;
}

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

.product-info {
    padding: 0 16px 16px;
}

.rating {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.stars {
    color: #ffc107;
    margin-right: 4px;
}

.rating-text {
    font-size: 12px;
    color: #6c757d;
}

.product-title {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    margin-bottom: 12px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.current-price {
    font-size: 18px;
    font-weight: bold;
    color: #212529;
}

.original-price {
    font-size: 14px;
    color: #6c757d;
    text-decoration: line-through;
}

.stock-badge {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 20px;
    font-weight: 500;
}

.in-stock {
    background-color: #d1e7dd;
    color: #0f5132;
}

.out-of-stock {
    background-color: #f8d7da;
    color: #721c24;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
}

.cta-divider {
    width: 48px;
    height: 4px;
    border-radius: 2px;
}

/* Footer */
footer a:hover {
    color: #e12454 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .category-box {
        min-height: 100px;
        padding: 15px 10px;
    }
    
    .category-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }
    
    .category-icon i {
        font-size: 20px;
    }
    
    .category-name {
        font-size: 12px;
    }
    
    .product-card {
        min-width: 250px;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .category-box {
        min-height: 90px;
        padding: 12px 8px;
    }
    
    .product-card {
        min-width: 220px;
    }
}

/* Scrollbar for horizontal scroll */
.overflow-auto::-webkit-scrollbar {
    height: 6px;
}

.overflow-auto::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.overflow-auto::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.overflow-auto::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}



/*Toufique Css*/



/* Header Styles */
.accent-line {
    width: 60px;
    height: 4px;
    background-color: #dc3545;
    border-radius: 2px;
}

/* Equipment Card Styles */
.equipment-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
}

.equipment-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.card-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.equipment-card:hover .card-image img {
    transform: scale(1.1);
}

/* Card Overlay */
.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
    padding: 20px 15px 15px;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.card-title {
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}

/* Hover Border Effect */
.equipment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid transparent;
    border-radius: 15px;
    transition: border-color 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.equipment-card:hover::before {
    border-color: #dc3545;
}

/* Button Styles */
.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .card-title {
        font-size: 0.8rem;
    }
    
    .accent-line {
        width: 40px;
        height: 3px;
    }
    
    .display-4 {
        font-size: 2rem;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .card-title {
        font-size: 0.85rem;
    }
}

@media (min-width: 1200px) {
    .card-title {
        font-size: 1rem;
    }
}

/* Smooth Loading Animation */
.equipment-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.equipment-card:nth-child(1) { animation-delay: 0.1s; }
.equipment-card:nth-child(2) { animation-delay: 0.2s; }
.equipment-card:nth-child(3) { animation-delay: 0.3s; }
.equipment-card:nth-child(4) { animation-delay: 0.4s; }
.equipment-card:nth-child(5) { animation-delay: 0.5s; }
.equipment-card:nth-child(6) { animation-delay: 0.6s; }
.equipment-card:nth-child(7) { animation-delay: 0.7s; }
.equipment-card:nth-child(8) { animation-delay: 0.8s; }
.equipment-card:nth-child(9) { animation-delay: 0.9s; }
.equipment-card:nth-child(10) { animation-delay: 1.0s; }
.equipment-card:nth-child(11) { animation-delay: 1.1s; }
.equipment-card:nth-child(12) { animation-delay: 1.2s; }

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

/* Focus States for Accessibility */
.equipment-card:focus {
    outline: 3px solid #007bff;
    outline-offset: 2px;
}

.btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}



/*Our Products css*/

/* Hero Banner */
.our-products-hero-banner {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.our-products-hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.our-products-hero-content {
  position: relative;
  z-index: 2;
}

.our-products-hero-content h2 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  opacity: 0.9;
}

.our-products-hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}

.our-products-hero-content .our-products-highlight {
  color: var(--warning-color);
  font-size: 4rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.our-products-hero-content p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.our-products-btn-warning {
  background: linear-gradient(135deg, var(--warning-color) 0%, #e67e22 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--white);
  transition: all 0.3s ease;
  box-shadow: var(--shadow-medium);
}

.our-products-btn-warning:hover {
  background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
  transform: translateY(-3px);
  box-shadow: var(--shadow-heavy);
  color: var(--white);
}

/* Category Items */
.our-products-category-item {
  text-align: center;
  padding: 25px 15px;
  border-radius: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: var(--white);
  border: 2px solid transparent;
  box-shadow: var(--shadow-light);
}

.our-products-category-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-medium);
  border-color: var(--primary-color);
}

.our-products-category-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 15px;
  display: block;
  border: 3px solid var(--primary-color);
  transition: transform 0.3s ease;
}

.our-products-category-item:hover .our-products-category-icon {
  transform: scale(1.1);
}

.our-products-category-item p {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
}

/* Product Cards - 6 in a row */
.our-products-product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1400px) {
  .our-products-product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .our-products-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .our-products-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .our-products-product-grid {
    grid-template-columns: 1fr;
  }
}

.our-products-product-card {
  background: var(--white);
  border-radius: 15px;
  box-shadow: var(--shadow-light);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  border: 2px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.our-products-product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-heavy);
  border-color: var(--primary-color);
}

.our-products-product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.our-products-product-card:hover img {
  transform: scale(1.05);
}

.our-products-product-card .our-products-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.our-products-product-card .our-products-card-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 12px;
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}

.our-products-product-card .our-products-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--success-color);
  margin-bottom: 15px;
  flex: 1;
}

.our-products-product-card .our-products-original-price {
  text-decoration: line-through;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-left: 8px;
  font-weight: 500;
}

.our-products-product-card .our-products-btn-success {
  background: linear-gradient(135deg, var(--success-color) 0%, #229954 100%);
  border: none;
  border-radius: 25px;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  width: 100%;
}

.our-products-product-card .our-products-btn-success:hover {
  background: linear-gradient(135deg, #229954 0%, #1e8449 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(39, 174, 96, 0.4);
}

.our-products-product-discount {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, var(--danger-color) 0%, #c0392b 100%);
  color: var(--red);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 2;
  box-shadow: var(--shadow-light);
}

/* Section Titles */
.our-products-section h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.our-products-section h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  border-radius: 2px;
}

.our-products-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.our-products-section-header a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.our-products-section-header a:hover {
  color: var(--primary-dark);
}

/* Background Sections */
.our-products-bg-light {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}
.our-products-get-deal {
  font-size: 0.75rem;
  padding: 4px 8px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.our-products-get-deal i {
  font-size: 0.75rem;
  color: inherit;
}


/*  View All Doctors Choise Starts Here*/



/* Container */
.view-all-products-container {
  background: #fff;
  min-height: 100vh;
}

/* Header */
.view-all-products-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.view-all-products-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.view-all-products-count {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.9;
}

/* Sidebar */
.view-all-products-sidebar {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: sticky;
  top: 2rem;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}

.view-all-products-filter-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}

.view-all-products-filter-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.view-all-products-filter-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.view-all-products-label {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
  display: block;
}

.view-all-products-price-input {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.view-all-products-price-input:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.view-all-products-range-slider {
  width: 100%;
  margin: 1rem 0;
}

.view-all-products-search-box {
  position: relative;
  margin-bottom: 1rem;
}

.view-all-products-search-input {
  padding-right: 2.5rem;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  font-size: 0.9rem;
}

.view-all-products-search-input:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.view-all-products-search-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

.view-all-products-checkbox-list {
  max-height: 200px;
  overflow-y: auto;
}

.view-all-products-checkbox-item {
  margin-bottom: 0.5rem;
}

.view-all-products-checkbox-item .form-check-input {
  border-color: #667eea;
}

.view-all-products-checkbox-item .form-check-input:checked {
  background-color: #667eea;
  border-color: #667eea;
}

.view-all-products-checkbox-item .form-check-label {
  font-size: 0.9rem;
  color: #495057;
  cursor: pointer;
}

/* Main Content */
.view-all-products-main-content {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  padding: 1.5rem;
}

/* Sorting Bar */
.view-all-products-sorting-bar {
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 2rem;
}

.view-all-products-sort-options {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.view-all-products-sort-btn {
  background: transparent;
  border: 1px solid #dee2e6;
  color: #6c757d;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.view-all-products-sort-btn:hover {
  border-color: #667eea;
  color: #667eea;
  background: rgba(102, 126, 234, 0.1);
}

.view-all-products-sort-btn.active {
  background: #667eea;
  border-color: #667eea;
  color: white;
}

.view-all-products-reset-btn {
  border-color: #dc3545;
  color: #dc3545;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.view-all-products-reset-btn:hover {
  background: #dc3545;
  color: white;
}

/* Product Cards */
.view-all-products-grid {
  margin-top: 1rem;
}

.view-all-products-card {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.view-all-products-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  border-color: #667eea;
}

.view-all-products-card-header {
  position: relative;
  padding: 1rem;
  background: #f8f9fa;
}

.view-all-products-badges {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
}

.view-all-products-cod-badge {
  background: #28a745;
  color: white;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
}

.view-all-products-image {
  text-align: center;
  padding: 1rem 0;
}

.view-all-products-image img {
  max-height: 150px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.view-all-products-card:hover .view-all-products-image img {
  transform: scale(1.05);
}

.view-all-products-card-body {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.view-all-products-rating {
  margin-bottom: 0.5rem;
}

.view-all-products-stars {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.view-all-products-stars i {
  color: #ffc107;
  font-size: 0.9rem;
}

.view-all-products-rating-text {
  font-size: 0.85rem;
  color: #6c757d;
  margin-left: 0.5rem;
  font-weight: 600;
}

.view-all-products-delivery {
  margin-bottom: 0.75rem;
}

.view-all-products-delivery-text {
  font-size: 0.8rem;
  color: #28a745;
  font-weight: 500;
  background: rgba(40, 167, 69, 0.1);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  display: inline-block;
}

.view-all-products-product-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.view-all-products-price {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.view-all-products-current-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c3e50;
}

.view-all-products-original-price {
  font-size: 0.9rem;
  color: #6c757d;
  text-decoration: line-through;
}

.view-all-products-add-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  margin-top: auto;
}

.view-all-products-add-btn:hover {
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.view-all-products-add-btn:active {
  transform: translateY(0);
}

/* Load More Button */
.view-all-products-load-more {
  margin-top: 3rem;
}

.view-all-products-load-btn {
  background: transparent;
  border: 2px solid #667eea;
  color: #667eea;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.view-all-products-load-btn:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .view-all-products-title {
    font-size: 2rem;
  }
  
  .view-all-products-count {
    font-size: 0.9rem;
  }
}

@media (max-width: 992px) {
  .view-all-products-sidebar {
    position: static;
    max-height: none;
    margin-bottom: 1.5rem;
  }
  
  .view-all-products-sort-options {
    justify-content: center;
  }
  
  .view-all-products-sorting-bar .row {
    text-align: center;
  }
  
  .view-all-products-sorting-bar .col-md-4 {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .view-all-products-header {
    padding: 1.5rem 0;
  }
  
  .view-all-products-title {
    font-size: 1.8rem;
  }
  
  .view-all-products-sidebar,
  .view-all-products-main-content {
    padding: 1rem;
  }
  
  .view-all-products-sort-options {
    gap: 0.5rem;
  }
  
  .view-all-products-sort-btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
  }
  
  .view-all-products-price {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}

@media (max-width: 576px) {
  .view-all-products-container {
    margin: 0;
  }
  
  .view-all-products-header {
    margin-bottom: 1rem;
  }
  
  .view-all-products-title {
    font-size: 1.5rem;
  }
  
  .view-all-products-count {
    font-size: 0.8rem;
  }
  
  .view-all-products-sidebar {
    border-radius: 8px;
    padding: 0.75rem;
  }
  
  .view-all-products-main-content {
    border-radius: 8px;
    padding: 0.75rem;
  }
  
  .view-all-products-filter-title {
    font-size: 1rem;
  }
  
  .view-all-products-card {
    border-radius: 8px;
  }
  
  .view-all-products-image img {
    max-height: 120px;
  }
  
  .view-all-products-product-title {
    font-size: 0.9rem;
  }
  
  .view-all-products-current-price {
    font-size: 1.1rem;
  }
  
  .view-all-products-load-btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* Accessibility Improvements */
.view-all-products-card:focus-within {
  outline: 2px solid #667eea;
  outline-offset: 2px;
}

.view-all-products-add-btn:focus,
.view-all-products-sort-btn:focus,
.view-all-products-reset-btn:focus,
.view-all-products-load-btn:focus {
  outline: 2px solid #667eea;
  outline-offset: 2px;
}

/* Animation for loading states */
@keyframes view-all-products-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.view-all-products-loading {
  animation: view-all-products-pulse 1.5s ease-in-out infinite;
}

/* Print Styles */
@media print {
  .view-all-products-sidebar {
    display: none;
  }
  
  .view-all-products-sorting-bar {
    display: none;
  }
  
  .view-all-products-load-more {
    display: none;
  }
  
  .view-all-products-card {
    break-inside: avoid;
    margin-bottom: 1rem;
  }
}


/* Single Page Css Starts*/

/* Professional Medical Product Detail Page */

/* Base Styles */
* {
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
}

/* Container */
.product-detail-container {
  background: #fff;
  min-height: 100vh;
  padding: 2rem 0;
}

/* Image Section */
.product-detail-image-section {
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  margin-bottom: 2rem;
}

.product-detail-main-image {
  margin-bottom: 2rem;
}

.product-detail-image-container {
  position: relative;
  text-align: center;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid #e9ecef;
}

.product-detail-primary-image {
  max-height: 400px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-detail-primary-image:hover {
  transform: scale(1.05);
}

.product-detail-wishlist-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-detail-wishlist-btn:hover {
  background: #ff6b6b;
  color: white;
  transform: scale(1.1);
}

.product-detail-wishlist-btn i {
  font-size: 1.2rem;
}

/* Thumbnails */
.product-detail-thumbnails {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.product-detail-thumbnail-item {
  width: 80px;
  height: 80px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.product-detail-thumbnail-item:hover,
.product-detail-thumbnail-item.active {
  border-color: #4285f4;
  transform: scale(1.05);
}

.product-detail-thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-video-thumb {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.product-detail-play-icon {
  font-size: 1.5rem;
}

/* Features */
.product-detail-features {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 8px;
}

.product-detail-feature-item {
  text-align: center;
  padding: 1rem 0.5rem;
}

.product-detail-feature-icon {
  font-size: 2rem;
  color: #4285f4;
  margin-bottom: 0.5rem;
}

.product-detail-feature-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2c3e50;
  display: block;
}

/* Product Information Section */
.product-detail-info-section {
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

/* Header */
.product-detail-header {
  margin-bottom: 2rem;
}

.product-detail-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.product-detail-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product-detail-stars {
  display: flex;
  gap: 0.2rem;
}

.product-detail-stars i {
  color: #ffc107;
  font-size: 1rem;
}

.product-detail-rating-count {
  color: #6c757d;
  font-size: 0.9rem;
}

/* Price Section */
.product-detail-price-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}

.product-detail-current-price {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  display: inline-block;
  margin-right: 1rem;
}

.product-detail-original-price {
  font-size: 1.2rem;
  color: #6c757d;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 1rem;
}

.product-detail-discount {
  background: #28a745;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
}

.product-detail-gst-info {
  font-size: 0.85rem;
  color: #6c757d;
  margin-top: 0.5rem;
}

.product-detail-view-details {
  color: #4285f4;
  text-decoration: none;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  display: inline-block;
}

.product-detail-view-details:hover {
  text-decoration: underline;
}

/* Delivery Section */
.product-detail-delivery-section {
  margin-bottom: 2rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
}

.product-detail-delivery-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.product-detail-delivery-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.product-detail-pincode {
  background: #e9ecef;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
}

.product-detail-change-link {
  color: #4285f4;
  text-decoration: none;
  font-size: 0.8rem;
}

/* Engraving Section */
.product-detail-engraving-section {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
}

.product-detail-engraving-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.product-detail-engraving-title {
  font-weight: 600;
  color: #2c3e50;
}

.product-detail-engraving-free {
  background: #28a745;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
}

.product-detail-engraving-input {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.product-detail-engraving-input input {
  flex: 1;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 0.5rem;
}

.product-detail-save-btn {
  background: #4285f4;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 600;
}

.product-detail-engraving-limit {
  color: #6c757d;
  font-size: 0.8rem;
}

/* Model Section */
.product-detail-model-section {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-detail-model-label {
  font-weight: 600;
  color: #2c3e50;
}

.product-detail-model-value {
  background: #4285f4;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-weight: 600;
}

/* Purchase Section */
.product-detail-purchase-section {
  border-top: 1px solid #e9ecef;
  padding-top: 2rem;
}

.product-detail-quantity-section {
  margin-bottom: 2rem;
}

.product-detail-quantity-label {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  display: block;
}

.product-detail-quantity-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
}

.product-detail-qty-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #dee2e6;
  background: white;
  color: #2c3e50;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail-qty-btn:hover {
  background: #4285f4;
  color: white;
  border-color: #4285f4;
}

.product-detail-qty-input {
  width: 80px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 0.5rem;
}

/* Bulk Offers */
.product-detail-bulk-offers {
  margin-bottom: 2rem;
}

.product-detail-bulk-offer {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  position: relative;
}

.product-detail-bulk-radio {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.product-detail-bulk-label {
  display: block;
  padding-left: 2rem;
  cursor: pointer;
}

.product-detail-bulk-text {
  font-weight: 600;
  color: #2c3e50;
  display: block;
  margin-bottom: 0.25rem;
}

.product-detail-bulk-price {
  color: #6c757d;
  font-size: 0.9rem;
  display: block;
}

.product-detail-bulk-save {
  color: #28a745;
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
}

.product-detail-show-more {
  color: #4285f4;
  text-decoration: none;
  font-size: 0.9rem;
}

/* Bulk Banner */
.product-detail-bulk-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.product-detail-bulk-image {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
}

.product-detail-bulk-banner-text {
  font-weight: 600;
  color: #856404;
}

/* Subtotal */
.product-detail-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 2rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
}

/* Action Buttons */
.product-detail-action-buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.product-detail-add-to-cart-btn {
  flex: 1;
  background: white;
  border: 2px solid #4285f4;
  color: #4285f4;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.product-detail-add-to-cart-btn:hover {
  background: #4285f4;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}

.product-detail-buy-now-btn {
  flex: 1;
  background: #4285f4;
  border: 2px solid #4285f4;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.product-detail-buy-now-btn:hover {
  background: #3367d6;
  border-color: #3367d6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}

/* Special Banner */
.product-detail-special-banner {
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
  color: white;
  padding: 1.5rem;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.product-detail-special-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-detail-special-text h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.product-detail-special-text p {
  margin: 0;
  opacity: 0.9;
}

.product-detail-special-badge {
  background: #ffc107;
  color: #212529;
  padding: 0.75rem 1rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.2rem;
}

/* Similar Products Section */
.product-detail-similar-section {
  margin: 4rem 0;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 12px;
}

.product-detail-similar-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 2rem;
  text-align: center;
}

.product-detail-similar-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  height: 100%;
}

.product-detail-similar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-detail-similar-image {
  position: relative;
  padding: 1rem;
  background: #f8f9fa;
}

.product-detail-similar-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.product-detail-similar-rating {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
}

.product-detail-similar-info {
  padding: 1rem;
}

.product-detail-similar-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-detail-similar-badge {
  margin-bottom: 0.5rem;
}

.product-detail-similar-price {
  margin-bottom: 1rem;
}

.product-detail-similar-current {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin-right: 0.5rem;
}

.product-detail-similar-original {
  font-size: 0.9rem;
  color: #6c757d;
  text-decoration: line-through;
}

.product-detail-similar-add-btn {
  background: #4285f4;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  width: 100%;
  transition: all 0.3s ease;
}

.product-detail-similar-add-btn:hover {
  background: #3367d6;
  transform: translateY(-1px);
}

.product-detail-similar-nav-btn {
  width: 60px;
  height: 60px;
  border: 2px solid #4285f4;
  background: white;
  color: #4285f4;
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.product-detail-similar-nav-btn:hover {
  background: #4285f4;
  color: white;
  transform: scale(1.1);
}

/* Credit Section */
.product-detail-credit-section {
  margin: 3rem 0;
  padding: 2rem;
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  border-radius: 12px;
}

.product-detail-credit-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-detail-credit-text h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #856404;
  margin-bottom: 0.5rem;
}

.product-detail-credit-text p {
  color: #856404;
  margin: 0;
}

.product-detail-credit-link {
  color: #4285f4;
  text-decoration: none;
  font-weight: 600;
}

.product-detail-credit-image img {
  width: 80px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
}

/* Reviews Section */
.product-detail-reviews-section {
  margin: 3rem 0;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 12px;
}

.product-detail-reviews-header h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.product-detail-reviews-header p {
  color: #6c757d;
  margin: 0;
}

/* Product Details Section */
.product-detail-details-section {
  margin: 3rem 0;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.product-detail-details-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 2rem;
}

.product-detail-box-contents {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 8px;
}

.product-detail-box-title {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.product-detail-box-item {
  color: #6c757d;
  margin: 0;
}

.product-detail-description {
  padding: 1.5rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
}

.product-detail-description-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.product-detail-description-header h6 {
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

/* More Products Section */
.product-detail-more-section {
  margin: 4rem 0;
}

.product-detail-more-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 2rem;
}

.product-detail-more-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.product-detail-more-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.product-detail-more-image {
  position: relative;
  padding: 0.5rem;
  background: #f8f9fa;
}

.product-detail-more-image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.product-detail-more-rating {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 600;
}

.product-detail-more-info {
  padding: 0.75rem;
}

.product-detail-more-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-detail-more-badge {
  margin-bottom: 0.5rem;
}

.product-detail-more-price {
  margin-bottom: 0.75rem;
}

.product-detail-more-current {
  font-size: 0.9rem;
  font-weight: 700;
  color: #2c3e50;
  margin-right: 0.25rem;
}

.product-detail-more-original {
  font-size: 0.8rem;
  color: #6c757d;
  text-decoration: line-through;
}

.product-detail-more-add-btn {
  background: #4285f4;
  color: white;
  border: none;
  padding: 0.4rem 0.75rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.8rem;
  width: 100%;
  transition: all 0.3s ease;
}

.product-detail-more-add-btn:hover {
  background: #3367d6;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .product-detail-title {
    font-size: 1.3rem;
  }
  
  .product-detail-current-price {
    font-size: 1.8rem;
  }
}

@media (max-width: 992px) {
  .product-detail-container {
    padding: 1rem 0;
  }
  
  .product-detail-image-section,
  .product-detail-info-section {
    margin-bottom: 1.5rem;
  }
  
  .product-detail-action-buttons {
    flex-direction: column;
  }
  
  .product-detail-special-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .product-detail-credit-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .product-detail-image-section,
  .product-detail-info-section {
    padding: 1rem;
  }
  
  .product-detail-title {
    font-size: 1.2rem;
  }
  
  .product-detail-current-price {
    font-size: 1.6rem;
  }
  
  .product-detail-thumbnails {
    gap: 0.5rem;
  }
  
  .product-detail-thumbnail-item {
    width: 60px;
    height: 60px;
  }
  
  .product-detail-features {
    padding: 1rem;
  }
  
  .product-detail-feature-item {
    padding: 0.5rem;
  }
  
  .product-detail-feature-icon {
    font-size: 1.5rem;
  }
  
  .product-detail-feature-title {
    font-size: 0.8rem;
  }
  
  .product-detail-similar-section,
  .product-detail-more-section {
    padding: 1rem;
  }
}

@media (max-width: 576px) {
  .product-detail-container {
    padding: 0.5rem 0;
  }
  
  .product-detail-image-section,
  .product-detail-info-section {
    padding: 0.75rem;
    margin-bottom: 1rem;
  }
  
  .product-detail-title {
    font-size: 1.1rem;
  }
  
  .product-detail-current-price {
    font-size: 1.4rem;
  }
  
  .product-detail-primary-image {
    max-height: 250px;
  }
  
  .product-detail-thumbnail-item {
    width: 50px;
    height: 50px;
  }
  
  .product-detail-engraving-input {
    flex-direction: column;
  }
  
  .product-detail-quantity-controls {
    width: 100%;
    justify-content: center;
  }
  
  .product-detail-bulk-banner {
    flex-direction: column;
    text-align: center;
  }
  
  .product-detail-subtotal {
    font-size: 1rem;
  }
  
  .product-detail-special-text h4 {
    font-size: 1.2rem;
  }
  
  .product-detail-similar-title,
  .product-detail-more-title,
  .product-detail-details-title {
    font-size: 1.2rem;
  }
}

/* Accessibility */
.product-detail-wishlist-btn:focus,
.product-detail-add-to-cart-btn:focus,
.product-detail-buy-now-btn:focus,
.product-detail-similar-add-btn:focus,
.product-detail-more-add-btn:focus {
  outline: 2px solid #4285f4;
  outline-offset: 2px;
}

/* Animation for loading states */
@keyframes product-detail-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.product-detail-loading {
  animation: product-detail-pulse 1.5s ease-in-out infinite;
}

/* Print Styles */
@media print {
  .product-detail-action-buttons,
  .product-detail-similar-section,
  .product-detail-more-section,
  .product-detail-credit-section,
  .product-detail-special-banner {
    display: none;
  }
  
  .product-detail-container {
    background: white;
    box-shadow: none;
  }
  
  .product-detail-image-section,
  .product-detail-info-section {
    box-shadow: none;
    border: 1px solid #ddd;
  }
}

.our-products-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}



/*Research and development */

 
 
/* Hero Section */
.bipap-cpap-research-hero {
  position: relative;
  background: var(--bipap-cpap-research-gradient);
  color: var(--bipap-cpap-research-white);
  overflow: hidden;
}

.bipap-cpap-research-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 90, 160, 0.1);
  z-index: 1;
}

.bipap-cpap-research-hero .container {
  position: relative;
  z-index: 2;
}

.bipap-cpap-research-hero-content {
  padding: 2rem 0;
}

.bipap-cpap-research-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.bipap-cpap-research-highlight {
  color: var(--bipap-cpap-research-secondary);
  display: block;
}

.bipap-cpap-research-hero-subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.bipap-cpap-research-hero-stats {
  margin: 3rem 0;
}

.bipap-cpap-research-stat-item {
  text-align: center;
  padding: 1rem;
}

.bipap-cpap-research-stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--bipap-cpap-research-secondary);
  margin-bottom: 0.5rem;
}

.bipap-cpap-research-stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0;
}

.bipap-cpap-research-hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.bipap-cpap-research-hero-image {
  position: relative;
  padding: 2rem 0;
}

.bipap-cpap-research-hero-image img {
  border-radius: 20px;
  box-shadow: var(--bipap-cpap-research-shadow-lg);
}

.bipap-cpap-research-floating-card {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background: var(--bipap-cpap-research-white);
  color: var(--bipap-cpap-research-dark);
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: var(--bipap-cpap-research-shadow-lg);
  display: flex;
  align-items: center;
  gap: 1rem;
  animation: bipap-cpap-research-float 3s ease-in-out infinite;
}

.bipap-cpap-research-card-icon {
  width: 50px;
  height: 50px;
  background: var(--bipap-cpap-research-gradient);
  color: var(--bipap-cpap-research-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.bipap-cpap-research-card-content h6 {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.bipap-cpap-research-card-content p {
  margin: 0;
  color: var(--bipap-cpap-research-gray);
  font-size: 0.9rem;
}

/* Buttons */
.bipap-cpap-research-btn-primary {
  background: var(--bipap-cpap-research-secondary);
  border: 2px solid var(--bipap-cpap-research-secondary);
  color: var(--bipap-cpap-research-white);
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.bipap-cpap-research-btn-primary:hover {
  background: transparent;
  color: var(--bipap-cpap-research-secondary);
  transform: translateY(-2px);
  box-shadow: var(--bipap-cpap-research-shadow-lg);
}

.bipap-cpap-research-btn-outline {
  background: transparent;
  border: 2px solid var(--bipap-cpap-research-white);
  color: var(--bipap-cpap-research-white);
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.bipap-cpap-research-btn-outline:hover {
  background: var(--bipap-cpap-research-white);
  color: var(--bipap-cpap-research-primary);
  transform: translateY(-2px);
}

.bipap-cpap-research-btn-sm {
  background: var(--bipap-cpap-research-primary);
  border: none;
  color: var(--bipap-cpap-research-white);
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.bipap-cpap-research-btn-sm:hover {
  background: var(--bipap-cpap-research-dark);
  transform: translateY(-1px);
}

.bipap-cpap-research-btn-outline-sm {
  background: transparent;
  border: 1px solid var(--bipap-cpap-research-border);
  color: var(--bipap-cpap-research-gray);
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.bipap-cpap-research-btn-outline-sm:hover {
  border-color: var(--bipap-cpap-research-primary);
  color: var(--bipap-cpap-research-primary);
}

/* Section Styles */
.bipap-cpap-research-overview,
.bipap-cpap-research-development,
.bipap-cpap-research-products,
.bipap-cpap-research-innovations,
.bipap-cpap-research-publications,
.bipap-cpap-research-contact {
  padding: 6rem 0;
}

.bipap-cpap-research-overview {
  background: var(--bipap-cpap-research-light);
}

.bipap-cpap-research-development {
  background: var(--bipap-cpap-research-white);
}

.bipap-cpap-research-products {
  background: var(--bipap-cpap-research-light);
}

.bipap-cpap-research-innovations {
  background: var(--bipap-cpap-research-white);
}

.bipap-cpap-research-publications {
  background: var(--bipap-cpap-research-light);
}

.bipap-cpap-research-contact {
  background: var(--bipap-cpap-research-white);
}

.bipap-cpap-research-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--bipap-cpap-research-dark);
  margin-bottom: 1rem;
}

.bipap-cpap-research-section-subtitle {
  font-size: 1.1rem;
  color: var(--bipap-cpap-research-gray);
  line-height: 1.6;
}

/* Overview Cards */
.bipap-cpap-research-overview-card {
  background: var(--bipap-cpap-research-white);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--bipap-cpap-research-shadow);
  transition: all 0.3s ease;
  height: 100%;
}

.bipap-cpap-research-overview-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--bipap-cpap-research-shadow-lg);
}

.bipap-cpap-research-card-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.bipap-cpap-research-card-icon-large {
  width: 80px;
  height: 80px;
  background: var(--bipap-cpap-research-gradient);
  color: var(--bipap-cpap-research-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1rem;
}

.bipap-cpap-research-card-header h4 {
  font-weight: 600;
  color: var(--bipap-cpap-research-dark);
}

.bipap-cpap-research-card-body p {
  color: var(--bipap-cpap-research-gray);
  margin-bottom: 1.5rem;
}

.bipap-cpap-research-feature-list {
  list-style: none;
  padding: 0;
}

.bipap-cpap-research-feature-list li {
  padding: 0.5rem 0;
  color: var(--bipap-cpap-research-gray);
  position: relative;
  padding-left: 1.5rem;
}

.bipap-cpap-research-feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--bipap-cpap-research-secondary);
  font-weight: bold;
}

/* Timeline */
.bipap-cpap-research-timeline {
  position: relative;
  padding: 2rem 0;
}

.bipap-cpap-research-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--bipap-cpap-research-border);
  transform: translateX(-50%);
}

.bipap-cpap-research-timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
}

.bipap-cpap-research-timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.bipap-cpap-research-timeline-marker {
  width: 60px;
  height: 60px;
  background: var(--bipap-cpap-research-gradient);
  color: var(--bipap-cpap-research-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
  margin: 0 2rem;
}

.bipap-cpap-research-timeline-content {
  flex: 1;
  background: var(--bipap-cpap-research-white);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: var(--bipap-cpap-research-shadow);
}

.bipap-cpap-research-timeline-content h5 {
  font-weight: 600;
  color: var(--bipap-cpap-research-dark);
  margin-bottom: 1rem;
}

.bipap-cpap-research-timeline-content p {
  color: var(--bipap-cpap-research-gray);
  margin-bottom: 1rem;
}

.bipap-cpap-research-timeline-details {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.bipap-cpap-research-badge {
  background: var(--bipap-cpap-research-gradient-light);
  color: var(--bipap-cpap-research-primary);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* Product Cards */
.bipap-cpap-research-product-card {
  background: var(--bipap-cpap-research-white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--bipap-cpap-research-shadow);
  transition: all 0.3s ease;
  height: 100%;
}

.bipap-cpap-research-product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--bipap-cpap-research-shadow-lg);
}

.bipap-cpap-research-product-image {
  position: relative;
  overflow: hidden;
}

.bipap-cpap-research-product-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.bipap-cpap-research-product-card:hover .bipap-cpap-research-product-image img {
  transform: scale(1.05);
}

.bipap-cpap-research-product-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--bipap-cpap-research-secondary);
  color: var(--bipap-cpap-research-white);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.bipap-cpap-research-product-content {
  padding: 2rem;
}

.bipap-cpap-research-product-content h4 {
  font-weight: 600;
  color: var(--bipap-cpap-research-dark);
  margin-bottom: 1rem;
}

.bipap-cpap-research-product-content p {
  color: var(--bipap-cpap-research-gray);
  margin-bottom: 1.5rem;
}

.bipap-cpap-research-product-features {
  margin-bottom: 2rem;
}

.bipap-cpap-research-feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  color: var(--bipap-cpap-research-gray);
  font-size: 0.9rem;
}

.bipap-cpap-research-feature-item i {
  color: var(--bipap-cpap-research-primary);
  width: 20px;
}

.bipap-cpap-research-product-actions {
  display: flex;
  gap: 1rem;
}

/* Innovation Cards */
.bipap-cpap-research-innovation-card {
  background: var(--bipap-cpap-research-white);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--bipap-cpap-research-shadow);
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
}

.bipap-cpap-research-innovation-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--bipap-cpap-research-shadow-lg);
}

.bipap-cpap-research-innovation-icon {
  width: 80px;
  height: 80px;
  background: var(--bipap-cpap-research-gradient);
  color: var(--bipap-cpap-research-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1.5rem;
}

.bipap-cpap-research-innovation-card h5 {
  font-weight: 600;
  color: var(--bipap-cpap-research-dark);
  margin-bottom: 1rem;
}

.bipap-cpap-research-innovation-card p {
  color: var(--bipap-cpap-research-gray);
  margin-bottom: 2rem;
}

.bipap-cpap-research-innovation-progress {
  margin-top: 1.5rem;
}

.bipap-cpap-research-progress-bar {
  width: 100%;
  height: 8px;
  background: var(--bipap-cpap-research-border);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.bipap-cpap-research-progress-fill {
  height: 100%;
  background: var(--bipap-cpap-research-gradient);
  border-radius: 4px;
  transition: width 0.3s ease;
}

.bipap-cpap-research-progress-label {
  font-size: 0.9rem;
  color: var(--bipap-cpap-research-gray);
  font-weight: 500;
}

/* Publication Cards */
.bipap-cpap-research-publication-card {
  background: var(--bipap-cpap-research-white);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: var(--bipap-cpap-research-shadow);
  transition: all 0.3s ease;
  height: 100%;
}

.bipap-cpap-research-publication-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--bipap-cpap-research-shadow-lg);
}

.bipap-cpap-research-publication-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.bipap-cpap-research-publication-date {
  color: var(--bipap-cpap-research-gray);
  font-weight: 500;
}

.bipap-cpap-research-badge-journal {
  background: var(--bipap-cpap-research-primary);
  color: var(--bipap-cpap-research-white);
}

.bipap-cpap-research-badge-conference {
  background: var(--bipap-cpap-research-secondary);
  color: var(--bipap-cpap-research-white);
}

.bipap-cpap-research-badge-patent {
  background: var(--bipap-cpap-research-accent);
  color: var(--bipap-cpap-research-white);
}

.bipap-cpap-research-publication-card h5 {
  font-weight: 600;
  color: var(--bipap-cpap-research-dark);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.bipap-cpap-research-publication-authors {
  color: var(--bipap-cpap-research-gray);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.bipap-cpap-research-publication-journal {
  color: var(--bipap-cpap-research-gray);
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.bipap-cpap-research-publication-actions {
  display: flex;
  gap: 1rem;
}

/* Contact Form */
.bipap-cpap-research-contact-form {
  background: var(--bipap-cpap-research-white);
  border-radius: 16px;
  padding: 3rem;
  box-shadow: var(--bipap-cpap-research-shadow);
}

.bipap-cpap-research-form-control {
  border: 2px solid var(--bipap-cpap-research-border);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.bipap-cpap-research-form-control:focus {
  border-color: var(--bipap-cpap-research-primary);
  box-shadow: 0 0 0 0.2rem rgba(44, 90, 160, 0.25);
}

.bipap-cpap-research-contact-info {
  text-align: center;
  padding: 2rem;
}

.bipap-cpap-research-contact-icon {
  width: 60px;
  height: 60px;
  background: var(--bipap-cpap-research-gradient);
  color: var(--bipap-cpap-research-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 1rem;
}

.bipap-cpap-research-contact-info h6 {
  font-weight: 600;
  color: var(--bipap-cpap-research-dark);
  margin-bottom: 0.5rem;
}

.bipap-cpap-research-contact-info p {
  color: var(--bipap-cpap-research-gray);
  margin: 0;
}

/* Footer */
.bipap-cpap-research-footer {
  background: var(--bipap-cpap-research-dark);
  color: var(--bipap-cpap-research-white);
  padding: 4rem 0 2rem;
}

.bipap-cpap-research-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.bipap-cpap-research-footer-brand i {
  font-size: 2rem;
  color: var(--bipap-cpap-research-secondary);
}

.bipap-cpap-research-footer-description {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.bipap-cpap-research-social-links {
  display: flex;
  gap: 1rem;
}

.bipap-cpap-research-social-links a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--bipap-cpap-research-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bipap-cpap-research-social-links a:hover {
  background: var(--bipap-cpap-research-secondary);
  transform: translateY(-2px);
}

.bipap-cpap-research-footer-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--bipap-cpap-research-white);
}

.bipap-cpap-research-footer-links {
  list-style: none;
  padding: 0;
}

.bipap-cpap-research-footer-links li {
  margin-bottom: 0.5rem;
}

.bipap-cpap-research-footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.bipap-cpap-research-footer-links a:hover {
  color: var(--bipap-cpap-research-secondary);
}

.bipap-cpap-research-footer-divider {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 2rem 0;
}

.bipap-cpap-research-footer-copyright {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.bipap-cpap-research-footer-legal {
  display: flex;
  gap: 2rem;
}

.bipap-cpap-research-footer-legal a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.bipap-cpap-research-footer-legal a:hover {
  color: var(--bipap-cpap-research-secondary);
}

/* Modal Styles */
.bipap-cpap-research-modal .modal-content {
  border: none;
  border-radius: 16px;
  box-shadow: var(--bipap-cpap-research-shadow-lg);
}

.bipap-cpap-research-modal .modal-header {
  border-bottom: 1px solid var(--bipap-cpap-research-border);
  padding: 2rem 2rem 1rem;
}

.bipap-cpap-research-modal .modal-body {
  padding: 2rem;
}

.bipap-cpap-research-modal .modal-footer {
  border-top: 1px solid var(--bipap-cpap-research-border);
  padding: 1rem 2rem 2rem;
}

.bipap-cpap-research-modal-features {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.bipap-cpap-research-modal-features li {
  padding: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
  color: var(--bipap-cpap-research-gray);
}

.bipap-cpap-research-modal-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--bipap-cpap-research-secondary);
  font-weight: bold;
}

.bipap-cpap-research-specs {
  background: var(--bipap-cpap-research-light);
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
}

.bipap-cpap-research-specs .row > div {
  padding: 0.25rem 0;
}

/* Animations */
@keyframes bipap-cpap-research-float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes bipap-cpap-research-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bipap-cpap-research-animate-on-scroll {
  animation: bipap-cpap-research-fadeInUp 0.6s ease forwards;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .bipap-cpap-research-hero-title {
    font-size: 3rem;
  }
  
  .bipap-cpap-research-section-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 992px) {
  .bipap-cpap-research-hero-title {
    font-size: 2.5rem;
  }
  
  .bipap-cpap-research-hero-buttons {
    justify-content: center;
  }
  
  .bipap-cpap-research-floating-card {
    position: static;
    margin-top: 2rem;
  }
  
  .bipap-cpap-research-timeline::before {
    left: 30px;
  }
  
  .bipap-cpap-research-timeline-item {
    flex-direction: row !important;
  }
  
  .bipap-cpap-research-timeline-marker {
    margin: 0 2rem 0 0;
  }
  
  .bipap-cpap-research-product-actions {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .bipap-cpap-research-hero {
    text-align: center;
  }
  
  .bipap-cpap-research-hero-title {
    font-size: 2rem;
  }
  
  .bipap-cpap-research-hero-subtitle {
    font-size: 1.1rem;
  }
  
  .bipap-cpap-research-section-title {
    font-size: 2rem;
  }
  
  .bipap-cpap-research-overview,
  .bipap-cpap-research-development,
  .bipap-cpap-research-products,
  .bipap-cpap-research-innovations,
  .bipap-cpap-research-publications,
  .bipap-cpap-research-contact {
    padding: 4rem 0;
  }
  
  .bipap-cpap-research-contact-form {
    padding: 2rem;
  }
  
  .bipap-cpap-research-footer-legal {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 576px) {
  .bipap-cpap-research-hero-title {
    font-size: 1.8rem;
  }
  
  .bipap-cpap-research-hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .bipap-cpap-research-btn-primary,
  .bipap-cpap-research-btn-outline {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  
  .bipap-cpap-research-timeline-marker {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .bipap-cpap-research-timeline-content {
    padding: 1.5rem;
  }
  
  .bipap-cpap-research-publication-actions {
    flex-direction: column;
  }
  
  .bipap-cpap-research-contact-form {
    padding: 1.5rem;
  }
}

/* Print Styles */
@media print {
  .bipap-cpap-research-navbar,
  .bipap-cpap-research-hero-buttons,
  .bipap-cpap-research-product-actions,
  .bipap-cpap-research-publication-actions,
  .bipap-cpap-research-contact-form,
  .bipap-cpap-research-footer {
    display: none;
  }
  
  .bipap-cpap-research-hero {
    background: none;
    color: var(--bipap-cpap-research-dark);
  }
  
  .bipap-cpap-research-section-title {
    color: var(--bipap-cpap-research-dark);
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus Styles */
.bipap-cpap-research-btn-primary:focus,
.bipap-cpap-research-btn-outline:focus,
.bipap-cpap-research-btn-sm:focus,
.bipap-cpap-research-btn-outline-sm:focus {
  outline: 2px solid var(--bipap-cpap-research-primary);
  outline-offset: 2px;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  :root {
    --bipap-cpap-research-primary: #000080;
    --bipap-cpap-research-secondary: #008000;
    --bipap-cpap-research-gray: #404040;
    --bipap-cpap-research-border: #808080;
  }
}

/*FAQ Starts*/


.accordion {
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
    max-width: 991px;
    min-width: 320px;
    margin: 50px auto;
    padding: 0 50px;
}
.accordion h1 {
    font-size: 32px;
    text-align: center;
}
.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}
.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}
.accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "-";
    font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}
.accordion-item:first-child {
    margin-top: 0;
}
.accordion-item .icon {
    margin-left: 14px;
}

@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }
    .accordion h1 {
        font-size: 22px;
    }
}

/*Terms and conditions*/
/* ✅ Custom Styling for Terms Page */
    .terms-section {
      padding: 60px 20px;
      background: #f9f9f9;
    }
    .terms-section h2, 
    .terms-section h4 {
      color: #222;
      font-weight: 600;
      margin-top: 25px;
    }
    .terms-section p {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 15px;
      color: #444;
    }
    .terms-section a {
      color: #007bff;
      text-decoration: none;
    }
    .terms-section a:hover {
      text-decoration: underline;
    }
    

    /* Privacy Policy Page */
.privacy-section {
  padding: 80px 0;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.privacy-content h3 {
  font-size: 20px;
  margin-top: 30px;
  font-weight: 600;
  color: #333;
}

.privacy-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #555;
}
