/*=== 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");

/* ===================================
   Mobile-First Responsive Base Styles
   =================================== */

/* Ensure proper box-sizing for all elements */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent horizontal scroll on mobile */
html {
  overflow-x: hidden;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6f8ba4;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Make images responsive by default */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Prevent content from breaking out of containers */
.container,
.container-fluid {
  max-width: 100%;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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: 0.5px;
  padding: 0.75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.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: #ad221d;
  border-color: #ad221d;
  color: #fff;
}

.btn-main-2 {
  background: #ad221d;
  color: #fff;
  border-color: #ad221d;
}

.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 0.35s ease;
}

a:focus,
a:hover {
  color: #ad221d;
  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;
}

.section-title1 h2 {
  color: #fff;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #223a66;
}

@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 0.25s ease;
}

#navbarmain .nav-link:hover {
  color: #ad221d;
}

#navbarmain .nav-item.active .nav-link {
  color: #fff;
  background: #ad221d;
  border-radius: 5px;
}

.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 #ad221d;
  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: #ad221d;
}

.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;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #ad221d;
}

.divider {
  width: 40px;
  height: 5px;
  background: #ad221d;
}

.divider-light {
  width: 40px;
  height: 5px;
  background: #f7c6c4ff;
}
.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: #ad221d;
}

.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 Section - Equal Height Boxes */
.service .row {
  display: flex;
  flex-wrap: wrap;
}

.service .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
}

.service .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(34, 58, 102, 0.15);
}

.service .icon {
  float: left;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.service i {
  color: #ad221d;
}

.service h4 {
  padding-left: 20px;
}

.service .content {
  clear: both;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service .content p {
  flex-grow: 1;
}

.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: #ad221d;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #ad221d;
  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: #ad221d;
  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #ad221d;
  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 0.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: #ad221d;
}

.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: 0.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: #ad221d;
  opacity: 0.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 #ad221d;
  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #ad221d;
}

.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 #ad221d;
  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: #ad221d;
}

.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: 0.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 0.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;
  background: #223a66;
}

.footer .copyright {
  color: #fff;
}

.footer .copyright a {
  font-weight: 600;
  color: #fff;
}

.footer .copyright a:hover {
  color: #ad221d;
}

.footer p {
  color: #ddd;
}

.footer .widget p {
  color: #ddd;
}

.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: white;
}

.widget .footer-menu a {
  color: #fff;
}

.widget .footer-menu a:hover {
  color: #f7c6c4ff;
}

.footer-contact-block span {
  font-weight: 400;
  color: whitesmoke;
}

.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-socials li a {
  width: 45px;
  height: 45px;
  background: white;
  color: #223a66;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 12px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
  color: white;
}

.widget-contact h6 a {
  color: white;
}

.widget-contact h6 i {
  color: #f7c6c4ff;
}

.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: #f7c6c4ff;
  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: #ad221d;
  font-size: 20px;
}

.reveal {
  transition: all 0.3s;
  cursor: pointer;
  opacity: 1;
}

/*# sourceMappingURL=maps/style.css.map */

/* ========================================
   COMPREHENSIVE RESPONSIVE STYLES
   ======================================== */

/* ===== MOBILE DEVICES (320px - 767px) ===== */
@media (max-width: 767px) {
  /* General */
  body {
    font-size: 14px;
  }

  .section {
    padding: 60px 0;
  }

  .section-sm {
    padding: 40px 0;
  }

  /* Header */
  .header-top-bar {
    padding: 8px 0;
    font-size: 12px;
  }

  .top-bar-info li {
    display: block;
    margin-bottom: 5px;
  }

  .top-bar-info li a {
    margin-right: 10px;
    font-size: 12px;
  }

  .top-right-bar {
    text-align: center !important;
    margin-top: 10px;
  }

  .navbar-brand {
    margin-top: 5px;
  }

  .navbar-brand img {
    max-width: 125px !important;
  }

  #navbarmain {
    padding: 10px 0;
  }

  #navbarmain .nav-link {
    padding: 8px 10px;
    font-size: 14px;
  }

  /* Features */
  .features {
    margin-top: 0;
  }

  .feature-item {
    margin: 10px 0;
    padding: 25px 15px;
  }

  .feature-block {
    display: block !important;
  }

  /* Page Title */
  .page-title {
    padding: 80px 0 50px;
  }

  .page-title h1 {
    font-size: 28px !important;
  }

  /* Service */
  .service {
    padding-top: 60px;
  }

  .service-block {
    margin-top: 20px;
  }

  .service-block img {
    margin-top: -40px;
  }

  /* Appointment */
  .appoinment-content img {
    width: 100%;
    margin-bottom: 30px;
  }

  .appoinment-content .emergency {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 30px;
    margin-top: 20px;
  }

  .appoinment-wrap {
    margin-top: 30px !important;
  }

  /* Counter */
  .counter-stat {
    padding: 30px 0 20px;
  }

  .counter-stat span {
    font-size: 40px;
  }

  /* Footer */
  .footer .widget {
    margin-bottom: 30px !important;
  }

  .subscribe-form {
    text-align: center !important;
    margin-top: 20px !important;
  }

  .subscribe .btn {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 10px;
    width: 100%;
  }

  .backtop {
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
  }

  /* Blog */
  .blog-item-meta {
    font-size: 12px;
  }

  .sidebar-wrap {
    margin-top: 40px !important;
  }

  /* Doctor */
  .doctor-img-block {
    margin-bottom: 30px;
  }

  .doctor-details {
    margin-top: 20px !important;
  }
}

/* ===== SMALL MOBILE (320px - 480px) ===== */
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 1.75rem;
  }

  h2,
  .h2 {
    font-size: 1.5rem;
  }

  h3,
  .h3 {
    font-size: 1.25rem;
  }

  .btn {
    padding: 0.6rem 1.5rem;
    font-size: 13px;
  }

  .text-lg {
    font-size: 24px !important;
  }

  .text-md {
    font-size: 1.5rem;
  }

  .feature-item {
    padding: 20px 10px;
  }

  .feature-icon i {
    font-size: 35px !important;
  }

  .appoinment-content .emergency {
    padding: 20px;
  }

  .appoinment-content .emergency h2 {
    font-size: 18px;
  }
}

