/* Base */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html {
  overflow-x: hidden;
}

body {
  line-height: 1.7;
  color: gray;
  font-weight: 400;
  font-size: 1rem;
}
hr {
  margin: 0rem 0 !important;
  color: inherit;
  border: 0;
  border-top: 1px solid #e9ecef;
  opacity: .25;
}
::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Bebas Neue", sans-serif;
}

p {
  margin-top: 0;
  color: #333;
  font-size:16px;
  margin-bottom: 1rem;
  font-family: "Source Sans 3", sans-serif;
}

.border-2 {
  border-width: 2px;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #ffffff !important;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb a { 
  color: #fff;
  text-decoration: none;
}

.breadcrumb li { 
  color: #fff;
  text-decoration: none;
}

.custom-navbar .nav-link:hover {
  color: #dc3545 !important;
}

.nav-link.active {
  color: #dc3545 !important;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

body:after {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu {
  position: relative;
}

.offcanvas-menu:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.2);
}

.btn {
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 30px;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-primary {
  background: #fd7e14;
  border-color: #fd7e14;
  color: #fff;
}

.btn.btn-primary:hover {
  background: #fd7e14;
  border-color: #fd7e14;
  color: #fff;
}

.btn.btn-primary.btn-black--hover:hover {
  background: #666666;
  color: #fff;
}

.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #dc3545 !important;
}

/* Navbar */

.title-heading h2{ 
    font-size: 45px;
    font-weight: 500;
    font-family: 'Bebas Neue';
    color: #002153;
} 

/* Custom Navbar Design Classes */
.custom-navbar {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.custom-navbar .navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  color: #0d6efd;
}

.custom-navbar .nav-link {
  color: #002153;
  font-weight: 700;
  padding: 0.5rem 0.5rem;
  transition: color 0.3s;
  margin: 0 12px;
  font-family: "PT Serif", serif;
}

.nav-link.active {
  color: #dc3545 !important; 
}

.navbar-nav .dropdown-menu {
  position: absolute;
  background-color: #e9ecef;
  /* color: #fff; */
  padding: 0;
  width: 200px;
  border: none;
  border-radius: 0px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff !important;
  background-color: #002153 !important;
}

.navbar-nav .dropdown-item{
  display: block;
  width: 100%;
  padding: 6px 10px;
  clear: both;
  color: #002153;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: "PT Serif", serif;
} 

/* Hover Dropdown on Desktop */
@media (min-width: 992px) {
  .hover-dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Sticky navbar style on scroll */
.sticky-top.custom-navbar.sticky-active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Navbar Ends */

/* Slider banner Css */
.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-slide {
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  z-index: 2;
}

.hero-content h1 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 2px;
  color:#002153;
  font-family:  "Bebas Neue", sans-serif;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.125);
}

.hero-content p {
  font-size: 30px;
  margin-top: 0rem;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
  color: #a30422;
}

/* Optional dark overlay */
.hero-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 12%);
  z-index: 1;
}

/* Navigation Button Custom Style */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  background: #ffffff52 !important;
  color: #000 !important;
  padding: 10px 20px !important;
  font-size: 1.2rem !important;
  border: 13px solid #e7e7e400 !important;
  z-index: 3;
}

.owl-nav button.owl-prev {
  left: 20px;
}

.owl-nav button.owl-next {
  right: 20px;
}

/* Slider Banner Ends */

/* Associate Section Styles */
.associate-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.associate-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 33, 83, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.associate-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  margin-top: 0.5rem;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}

.associate-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  height: 140px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 33, 83, 0.08);
  position: relative;
  overflow: hidden;
}

.associate-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 33, 83, 0.03), transparent);
  transition: left 0.5s ease;
  z-index: 1;
}

.associate-card:hover::before {
  left: 100%;
}

.associate-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 33, 83, 0.12);
  border-color: rgba(0, 33, 83, 0.15);
}

.associate-logo-box {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 1.5rem;
  position: relative;
  z-index: 2;
  overflow: hidden; /* prevent logo spill */
}

.associate-card .associate-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* fit inside fixed card */
  transition: all 0.3s ease;
  filter: grayscale(20%) brightness(1.05);
  display: block;
}

