/* Color Plate */
.color-plate {
  position: fixed;
  display: block;
  z-index: 99998;
  padding: 20px;
  width: 245px;
  background: #fff;
  right: -245px;
  text-align: left;
  top: 30%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}

.color-plate.active {
  right: 0;
}

.color-plate .color-plate-icon {
  position: absolute;
  left: -48px;
  width: 48px;
  height: 45px;
  line-height: 45px;
  font-size: 21px;
  border-radius: 5px 0 0 5px;
  background: linear-gradient(90deg, #ffb300 0%, #ff9100 50%, #ff6600 100%);
  text-align: center;
  color: #fff !important;
  top: 0;
  cursor: pointer;
  box-shadow: -4px 0px 5px #00000036;
}

.color-plate h4 {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

.color-plate p {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 20px;
}

.color-plate span {
  width: 42px;
  height: 35px;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 3px;
}

.color-plate span:hover {
  cursor: pointer;
}

.color-plate span.color1 {
  background: #c01a1a;
}

.color-plate span.color2 {
  background: #c01a1a;
}

.color-plate span.color3 {
  background: #32b87d;
}

.color-plate span.color4 {
  background: #fe754a;
}

.color-plate span.color5 {
  background: #f82f56;
}

.color-plate span.color6 {
  background: #01b2b7;
}

.color-plate span.color7 {
  background: #6c5ce7;
}

.color-plate span.color8 {
  background: #85ba46;
}

.color-plate span.color9 {
  background: #273c75;
}

.color-plate span.color10 {
  background: #fd7272;
}

.color-plate span.color11 {
  background: #badc58;
}

.color-plate span.color12 {
  background: #44ce6f;
}

body {
  font-family: "Hanuman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  min-height: 100vh;
}
.promo-icon-animate i {
  animation: promoIconBounce 2.3s infinite cubic-bezier(.4, 0, .2, 1);
  background: linear-gradient(90deg, #d1001f, #ffa000 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  /* for non-webkit fallback */
}

@keyframes promoIconBounce {

  0%,
  100% {
    transform: scale(1) rotate(-10deg);
  }

  10% {
    transform: scale(1.08) rotate(10deg);
  }

  20% {
    transform: scale(1.15) rotate(-6deg);
  }

  30% {
    transform: scale(1.22) rotate(8deg);
  }

  40%,
  60% {
    transform: scale(1.14) rotate(-2deg);
  }

  80% {
    transform: scale(1.05) rotate(0deg);
  }
}

.promo-card-modern {
  border-radius: 1.75rem;
  box-shadow: 0 3px 32px 0 rgba(0, 0, 0, 0.09), 0 1.5px 4px 0 rgba(253, 189, 40, 0.10);
  transition: transform 0.25s cubic-bezier(.4, 0, .2, 1), box-shadow 0.22s;
  position: relative;
  background: rgba(255, 255, 255, 0.94);
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  border: 1.5px solid #ffeec6;
}

.promo-card-modern:hover {
  transform: scale(1.04) translateY(-8px) rotate(-1deg);
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.13), 0 3px 24px 0 #fdbd2866;
  border-color: #fdbd28;
}

.promo-img-float {
  transition: transform .45s cubic-bezier(.4, 0, .2, 1), box-shadow .22s;
  box-shadow: 0 2px 18px #fdbd2844, 0 1px 8px #0001;
  background: linear-gradient(140deg, #f8e8b0 0%, #ffe7c1 100%);
}

.promo-card-modern:hover .promo-img-float {
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 6px 28px #ffd00036, 0 1.5px 6px #0002;
}

.gradient-title-text {
  background: linear-gradient(90deg, #ffd006 10%, #ff9800 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-text-1 {
  background: linear-gradient(90deg, #d1001f, #ffa000 15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text-2 {
  background: linear-gradient(90deg, #d1001f, #ffa000 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.pro-features {
  position: fixed;
  right: -260px;
  width: 260px;
  /* background: rgba(255, 255, 255, 0.15); */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 1.5rem 0 0 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  padding: 25px 30px;
  font-size: 15px;
  font-weight: 600;
  list-style: none;
  transition: all 0.4s ease;
  color: #fff;
  display: none;
  /* Hide by default */
}

.pro-features.active {
  right: 0;
}

.pro-features li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #181a1b;
}

.profeatures-icon {
  font-size: 1.2em;
  color: #ffd700;
  margin-right: 5px;
  min-width: 22px;
}

.get-pro {
  position: absolute;
  left: -52px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #ffd700, #ff8c00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 8px #ff9800, 0 0 12px #ffd700;
  transition: all 0.3s ease;
  text-align: center;
  padding: 6px;
}

.get-pro:hover {
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 0 10px #ff9800, 0 0 20px #ffd700;
}

.button .btn {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.button .btn .btn-icon {
  margin-right: 7px;
  font-size: 1.1em;
  color: #ffd700;
  min-width: 18px;
}

.button .btn:hover {
  background: linear-gradient(90deg, #ffd700, #ff9800);
  color: #000;
  transform: scale(1.03);
}

.button .btn:hover .btn-icon {
  color: #ff8c00;
}

.langs {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.langs img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.langs img:hover {
  transform: scale(1.1);
}

/* Center only the darkmode button in profeatures */
.profeatures-darkmode-li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.profeatures-darkmode-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 7px;
}

.profeatures-darkmode-label {
  text-align: center;
  margin: 0 0 3px 0;
  font-size: 1em;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 6px #0006;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
}

.dark-mode .profeatures-darkmode-label {
  color: #ffd700;
}

.dark-toggle-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 6px 18px;
  box-shadow: 0 2px 6px #0002;
  transition: background 0.22s;
  user-select: none;
  position: relative;
}

.dark-toggle-switch:hover,
.dark-toggle-switch:focus-within {
  background: rgba(255, 215, 0, 0.18);
}

.slider {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
}

.slider .icon {
  transition: color 0.3s ease;
}

.slider .sun {
  color: #f9d71c;
}

.slider .moon {
  color: #7c7c7c;
}

body.dark .slider .sun {
  color: #bbb;
}

body.dark .slider .moon {
  color: #ffd700;
}

/* Show only on screens smaller than 768px */
@media (max-width: 767px) {
  .pro-features {
    display: block;
  }

  .profeatures-darkmode-center {
    gap: 5px;
  }

  .dark-toggle-switch {
    padding: 6px 12px;
    font-size: 15px;
  }

  .profeatures-darkmode-label {
    font-size: 0.96em;
  }
}

.button a {
  background-color: linear-gradient(90deg,
      #ffb300 0%,
      #ff9100 50%,
      #ff6600 100%);
}

.pro-features .button .btn {
  color: #000000;
  border: #e7ad00 solid 1px;
}

.pro-features .button .btn:hover {
  background: #ffd000;
  color: #000000;
}

#scrollUp {
  bottom: 15px;
  right: 15px;
  background: linear-gradient(120deg, #ffcf00 0%, #ff9400 100%);
  color: #fff;
  font-size: 25px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  padding: 0;
  border-radius: 25px;
  box-shadow: 0px 0px 10px #00000026;
}

#scrollUp:hover {
  background: #ff9900ea;
}

.news-ticker-bar {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 6px 0;
  z-index: 9999;
  height: 2rem;
}

.ticker-content {
  display: inline-block;
  padding-left: 100%;
  animation: ticker-scroll 45s linear infinite;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.header {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 1000;
}

.header .navbar-collapse {
  padding: 0;
}

.header .topbar {
  background: #fff;
  border-bottom: 0.5px solid #eeeeee63;
  width: 100%;
  padding-top: 0.6rem;
}

.header .top-link,
.header .top-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .top-link {
  float: left;
}

.header .top-link li {
  display: inline-block;
  margin-right: 15px;
}

.header .top-link li:last-child {
  margin-right: 0;
}

.header .top-link li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.18s;
}

.header .top-link li:hover a {
  color: #ff9300;
}

.header .top-contact {
  float: right;
}

.header .top-contact li {
  display: inline-block;
  padding-left: 0.5rem;
  color: #000;
}

.header .top-contact li:last-child {
  margin-right: 0;
}

.header .top-contact li a {
  font-size: 14px;
  color: #000;
}

.header .top-contact li a:hover {
  color: #f5c327;
}

/* Sticky header styles */
.header .header-inner {
  background-color: rgb(255, 255, 255);
  width: 100%;
  z-index: 999;
  transition: box-shadow 0.25s;
  position: relative;
  min-height: 1px;
  box-sizing: border-box;
}

.header.sticky .header-inner {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  animation: fadeInDown 0.5s both 0.1s;
  box-shadow: 0 2px 13px #0002;
  z-index: 1002;
}

/* Logo */
@media (min-width: 992px) {
  .header .logo {
    width: 110%;
    height: auto;
    float: left;
    margin-top: 0.5rem;
  }

  .header .logo img {
    max-width: 100%;
    height: auto;
  }
}

/* Navbar */
.header .navbar {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  height: 0;
  min-height: 0;
}

.header .nav li {
  float: left;
  position: relative;
}

.header .nav li:last-child {
  margin: 0;
}

.header .nav li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 25px 12px;
  position: relative;
  display: inline-block;
}

/* Class Active */
.header .nav li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  border-radius: 5px 5px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.header .nav li.active a:before,
.header .nav li:hover a:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.header .nav li.active a,
.header .nav li:hover a {
  color: #ffb100;
}

.header .nav li a i {
  display: inline-block;
  margin-left: 1px;
  font-size: 13px;
}

/* Dropdown Menu */
.header .nav li .dropdown {
  background: white;
  width: 220px;
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: 999;
  box-shadow: 0px 3px 5px #3333334d;
  transform-origin: 0 0 0;
  transform: scaleY(0.2);
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  color: #000;
}

.header .nav li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* li Hover */
.header .nav li .dropdown li:hover {
  transform: translateY(0px);
  background: linear-gradient(90deg, #ffd006 10%, #ff9800 90%);
  color: rgb(0, 0, 0);
}

.header .nav li .dropdown li {
  float: none;
  margin: 0;
  border-bottom: 1px dashed #d6b689;
}

.header .nav li .dropdown li:last-child {
  border: none;
}

.header .nav li .dropdown li a {
  padding: 12px 15px;
  color: #000;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  background: transparent;
  transition: all 0.2s ease;
}

.header .nav li .dropdown li a:before {
  display: none;
}

.header .nav li .dropdown li:last-child a {
  border-bottom: 0px;
}

.header .nav li .dropdown li:hover a,
.header .nav li .dropdown li a:hover {
  border-color: transparent;
}

/* Sticky animation */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.logo img {
  max-width: 100%;
  height: auto;
  width: 180px;
  /* Optional: default size for desktop */
}

@media (max-width: 768px) {
  .logo img {
    width: 120px;
    /* Resize for tablets and phones */
  }
}

@media (max-width: 480px) {
  .logo img {
    width: 100px;
    /* Smaller size for phones */
  }
}

/*=========================
	End Header CSS
===========================*/

/*===========================
	Start Hero Area CSS
=============================*/

.single-content img {
  border-radius: 10px;
}

.slider .single-slider {
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider .owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
}

.slider .owl-carousel .owl-nav div {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(90deg, #ffd006 10%, #ff9800 90%);
  color: #fff;
  font-size: 26px;
  position: absolute;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  border-radius: 50%;
}

.slider .owl-carousel .owl-nav div:hover {
  color: #fff;
  background: linear-gradient(90deg, #ff9900ab 10%, #ffd106d7 90%);
}

.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}

/*===========================
	End Hero Area CSS
=============================*/

/*=============================
	Start Schedule CSS
===============================*/
/* .pro-features {
  position: fixed;
  right: -260px;
  width: 260px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 1.5rem 0 0 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  padding: 25px 30px;
  font-size: 15px;
  font-weight: 600;
  list-style: none;
  transition: all 0.4s ease;
  color: #fff;
  display: none; /* Hide by default */

/* .pro-features.active {
  right: 0;
}

.pro-features li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.profeatures-icon {
  font-size: 1.2em;
  color: #ffd700;
  margin-right: 5px;
  min-width: 22px;
}

.get-pro {
  position: absolute;
  left: -52px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #ffd700, #ff8c00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 8px #ff9800, 0 0 12px #ffd700;
  transition: all 0.3s ease;
  text-align: center;
  padding: 6px;
}

.get-pro:hover {
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 0 10px #ff9800, 0 0 20px #ffd700;
}

.button .btn {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.button .btn .btn-icon {
  margin-right: 7px;
  font-size: 1.1em;
  color: #ffd700;
  min-width: 18px;
}

.button .btn:hover {
  background: linear-gradient(90deg, #ffd700, #ff9800);
  color: #000;
  transform: scale(1.03);
}
.button .btn:hover .btn-icon {
  color: #ff8c00;
}

.langs {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
} */

/* .langs img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.langs img:hover {
  transform: scale(1.1);
} */

/* Center only the darkmode button in profeatures */
/* .profeatures-darkmode-li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.profeatures-darkmode-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 7px;
}
.profeatures-darkmode-label {
  text-align: center;
  margin: 0 0 3px 0;
  font-size: 1em;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 6px #0006;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
} */
/* .dark-mode .profeatures-darkmode-label {
  color: #ffd700;
}

.dark-toggle-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 6px 18px;
  box-shadow: 0 2px 6px #0002;
  transition: background 0.22s;
  user-select: none;
  position: relative;
} */
/* 
.dark-toggle-switch:hover,
.dark-toggle-switch:focus-within {
  background: rgba(255, 215, 0, 0.18);
}

.slider {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
}

.slider .icon {
  transition: color 0.3s ease;
}

.slider .sun {
  color: #f9d71c;
}

.slider .moon {
  color: #7c7c7c;
}

body.dark .slider .sun {
  color: #bbb;
}

body.dark .slider .moon {
  color: #ffd700;
} */

/* Show only on screens smaller than 768px */
@media (max-width: 767px) {
  .pro-features {
    display: block;
  }

  .profeatures-darkmode-center {
    gap: 5px;
  }

  .dark-toggle-switch {
    padding: 6px 12px;
    font-size: 15px;
  }

  .profeatures-darkmode-label {
    font-size: 0.96em;
  }
}

/* Default: Show desktop logo, hide mobile logo */
.logo-mobile {
  display: none;
}

.logo-desktop {
  display: inline-block;
}

/* Tablet and below: Show mobile logo, hide desktop logo */

.mobile-lang-selector {
  margin: 0.5rem 0;
  text-align: center;
}

.mobile-lang-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
}

.mobile-lang-list a {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.8rem;
  text-decoration: none;
  color: #000;
  background-color: #f5f5f5;
  padding: 0.2rem 0.2rem;
  border-radius: 1.5rem;
  transition: background 0.2s;
}

.mobile-lang-list a:hover {
  background: linear-gradient(90deg, #ffd006 10%, #ff9800 90%);
  color: #312100;
}

.schedule {
  padding: 0;
  height: auto;
  border-radius: 24px;
  position: relative;
  overflow: visible;
}

.schedule .schedule-inner {
  position: relative;
  top: 0;
  transform: none;
  z-index: 9;
  padding: 2.8rem 0 2.2rem 0;
}

.schedule .single-schedule {
  position: relative;
  text-align: left;
  z-index: 3;
  border-radius: 18px;
  box-shadow: 0 6px 20px 0 rgba(255, 238, 4, 0.13),
    0 2px 6px rgba(0, 0, 0, 0.07);
  transition: all 0.34s cubic-bezier(0.74, 0.06, 0.4, 0.92);
  margin-bottom: 2.2rem;
  border: 1.8px solid #fff7eb;
  overflow: hidden;
}

.schedule .single-schedule:before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: -18px;
  left: 7%;
  right: 7%;
  margin: 0 auto;
  width: 86%;
  height: 100%;
  opacity: 0;
  filter: blur(19px);
  transition: all 0.33s cubic-bezier(0.74, 0.06, 0.4, 0.92);
  border-radius: 24px;
}

.schedule .single-schedule:hover:before {
  opacity: 0.35;
}

.schedule .single-schedule:hover {
  transform: translateY(-16px) scale(1.045) rotate(-1.5deg);
  box-shadow: 0 20px 38px rgba(255, 238, 0, 0.349),
    0 3px 14px rgba(255, 215, 0, 0.13);
  border-color: #ffd700;
}

.schedule .single-schedule .icon i {
  position: absolute;
  font-size: 110px;
  color: #ffffff;
  mix-blend-mode: overlay;
  transition: all 0.34s cubic-bezier(0.74, 0.06, 0.4, 0.92);
  z-index: 0;
  opacity: 0.13;
  right: -25px;
  bottom: -30px;
  pointer-events: none;
}

.schedule .single-schedule span {
  display: block;
  color: #000000;
  font-weight: 700;
  letter-spacing: 1.15px;
  font-size: 1.08rem;
  margin-bottom: 0.18rem;
  text-shadow: 0 2px 8px rgba(255, 215, 0, 0.07);
}

.schedule .single-schedule h4 {
  font-size: 1.5rem;
  font-weight: 800;
  display: inline-block;
  text-transform: capitalize;
  color: #1d1a1a;
  margin-top: 10px;
  letter-spacing: 0.9px;
  text-shadow: 0 1px 4px rgba(255, 215, 0, 0.1);
}

.schedule .single-schedule p {
  color: #5b2927;
  margin-top: 18px;
  font-size: 1.09rem;
  font-weight: 500;
  margin-bottom: 1.1em;
}

.schedule .single-schedule a {
  color: #fff;
  background: linear-gradient(90deg, #ffd700 0%, #ff9100 100%);
  border-radius: 20px;
  padding: 0.55em 1.5em;
  margin-top: 22px;
  font-weight: 800;
  display: inline-block;
  position: relative;
  text-decoration: none;
  box-shadow: 0 3px 13px rgba(255, 215, 0, 0.14);
  font-size: 1.12em;
  transition: all 0.19s cubic-bezier(0.74, 0.06, 0.4, 0.92);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  overflow: hidden;
}

.schedule .single-schedule a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: rgba(209, 1, 31, 0.13);
  border-radius: 20px;
  transition: all 0.37s cubic-bezier(0.74, 0.06, 0.4, 0.92);
  z-index: 0;
}

.schedule .single-schedule a:hover:before {
  width: 100%;
}

.schedule .single-schedule a i {
  margin-left: 12px;
  font-size: 1.06em;
  vertical-align: middle;
}

.schedule .single-schedule a:hover,
.schedule .single-schedule a:focus-visible {
  color: #fff;
  box-shadow: 0 7px 26px rgba(255, 215, 0, 0.19),
    0 2px 10px rgba(220, 62, 62, 0.08);
}

@media (max-width: 991.98px) {
  .schedule .single-schedule .inner {
    min-height: 220px;
  }
}

.schedule .single-schedule img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 1.1rem 0 1.7rem 0;
  border-radius: 16px;
  box-shadow: 0 3px 13px rgba(255, 215, 0, 0.13);
  transition: transform 0.33s cubic-bezier(0.74, 0.06, 0.4, 0.92);
  border: 2.5px solid #ffd70033;
  background: #fffdfa;
}

.schedule .single-schedule .inner {
  overflow: visible;
  position: relative;
  padding: 38px 28px 40px 28px;
  z-index: 2;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: transparent;
}

@media (max-width: 767.98px) {
  .schedule {
    margin-top: 5px !important;
    /* pushes the card below the hero image */
  }

  .founder-cards {
    margin-top: 0.01rem;
    /* adds some breathing space */
  }

  .fancy-date {
    font-size: 0.9rem;
  }
}

/*=============================
	End Schedule CSS
===============================*/

/*=============================
	Start Feautes CSS
===============================*/
.Feautes {
  padding-top: 0;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}

.Feautes p {
  color: #000000;
}

.Feautes.index2 {
  padding-top: 100px;
}

.Feautes.testimonial-page {
  padding-top: 100px;
}

.Feautes .single-features {
  text-align: center;
  position: relative;
  padding: 10px 20px;
}

.Feautes .single-features::before {
  position: absolute;
  content: "";
  right: -72px;
  top: 60px;
  width: 118px;
  border-bottom: 3px dotted #ff0000;
}

.Feautes .single-features.last::before {
  display: none;
}

.Feautes .single-features .signle-icon {
  position: relative;
}

.Feautes .single-features .signle-icon i {
  font-size: 50px;
  color: #ff0000;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.Feautes .single-features:hover .signle-icon i {
  background: #ff0000;
  color: #fff;
  border-color: transparent;
}

.Feautes .single-features h3 {
  padding-top: 15px;
  color: #2c2d3f;
  font-weight: 600;
  font-size: 21px;
}

.Feautes .single-features img {
  width: 8rem;
  height: 8rem;
}

.Feautes .single-features p {
  margin-top: 20px;
}

/*=============================
	End Feautes CSS
===============================*/
/*=======================
	Start Fun Facts CSS
=========================*/

.fun-facts.section {
  padding: 120px 0;
}

.fun-facts {
  position: relative;
  background: url("img/BG-lucky89.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.fun-facts .single-fun i {
  position: absolute;
  left: 0;
  color: #be1d2c;
  height: 70px;
  width: 70px;
  line-height: 67px;
  font-size: 28px;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 2px solid #be1d2c;
  top: 50%;
  margin-top: -35px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
}

.fun-facts .single-fun:hover i {
  color: #be1d2c;
  background: #fff;
  border-color: transparent;
}

.fun-facts .single-fun .content {
  padding-left: 80px;
}

.fun-facts .single-fun span {
  color: #be1d2c;
  font-weight: 600;
  font-size: 30px;
  position: relative;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s eas;
  margin-bottom: 7px;
}

.fun-facts .single-fun p {
  color: #4b0910;
  font-size: 15px;
}

.why-choose .choose-left h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.why-choose .choose-left h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
}

.why-choose .choose-left p {
  margin-bottom: 35px;
}

.why-choose .choose-left .list li {
  color: #000000;
  margin-bottom: 12px;
}

.why-choose .choose-left .list li:last-child {
  margin-bottom: 0px;
}

.why-choose .choose-left .list li i {
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  background: #ff0000;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  padding-left: 2px;
  margin-right: 16px;
}

.why-choose .choose-right {
  height: 100%;
  width: 100%;
  background-image: url("img/video-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.why-choose .choose-right .video {
  color: #fff;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  font-size: 21px;
  background: #ff0000;
  padding-left: 4px;
}

.why-choose .choose-right .video:hover {
  transform: scale(1.1);
}

.why-choose .video-image .waves-block .waves {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
}

.why-choose .video-image .waves-block .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.why-choose .video-image .waves-block .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.why-choose .video-image .waves-block .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.call-action {
  background-image: url("https://ruby89.com/wp-content/uploads/2020/11/News_Holiday_EN.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}

.call-action .content {
  text-align: center;
  padding: 100px 265px;
}

.call-action .content h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
}

.call-action .content p {
  color: #fff;
  margin: 30px 0px;
  font-size: 15px;
}

.call-action .content .btn {
  background: #fff;
  margin-right: 20px;
  font-weight: 500;
  border: 1px solid #fff;
  color: #ff0000;
}

.call-action .content .btn:before {
  background: #ff0000;
}

.call-action .content .btn:hover {
  background: #ff0000;
  color: #fff;
}

.call-action .content .btn:last-child {
  margin-right: 0px;
}

.call-action .content .second {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  color: #fff !important;
}

.call-action .content .second:before {
  background: #fff;
}

.call-action .content .second:hover {
  color: #ff0000;
  border-color: transparent;
  background: #fff;
}

.call-action .content .second i {
  margin-left: 10px;
}

/* Portfolio Section */
.portfolio {
  padding: 60px 0;
}

.portfolio p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.portfolio .single-pf {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.portfolio .single-pf:hover {
  transform: translateY(-8px);
}

.portfolio .single-pf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.portfolio .single-pf:hover img {
  transform: scale(1.05);
}

.portfolio .single-pf::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

.portfolio .single-pf:hover::before {
  opacity: 1;
  visibility: visible;
}

.portfolio .single-pf .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;

  /* Button Style */
  display: inline-block;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #f5c327;
  border: none;
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(255, 65, 108, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  text-decoration: none;
}

.portfolio .single-pf:hover .btn {
  opacity: 1;
  visibility: visible;
}

.portfolio .single-pf .btn:hover {
  background: #c59b1e;
  box-shadow: 0 6px 24px rgba(255, 65, 108, 0.5);
  transform: translate(-50%, -50%) scale(1.05);
  color: #fff;
}

/* Slider Nav */
.pf-details .image-slider .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
}

.pf-details .image-slider .owl-carousel .owl-nav div {
  height: 50px;
  width: 50px;
  line-height: 45px;
  background: #fff;
  color: #ff0000;
  position: absolute;
  margin: 0;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pf-details .image-slider .owl-carousel .owl-nav div:hover {
  color: #fff;
  background: #ff0000;
}

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}

.pf-details .image-slider {
  border-radius: 8px 8px 0 0;
}

.pf-details .image-slider img {
  height: 100%;
  width: 100%;
}

.pf-details .date {
  background: #ffae00;
  display: block;
  padding: 20px;
  text-align: center;
  border-radius: 0;
  border: none;
  margin: 0;
  margin-top: -1px;
}

.pf-details .date ul li {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-right: 60px;
}

.pf-details .date ul li:last-child {
  margin: 0;
}

.pf-details .date ul li span {
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

.pf-details .body-text h3 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-top: 40px;
}

.pf-details .body-text p {
  margin-top: 20px;
}

.pf-details .body-text .share {
  margin-top: 40px;
}

.pf-details .body-text .share h4 {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.pf-details .body-text .share ul {
  display: inline-block;
  margin-left: 12px;
}

.pf-details .body-text .share ul li {
  display: inline-block;
  margin-right: 10px;
}

.pf-details .body-text .share ul li:last-child {
  margin-right: 0;
}

.pf-details .body-text .share ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #c8c8c8;
  color: #757575;
  display: block;
  border-radius: 50%;
}

.pf-details .body-text .share ul li a:hover {
  color: #fff;
  border-color: transparent;
  background: #ffae00;
}

.services .single-service {
  margin: 30px 0;
  position: relative;
  padding-left: 70px;
}

.services .single-service i {
  font-size: 45px;
  color: #ffae00;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services .single-service h4 {
  text-transform: capitalize;
  margin-bottom: 25px;
  color: #2c2d3f;
}

.services .single-service h4 a {
  color: #2c2d3f;
  font-size: 20px;
  font-weight: 600;
}

.services .single-service h4 a:hover {
  color: #ff0000;
}

.services .single-service p {
  color: #868686;
}

/*-- Service Details --*/
.services-details-img {
  margin-bottom: 50px;
}

.services-details-img img {
  width: 100%;
  margin-bottom: 30px;
}

.services-details-img h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}

.services-details-img P {
  margin-bottom: 20px;
}

.services-details-img blockquote {
  font-size: 15px;
  background-color: #ffae00;
  padding: 30px 75px;
  line-height: 26px;
  position: relative;
  margin-bottom: 20px;
}

.services-details-img blockquote i {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 38px;
  font-size: 32px;
}

.service-details-inner-left {
  background-image: url("img/1.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.service-details-inner-left img {
  display: none;
}

.service-details-inner {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.service-details-inner h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
  border-left: 3px solid #ff0000;
  padding-left: 15px;
}

.service-details-inner p {
  margin-bottom: 15px;
}

.service-details-inner p:last-child {
  margin-bottom: 0;
}

.testimonials {
  background-image: url("img/1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.testimonials .section-title h2 {
  color: #fff;
}

.testimonials .single-testimonial {
  text-align: left;
  position: relative;
  background: #fff;
  padding: 40px 30px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 30px 20px;
}

.testimonials .single-testimonial:hover {
  box-shadow: 0px 10px 10px #0000001c;
  transform: translateY(-4px);
}

.testimonials .single-testimonial img {
  position: absolute;
  left: 30px;
  bottom: -26px;
  height: 53px;
  width: 53px;
  border-radius: 100%;
}

.testimonials .single-testimonial p {
  color: #868686;
  font-size: 14px;
}

.testimonials .single-testimonial .name {
  margin-top: 22px;
  color: #2c2d3f;
  font-weight: 500;
  font-size: 15px;
}

.testimonials .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -55px;
  padding: 10px 25px;
  border-radius: 3px;
  margin-top: 49px;
}

.testimonials .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
}

.testimonials .owl-dots .owl-dot:last-child {
  margin: 0px;
}

.testimonials .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  background: #fff;
  position: relative;
}

.testimonials .owl-dots .owl-dot span:hover {
  background: #fff;
}

.testimonials .owl-dots .owl-dot.active span {
  background: #fff;
  width: 20px;
}

.departments .department-tab .nav {
  margin-bottom: 30px;
  background: transform;
  position: relative;
}

.departments .department-tab .nav li {
  text-align: center;
  margin-right: 54px;
}

.departments .department-tab .nav li a i {
  font-size: 50px;
  color: #868686;
}

.departments .department-tab .nav li a:hover {
  background: transparent;
}

.departments .department-tab .nav li a.active i {
  color: #ff0000;
}

.departments .department-tab .nav li a {
  color: #fff;
  margin-top: 20px;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 10px 20px 10px;
}

.departments .department-tab .nav li a.active {
  border-color: #ff0000;
}

.departments .department-tab .nav li span {
  display: block;
}

.departments .department-tab .nav li .first {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #868686;
}

.departments .department-tab .nav li a.active .first {
  color: #2c2d3f;
}

.departments .department-tab .nav li .second {
  font-size: 14px;
  font-weight: 400;
  color: #868686;
  margin-top: 3px;
}

.departments .department-tab .tab-pane .department-left h3 {
  color: #2c2d3f;
  font-weight: 600;
  font-size: 26px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.departments .department-tab .tab-pane .department-left h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #2c2d3f;
}

.departments .department-tab .tab-pane .department-left .p1 {
  color: #ff0000;
  font-weight: 500;
  margin-bottom: 18px;
}

.departments .department-tab .tab-pane .department-left p {
  margin-bottom: 20px;
}

.departments .department-tab .tab-pane .department-left .list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 6px;
}

.departments .department-tab .tab-pane .department-left .list li:last-child {
  margin-bottom: 0px;
}

.departments .department-tab .tab-pane .department-left .list li i {
  position: absolute;
  left: 0;
  height: 15px;
  width: 15px;
  line-height: 15px;
  color: #fff;
  background: #13886f;
  text-align: center;
  border-radius: 100%;
  font-size: 8px;
  margin-right: 20px;
  top: 4px;
}

.departments .department-tab .tab-content .tab-text h2 {
  font-size: 18px;
}

.departments .department-tab .tab-content .tab-text p {
  color: #555;
  margin-top: 10px;
}

.pricing-table {
  background: #f9f9f9;
  position: relative;
}

.pricing-table .single-table {
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  padding: 45px 35px 30px 35px;
}

/* Table Head */
.pricing-table .single-table .table-head {
  text-align: center;
}

.pricing-table .single-table .icon i {
  font-size: 65px;
  color: #ff0000;
}

.pricing-table .single-table .title {
  font-size: 21px;
  color: #2c2d3f;
  margin-top: 30px;
  margin-bottom: 15px;
}

.pricing-table .single-table .amount {
  font-size: 16px;
  font-weight: 600;
  color: #1a76d1;
}

.pricing-table .single-table .amount span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #868686;
  margin-left: 8px;
}

/* Table List */
.pricing-table .single-table .table-list {
  padding: 10px 0;
  text-align: left;
  margin-top: 30px;
}

.pricing-table .table-list li {
  position: relative;
  color: #666;
  text-transform: capitalize;
  margin-bottom: 18px;
  padding-right: 32px;
}

.pricing-table .table-list li:last-child {
  margin-bottom: 0px;
}

.pricing-table .table-list li.cross i {
  background: #aaaaaa;
}

.pricing-table .table-list i {
  font-size: 7px;
  margin-right: 10px;
  position: absolute;
  right: 0;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background: #ff0000;
  border-radius: 100%;
  padding-left: 1px;
}

/* Table Bottom */
.pricing-table .table-bottom {
  margin-top: 25px;
}

.pricing-table .btn {
  padding: 12px 25px;
  width: 100%;
  color: #fff;
}

.pricing-table .btn:before {
  background: #2c2d3f;
}

.pricing-table .btn:hover {
  color: #fff;
}

.pricing-table .btn i {
  font-size: 16px;
  margin-right: 10px;
}

.clients {
  background-image: url("https://ruby89.com/wp-content/uploads/2020/11/News_Holiday_EN.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
  position: relative;
}

.clients .single-clients img {
  width: 100%;
  cursor: pointer;
  text-align: center;
  float: none;
  padding: 0 35px;
}

.team {
  background-image: url("https://ruby89.com/wp-content/uploads/2020/11/News_Holiday_EN.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.team.single-page {
  background: #fff;
}

.team .section-title h2 {
  color: #fff;
}

.team .section-title p {
  color: #fff;
}

.team .single-team {
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 30px;
  text-align: center;
  box-shadow: 0px 0px 10px #00000021;
  border-radius: 5px;
  overflow: hidden;
}

.team .t-head {
  position: relative;
  overflow: hidden;
}

.team .t-head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  content: "";
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team .single-team:hover .t-head::before {
  visibility: visible;
  opacity: 0.5;
}

.team .t-head img {
  width: 100%;
  position: relative;
}

.team .t-icon a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 46px;
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  text-align: center;
  color: #fff;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  margin: -23px 0 0 -75px;
  background: #0fcf28;
  font-size: 13px;
  line-height: 46px;
  padding: 0;
  border-radius: 4px;
}

.team .single-team:hover .t-icon a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.team .t-bottom {
  text-align: center;
  position: relative;
  padding: 0 20px;
  padding: 25px 20px;
}

.team .t-bottom p {
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
}

.team .t-bottom h2 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #2c2d3f;
}

.team .t-bottom h2 a:hover {
  color: #ff0000;
}

.blog .blog-title {
  text-align: center;
}

.blog .single-news {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 10px #00000014;
}

.blog .single-news img {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog .single-news .news-head {
  position: relative;
  overflow: hidden;
}

.blog .single-news .news-content {
  text-align: left;

  position: relative;
  padding: 30px;
  left: 0;
  z-index: 0;
}

.news-contents p {
  font-family: "Dangrek", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.blog .single-news .news-content:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #ffd700;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog .single-news:hover .news-content:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.blog .single-news .news-body h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 24px;
}

.blog .single-news .news-body h2 a {
  font-weight: 500;
}

.blog .single-news .news-body h2 a:hover {
  color: #ff9400;
}

.blog .single-news .news-content p {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 23px;
}

.blog .single-news .news-body .date {
  display: inline-block;
  background: linear-gradient(90deg, #ff9400, #ffcf00);
  color: #fff;
  padding: 4px 15px;
  border-radius: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}

.blog.grid .single-news {
  margin-top: 30px;
}

/* Blog Sidebar */
.main-sidebar {
  margin-top: 30px;
  background: transparent;
}

.main-sidebar .single-widget {
  margin-bottom: 30px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.main-sidebar .single-widget .title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  display: block;
  padding-left: 12px;
}

.main-sidebar .single-widget .title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 100%;
  width: 3px;
  background: #ffd700;
}

.main-sidebar .single-widget:last-child {
  margin: 0;
}

.main-sidebar .search {
  position: relative;
}

.main-sidebar .search input {
  width: 100%;
  height: 45px;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  color: #222;
  background: transparent;
  padding: 0 70px 0 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #eee;
  border-radius: 5px;
}

.main-sidebar .search .button {
  position: absolute;
  right: 40px;
  top: 40px;
  height: 44px;
  width: 50px;
  line-height: 45px;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  border: none;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0 5px 5px 0;
}

.main-sidebar .search .button:hover {
  background: #ffd700;
  color: #fff;
}

/* Category List */
.main-sidebar .categor-list {
  margin-top: 15px;
}

.main-sidebar .categor-list li {
  margin-bottom: 10px;
}

.main-sidebar .categor-list li:last-child {
  margin-bottom: 0px;
}

.main-sidebar .categor-list li a {
  display: inline-block;
  color: #333;
  font-size: 14px;
}

.main-sidebar .categor-list li a:hover {
  color: #ffd700;
  padding-left: 7px;
}

.main-sidebar .categor-list li a i {
  display: inline-block;
  margin-right: 0px;
  font-size: 9px;
  transform: translateY(-1px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-sidebar .categor-list li a:hover i {
  margin-right: 6px;
  opacity: 1;
  visibility: visible;
}

/* Recent Posts */
.main-sidebar .single-post {
  position: relative;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding: 17px 0;
}

.main-sidebar .single-post:last-child {
  padding-bottom: 0px;
  border: none;
}

.main-sidebar .single-post .image img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.main-sidebar .single-post .content {
  padding-left: 100px;
}

.main-sidebar .single-post .content h5 {
  line-height: 18px;
}

.main-sidebar .single-post .content h5 a {
  color: #2c2d3f;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
}

.main-sidebar .single-post .content h5 a:hover {
  color: #eeae00;
}

.main-sidebar .single-post .content .comment li {
  color: #888;
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
  font-size: 14px;
}

.main-sidebar .single-post .content .comment li:last-child {
  margin-right: 0;
}

.main-sidebar .single-post .content .comment li i {
  display: inline-block;
  margin-right: 5px;
}

/* Blog Tags */
.main-sidebar .side-tags .tag {
  margin-top: 40px;
}

.main-sidebar .side-tags .tag li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 20px;
}

.main-sidebar .side-tags .tag li a {
  color: #333;
  padding: 8px 14px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 4px;
}

.main-sidebar .side-tags .tag a:hover {
  color: #000000;
  background: #ffd700;
  border-color: transparent;
}

/* News Single */
.news-single {
  padding: 60px 0 90px;
}

.news-single .single-main {
  margin-top: 30px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.news-single .news-head img {
  width: 100%;
  height: 100%;
}

.news-single .news-title {
  font-size: 25px;
  margin: 20px 0;
}

.news-single .news-title a {
  color: #252525;
  font-weight: 600;
}

/* Blog Meta */

.news-single .meta {
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 15px;
}

.news-single .meta span {
  margin-right: 10px;
  display: inline-block;
}

.news-single .meta span:last-child {
  margin: 0;
}

.news-single .meta span,
.news-single .meta span a {
  color: #2c2d3f;
  font-weight: 400;
}

.news-single .meta span i {
  margin-right: 5px;
  color: #ff0000;
}

.news-single .meta-left {
  float: left;
}

.news-single .meta-left .author img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-right: 12px;
}

.news-single .meta-left .author {
  float: left;
}

.news-single .meta-left span.date {
  margin-top: 10px;
}

.news-single .meta-right {
  float: right;
  margin-top: 10px;
}

.news-single .news-content {
  margin: 20px 0;
}

.news-single .news-content p {
  margin-bottom: 10px;
}

.news-single .news-content p:last-child {
  margin: 0;
}

.news-single .news-text p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #000000;
}

/* Image Gallery */
.news-single .image-gallery {
  margin-bottom: 20px;
}

.news-single .image-gallery .single-image {
  overflow: hidden;
  width: 300px;
  height: 190px;
}

.news-single .image-gallery .single-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.5s;
}

/* Blockqoute */
.news-single blockquote {
  background-image: url("https://ruby89.com/wp-content/uploads/2020/11/News_Holiday_EN.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  overflow: hidden;
}

.news-single blockquote::before {
  opacity: 0.9;
}

.news-single .news-text blockquote p {
  color: #fff;
  margin: 0;
  line-height: 26px;
  font-size: 15px;
  position: relative;
}

.news-single .blog-bottom {
  overflow: hidden;
}

/* Social Share */
.news-single .social-share {
  float: left;
}

.news-single .social-share li {
  float: left;
}

.news-single .social-share li span {
  padding-left: 5px;
}

.news-single .social-share li a {
  padding: 10px 20px;
  display: block;
  color: #000000;
}

.news-single .social-share li a:hover {
  background: #ffd700;
  color: #000000;
}

/* Prev Next Button */
.news-single .prev-next {
  float: right;
}

.news-single .prev-next li {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
}

.news-single .prev-next li:last-child {
  border: none;
}

.news-single .prev-next li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #c4c4c4;
  color: #555;
  border-radius: 4px;
}

.news-single .prev-next li a:hover {
  color: #fff;
  background: linear-gradient(90deg, #ffd006 10%, #ff9800 90%);
  border-color: transparent;
}

/* Blog Comments */
.news-single .blog-comments {
  margin-top: 30px;
  background: transparent;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
}

.news-single .blog-comments h2 {
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
  color: #252525;
  margin-bottom: 20px;
}

.news-single .blog-comments h4 span {
  float: right;
}

.news-single .single-comments {
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.news-single .single-comments.left .main {
  padding-left: 100px;
  position: relative;
  margin-left: 100px;
}

.news-single .single-comments.left img {
  position: absolute;
  left: 0;
  top: 0;
}

.news-single .single-comments:last-child {
  margin: 0;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.news-single .single-comments .main {
  overflow: hidden;
}

.news-single .single-comments .head {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 12%;
}

.news-single .head img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  border: 5px solid #f8f8f8;
}

.news-single .single-comments .body {
  float: left;
  width: 85%;
}

.news-single .single-comments.left .body {
  float: noene;
  width: 100%;
}

.news-single .single-comments .comment-list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}

.news-single .single-comments .comment-list .body {
  width: 78%;
}

.news-single .single-comments h4 {
  margin: 0 0 5px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  color: #252525;
}

.news-single .single-comments .comment-meta {
  margin-bottom: 5px;
}

.news-single .single-comments .meta {
  font-size: 13px;
  color: #555;
  font-weight: 400;
  border: none;
  margin-right: 10px;
  padding: 0;
  margin: 0 10px 0 0;
}

.news-single .single-comments .meta:last-child {
  margin: 0;
}

.news-single .comment-meta span i {
  margin-right: 5px;
}

.news-single .comment-meta span:last-child {
  margin: 0;
}

.news-single .single-comments p {
  font-size: 13px;
}

.news-single .single-comments a {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding: 3px 15px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 4px;
  background: #ff0000;
}

.news-single .single-comments a:hover {
  background: #2c2d3f;
  color: #fff;
}

.news-single .single-comments a i {
  margin-right: 5px;
}

.news-single .comment-list {
  padding-left: 50px;
}

.news-single .single-comments.login {
  text-align: center;
}

.news-single .single-comments.login i {
  font-size: 20px;
}

.news-single .single-comments.login a {
  text-align: center;
}

.news-single .single-comments.login a:hover {
  color: #353535;
}

.news-single .comments-form {
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
}

.news-single .comments-form h2 {
  text-align: left;
  font-size: 18px;
  color: #353535;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.news-single .form-group {
  position: relative;
  display: block;
  margin: 0 0 20px;
}

.news-single .form-group i {
  position: absolute;
  left: 12px;
  top: 17px;
  z-index: 1;
  color: #ff0000;
}

.news-single .form-group input {
  width: 100%;
  height: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  border-radius: 0px;
  padding-left: 34px;
  padding-right: 20px;
  border: none;
  line-height: 50px;
  font-size: 14px;
  color: #2c2d3f;
}

.news-single .form-group textarea {
  border: 1px solid #ddd;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  border-radius: 0px;
  height: 190px;
  padding: 15px 15px 15px 35px;
  resize: none;
  font-weight: 400;
  font-size: 14px;
  color: #2c2d3f;
}

.news-single .form-group input,
.news-single .form-group textarea {
  border: 1px solid transparent;
  border: 1px solid #eee;
  border-radius: 5px;
}

.news-single .form-group.message i {
  top: 22px;
}

.news-single .form-group .button {
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  border: 0px solid;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-single .form-group .button:hover {
  background: #353535;
}

.news-single .form-group .button i {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  padding: 0px;
}

.news-single .form-group.button {
  margin: 0;
  text-align: left;
}

.news-single .form-group.button .btn {
  color: #fff;
}

.news-single .form-group.button .btn:hover {
  color: #fff;
}

.news-single .form-group.button .btn i {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.login .inner {
  box-shadow: 0px 0px 10px #00000024;
  border-radius: 5px;
  overflow: hidden;
}

.login .login-left {
  background-image: url(https://ruby89.com/wp-content/uploads/2020/11/News_Holiday_EN.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.login .login-form {
  padding: 50px 40px;
}

.login .login-form h2 {
  position: relative;
  font-size: 32px;
  color: #333;
  font-weight: 600;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 12px;
  padding-bottom: 20px;
  text-align: left;
}

.login .login-form h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #ff0000;
}

.login .login-form p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-align: left;
  margin-bottom: 50px;
}