/* ===== TABLETS (768px - 1024px) ===== */
@media (min-width: 768px) and (max-width: 1024px) {
  /* General */
  .section {
    padding: 80px 0;
  }

  /* Header */
  .header-top-bar {
    font-size: 13px;
  }

  .navbar-brand img {
    max-width: 90px;
  }

  #navbarmain .nav-link {
    padding: 10px 12px;
    font-size: 15px;
  }

  /* Features */
  .feature-item {
    padding: 35px 25px;
    margin: 0 5px;
  }

  /* Appointment */
  .appoinment-content img {
    width: 100%;
  }

  .appoinment-content .emergency {
    padding: 35px;
  }

  /* Service */
  .service-block {
    padding: 15px;
  }

  /* Footer */
  .widget {
    margin-bottom: 40px;
  }
}

/* ===== LANDSCAPE TABLETS (768px - 1024px landscape) ===== */

/* ===== LAPTOPS (1025px - 1440px) ===== */
@media (min-width: 1025px) and (max-width: 1440px) {
  .container {
    max-width: 1140px;
  }

  .feature-item {
    padding: 38px 28px;
  }

  .section {
    padding: 90px 0;
  }
}

/* ===== LARGE DESKTOPS (1441px - 1920px) ===== */
@media (min-width: 1441px) and (max-width: 1920px) {
  .container {
    max-width: 1500px;
  }

  h2,
  .h2 {
    font-size: 48px;
  }

  .section {
    padding: 110px 0;
  }

  .feature-item {
    padding: 45px 35px;
  }

  .service-block {
    padding: 25px;
  }
}

/* ===== EXTRA LARGE DESKTOPS (1921px - 2560px) ===== */
@media (min-width: 1921px) and (max-width: 2560px) {
  .container {
    max-width: 1600px;
  }

  body {
    font-size: 18px;
  }

  h2,
  .h2 {
    font-size: 52px;
  }

  h3,
  .h3 {
    font-size: 2rem;
  }

  .text-lg {
    font-size: 60px;
  }

  .section {
    padding: 120px 0;
  }

  .feature-item {
    padding: 50px 40px;
  }

  .feature-icon i {
    font-size: 60px !important;
  }

  .service-block {
    padding: 30px;
  }

  .btn {
    padding: 1rem 2.5rem;
    font-size: 16px;
  }

  #navbarmain .nav-link {
    font-size: 18px;
    padding: 12px 18px;
  }

  .counter-stat span {
    font-size: 80px;
  }
}

/* ===== ULTRA WIDE SCREENS (2560px+) ===== */
@media (min-width: 2561px) {
  .container {
    max-width: 2000px;
  }

  body {
    font-size: 20px;
  }

  h2,
  .h2 {
    font-size: 60px;
  }

  .text-lg {
    font-size: 70px;
  }

  .section {
    padding: 140px 0;
  }

  .btn {
    padding: 1.2rem 3rem;
    font-size: 18px;
  }

  #navbarmain .nav-link {
    font-size: 20px;
    padding: 14px 20px;
  }
}

/* ===== RESPONSIVE IMAGES ===== */
@media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .about-img img {
    margin-bottom: 20px;
  }
}

/* ===== RESPONSIVE TABLES ===== */
@media (max-width: 767px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* ===== RESPONSIVE NAVIGATION ===== */
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .dropdown .dropdown-menu {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: 0 !important;
    box-shadow: none;
    border: none;
    border-left: 3px solid #ad221d;
    margin-left: 15px;
  }
}

/* ===== CONTAINER ADJUSTMENTS ===== */
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1320px;
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .header-top-bar,
  .navbar,
  .footer,
  .backtop {
    display: none !important;
  }

  body {
    font-size: 12pt;
    color: #000;
  }
}

/* ===== ANIMATED SERVICE CARDS ===== */
.service-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow:
    0 8px 30px rgba(34, 58, 102, 0.12),
    0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 30px;
  animation: fadeInUp 0.6s ease-out backwards;
}