.associate-card:hover .associate-img {
  transform: scale(1.08);
  filter: grayscale(0%) brightness(1);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .associate-card {
    height: 120px;
  }
  
  .associate-logo-box {
    padding: 1.25rem;
  }
}

@media (max-width: 575px) {
  .associate-card {
    height: 100px;
  }
  
  .associate-logo-box {
    padding: 1rem;
  }
  
  .associate-subtitle {
    font-size: 0.95rem;
  }
}

/* Home About Css */
.first {
  position: relative;
  padding: 3rem 0rem 2rem;
  overflow-y: hidden;
  border-bottom: 0.225rem solid #03214e;
}

.first .fbox1 {
  display: flex;
}

.first .fbox1 .lt {
  width: 42%;
  margin: 0px 2rem 0px 11vw;
  padding: 3rem 1rem;
}

.first .fbox1 .lt .s2 {
  font-family:"PT Serif", serif;
  font-weight: 700;
  color:#002153;
  padding: 0.75rem 0rem;
}

.first .fbox1 .lt .s4 {
  font-weight: 700;
  padding: 1rem 0rem;
  color: #dc3545;
  font-family: "PT Serif", sans-serif;
}

.first .fbox1 .lt .feabox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}

.first .fbox1 .lt .feabox div p span, .feabox div p span {
  color: #03214e;
  padding-right: 0.5rem;
}

.partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.partner-pill {
  background: #ffffff2b;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.partner-icon {
  width: 24px;
  height: 24px;
  background: #002153;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.partner-name {
  font-size: 0.875rem;
  color: #002153;
  font-weight: 500;
  line-height: 1.2;
}

/* Mobile Responsive */
@media (max-width: 640px) {
  body {
      padding: 1rem 0.75rem;
  }

  .header h2 {
      font-size: 1.25rem;
  }

  .partners-grid {
      grid-template-columns: 1fr;
      gap: 0.5rem;
  }

  .partner-pill {
      padding: 0.625rem 1rem;
      margin-bottom: 10px !important;
  }

  .partner-icon {
      width: 20px;
      height: 20px;
      font-size: 0.625rem;
  }

  .partner-name {
      font-size: 0.8125rem;
  }
}

@media (max-width: 480px) {
  .header h2 {
      font-size: 1.125rem;
  }

  .partner-name {
      font-size: 0.75rem;
  }
}

.first .fbox1 .rt {
  width: 30%;
  margin: 0px auto 0px 2rem;
  z-index: 1;
  display: flex;
}

.first .fbox1 .rt img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  object-position: center;
  margin: auto;
  border: 2rem solid #fff;
  border-top-right-radius: 30%;
}

.first .shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  z-index: -1;
}

.home-about-btn a{
  text-decoration: none;
  font-size: 17px;
  background-color: #002153;
  color: #fff;
  padding: 10px 20px;
  line-height: 11px;
  font-family: 'Source Sans 3';

}

.home-about-btn a:hover{
      background-color: #fff;
      color: #002153;
      border: 2px solid #002153;
}

/* Home About Section Ends */

/* Testimonial Section Started */
.first .testimonial-section {
  width: 65%;
  background: #fff;
  margin: 0 auto;
  box-shadow: 5px 4px 20px 0px #e1e1e1;
}

.first .testimonial-section .testimonial {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 2rem;
  z-index: 1;
  box-shadow: 0px 0px 7px 0px #0000008c;
}

.first .testimonial-section .testimonial .testimonial-box {
  padding: 2rem 1rem;
  margin: 10px;
  z-index: 1;
  background-color: #e9ecef;
  border: 5px solid #fff;
  box-shadow: 3px 3px 10px #00000033;

}

.testimonial-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  font-style: italic;
}

.patient-name h4 {
  font-size: 12px;
  color: #1a776c;
  line-height: 2rem;
  margin-top: 22px;
  font-family: 'Roboto Condensed';
  font-style: italic;
}

.patient-name img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
}


.first>.shape-alt {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  z-index: -1;
}

/* Service Css Started */
.service-row{
     position: relative;
}

.service-row .service-img img{
          width:100%;
          height:280px;
          object-fit: cover;
          padding: 15px;
          border: 5px solid #fff;
          border-top-right-radius:80px;
          box-shadow: 3px 0px 11px #00000030;
}

