/******************************************************************
  Template Name: Eukelade Biotics
  Description: Eukelade Biotics template

******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
2.


-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

* {
  font-family: "DM Sans" !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden !important;
}

body {
  /* font-family: "Josefin Sans", sans-serif; */
  /* font: "Open Sans", sans-serif; */
  /* font-family: 'Open Sans', sans-serif; */
  font-family: "DM Sans";
  text-transform: none;
  font-style: normal;
  width: 100%;
  overflow-x: hidden !important;
  color: #fff;
  /* background-color: #e6f1ff !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #002570;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  /* font-family: "Play", sans-serif; */
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  /* font-family: "Josefin Sans", sans-serif; */
  color: #adadad;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px 0;
}

.icon-img {
  max-width: 90%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/* -------------------- 
  preloader css
 ------------------ */
/* Preloader container */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181717;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Pill loader */
.pill-loader .pill {
  width: 60px;
  height: 30px;
  background: linear-gradient(90deg, #28c8dc 50%, #fffefe 50%);
  border-radius: 50px;
  position: relative;
  animation: spin 1s linear infinite;
}

/* Spinning animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*================= Header and Navbar ====================*/
/* ======================================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  font-family: "DM Sans";
  width: 100%;
  flex-wrap: wrap;
  background: #fff;

  /* background: rgb(85 85 156 / 67%);; */
  /* background: #e6f1ff; */
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3); */
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Logo */
.logo {
  font-size: 1.5rem;
  font-weight: 700;
  /* color: #2196f3; */
  text-decoration: none;
  letter-spacing: 2px;
 
  position: relative;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  height: 100px;
  margin-right: 10px;
}

.logo-text {
  display: inline-block;
  font-size: 1.9rem;
  font-weight: 400;
  color: #303030 !important;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: 1px;
    font-family: 'Great Vibes', cursive !important;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 5px;

} */
 

   .logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .logo-img {
    width: 60px;
    height: auto;
  }

  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }

  .logo-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #2c3e50;
    letter-spacing: 1px;
  }

  .logo-subtext {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    color: #2c3e50;
    text-transform: uppercase;
  }


/* .logo:hover {
  transform: translateY(-2px);
  text-shadow: 0 0 15px rgba(33, 150, 243, 0.8),
    0 0 30px rgba(33, 150, 243, 0.8);
} */

/* .logo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2196f3;
  bottom: -4px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);;
  box-shadow: 0 0 10px rgba(33, 150, 243, 0.5),
                 0 0 20px rgba(33, 150, 243, 0.3),
                 0 0 30px rgba(33, 150, 243, 0.1);;
} */
/* .logo span{
      position: relative;
    left: 101px;
    bottom: 30px;
    font-size: 21px;
    color: black;
} */

/* .logo:hover::after {
  transform: scaleX(1);
  transform-origin: left;
} */

/* Navigation Menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-list {
  display: flex;
  top: 7px;
  gap: 1.5rem;
  position: relative;
  list-style: none;
}

.nav-item {
  position: relative;
}

/* .nav-link:hover,
.nav-link.active {
  color: #2196f3;
  text-shadow: 0 0 10px rgba(33, 150, 243, 0.5),
                 0 0 20px rgba(33, 150, 243, 0.3),
                 0 0 30px rgba(33, 150, 243, 0.1);;
  background: rgba(255, 255, 255, 0.05);
  background: rgb(255 255 255);
  transform: translateY(-2px);
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(33, 150, 243, 0.5),
                 0 0 20px rgba(33, 150, 243, 0.3),
                 0 0 30px rgba(33, 150, 243, 0.1);;
} */
.nav-link {
  position: relative;
  color: #002570;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #2196f3;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(33, 150, 243, 0.6);
}

.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #2196f3;
  transition: width 0.3s ease;
}

.nav-link:hover::before {
  width: 100%;
}
/* Icons */
.icon {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
}