.service-card:nth-child(1) {
  animation-delay: 0.1s;
}
.service-card:nth-child(2) {
  animation-delay: 0.2s;
}
.service-card:nth-child(3) {
  animation-delay: 0.3s;
}
.service-card:nth-child(4) {
  animation-delay: 0.4s;
}
.service-card:nth-child(5) {
  animation-delay: 0.5s;
}
.service-card:nth-child(6) {
  animation-delay: 0.6s;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 20px 60px rgba(34, 58, 102, 0.25),
    0 10px 30px rgba(225, 36, 84, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.service-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover .service-card-img-wrapper img {
  transform: scale(1.15);
}

.service-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(34, 58, 102, 0.9) 0%,
    rgba(225, 36, 84, 0.9) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card:hover .service-card-overlay {
  opacity: 1;
}

.service-card-icon {
  font-size: 60px;
  color: #fff;
  transform: scale(0) rotate(-180deg);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service-card:hover .service-card-icon {
  transform: scale(1) rotate(0deg);
}

.service-card-content {
  padding: 30px 25px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.service-card-content h4 {
  color: #223a66;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.service-card:hover .service-card-content h4 {
  color: #ad221d;
}

.service-card-content p {
  color: #6f8ba4;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}

.service-card-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(225, 36, 84, 0.95);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.4s ease;
}

.service-card:hover .service-card-badge {
  opacity: 1;
  transform: translateX(0);
}

/* Fade in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .service-card-img-wrapper {
    height: 240px;
  }

  .service-card-content {
    padding: 25px 20px;
  }

  .service-card-content h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .service-card {
    margin-bottom: 25px;
  }

  .service-card-img-wrapper {
    height: 220px;
  }

  .service-card-content {
    padding: 20px 18px;
  }

  .service-card-content h4 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .service-card-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .service-card-icon {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .service-card-img-wrapper {
    height: 200px;
  }

  .service-card:hover {
    transform: translateY(-5px);
  }
}

/* ===== INDEX PAGE SERVICE CARDS ENHANCEMENT ===== */
.service-item {
  position: relative;
  background: #fff;
  padding: 35px 30px;
  border-radius: 12px;
  box-shadow:
    0 8px 30px rgba(34, 58, 102, 0.12),
    0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 0.6s ease-out backwards;
  overflow: hidden;
}

/* Staggered animation delays */
.service-item:nth-child(1) {
  animation-delay: 0.1s;
}
.service-item:nth-child(2) {
  animation-delay: 0.2s;
}
.service-item:nth-child(3) {
  animation-delay: 0.3s;
}
.service-item:nth-child(4) {
  animation-delay: 0.4s;
}
.service-item:nth-child(5) {
  animation-delay: 0.5s;
}
.service-item:nth-child(6) {
  animation-delay: 0.6s;
}
.service-item:nth-child(7) {
  animation-delay: 0.7s;
}
.service-item:nth-child(8) {
  animation-delay: 0.8s;
}

/* Decorative accent line */
.service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #223a66 0%, #ad221d 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-item:hover::before {
  transform: scaleX(1);
}

/* Hover effects */
.service-item:hover {
  transform: translateY(-12px);
  box-shadow:
    0 20px 60px rgba(34, 58, 102, 0.25),
    0 10px 30px rgba(225, 36, 84, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Icon container */
.service-item .icon {
  position: relative;
  margin-bottom: 20px;
}

.service-item .icon i {
  font-size: 48px;
  color: #223a66;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: inline-block;
}

.service-item:hover .icon i {
  transform: scale(1.15) rotate(5deg);
  color: #ad221d;
}

/* Title styling */
.service-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #223a66;
  transition: color 0.3s ease;
  margin-bottom: 15px;
}

.service-item:hover h4 {
  color: #ad221d;
}

/* Content styling */
.service-item .content p {
  color: #6f8ba4;
  line-height: 1.8;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.service-item:hover .content p {
  color: #223a66;
}

/* Background gradient effect on hover */
.service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(34, 58, 102, 0.02) 0%,
    rgba(225, 36, 84, 0.02) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.service-item:hover::after {
  opacity: 1;
}

/* Ensure content is above background */
.service-item > * {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .service-item {
    padding: 30px 25px;
  }

  .service-item .icon i {
    font-size: 42px;
  }

  .service-item h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .service-item {
    padding: 25px 20px;
  }

  .service-item:hover {
    transform: translateY(-8px);
  }

  .service-item .icon i {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  .service-item {
    padding: 20px 18px;
  }

  .service-item .icon i {
    font-size: 36px;
  }

  .service-item h4 {
    font-size: 17px;
  }

  .service-item .content p {
    font-size: 14px;
  }
}

/* ===== ABOUT PAGE ENHANCEMENTS ===== */

/* ===== ANIMATED BACKGROUNDS ===== */

/* Main About Section Background */
.section.about-page {
  position: relative;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 50%, #f0f4f8 100%);
  overflow: hidden;
}

.section.about-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(225, 36, 84, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(34, 58, 102, 0.08) 0%,
      transparent 50%
    );
  animation: pulseGlow 8s ease-in-out infinite;
  z-index: 0;
}

.section.about-page > .container {
  position: relative;
  z-index: 1;
}

/* Feature Section Background */
.section.feature-page {
  position: relative;
  background: #223a66;
  overflow: hidden;
}

.section.feature-page > .container {
  position: relative;
  z-index: 1;
}

/* Team Section Background */
.section.team {
  position: relative;
  background: linear-gradient(135deg, #fafbfc 0%, #f0f3f7 100%);
  overflow: hidden;
}

.section.team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(34, 58, 102, 0.05) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(225, 36, 84, 0.05) 0%,
      transparent 40%
    );
  z-index: 0;
}

.section.team > .container {
  position: relative;
  z-index: 1;
}

/* Floating Particles */
.section.about-page .container::before,
.section.feature-page .container::before,
.section.team .container::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(34, 58, 102, 0.04) 0%,
    transparent 70%
  );
  top: 50%;
  left: 10%;
  animation: floatParticle 15s ease-in-out infinite;
  z-index: 0;
}

.section.about-page .container::after,
.section.feature-page .container::after,
.section.team .container::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(225, 36, 84, 0.04) 0%,
    transparent 70%
  );
  bottom: 20%;
  right: 10%;
  animation: floatParticle 18s ease-in-out infinite reverse;
  z-index: 0;
}

/* Background Animations */
@keyframes pulseGlow {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

@keyframes floatParticle {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(30px, -30px);
  }
  50% {
    transform: translate(-20px, 20px);
  }
  75% {
    transform: translate(20px, 30px);
  }
}

/* Video Styling with Eye-Catching Effects */
.about-video-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow:
    0 15px 50px rgba(34, 58, 102, 0.2),
    0 8px 25px rgba(225, 36, 84, 0.15),
    0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInLeft 0.8s ease-out;
}

.about-video-item::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, #223a66 0%, #ad221d 50%, #223a66 100%);
  border-radius: 15px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.about-video-item:hover::before {
  opacity: 1;
}

.about-video-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 25px 70px rgba(34, 58, 102, 0.3),
    0 15px 40px rgba(225, 36, 84, 0.25),
    0 8px 20px rgba(0, 0, 0, 0.15);
}

.about-video-item video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* About Content Enhancements */
.about-content {
  animation: fadeInRight 0.8s ease-out;
}

.about-content h2 {
  position: relative;
  padding-bottom: 15px;
}

.about-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #223a66 0%, #ad221d 100%);
  border-radius: 2px;
}

/* Feature Block Enhancements */
.feature-page .row {
  display: flex;
  flex-wrap: wrap;
}

.feature-page .row > [class*="col-"] {
  display: flex;
}

.about-block-item {
  position: relative;
  padding: 25px;
  border-radius: 12px;
  background: #fff;
  box-shadow:
    0 8px 30px rgba(34, 58, 102, 0.12),
    0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  animation: fadeInUp 0.6s ease-out backwards;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 380px;
}

.about-block-item img {
  height: 180px;
  object-fit: cover;
}

.about-block-item h4 {
  margin-top: 15px !important;
  margin-bottom: 10px;
}

.about-block-item p {
  flex-grow: 1;
  margin-bottom: 0;
}