.service-heading h3{
  font-size: 30px;
    font-family: 'Bebas Neue';
    color: #dc3545;
}
.service-row1 .service-img1 img{
  width:100%;
  height:280px;
  object-fit: cover;
  padding: 15px;
  border: 5px solid #fff;
  border-top-left-radius:80px;
  box-shadow: 3px 0px 11px #00000030;
}

.service-box {
  position: relative;
  display: block;
  padding: 35px;
  margin: 0;
  background-color: #e9ecef;
  border-radius: 20px;
  box-shadow: 4px 4px 16px -1px #00000078;
}

.service-box .service-icon i {
  font-size: 57px;
  position: absolute;
  top: -32px;
  left: 0;
  color: #074655;
  right: 0;
  text-align: center;
}


.service-box .service-btn {
    text-align: center;
    bottom: -12px;
    position: absolute;
    left: 0;
    right: 0;
}

.service-btn a{
     padding:10px 27px;
     margin: 0 auto;
     background-color:#074655;
     color:#fff;
     text-decoration: none;
     border-radius: 5px;
     font-weight: 600;
     font-family: "PT Serif", sans-serif;

}

.service-btn a:hover {
  padding: 8px 27px;
  margin: 0 auto;
  background-color: #fff;
  border:2px solid #074655;
  color: #074655;
  text-decoration: none;
  border-radius: 5px;
}

.service-box h3{
  font-size: 23px;
  text-align: center;
  padding: 3px;
  color: #004660;
}

/* Service Css Ends */

/* Gallery Section Started */
/* Gallery Styles */
.gallery {
  padding: 20px;
  text-align: center;
  padding:0;
  margin:0;
}

.gallery-grid {
  padding: 0;
  margin: 0;
  position: relative;
  gap: 15px;
  justify-items: center;
}

.gallery-item img {
  width: 100%;
  height: 270px;
  border-radius: 0px;
  cursor: pointer;
  padding: 0;
    margin: 0;
    border:5px solid #fff;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
  object-fit: cover;
  transition: transform 0.3s ease;
  box-shadow: 2px 2px 10px #00000094;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox.open {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 80%;
  text-align: center;
}

#lightbox-img {
  width: 100%;
  height: 350px;
  border-radius: 8px;
  object-fit: cover;
}

#lightbox-caption {
  color: white;
  margin-top: 10px;
  font-size: 1.2rem;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
  z-index: 100;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
}

.prev,
.next {
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
  user-select: none;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Gallery Section Ends */

/* Faq Section Started */
#faq .section-title h2 {
  font-weight: 700;
  color: #343a40;
}

#faq .accordion-button {
  background-color: #37202217;
    color: #002153;
    font-weight: 600;
    border: none;
    letter-spacing: 0px;
    font-family: 'PT Serif';
    box-shadow: none;
    padding: 1rem 1.25rem;
    transition: background-color 0.3s ease;
}

#faq .accordion-button:not(.collapsed) {
  background-color: #fdddd138;
  color: #002153;
  border-bottom: 1px solid #dee2e6;
}

#faq .accordion-button:hover {
  background-color: #0021535b;
}

#faq .accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#faq .accordion-body {
  background-color: #ffffff;
  color: #495057;
  padding: 1rem 1.25rem;
  border-top: 1px solid #dee2e6;
  font-size: 0.95rem;
  line-height: 1.6;
}

#faq .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* FAQ Section Ends */

/* Service page */
.medicine-section {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 10%;
  background: linear-gradient(120deg, #e3f2fd, #ffffff);
  align-items: center;
  gap: 40px;
}

.medicine-section img {
  width: 500px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  animation: slideInLeft 1.5s ease;
}

.medicine-text {
  flex: 1;
  animation: fadeInUp 1.5s ease;
}

.medicine-text h3 { 
  color: #002153;
  margin-bottom: 20px; 
}

.medicine-text h2 {
  font-size: 36px;
  color: #002153;
  margin-bottom: 20px;
  text-shadow: 0px 2px 2px #0746558c;
}

.medicine-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 5px;
}

.highlight {
  background: #dc3545;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
}
/* Service Page */