.chevron-icon {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.has-dropdown:hover .chevron-icon {
  transform: rotate(180deg);
}

.hidden {
  display: none;
}

/* Dropdown Menus */
.has-dropdown {
  position: relative;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px; /* Adjust spacing */
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #2196f3;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(33, 150, 243, 0.6);
}

.nav-link {
  position: relative;
  color: #002570;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #2196f3;
  transition: width 0.3s ease;
}

.nav-link:hover::before {
  width: 100%;
}

/* Search Bar */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input {
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 20px;
  /* background: rgba(255, 255, 255, 0.08);
  color: #ffffff; */
  background: #2c3e50;
  /* background: rgb(5 20 94 / 78%); */
  color: #dbdde3;
  width: 180px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.9rem;
}

.search-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  color: #000;
  width: 240px;
  box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.3);
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-btn {
  background: none;
  border: none;
  color: #6d6c6c;
  cursor: pointer;
  padding: 0.5rem;
  position: absolute;
  right: 5px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-btn:hover {
  color: #2196f3;
  transform: scale(1.1);
}

/* Theme Toggle */
.theme-toggle {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  padding: 0.6rem;
  font-size: 1.2rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-toggle:hover {
  color: #2196f3;
  text-shadow: 0 0 10px rgba(33, 150, 243, 0.5),
    0 0 20px rgba(33, 150, 243, 0.3), 0 0 30px rgba(33, 150, 243, 0.1);
  background: rgba(255, 255, 255, 0.15);
  transform: rotate(15deg);
}

/* Hamburger Menu */
.nav-toggle {
  display: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 0.6rem;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
}

.hamburger {
  right: 23px;
  width: 24px;
  height: 20px;
  position: relative;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 10px;
}

.hamburger span:first-child {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 9px;
  width: 70%;
}

.hamburger span:last-child {
  top: 18px;
}

/* Mobile Menu Active State */
.nav-active .hamburger span:first-child {
  transform: rotate(45deg);
  top: 9px;
}

.nav-active .hamburger span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.nav-active .hamburger span:last-child {
  transform: rotate(-45deg);
  top: 9px;
}
/* Responsive Design */

@media (max-width: 968px) {
  .nav-toggle {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: 70px;
    right: -100%;
    flex-direction: column;
    align-items: flex-start;
    background: var(--nav-bg);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    width: 80%;
    height: calc(100vh - 70px);
    padding: 2rem;
    transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-active .nav-menu {
    right: 0;
    background: #fff;
  }

  .nav-list {
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-link.active::after {
    display: none;
  }

  .nav-link.active {
    background: rgba(33, 150, 243, 0.15);
  }

  .dropdown {
    position: static;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    padding: 0;
    padding-left: 1rem;
    margin-left: 1rem;
    display: none;
    box-shadow: none;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    transform: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .dropdown::before {
    display: none;
  }

  .has-dropdown.active .dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .dropdown a {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-actions {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
  }

  .search-container {
    width: 100%;
  }
  .search-input {
    background: #f0f4ff;
    color: #333;
  }

  .search-input::placeholder {
    color: #999;
  }

  .search-input,
  .search-input:focus {
    width: 100%;
  }

  /* .search-input {
    padding: 0.8rem 1rem;
  } */

  .theme-toggle {
    align-self: flex-start;
  }

  .chevron-icon {
    position: absolute;
    right: 1rem;
  }

  .has-dropdown.active .chevron-icon {
    transform: rotate(180deg);
  }
}

@media (max-width: 576px) {
  .logo-text {
    font-size: 1.2rem;
  }
  .navbar {
    padding: 1rem;
  }

  .nav-menu {
    width: 100%;
  }
  .nav-brand {
    flex: 1;
  }

  .logo img {
    width: 80px;
  }

  .nav-toggle {
    margin-left: auto;
  }

  .nav-actions {
    margin-top: 1rem;
  }
}
/* navbar end */

/*=============== Hero Section =================== */
.video-hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: 115px;
  font-family: "DM Sans";
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: brightness(0.5); /* Darkens video for contrast */
}

.video-overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 20px;
}

.video-overlay h1 {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
}

.video-overlay h1 span {
  color: #00b4ff;
}

.video-overlay h5,
.video-overlay p {
  color: #ffffff;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .video-overlay h1 {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    padding: 0;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
  }
}
/* ====================================== */

.hero-section {
  background: url(../assets/images/frontpage/image__2_-removebg-preview.png);
  background-repeat: no-repeat;
  height: 790px;
}
.hero-content h1 {
  font-size: 65px;
  font-weight: 800;
  line-height: 81px;
  padding: 8px 0 27px;
}
.hero-content h5 {
  padding: 3px 20px 8px 40px;
  font-size: 15px;
  color: #007eff;
  font-weight: 600;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  display: inline-block;
  height: 37px;
  position: relative;
  z-index: 1;
}
/* .hero-content h5:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 24px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #007eff;
} */
.hero-content h1 span {
  color: #007eff;
}
.mediic-btn a:after {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-color: #007eff; */
  /* background-image: url(../images/frontpage/mask-btn.png);
    -webkit-mask: url(../images/frontpage/mask-btn.png);
    mask: url(../images/frontpage/mask-btn.png); */
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_mh 0.7s steps(22) forwards;
  z-index: -1;
}
.hero-section .mediic-service-bx {
  padding: 16px 30px 6px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  position: relative;
  right: 0;
  top: 0;
  backdrop-filter: blur(12px);
  overflow: hidden;
  display: inline-block;
}
.mediic-service-inner-bx {
  display: flex;
  align-items: center;
}
.hero-section .mediic-hero-content h4 {
  color: #002570;
  font-weight: 600;
  font-size: 20px;
  padding: 0 0 6px;
}
.hero-section .mediic-hero-content p {
  width: 100%;
  color: #65677a;
  font-size: 16px;
  font-family: "DM Sans";
}
.mediic-hero-content {
  padding: 0 0 0 20px;
}
.hero-mediic-service {
  display: flex;
  align-items: center;
  padding: 40px 0 0;
}
.mediic-btn a {
  padding: 14px 26px;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-family: "Albert Sans";
  border-radius: 32px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  background-color: #007eff;
}

.hero-thumb {
  position: relative;
  top: 52px;
  left: 172px;
  z-index: 2;
}
.hero-all-shape {
  position: relative;
  z-index: 1;
}
.hero-shape {
  position: absolute;
  bottom: 46px;
  left: 172px;
}
.hero-shape2 {
  position: absolute;
  bottom: 312px;
  left: 124px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
}
.hero-shape3 {
  position: absolute;
  right: -71px;
  bottom: 335px;
  z-index: 22;
}
.hero-shape3 .button span {
  font-size: 16px;
  padding: 25px 12px;
  border-radius: 25px;
  background-color: #007eff;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.wood-animation {
  display: inline-block;
  animation: shake 0.5s infinite;
}

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hero-section {
    background-position: center;
    background-size: cover;
    height: 1076px;
  }
  .hero-content h5 {
    font-size: 13px;
    height: 33px;
  }

  .hero-content h1 {
    font-size: 29px !important;
    line-height: 37px;
  }
  .mediic-btn a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .hero-thumb {
    top: 110px;
    left: 0;
  }
  .hero-shape2 {
    bottom: 245px;
    left: 124px;
    display: none;
  }
  /* .hero-mobile{
        display: none;
    } */
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .hero-content {
    padding-left: 60px;
  }
  .hero-content h1 {
    font-size: 52px;
  }
  .hero-thumb {
    left: 52px;
  }
}

/* =========================scrol name======================= */
/* ========================================================== */
/* .brand-section {
    padding: 0 33px 0 50px;
} */
/* .brand-bg {
    background: #007eff;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 222px 50px;
    margin-top: -2px;
    position: relative;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
@keyframes infiniteScroll {
  from {transform: translateX(0)}
  to {transform: translateX(-50%)}
}
.brand-section {
  width: 100%;
  overflow-x: hidden;
}
.horizontal-scrolling-items {
  display: flex;
  font-size: 40px;
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  text-transform: uppercase;
}
.horizontal-scrolling-items__item {
  white-space: nowrap;
} */

.brand-bg {
  /* background: #007eff; */
  background: #041a31;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 30px 50px;
  margin-top: -2px;
  position: relative;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}

@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.brand-section {
  width: 100%;
  overflow-x: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

.horizontal-scrolling-items {
  display: flex;
  font-size: 40px;
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  text-transform: uppercase;

  /* display: flex;
  flex-wrap: nowrap;
  animation: infiniteScroll 20s linear infinite;
  white-space: nowrap;
  align-items: center; */
}

.horizontal-scrolling-items__item {
  display: flex;
  align-items: center;
  font-size: 44px;
  margin-right: 60px;
  white-space: nowrap;
  color: #fff;
}

.horizontal-scrolling-items__item img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

/* Duplicate the content for infinite scroll illusion */
.horizontal-scrolling-items::after {
  content: attr(data-duplicate);
  display: inline-block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .horizontal-scrolling-items__item {
    font-size: 18px;
    margin-right: 40px;
  }

  .horizontal-scrolling-items__item img {
    width: 24px;
    height: 24px;
  }

  .brand-bg {
    padding: 50px 15px 40px;
  }
}

@media (max-width: 480px) {
  .horizontal-scrolling-items__item {
    font-size: 16px;
    margin-right: 30px;
  }

  .horizontal-scrolling-items__item img {
    width: 20px;
    height: 20px;
  }
}

/* ================================================ */
/* .hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  min-height: 100vh;
}

.hero-content {
  flex: 1;
  min-width: 300px;
  text-align: center;
  position: relative;
}

.hero-content h1 {
  font-size: 110px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: 800;
}

.hero-img {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.hero-img img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.member-badge {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to right, #4a90e2, #007aff);
  padding: 10px 15px;
  border-radius: 50px;
}

.avatars {
  display: flex;
}

.avatars img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -10px;
}

.count {
  background: white;
  color: #007aff;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 12px;
  margin: 0 10px;
}

.label {
  color: white;
  font-weight: 500;
}

.hero-section {
  background-image: linear-gradient(rgb(4 4 97 / 95%), rgb(4 4 97 / 65%)),
    url(../images/frontpage/image_one.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 790px;
  position: relative;
  margin-top: 97px;
}
.row.hero-bg {
  position: relative;
  z-index: 1;
}
.hero-content {
  padding: 45px 0 0;
}
.hero-content h1 {
  font-size: 110px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: 800;
  position: relative;
  z-index: -1;
}
h1.mediic-style {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
span.team-mbr {
  padding: 15px 30px;
  border-radius: 40px;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  backdrop-filter: blur(17.5px);
  margin-right: 22px;
}
.hero-btm-boxs {
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
}

.mediic-hero-icon {
  float: left;
  margin-right: 20px;
}
.mediic-hero-content {
  overflow: hidden;
}
.mediic-hero-content h4 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #fff !important;
  margin: 0;
}
.mediic-hero-content p {
  text-align: left;
  width: 62%;
  padding: 7px 0 0;
  font-family: "DM Sans";
  color: #97a9bf;
}
.mediic-btn a {
  padding: 16px 35px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-family: "Albert Sans";
  border-radius: 32px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid #fff;
  background-color: #007eff;
}
.hero-socail-icon {
  position: absolute;
  right: -230px;
  bottom: 206px;
  animation: 1s 1.5s fadeInDown both;
}
.hero-socail-icon a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 20px 0 0;
  transition: 0.3s;
}
.hero-cnct-nmbr {
  position: absolute;
  left: -256px;
  bottom: 160px;
}
.hero-cnct-nmbr h4 {
  position: relative;
  color: #fff;
  writing-mode: tb;
  font-size: 18px;
  font-weight: 500;
}
.hero-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: -134px;
  z-index: -1;
}
.hero-shape2 {
  position: absolute;
  left: -66px;
  top: 66px;
}
.hero-shape3 {
  position: absolute;
  right: -72px;
  bottom: -15px;
}

.mediic-btn a {
  padding: 16px 35px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-family: "Albert Sans";
  border-radius: 32px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid #007eff !important;
  background-color: #fff !important;
}

/* Responsive */
/* @media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 36px;
  }
  .hero-text h1 {
    font-size: 32px;
  }

  .btn-appointment {
    padding: 8px 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hero-section {
    height: 590px;
  }
  .hero-content h1 {
    font-size: 27px;
  }
  .hero-btm-boxs {
    display: inherit;
    margin-top: 80px;
  }
  .mediic-btn {
    text-align: left;
    padding: 10px 0 0;
  }
  .hero-shape {
    display: none;
  }
  .hero-shape2 {
    display: none;
  }
  .hero-shape3 {
    display: none;
  }
  span.team-mbr {
    padding: 0px;
  }
  .mediic-hero-content p {
    color: #fff !important;
    font-size: 15px;
    width: 100%;
  }
  .mediic-btn a {
    padding: 15px 30px;
    font-size: 15px;
  }
  span.team-mbr {
    padding: 14px 15px;
    font-size: 13px;
    margin-right: 10px;
  }
} */
*/

/* ============== About section ===================== */
/* @media screen and (max-width: 1199px) {
    section {
        padding: 90px 0;
    }
} */
section {
  padding: 120px 120px !important;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.about-style-01 {
  position: relative;
  z-index: 1;
}
.about-style-01:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 30%;
  background-color: #f5f5f5 !important;
  left: 0;
  top: 0;
  z-index: 0;
}
.about-style-01 .about-lg-text {
  font-size: 120px;
  position: absolute;
  writing-mode: tb-rl;
  left: -140px;
  top: 0;
  text-transform: uppercase;
  color: #fff;
}
.z-index-9 {
  z-index: 9;
}
.right {
  right: 0;
}
.opacity3 {
  opacity: 0.3;
}
.bottom-0 {
  bottom: 0 !important;
}
.position-absolute {
  position: absolute !important;
}
@media screen and (min-width: 768px) {
  .ms-md-11,
  .mx-md-11 {
    margin-left: 6rem;
  }
}
@media screen and (min-width: 576px) {
  .pb-sm-22,
  .py-sm-22 {
    padding-bottom: 11.5rem;
  }
  .about-style-01 .about-img1 {
    display: inherit;
  }
}
/* @media screen and (max-width: 991px) {
    section {
        padding: 30px 0;
    }
} */
.about-style-01 .about-img1 {
  clip-path: polygon(
    0% 0%,
    63% 0%,
    100% 23%,
    100% 100%,
    80% 100%,
    25% 100%,
    0% 100%,
    0% 20%
  );
  display: inline-block;
}

.z-index-2 {
  z-index: 2;
}
@media (min-width: 576px) {
  .text-sm-start {
    text-align: left !important;
  }
}
.about-style-01 .about-img2 {
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 0%,
    100% 77%,
    79% 100%,
    0% 100%,
    0% 100%,
    0% 20%
  );
  display: inline-block;
}

.right {
  right: 0;
}
.z-index-3 {
  z-index: 3;
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
.bg-secondary {
  background-color: #2477cd96 !important;
}
.top {
  top: 0;
}
.right {
  right: 0;
}
.z-index-9 {
  z-index: 9;
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
.rotated {
  animation: rotated 45s infinite linear;
}
.left-10 {
  left: 10%;
  right: inherit;
}
.bottom-5 {
  bottom: 5%;
  top: inherit;
}
.about-style-01 .about-lg-text {
  font-size: 120px;
  position: absolute;
  writing-mode: tb-rl;
  left: -140px;
  top: 0;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  .ps-lg-1-9,
  .px-lg-1-9 {
    padding-left: 1.9rem;
  }
}
.mb-1-9,
.my-1-9 {
  margin-bottom: 1.9rem;
}
.left-5 {
  left: 5%;
  right: inherit;
}
.z-index-1 {
  z-index: 1;
}
.opacity1 {
  opacity: 0.1;
}
.rotated {
  animation: rotated 45s infinite linear;
}
.left-10 {
  left: 10%;
  right: inherit;
}
.bottom-5 {
  bottom: 5%;
  top: inherit;
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
.position-absolute {
  position: absolute !important;
}
/* ================================================= */
.thumbs-bxs2 .icon {
  width: 120px;
  height: 120px;
  background-color: white; /* or any color you want */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: spin 5s linear infinite;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.thumbs-bxs2 .icon img {
  max-width: 80%;
  height: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.about-serction {
  padding: 0 0 120px;
  position: relative;
  z-index: 1;
}
.about-thumb {
  position: relative;
  z-index: 1;
}
.thumbs-bxs2 {
  position: absolute;
  bottom: 0;
}
.icon img {
  border-radius: 30px;
}
/* .mdy-dots {
  position: absolute;
  right: 48px;
  bottom: -39px;
  z-index: -1;
} */
.mediic-section-title h4 {
  font-size: 16px;
  font-weight: 500;
  color: #002570;
  padding: 0 0 22px;
  text-transform: uppercase;
}

/* about section */

/* .feature-serction {
  padding: 95px 0 60px;
  position: relative;
} */
.about-serction {
  padding: 95px 0 120px;
  position: relative;
  z-index: 1;
}
.mediic-section-title h1 {
  font-size: 60px;
  margin: 0;
  font-weight: 700;
  line-height: 66px;
  color: #002570;
}
.style-2 .mediic-shape {
  position: absolute;
  right: 0;
  bottom: 18px;
  text-align: right;
  z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1370px) {
  .thumbs-bxs {
    right: 12px;
  }
  .mediic-section-title h1 {
    font-size: 55px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .about-thumb img {
    padding: 0 0 25px;
    width: 100% !important;
  }
  .about-serction {
    width: 100% !important;
  }
  .thumbs-bxs {
    right: 0;
    width: 143px;
    height: 143px;
    line-height: 166px;
  }
  .mediic-section-title h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .mediic-section-title2 h3 {
    font-size: 21px !important;
  }
  .mediic-section-ul {
    width: 100%;
  }

  .icon img {
    width: auto;
  }
  .mediic-shape {
    display: none;
  }
  .mediic-appoinment {
    background-size: cover;
  }
}

/* =======================vision and mission ============================== */
/* ======================================================================= */
.mission-vission-section {
  /* padding: 95px 0 120px; */
  position: relative;
  z-index: 1;
}
.mission-vission-single-box {
  padding: 38px 35px 20px;
  border-radius: 20px;
  /* background-color: #fff; */
  border: 2px solid #ffffff;
  background: #2c3e50;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  /* background-image: linear-gradient(
      rgb(199 205 208 / 14%),
      rgb(191 195 200 / 52%)
    ),
    url(../assets/images/frontpage/image_one.jpg); */
  /* background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
}
/* .mission-vission-single-box:hover {
  background-color: #002570;
   transition: all linear 0.5s;
} */
/* .mission-vission-single-box:hover {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    border-top: 2px solid #007eff;
    border-left: 2px solid #007eff;
    transition: all linear 0.5s;
} */
.m_v-ssion-icon {
  margin-right: 15px;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  border-radius: 32px;
  background-color: rgb(255 255 255);
  border: 2px solid #ffffff;
  transition: 0.5s;
}
.m_v-ssion-title h3 {
  font-size: 24px;
  color: #f6f7f8;
  font-weight: 700;
  margin: 0;
  transition: 0.5s;
}
.m_v-ssion-desc p {
  font-size: 17px;
  color: #dedfe5;
  font-family: "DM Sans";
  display: inline-block;
  padding: 25px 0 0;
  transition: 0.5s;
}
.m_v-ssion {
  align-items: center;
}
/* service */
.style-3.about-section {
  padding: 120px 0 120px;
  position: relative;
  z-index: 1;
}
.about-thumb {
  position: relative;
  z-index: 1;
}
.style-3 .counter-right-side {
  display: flex;
  justify-content: center;
  width: 549px;
  padding: 30px 0 20px;
  border-radius: 0 0 30px 30px;
}

.mediic-section-title h4 {
  font-size: 16px;
  font-weight: 500;
  color: #007eff;
  padding: 0 0 22px;
  text-transform: uppercase;
}
.mediic-section-title p {
  padding: 21px 0 18px;
  color: #65677a;
  font-family: "DM Sans";
}
ul.about-mediic-services li {
  display: block;
  list-style: none;
  position: relative;
  font-family: "DM Sans";
  color: #002570;
  padding: 0 0px 20px 25px;
  position: relative;
}
ul.about-mediic-services li p {
  color: #65677a;
}
.style-3 .counter-right-side {
  display: flex;
  background: #007eff;
  justify-content: center;
  width: 549px;
  padding: 30px 0 20px;
  border-radius: 0 0 30px 30px;
}
ul.about-mediic-services li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #007eff;
}
.mission-vission-single-box:hover {
  /* border: 2px solid #007eff; */
  border-top: 2px solid #d3e7fc;
  border-left: 2px solid #d3e7fc;
  border-bottom: 2px solid #d3e7fc;
  border-right: 2px solid #d3e7fc;
  transition: all 0.5s ease;
}

/* On hover: animate top-left and bottom-right borders in */
.mission-vission-single-box:hover::before,
.mission-vission-single-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .style-3.about-section .about-thumb {
    padding-bottom: 30px;
  }
  .style-3.about-section .about-thumb img {
    padding: 0;
    width: 100% !important;
  }
  .about-thumb img {
    padding: 0 0 25px;
    width: 100%;
  }
  .style-3 .counter-right-side {
    width: auto;
    text-align: center;
  }
  .m_v-ssion-desc p {
    font-size: 16px;
  }
}

/*===========================Services Page =========================*/
/* ================================================================ */

.services-page {
  background: #100028;
  padding-bottom: 50px;
}

/*==========================Contact Widget===========================*/
/* ================================================================= */

/* .mediic-appoinment.style-2 {
  margin: 70px 0 0px;
} */
.mediic-appoinment {
  background-image: url(../assets/images/frontpage/contact-nbg.webp);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 0 100px;
  border-radius: 30px;
  background-size: cover;
}
/* .row.appoinment {
  position: relative;
  z-index: 1;
} */

.mediic-section-title2 h4 {
  font-size: 16px;
  font-weight: 500;
  color: #007eff;
  padding: 0 0 9px;
}
.mediic-section-title2 h3 {
  font-size: 32px;
  font-weight: 700;
  color: #002570;
}
.contact-form-box {
  padding: 35px 0 0;
}
.form-box input {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  outline: 0;
  display: inline-block;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 37, 112, 0.5);
  font-weight: 500;
  font-family: "DM Sans";
}
.form-box textarea {
  width: 100%;
  padding: 15px 22px;
  outline: 0;
  margin-bottom: 25px;
  outline: 0;
  display: inline-block;
  height: 150px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 37, 112, 0.5);
  font-weight: 500;
  font-family: "DM Sans";
}
button.submit-btn {
  padding: 16px 40px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-family: "Albert Sans";
  border-radius: 32px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid #007eff;
  background-color: #002570;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mediic-section-title2 h3 {
    font-size: 29px;
  }
  .mediic-appoinment {
    background-size: cover;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .mediic-appoinment {
    background-size: cover;
  }
  .mediic-section-title h1 {
    font-size: 28px;
    line-height: 40px;
  }
}

/* ======================= core value============================= */
/* ================================================================ */

.services-section {
  padding: 50px 0 90px;
  /* background: url(../images/frontpage/top-view-variety-medicine-with-pill-box.jpg); */

  background: linear-gradient(
      to bottom,
      rgb(1 14 27 / 91%),
      rgb(11 52 92 / 64%)
    ),
    url("../assets/images/frontpage/image_two.webp") no-repeat center/cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mediic-section-title {
  padding-bottom: 50px;
}

.text-center {
  text-align: center !important;
}
.white.mediic-section-title h4 {
  color: #007eff;
  background-color: rgba(0, 37, 112, 0.30196078431372547);
  border: 1px solid rgba(0, 126, 255, 0.350196078431372547);
}
.mediic-section-title h4 {
  font-size: 15px;
  padding: 9px 26px 8px 40px;
  text-transform: capitalize;
  /* border-radius: 18px; */
  color: #6c757d !important;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  /* border: 1px solid #ffffff; */
  position: relative;
  font-weight: 700;
  z-index: 1;
  display: inline-block;
  margin-bottom: 12px;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: #fff;
}
.service-single-box {
  padding: 50px 35px 55px;
  margin-bottom: 30px;
  /* background: #007eff; */
  /* background: #0b3153; */
  background: #0b3153a3;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  height: 400px; /* fixed height */
}
/* .service-single-box:before {
    position: absolute;
    content: "";
    right: -68px;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/frontpage/dctr.png);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotateX(180deg);
    z-index: -1;
    transition: 0.5s;
} */

.service-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.serivce-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 45px;
  background-color: #1c8cff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.service-category a {
  padding: 3px 22px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 17px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-block;
  transition: 0.5s;
}
.service-content h4 {
  font-size: 22px;
  padding: 45px 0 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.service-content p {
  color: #fff;
  font-family: "DM Sans";
}

@media (min-width: 1200px) and (max-width: 1370px) {
  .service-content {
    left: 25px;
  }
  .mediic-section-title h1 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .service-single-box {
    padding: 50px 25px 55px;
  }
  .mediic-section-title h4 {
    font-size: 13px;
  }
  .mediic-section-title h1 {
    font-size: 21px;
    line-height: 21px;
    text-align: left;
  }
  .service-single-box:before {
    display: none;
  }
}

/* ========================carousel============================= */
/* ============================================================== */
.text-blue {
  color: #002570;
}

.carousel-section {
  padding: 50px 0 90px;
  background: url(../assets/images/frontpage/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-style {
  font-family: "DM Sans";
}

/* #news-slider{
    margin-top: 80px;
} */
.post-slide {
  /* background: #fff; */
  background: rgba(255, 255, 255, 0.30196078431372547);
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  height: 380px;
  font-family: "DM Sans";
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
  /* background-image: url(../images/frontpage/bg1.jpg); */
  background-repeat: no-repeat;
  background-size: cover; /* or 'contain' depending on your image */
  background-position: center center;
  background-attachment: fixed; /* Makes the image fixed when scrolling */
}
.post-slide .post-img {
  height: 200px; /* or whatever fixed height you want */
  overflow: hidden;
  border-radius: 10px;
  padding: 13px 13px;
  /* margin: -12px 15px 8px 15px;
  margin-left: -10px; */
}

.post-slide .post-img img {
  width: 100%;
  height: 100%;
  object-fit: inherit;
  border-radius: 20px;
  transition: transform 0.2s linear;
}
/* .post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
} */
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%); */
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  /* background:#fff; */
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
  font-family: "DM Sans";
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}
/*======================footer ==============================*/
/* ======================================================== */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}

/* card */

/*FOOTER*/

footer {
  width: 100%;
  background-color: #031b4e;
  color: #fff;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  /* color: #ff5e14; */
  color: #98bdde;
;
  font-size: 30px;
  margin-top: 6px;
  min-width: 30px;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.cta-text span {
  color: #ccc;
  font-size: 14px;
  line-height: 22px;
}

.bottom_content section {
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.bottom_content a {
  margin: 0 20px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  text-decoration: none;
}

.bottom_content a:hover {
  color: #fff;
}

.copyright {
  padding: 0.8em 0;
  background-color: #1e1e1e;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-address {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  padding: 1rem 2rem;
}

@media (max-width: 820px) {
  .bottom_content section {
    display: block;
    text-align: center;
  }

  .bottom_content a {
    display: inline-block;
    margin: 5px;
    font-size: 12px;
  }

  .footer-address {
    text-align: left;
    font-size: 12px;
    padding: 1rem;
  }
}




/* service */
.service-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 30px;
}

.card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  /* width: 30%; */
  height: 423px;

  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.card-img {
  position: relative;
}

.card-img img {
  width: 100%;
  height: 200px;
  object-fit: fill;
  background: #e6edf5;
  /* border-bottom: 1px solid #eee; */
  /* border-radius: 12px 12px 0 0; */
  padding: 13px 17px;
  /* border-radius: 30px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.card-img .icon {
  background: #cee4ef;
  position: absolute;
  width: 70px;
  height: 70px;
  font-size: 30px;
  text-align: center;
  padding: 13px;
  border-radius: 50%;
  color: #464b50;
  bottom: -25px;
  right: 15px;
}

.icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.card-body {
  padding: 20px;
}

.card-body small {
  text-transform: capitalize;
  color: #777;
}

.card-body h3 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
}

.card-body p {
  font-size: 15px;
  color: #555;
  margin-bottom: 12px;
}

.card-body a {
  text-decoration: none;
  color: #0a1f44;
  font-weight: 600;
}

/* corevalue */

.text-center {
  text-align: center !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.process-style01 {
  background-image: url(../assets/images/frontpage/process-01.png);
  background-position: top center;
  background-repeat: no-repeat;
}
.mt-n1-9 {
  margin-top: -1.9rem !important;
}
.mt-1-9,
.my-1-9 {
  margin-top: 1.9rem;
}
.mb-1-9,
.my-1-9 {
  margin-bottom: 1.9rem;
}
.position-relative {
  position: relative !important;
}
.rounded-circle {
  border-radius: 50% !important;
}

.process-style01 .process-block .process-num {
  height: 130px;
  width: 130px;
  line-height: 130px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  color: #34c5a1;
  transition: all 0.3s ease-in-out;
}

.mb-0 {
  margin-bottom: 0 !important;
}

p {
  margin: 0 0 20px;
}
.mb-1-9,
.my-1-9 {
  margin-bottom: 1.9rem;
}

.position-relative {
  position: relative !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.process-block img {
  filter: grayscale(100%);
  transition: filter 0.4s ease, transform 0.4s ease;
}

.process-block img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .process-style01 {
    background-image: none;
  }
}