.about-block-item:nth-child(1) {
  animation-delay: 0.1s;
}
.about-block-item:nth-child(2) {
  animation-delay: 0.2s;
}
.about-block-item:nth-child(3) {
  animation-delay: 0.3s;
}
.about-block-item:nth-child(4) {
  animation-delay: 0.4s;
}

.about-block-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #223a66 0%, #ad221d 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-block-item:hover::before {
  transform: scaleX(1);
}

.about-block-item:hover {
  transform: translateY(-10px);
  box-shadow:
    0 20px 60px rgba(34, 58, 102, 0.25),
    0 10px 30px rgba(225, 36, 84, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
}

.about-block-item img {
  border-radius: 8px;
  transition: transform 0.4s ease;
}

.about-block-item:hover img {
  transform: scale(1.05);
}

.about-block-item h4 {
  color: #223a66;
  font-weight: 600;
  transition: color 0.3s ease;
}

.about-block-item:hover h4 {
  color: #ad221d;
}

/* Team Block Enhancements */
.team-block {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow:
    0 15px 50px rgba(34, 58, 102, 0.2),
    0 8px 25px rgba(225, 36, 84, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  max-width: 400px;
  margin: 0 auto;
}

.team-block img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.4s ease;
}

.team-block::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, #223a66 0%, #ad221d 100%);
  border-radius: 15px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-block:hover::before {
  opacity: 1;
}

.team-block:hover {
  transform: translateY(-10px);
  box-shadow:
    0 25px 70px rgba(34, 58, 102, 0.3),
    0 15px 40px rgba(225, 36, 84, 0.25);
}

.team-block:hover img {
  transform: scale(1.08);
}

.team-block .content {
  padding: 20px;
  background: #fff;
  position: relative;
}

/* Specialist Detail Section */
.specialist-detail {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.specialist-detail::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(225, 36, 84, 0.04) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: floatParticle 20s ease-in-out infinite;
}

.specialist-img-wrapper {
  position: relative;
  border-radius: 20px;
  padding: 25px;
  overflow: hidden;
  box-shadow:
    0 20px 60px rgba(34, 58, 102, 0.2),
    0 10px 30px rgba(225, 36, 84, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 500px;
  margin: 0 auto;
}

.specialist-img-wrapper::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, #223a66 0%, #ad221d 50%, #223a66 100%);
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.specialist-img-wrapper:hover::before {
  opacity: 1;
}

.specialist-img-wrapper:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow:
    0 30px 80px rgba(34, 58, 102, 0.3),
    0 15px 40px rgba(225, 36, 84, 0.25);
}

.specialist-img-wrapper img {
  border-radius: 18px;
  transition: transform 0.4s ease;
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.specialist-img-wrapper:hover img {
  transform: scale(1.05);
}

.specialist-content {
  padding: 20px;
}

.specialist-content h3 {
  color: #223a66;
  font-weight: 700;
  font-size: 32px;
  background: linear-gradient(135deg, #223a66 0%, #ad221d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.specialist-content h5 {
  font-size: 18px;
  font-weight: 600;
}

.qualification-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge-item {
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(
    135deg,
    rgba(34, 58, 102, 0.08) 0%,
    rgba(225, 36, 84, 0.08) 100%
  );
  border: 2px solid rgba(34, 58, 102, 0.2);
  border-radius: 25px;
  color: #223a66;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.badge-item:hover {
  background: linear-gradient(135deg, #223a66 0%, #ad221d 100%);
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(225, 36, 84, 0.3);
}

.expertise-highlights h5 {
  color: #223a66;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}

.expertise-highlights h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, #223a66 0%, #ad221d 100%);
  border-radius: 2px;
}

.expertise-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.expertise-list li {
  padding: 10px 0;
  font-size: 16px;
  color: #6c757d;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 10px;
}

.expertise-list li:hover {
  padding-left: 15px;
  color: #ad221d;
}

.expertise-list li i {
  color: #223a66;
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.expertise-list li:hover i {
  color: #ad221d;
  transform: scale(1.2);
}

.experience-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 25px;
  background: linear-gradient(135deg, #223a66 0%, #1a2d52 100%);
  border-radius: 50px;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(34, 58, 102, 0.3);
  transition: all 0.3s ease;
}

.experience-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(34, 58, 102, 0.4);
}

.experience-badge i {
  font-size: 28px;
  color: #ad221d;
}

.experience-badge span {
  font-size: 16px;
  font-weight: 500;
}

.experience-badge strong {
  font-size: 20px;
  font-weight: 700;
  color: #ad221d;
}

/* Animations */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Mission & Vision Section */

.mission-block,
.vision-block {
  padding: 40px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.3s ease;
}

.mission-block:hover,
.vision-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.mission-block .icon-box,
.vision-block .icon-box {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(225, 36, 84, 0.15) 0%,
    rgba(34, 58, 102, 0.15) 100%
  );
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.mission-block:hover .icon-box,
.vision-block:hover .icon-box {
  background: linear-gradient(
    135deg,
    rgba(225, 36, 84, 0.25) 0%,
    rgba(34, 58, 102, 0.25) 100%
  );
  transform: scale(1.1);
}

.mission-block .icon-box i,
.vision-block .icon-box i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 48px !important;
}

/* Statistics Section */
.stats-section {
  background: linear-gradient(135deg, #223a66 0%, #1a2d52 100%);
  color: #ffffff;
}

.stat-block {
  padding: 30px 20px;
  transition: transform 0.3s ease;
}

.stat-block:hover {
  transform: translateY(-10px);
}

.icon-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 36px;
}

.stat-block h2 {
  color: #ad221d;
  font-weight: 700;
  font-size: 48px;
  margin: 15px 0 10px;
}

.stat-block p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

/* Why Choose Us About */

.choose-block {
  padding: 35px 25px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
}

.choose-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(34, 58, 102, 0.15);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #223a66 0%, #ad221d 100%);
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
}

.choose-block h4 {
  color: #223a66;
  font-weight: 600;
  margin: 15px 0;
}

/* Our Values Section */

.value-card {
  padding: 40px 25px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.value-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #223a66 0%, #ad221d 100%);
  border-radius: 50%;
  font-size: 32px;
  color: #ffffff;
}

.value-card h5 {
  color: #223a66;
  font-weight: 600;
  margin: 15px 0 10px;
}

/* FAQ About Section */
.faq-about {
  background: #ffffff;
}

.faq-about .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.faq-about .card-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: none;
  padding: 0;
}

.faq-about .btn-link {
  color: #223a66;
  text-decoration: none;
  font-weight: 600;
  padding: 20px 25px;
  display: flex;
  align-items: center;
}

.faq-about .btn-link:hover {
  color: #ad221d;
}

.faq-about .btn-link i {
  transition: transform 0.3s ease;
  font-size: 18px;
}

.faq-about .btn-link:not(.collapsed) i {
  transform: rotate(45deg);
}

.faq-about .card-body {
  padding: 20px 25px;
  background: #f8f9fa;
  line-height: 1.8;
}

/* CTA Section */
.cta-about {
  background: linear-gradient(135deg, #223a66 0%, #ad221d 100%);
  padding: 80px 0;
}

/* ===== MOBILE RESPONSIVE STYLES ===== */

/* Tablet View (768px - 991px) */
@media (max-width: 991px) {
  .about-content {
    padding-left: 15px !important;
    margin-top: 40px !important;
  }

  .about-video-item {
    margin-top: 0 !important;
  }

  .about-block-item {
    margin-bottom: 30px;
    min-height: 360px;
  }

  .team-block {
    max-width: 350px;
  }

  .team-block img {
    height: 320px;
  }
}

/* Mobile View (max-width: 767px) */
@media (max-width: 767px) {
  .about-content {
    padding-left: 0 !important;
    margin-top: 30px !important;
  }

  .about-content h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .about-content h2::after {
    width: 60px;
  }

  .about-content p,
  .about-block-item p {
    text-align: left !important;
    font-size: 15px;
    line-height: 1.7;
  }

  .about-video-item {
    margin-top: 0 !important;
  }

  .about-video-item video {
    max-width: 100%;
  }

  .about-block-item {
    margin-bottom: 25px;
    padding: 20px;
    min-height: 340px;
  }

  .about-block-item img {
    height: 160px;
  }

  .about-block-item h4 {
    font-size: 18px;
    margin-top: 15px !important;
  }

  .team-block {
    margin-bottom: 30px;
    max-width: 100%;
  }

  .team-block img {
    height: 280px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .section-title1 h2 {
    font-size: 28px;
  }

  /* Specialist Section Mobile */
  .specialist-img-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .specialist-img-wrapper img {
    max-height: 450px;
  }

  .specialist-content {
    padding: 10px;
  }

  .specialist-content h3 {
    font-size: 26px;
  }

  .specialist-content h5 {
    font-size: 16px;
  }

  .qualification-badges {
    gap: 8px;
  }

  .badge-item {
    padding: 6px 12px;
    font-size: 13px;
  }

  .expertise-list li {
    font-size: 15px;
    padding: 8px 0;
  }

  .expertise-list li i {
    font-size: 18px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .about-content h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .about-content p {
    font-size: 14px;
  }

  .about-block-item {
    padding: 18px;
    min-height: 320px;
  }

  .about-block-item img {
    height: 150px;
  }

  .about-block-item h4 {
    font-size: 17px;
  }

  .about-block-item p {
    font-size: 14px;
  }

  .team-block img {
    height: 250px;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .section-title1 h2 {
    font-size: 24px;
  }

  .section-title p {
    font-size: 14px;
  }

  .section-title1 p {
    font-size: 14px;
  }

  .about-video-item:hover,
  .about-block-item:hover,
  .team-block:hover {
    transform: translateY(-5px);
  }

  /* Specialist Section Small Mobile */
  .specialist-img-wrapper img {
    max-height: 400px;
  }

  .specialist-content h3 {
    font-size: 22px;
  }

  .specialist-content h5 {
    font-size: 15px;
  }

  .badge-item {
    padding: 5px 10px;
    font-size: 12px;
  }

  .expertise-highlights h5 {
    font-size: 16px;
  }

  .expertise-list li {
    font-size: 14px;
  }
}

/* Extra Small Mobile (max-width: 360px) */
@media (max-width: 360px) {
  .about-content h2 {
    font-size: 18px;
  }

  .about-block-item {
    padding: 15px;
    min-height: 300px;
  }

  .about-block-item img {
    height: 140px;
  }

  .about-block-item h4 {
    font-size: 16px;
  }

  .team-block img {
    height: 220px;
  }
}

/* ===== FOOTER STYLES ===== */
.footer {
  background: #223a66;
  color: #fff;
}

.footer .widget {
  margin-bottom: 30px;
}

.footer .widget h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .divider {
  width: 50px;
  height: 3px;
  background: #f7c6c4ff;
  margin-bottom: 20px;
}

/* Footer Description Text */
.footer .widget p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  transition: color 0.3s ease;
}

.footer .widget:hover p {
  color: rgba(255, 255, 255, 1);
}

/* Footer Menu Links */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  padding-left: 0;
}

.footer-menu li a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease;
}

.footer-menu li a:hover {
  color: #fff;
  font-weight: 600;
  /* text-shadow: 0 0 10px rgba(255, 255, 255, 0.5); */
  padding-left: 20px;
  transform: translateX(5px);
}

.footer-menu li a:hover::before {
  width: 10px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

/* Footer Social Icons */
.footer-socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.footer-socials li {
  display: inline-block;
}

.footer-socials li a {
  display: inline-flex;

  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.footer-socials li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #f7c6c4ff;
  color: #223a66;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  z-index: -1;
}

.footer-socials li a:hover {
  color: #223a66;
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 25px rgba(173, 34, 29, 0.4);
}

.footer-socials li a:hover::before {
  width: 100%;
  height: 100%;
}

/* Footer Contact Block */
.footer-contact-block {
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 8px;
  /* background: rgba(255, 255, 255, 0.05); */
  transition: all 0.3s ease;
}

.footer-contact-block:hover {
  /* background: rgba(255, 255, 255, 0.1); */
  transform: translateX(5px);
}

.footer-contact-block .icon {
  margin-bottom: 10px;
}

.footer-contact-block .icon i {
  font-size: 24px;
  color: #f7c6c4ff;
  transition: all 0.3s ease;
}

.footer-contact-block:hover .icon i {
  transform: scale(1.2);
  color: #fff;
}

.footer-contact-block .h6 {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  margin-bottom: 8px;
}

.footer-contact-block h6 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  transition: color 0.3s ease;
}

.footer-contact-block h6 a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.footer-contact-block h6 a:hover {
  color: #f7c6c4ff;
  padding-left: 5px;
}

/* Footer Bottom */
.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-btm .copyright {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.footer-btm .copyright a {
  color: #f7c6c4ff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
}

.footer-btm .copyright a:hover {
  color: #f7c6c4ff;
  text-shadow:
    0 0 15px rgba(236, 160, 130, 0.8),
    0 0 25px rgba(238, 192, 174, 0.5);
  text-decoration: none;
  font-weight: 700;
  transform: scale(1.05);
  display: inline-block;
}

/* Back to Top Button */
.backtop {
  position: fixed;
  background: #f7c6c4ff;
  color: #ad221d;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 20px rgba(173, 34, 29, 0.3);
  z-index: 999;
}

.backtop:hover {
  background: #f7c6c4ff;
  color: #ad221d;
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 30px rgba(34, 58, 102, 0.5);
}

.backtop i {
  transition: transform 0.3s ease;
}

.backtop:hover i {
  transform: translateY(-3px);
  animation: bounce 0.6s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Footer Logo */
.footer .logo img {
  transition: all 0.3s ease;
  /* filter: brightness(1); */
}

.footer .logo:hover img {
  /* filter: brightness(1.2); */
  transform: scale(1.05);
}

/* Responsive Footer Styles */
@media (max-width: 767px) {
  .footer-menu li a:hover {
    padding-left: 15px;
  }

  .footer-socials {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .footer-contact-block {
    text-align: left;
  }

  .footer-contact-block .icon {
    justify-content: flex-start;
  }
}

/* ===================================
   Enhanced Statistics Section Styles
   =================================== */

/* Stats Section Background */
.stats-section-enhanced {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.stats-section-enhanced::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: gray;
  z-index: 0;
}

.stats-section-enhanced .container {
  position: relative;
  z-index: 1;
}

.stats-section-enhanced .section-title h2 {
  color: #223a66;
}

.stats-section-enhanced .section-title p {
  color: #6f8ba4;
}

/* Stat Card Enhanced */
.stat-card-enhanced {
  background: #fff;
  border-radius: 10px;
  padding: 50px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid #eff0f3;
  box-shadow: 0 5px 20px rgba(34, 58, 102, 0.08);
}

.stat-card-enhanced::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #ad221d;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.stat-card-enhanced:hover::before {
  transform: scaleX(1);
}

.stat-card-enhanced:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(34, 58, 102, 0.15);
  border-color: #ad221d;
}

/* Gradient Variations - Subtle accent colors */
.stat-card-enhanced.gradient-red::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    rgba(173, 34, 29, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.stat-card-enhanced.gradient-blue::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    rgba(34, 58, 102, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.stat-card-enhanced.gradient-green::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    rgba(40, 167, 69, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

/* Icon Wrapper */
.stat-icon-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #223a66 0%, #152440 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(34, 58, 102, 0.2);
  z-index: 1;
}

.stat-icon-wrapper::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  border: 2px solid rgba(173, 34, 29, 0.2);
  animation: pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.stat-card-enhanced:hover .stat-icon-wrapper {
  transform: scale(1.1);
  background: linear-gradient(135deg, #ad221d 0%, #8a1b17 100%);
  box-shadow: 0 12px 30px rgba(173, 34, 29, 0.3);
}

.stat-card-enhanced:hover .stat-icon-wrapper::before {
  border-color: rgba(173, 34, 29, 0.4);
}

.stat-icon-wrapper i {
  font-size: 45px;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 1;
}

.stat-card-enhanced:hover .stat-icon-wrapper i {
  transform: scale(1.1);
}

/* Stat Content */
.stat-content {
  position: relative;
  z-index: 2;
}

.stat-number {
  font-size: 52px;
  font-weight: 700;
  color: #223a66;
  margin-bottom: 10px;
  line-height: 1;
  transition: all 0.3s ease;
  font-family: "Exo", sans-serif;
}

.stat-card-enhanced:hover .stat-number {
  color: #ad221d;
  transform: scale(1.05);
}

.stat-label {
  font-size: 15px;
  font-weight: 600;
  color: #6f8ba4;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  transition: all 0.3s ease;
}

.stat-card-enhanced:hover .stat-label {
  color: #223a66;
  letter-spacing: 1.5px;
}

/* Decorative Element */
.stat-decoration {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: rgba(173, 34, 29, 0.03);
  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: 0;
}

.stat-card-enhanced:hover .stat-decoration {
  background: rgba(173, 34, 29, 0.08);
  transform: scale(1.2);
}

/* Counter Animation */
@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Responsive Styles */
@media (max-width: 991px) {
  .stat-card-enhanced {
    padding: 40px 25px;
    margin-bottom: 30px;
  }

  .stat-number {
    font-size: 46px;
  }

  .stat-icon-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .stat-icon-wrapper i {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .stats-section-enhanced {
    padding: 70px 0;
  }

  .stat-card-enhanced {
    padding: 35px 20px;
  }

  .stat-number {
    font-size: 42px;
  }

  .stat-label {
    font-size: 14px;
  }

  .stat-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .stat-icon-wrapper i {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .stat-number {
    font-size: 38px;
  }

  .stat-label {
    font-size: 13px;
    letter-spacing: 0.8px;
  }
}









/* ========================================
   TESTIMONIAL SECTION - ENHANCED RESPONSIVE DESIGN
   ======================================== */

/* Base Desktop Styles (1200px+) */
.testimonial-2 {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.testimonial-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(173, 34, 29, 0.2) 50%, transparent 100%);
}



.testimonial-wrap-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  justify-content: center;
  align-items: stretch;
}

/* Testimonial Card - Desktop */
.testimonial-block {
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 350px;
  position: relative;
  flex: 1 1 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  min-width: 300px;
  border: 2px solid rgba(34, 58, 102, 0.06);
  overflow: hidden;
}

.testimonial-block::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #ad221d 0%, #223a66 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-block:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(34, 58, 102, 0.15);
  border-color: rgba(173, 34, 29, 0.3);
}

.testimonial-block:hover::after {
  transform: scaleX(1);
}

/* Quote Icon */
.testimonial-block .icofont-quote-right {
  position: absolute;
  top: 30px;
  right: 35px;
  font-size: 80px;
  color: rgba(173, 34, 29, 0.06);
  transition: all 0.4s ease;
  z-index: 1;
  line-height: 1;
}

.testimonial-block:hover .icofont-quote-right {
  color: rgba(173, 34, 29, 0.12);
  transform: scale(1.15) rotate(-5deg);
}

/* Testimonial Thumbnail */
.testimonial-block .testimonial-thumb {
  text-align: center;
  margin-bottom: 28px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.testimonial-block .testimonial-thumb img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #ad221d;
  box-shadow: 0 8px 20px rgba(173, 34, 29, 0.25);
  transition: all 0.4s ease;
  object-fit: cover;
  display: block;
}

.testimonial-block:hover .testimonial-thumb img {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(173, 34, 29, 0.4);
  border-color: #223a66;
}

/* Client Information */
.testimonial-block .client-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  position: relative;
  z-index: 2;
}

.testimonial-block .client-info h4 {
  color: #223a66;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.testimonial-block:hover .client-info h4 {
  color: #ad221d;
}

.testimonial-block .client-info span {
  color: #ad221d;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
  flex-shrink: 0;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 13px;
}

.testimonial-block .client-info p {
  color: #6f8ba4;
  line-height: 1.9;
  font-size: 15px;
  flex-grow: 1;
  margin: 0;
  font-style: italic;
  text-align: left;
  position: relative;
  padding: 0 5px;
}

/* ========================================
   LARGE DESKTOP (1400px+)
   ======================================== */
@media (min-width: 1400px) {
  .testimonial-2 {
    padding: 100px 0;
  }
  
  .testimonial-wrap-2 {
    gap: 35px;
    margin-top: 60px;
  }
  
  .testimonial-block {
    padding: 50px 40px;
    min-height: 280px;
  }
}

/* ========================================
   MEDIUM DESKTOP (992px - 1199px)
   ======================================== */
@media (max-width: 1199px) {
  .testimonial-2 {
    padding: 70px 0;
  }

  .testimonial-wrap-2 {
    gap: 25px;
    margin-top: 40px;
  }
  
  .testimonial-block {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
    padding: 40px 30px;
    min-height: 330px;
  }

  .testimonial-block .icofont-quote-right {
    font-size: 65px;
    top: 25px;
    right: 30px;
  }

  .testimonial-block .testimonial-thumb img {
    width: 85px;
    height: 85px;
  }

  .testimonial-block .client-info h4 {
    font-size: 18px;
  }

  .testimonial-block .client-info p {
    font-size: 14px;
  }
}

/* ========================================
   TABLET LANDSCAPE (768px - 991px)
   ======================================== */
@media (max-width: 991px) {
  .testimonial-2 {
    padding: 60px 0;
  }

  .testimonial-2 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-wrap-2 {
    gap: 25px;
    margin-top: 35px;
  }
  
  .testimonial-block {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
    min-width: 280px;
    padding: 35px 28px;
    min-height: 310px;
  }

  .testimonial-block .icofont-quote-right {
    font-size: 58px;
    top: 22px;
    right: 28px;
  }

  .testimonial-block .testimonial-thumb {
    margin-bottom: 22px;
  }

  .testimonial-block .testimonial-thumb img {
    width: 80px;
    height: 80px;
    border-width: 4px;
  }

  .testimonial-block .client-info h4 {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .testimonial-block .client-info span {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .testimonial-block .client-info p {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ========================================
   TABLET PORTRAIT & MOBILE (max-width: 767px)
   Professional Slider Mode
   ======================================== */
@media (max-width: 767px) {


  .testimonial-2 {
    padding: 50px 0;
    background: linear-gradient(135deg, #223a66 0%, #1a2d4d 100%);
    overflow: hidden;
    position: relative;
  }

  .testimonial-2::before {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
  }

  .testimonial-2 .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    overflow: hidden;
  }

  .testimonial-2 .row {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .testimonial-2 .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .testimonial-2 .section-title1 {
    margin-bottom: 35px;
    text-align: center;
  }

  .testimonial-2 .section-title1 h2 {
    font-size: 28px;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }

  .testimonial-2 .section-title1 p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    padding: 0 15px;
    max-width: 600px;
    margin: 0 auto;
  }

  /* Slider Container */
  .testimonial-wrap-2 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    margin-top: 25px;
    align-items: stretch;
    width: 100%;
    padding: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: visible;
    touch-action: pan-y pinch-zoom;
  }
  


  .testimonial-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #ad221d 0%, #223a66 100%);
  }

  .testimonial-block::after {
    display: none;
  }

  .testimonial-block:hover {
    transform: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  }
  
  .testimonial-block .icofont-quote-right {
    font-size: 65px;
    top: 22px;
    right: 28px;
    color: rgba(173, 34, 29, 0.08);
    z-index: 1;
    display: block;
  }

  .testimonial-block .testimonial-thumb {
    margin-bottom: 22px;
    text-align: center;
    display: block;
  }

  .testimonial-block .testimonial-thumb img {
    width: 85px;
    height: 85px;
    border-width: 4px;
    border-color: #ad221d;
    box-shadow: 0 6px 18px rgba(173, 34, 29, 0.35);
    margin: 0 auto;
    display: block;
  }

  .testimonial-block:hover .testimonial-thumb img {
    transform: none;
  }

  .testimonial-block .client-info {
    text-align: center;
    position: relative;
    z-index: 2;
    display: block;
  }

  .testimonial-block .client-info h4 {
    font-size: 19px;
    margin-bottom: 10px;
    text-align: center;
    color: #223a66;
    font-weight: 700;
    line-height: 1.4;
    display: block;
  }

  .testimonial-block:hover .client-info h4 {
    color: #223a66;
  }

  .testimonial-block .client-info span {
    font-size: 14px;
    margin-bottom: 18px;
    text-align: center;
    color: #ad221d;
    font-weight: 600;
    display: block;
    letter-spacing: 0.6px;
  }

  .testimonial-block .client-info p {
    font-size: 15px;
    line-height: 1.85;
    text-align: center;
    color: #6f8ba4;
    font-style: italic;
    margin: 0;
    padding: 0 12px;
    display: block;
  }

  /* Navigation Dots */
  .testimonial-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    padding: 0;
    position: relative;
    z-index: 10;
  }

  .testimonial-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  .testimonial-dot:hover {
    background: rgba(255, 255, 255, 0.75);
    transform: scale(1.25);
    border-color: rgba(255, 255, 255, 0.5);
  }

  .testimonial-dot.active {
    background: #ffffff;
    width: 14px;
    height: 14px;
    border-color: #ad221d;
    box-shadow: 0 0 15px rgba(173, 34, 29, 0.6);
  }
}

/* ========================================
   SMALL MOBILE (max-width: 575px)
   ======================================== */
@media (max-width: 575px) {
  .testimonial-2 {
    padding: 45px 0;
  }

  .testimonial-2 .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonial-2 .section-title1 {
    margin-bottom: 28px;
  }

  .testimonial-2 .section-title1 h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .testimonial-2 .section-title1 p {
    font-size: 14px;
    padding: 0 10px;
  }

  .testimonial-wrap-2 {
    margin-top: 20px;
  }

  .testimonial-block {
    padding: 30px 22px !important;
    border-radius: 15px;
  }

  .testimonial-block::before {
    height: 4px;
  }

  .testimonial-block .icofont-quote-right {
    font-size: 55px;
    top: 18px;
    right: 22px;
  }

  .testimonial-block .testimonial-thumb {
    margin-bottom: 18px;
  }

  .testimonial-block .testimonial-thumb img {
    width: 75px;
    height: 75px;
    border-width: 3px;
  }

  .testimonial-block .client-info h4 {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .testimonial-block .client-info span {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .testimonial-block .client-info p {
    font-size: 14px;
    line-height: 1.75;
    padding: 0 8px;
  }

  .testimonial-dots {
    margin-top: 25px;
    gap: 10px;
  }

  .testimonial-dot {
    width: 10px;
    height: 10px;
  }

  .testimonial-dot.active {
    width: 13px;
    height: 13px;
  }
}

/* ========================================
   EXTRA SMALL MOBILE (max-width: 480px)
   ======================================== */
@media (max-width: 480px) {
  .testimonial-2 {
    padding: 40px 0;
  }

  .testimonial-2 .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .testimonial-2 .section-title1 {
    margin-bottom: 24px;
  }

  .testimonial-2 .section-title1 h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .testimonial-2 .section-title1 p {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 8px;
  }

  .testimonial-wrap-2 {
    margin-top: 18px;
  }

  .testimonial-block {
    padding: 25px 18px !important;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  }

  .testimonial-block::before {
    height: 3px;
  }

  .testimonial-block .icofont-quote-right {
    font-size: 48px;
    top: 15px;
    right: 18px;
    opacity: 0.85;
  }

  .testimonial-block .testimonial-thumb {
    margin-bottom: 16px;
  }

  .testimonial-block .testimonial-thumb img {
    width: 70px;
    height: 70px;
    border-width: 3px;
    box-shadow: 0 4px 12px rgba(173, 34, 29, 0.25);
  }

  .testimonial-block .client-info h4 {
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 1.3;
  }

  .testimonial-block .client-info span {
    font-size: 12px;
    margin-bottom: 14px;
    letter-spacing: 0.4px;
  }

  .testimonial-block .client-info p {
    font-size: 13px;
    line-height: 1.7;
    padding: 0 6px;
  }

  .testimonial-dots {
    margin-top: 22px;
    gap: 9px;
  }

  .testimonial-dot {
    width: 9px;
    height: 9px;
    border-width: 1.5px;
  }

  .testimonial-dot.active {
    width: 12px;
    height: 12px;
  }
}

/* ========================================
   ULTRA SMALL MOBILE (max-width: 360px)
   ======================================== */
@media (max-width: 360px) {
  .testimonial-2 {
    padding: 35px 0;
  }

  .testimonial-2 .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonial-2 .section-title1 {
    margin-bottom: 20px;
  }

  .testimonial-2 .section-title1 h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .testimonial-2 .section-title1 p {
    font-size: 12px;
    padding: 0 6px;
  }

  .testimonial-wrap-2 {
    margin-top: 16px;
  }

  .testimonial-block {
    padding: 22px 15px !important;
    border-radius: 10px;
  }

  .testimonial-block .icofont-quote-right {
    font-size: 42px;
    top: 12px;
    right: 15px;
  }

  .testimonial-block .testimonial-thumb {
    margin-bottom: 14px;
  }

  .testimonial-block .testimonial-thumb img {
    width: 65px;
    height: 65px;
    border-width: 2.5px;
  }

  .testimonial-block .client-info h4 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .testimonial-block .client-info span {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .testimonial-block .client-info p {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 4px;
  }

  .testimonial-dots {
    margin-top: 18px;
    gap: 8px;
  }

  .testimonial-dot {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }

  .testimonial-dot.active {
    width: 11px;
    height: 11px;
    border-width: 1.5px;
  }
}

/* ========================================
   TOUCH DEVICE OPTIMIZATIONS
   ======================================== */
@media (hover: none) and (pointer: coarse) {
  .testimonial-block {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
  }
  
  .testimonial-block:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }
  
  .testimonial-dot {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .testimonial-dot::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: currentColor;
  }
  
  .testimonial-dot.active::before {
    width: 13px;
    height: 13px;
  }
}

/* ========================================
   ACCESSIBILITY ENHANCEMENTS
   ======================================== */
@media (prefers-reduced-motion: reduce) {
  .testimonial-block,
  .testimonial-block *,
  .testimonial-wrap-2,
  .testimonial-dot {
    transition: none !important;
    animation: none !important;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  .testimonial-block:active {
    transform: scale(0.98);
  }
  
  .testimonial-block {
    -webkit-tap-highlight-color: transparent;
  }
}



.color-lightBLue-Red{
  color: #f7c6c4ff;
}