/* Appointment Section Started */
.contactpt-5{
  padding-top:3rem;
}
.appointment-section {
  background: linear-gradient(135deg, #0077b608, #00b4d814), url(..//img/bg/appoint.jpg);
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}

.appointment-section h2 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #002153;
}

.appointment-section h3{
  color: #dc3545;
  font-size: 38px;
  font-family: "PT Serif", sans-serif;
}

.appointment-section p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color:#000;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.appointment-section a{
  text-decoration: none;
  color: #002153; 
  line-height: 1.8;
}
.appointment-section a:hover{
       color:#dc3545;
}

.submit-btn{
  background-color: #002153;
    color: #fff;
    padding: 9px 30px;
    font-size: 1.1em;
    border: 2px solid #002153;
    font-weight: bold; 
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.submit-btn:hover {
  background-color: #1a776c00;
  color: #002153;
  border: 2px solid #002153;
}
/* Appointemnt Section Ends */

/* Floating Button Container */
.floating-buttons {
  position: fixed;
  bottom: 80px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  z-index: 9999;
}

/* Button Styling */
.floating-buttons a {
  width: 55px;
  height: 55px;
  background-color: #002153;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px #00000091 !important;
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}

.floating-buttons a:hover {
  transform: scale(1.1);
}

/* Icons */
.floating-buttons img {
  width: 32px;
  height: 32px;
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #852817;
  }

  70% {
    box-shadow: 0 0 0 12px rgba(0, 128, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 128, 0, 0);
  }
}

/* Floating Buttons Css Ends */


.contact .info-item i {
  color: #fff;
  background: #dc3545;
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex
;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact-heading h3{
   color:#002153;
}
.contact-page-form {
  padding: 20px;
  margin-top:25px;
  border: 5px solid #ffffff;
  box-shadow: 2px 0px 13px 0px #0021533b;
}
/* Footer Started  */

.page-header{
  background-size: cover;
  background-position: center bottom;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.page-header h1{
  text-shadow: 0 2px 2px #00000075;
}

/*** Footer ***/
.footer {
  background: linear-gradient(#0c5773, #002153), url(..//img/pattern-5.png) center center no-repeat;
  background-size: cover;
}

.footer-text p {
  color: #fff;
  line-height: 25px;
  font-family: "Source Sans 3", sans-serif;
}

.footer-bottom {
  background-color: #002153;
}

@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    /* content: ""; */
    width: 0px;
    height: 100%;
    top: 0;
    left: 56%;
    border-left: 1px dashed rgba(255, 255, 255, .2);
  }
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgb(255 251 252);
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
  text-decoration: none;
  font-family: "Roboto Condensed", serif;
}

.footer h4{
     font-family: "PT Serif", serif;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, .5);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: white;
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  border-top: 1px dashed rgba(255, 255, 255, .2);
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}

.copyright a:hover {
  color: var(--bs-primary);
}

.custom-btn {
  width: 150px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}

.text-black {
  color: #000 !important;
}

/* Footer Ends */
/* Responsive Css */
@media only screen and (max-width:678px) {
  .navbar-nav .dropdown-menu {
    position: relative;
    background-color: #e9ecef;
    /* color: #fff; */
    padding: 0;
    width: 100%;
    border-top: 3px solid #002153;
    border-radius: 0px;
}
  .hero-slider {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #002153;
    font-family: "Bebas Neue", sans-serif;
    /* float: right; */
    text-shadow: 0px 2px rgba(0, 0, 0, 0.125);
}
.hero-content p {
  font-size: 18px;
  margin-top: 0rem;
  font-weight: 500;
  font-family: 'Bebas Neue';
  letter-spacing: 1px;
}
  .hero-slide {
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .first .fbox1 {
    display: block;
}
  .first{
      padding:10px;
  }
  .first .fbox1 .lt {
    width: 100%;
    margin: 0px 0rem 0px 0vw;
    padding: 1rem 1rem;
}
.first .shape {
  display:none;
}
.first .fbox1 .rt {
  width: 100%;
  margin: 0px auto 0px 0rem;
  z-index: 1;
  display: block;
}
 
.first .fbox1 .rt img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    object-position: center;
    margin: auto;
    border: 0rem solid #fff;
    border-top-right-radius: 30%;
}
.offset-1 {
  margin-left: 0px !important;
}
.medicine-section {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 5%;
}
.medicine-text h2 {
  font-size: 22px;
}
.medicine-text h3 {
  color: #002153;
  margin-bottom: 15px;
  margin-top: 10px;
}
.service-box {
  position: relative;
  display: block;
  padding: 35px;
  margin-top: 50px;
  background-color: #e9ecef;
  border-radius: 20px;
}

.first .testimonial-section {
  width: 100%;
  margin: 0 auto;
}
.first>.shape-alt{
  display: none;
}
.home-about-btn a{
  text-decoration: none;
  font-size: 17px;
  background-color: #002153;
  color: #fff;
  padding: 20px;
  line-height: 11px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Source Sans 3';

}
.contactpt-5{
  padding-top:0rem;
}
.page-header{ 
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.title-heading h2 {
  font-size: 33px;
  font-weight: 500;
  font-family: 'Bebas Neue';
  color: #002153;
}
.service-heading p{
     color:#000;
     text-align: justify;
}
.home-about-btn a:hover{
      background-color: #fff;
      color: #002153;
      border: 2px solid #002153;
}
}

/* .quote-text {
  font-size: 1.5rem;
  color: #333;
  font-style: italic;
  margin-bottom: 20px;
  text-align: justify;
} */

.director-speech {
  background-color: #f9f9f9;
  background-image: repeating-linear-gradient(
    45deg,
    #ffffff,
    #ffffff 10px,
    #f0f3f8 10px,
    #f0f3f8 20px
  );
  padding: 60px 0;
  /* border-top: 5px solid #002153; */
  /* border-bottom: 5px solid #002153; */
}

.section-title {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  color: #002153;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #002153;
  margin: 10px auto 0;
}

.quote-text {
  font-family: 'Georgia', serif;
  font-size: 1.15rem;
  font-style: italic;
  color: #333;
  line-height: 1.8;
  position: relative;
  padding-left: 30px;
  border-left: 4px solid #002153;
  background: rgba(255, 255, 255, 0.8);
}

.director-name {
  font-weight: bold;
  color: #002153;
  margin-top: 20px;
  font-family: 'Segoe UI', sans-serif;
}

.director-img {
  /* border: 4px solid #002153; */
  border-radius: 10px;
  max-height: 400px;
  object-fit: cover;
}

.delivery-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  min-height: 100vh;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.delivery-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  position: relative;
  z-index: 2;
}

/* Hero Section */
.hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 33, 83, 0.1);
  color: #002153;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 33, 83, 0.2);
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: #002153;
  margin-bottom: 24px;
  line-height: 1.2;
}

.gradient-text {
  background: linear-gradient(135deg, #0072ce 0%, #004080 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #64748b;
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 24px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 33, 83, 0.1);
  background: rgba(255, 255, 255, 0.95);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0072ce 0%, #004080 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: all 0.3s ease;
}

.feature-icon i {
  color: white;
  font-size: 1.5rem;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 114, 206, 0.3);
}

.feature-card span {
  font-weight: 500;
  color: #334155;
  font-size: 0.95rem;
}

/* CTA Section */
.cta-section {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.cta-content {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 48px 40px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #002153;
  margin-bottom: 12px;
}

.cta-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  margin-bottom: 32px;
  font-weight: 400;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-button {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 32px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  min-width: 200px;
  position: relative;
  overflow: hidden;
}

.phone-btn {
  background: linear-gradient(135deg, #002153 0%, #004080 100%);
  color: white;
  box-shadow: 0 8px 24px rgba(0, 33, 83, 0.25);
}

.phone-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 33, 83, 0.35);
}

.whatsapp-btn {
  background: linear-gradient(135deg, #25d366 0%, #20c157 100%);
  color: white;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.25);
}

.whatsapp-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.35);
}

.btn-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.btn-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.btn-label {
  font-size: 0.9rem;
  opacity: 0.9;
  font-weight: 500;
}

.btn-text {
  font-size: 1.1rem;
  font-weight: 700;
}

/* Background Elements */
.bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.bg-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 114, 206, 0.1) 0%, transparent 70%);
  animation: float 6s ease-in-out infinite;
}

.bg-circle-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -5%;
  animation-delay: 0s;
}

.bg-circle-2 {
  width: 200px;
  height: 200px;
  top: 60%;
  right: -3%;
  animation-delay: 2s;
}

.bg-circle-3 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  25% { transform: translateY(-20px) rotate(90deg); }
  50% { transform: translateY(-40px) rotate(180deg); }
  75% { transform: translateY(-20px) rotate(270deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .delivery-section {
      padding: 60px 16px;
  }

  .features-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
  }

  .cta-content {
      padding: 36px 24px;
  }

  .cta-buttons {
      flex-direction: column;
      align-items: center;
  }

  .cta-button {
      min-width: 280px;
  }

  .hero-title {
      margin-bottom: 16px;
  }

  .hero-subtitle {
      font-size: 1.1rem;
      margin-bottom: 32px;
  }

  .cta-title {
      font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .features-grid {
      grid-template-columns: 1fr;
  }

  .feature-card {
      padding: 20px;
  }

  .cta-button {
      min-width: 100%;
      padding: 18px 24px;
  }
}

.fa-phone-alt {
  transform: rotate(95deg);
}

.review-us {
  padding: 10px;
  border: 3px solid #002153;
}

.qr-img {
  border: 1px solid #666;
  margin: 0px auto;
}


.gallery {
  background-color: #f8fafc;
  position: relative;
}

.gallery-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #002153;
  margin-bottom: 12px;
}

.gallery-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  font-weight: 400;
}

/* Filter Tabs */
.gallery-filter-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 16px 24px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 33, 83, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: none;
  background: transparent;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.filter-btn:hover {
  background: rgba(0, 114, 206, 0.1);
  color: #0072ce;
  transform: translateY(-2px);
}

.filter-btn.active {
  background: linear-gradient(135deg, #002153 0%, #004080 100%);
  color: white;
  box-shadow: 0 4px 16px rgba(0, 33, 83, 0.3);
}

.filter-btn i {
  font-size: 1rem;
}

/* Gallery Items */
.gallery-item-wrapper {
  transition: all 0.5s ease;
  opacity: 1;
  transform: scale(1);
}

.gallery-item-wrapper.hidden {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 33, 83, 0.8) 0%, rgba(0, 114, 206, 0.8) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay-content {
  text-align: center;
  color: white;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay-content {
  transform: translateY(0);
}

.gallery-overlay-content i {
  font-size: 2rem;
  margin-bottom: 8px;
  display: block;
}

.gallery-overlay-content p {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
}

.lightbox-content {
  position: relative;
  margin: auto;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  top: 30%;
  transform: translateY(-50%);
  text-align: center;
}

.lightbox img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.close {
  position: absolute;
  top: -40px;
  right: 10px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.3s ease;
}

.close:hover {
  color: #0072ce;
  transform: scale(1.1);
}

#lightbox-caption {
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 95%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.prev, .next {
  background-color: rgb(12 12 12 / 20%);
  color: white;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 8px;
  transition: all 0.3s ease;
  pointer-events: all;
  backdrop-filter: blur(10px);
}

.prev:hover, .next:hover {
  background-color: rgba(0, 114, 206, 0.8);
  transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .gallery-main-title {
      font-size: 2rem;
  }

  .gallery-filter-tabs {
      padding: 12px 16px;
      gap: 4px;
  }

  .filter-btn {
      padding: 10px 16px;
      font-size: 0.9rem;
  }

  .filter-btn span {
      /* display: none; */
  }

  .filter-btn i {
      font-size: 1.2rem;
  }

  .gallery-item img {
      height: 200px;
  }

  .lightbox-content {
      width: 95%;
      padding: 10px;
  }

  .prev, .next {
      padding: 12px 16px;
      font-size: 16px;
  }
}

@media (max-width: 480px) {
  .gallery-filter-tabs {
      justify-content: flex-start;
      overflow-x: auto;
      padding: 12px;
  }

  .filter-btn {
      flex-shrink: 0;
      padding: 8px 12px;
  }
}

/* Animation for filtering */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.gallery-item-wrapper.fade-in {
  animation: fadeInUp 0.5s ease forwards;
}