/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1749652647
Updated: 2025-06-11 14:37:27

*/

/* base css  */
body {
  font-family: 'Manrope', sans-serif;
  line-height: 1.6;
  font-size: 18px;
  background-color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Marcellus', serif;
}

a {
  transition: 0.3s;
}

.primary-color {
  color: #dae167;
}

.primary-btn {
  display: inline-block;
  color: #fff;
  padding: 20px 30px;
  border-radius: 1000px;
  transition: 0.3s;
  background-image: linear-gradient(20deg, #1a87c3 0%, #2bb785 100%);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.primary-btn:hover {
  transform: scale(1.05);
  color: #fff;
}

.bordered-btn {
  display: inline-block;
  color: #fff;
  padding: 20px 30px;
  border-radius: 1000px;
  transition: 0.3s;
  background: url('../../plugins/plutohub/assets/img/btn-bg.svg') no-repeat center center;
  background-size: 100% 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.bordered-btn:hover {
  transform: scale(1.05);
  color: #fff;
}

.slick-arrow {
  height: 60px;
  width: 60px;
  background: transparent;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  z-index: 9;
  border: 1px solid #e0e0f8;
  font-size: 24px;
}

.slick-arrow:hover {
  background: #24a1a2;
  color: #fff;
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.slick-dots button {
  text-indent: -9999px;
  height: 12px;
  width: 12px;
  background: #eee;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
}

.slick-dots li.slick-active button {
  background: #2bb884;
}

.programs-slider-trigger .slick-dots {
  justify-content: center;
}

.margin-bottom-0 p {
  margin-bottom: 0;
}

.del-text .elementor-heading-title {
  text-decoration: line-through;
}

/* Start Header area style
============================================================================================ */
.offcanvas-wraper {
  position: fixed;
  width: 300px;
  background: #222222;
  height: 100%;
  top: 0;
  padding: 20px 10px 0;
  z-index: 99;
  left: -300px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: none;
  box-shadow: 0 20px 40px hsl(0deg 0% 0% / 8%);
}

.offcanvas-wraper.active {
  left: 0;
}

.offcanvas-wraper li a {
  color: #fff;
  font-size: 16px;
}

.offcanvas-wraper li a:hover {
  color: #97312b;
}

.offcanvas-wraper li {
  margin-bottom: 10px;
  position: relative;
}

.header-btns {
  margin-top: 5px;
}

.header-btns .header-btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
}

.header-area {
  display: none;
}

.mobile-header {
  display: block;
}

.mobile-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar-toggler {
  border: none;
  cursor: pointer !important;
  background: #d85f36 !important;
  padding: 12px 11px !important;
  border-radius: 50% !important;
  height: 45px;
  aspect-ratio: 1;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler span:first-child {
  margin-left: auto;
}

.navbar-toggler span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  margin: 0 auto 5px;
  transition: all 400ms linear;
  cursor: pointer;
  border-radius: 10px;
}

.navbar-toggler span:last-child {
  margin-bottom: 0;
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.active span:first-child {
  transform: rotate(-45deg);
  position: relative;
  top: 6.5px;
  width: 100%;
}

.navbar-toggler.active span:last-child {
  transform: rotate(45deg);
  bottom: 8px;
  position: relative;
  width: 100%;
}

.offcanvas-wraper {
  display: block;
}

.elementor-editor-active .fixed-position {
  position: relative;
}

.fixed-position {
  position: fixed;
  width: 100vw;
  top: 0;
}

.fixed-position.header-sticky {
  z-index: 999;
  box-shadow: 0 5px 20px #d1cece3b;
  background: #222;
}

.offcanvas-wraper .navbar-nav li.menu-item-has-children {
  position: relative;
  padding-right: 22px;
}

.offcanvas-wraper .navbar-nav li.menu-item-has-children:before {
  position: absolute;
  right: 0;
  top: 6px;
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNi42Nzg0NiA2LjYzNTE2TDEyLjM1NjkgMSIgc3Ryb2tlPSIjNENGRDg4IiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==');
  z-index: 1;
  color: #fff;
  line-height: 1;
  filter: brightness(0) invert(0);
  transition: 0.3s;
}

.offcanvas-wraper .sub-menu {
  background: #fff;
  padding: 20px 15px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  border-radius: 0 0 10px 10px;
  margin: 0;
  list-style: none;
}

.offcanvas-wraper .site-logo {
  margin-bottom: 20px;
}

.offcanvas-wraper .site-logo img {
  max-width: 150px;
}

.header-btn .primary-btn {
  padding: 15px 20px;
}

/* pricing area css  */
.pricing-box h4 {
  transition: 0.3s;
}

.pricing-box:hover h4 {
  color: #eedbce !important;
}

.pricing-box p {
  transition: 0.3s;
}

.pricing-box:hover p {
  color: #fffcfa;
}

.pricing-box .elementor-icon-list-icon svg {
  transition: 0.3s;
}

.pricing-box .elementor-icon-list-text {
  transition: 0.3s;
}

.pricing-box:hover .elementor-icon-list-text {
  color: #fffcfa;
}

.pricing-box:hover .elementor-icon-list-icon svg {
  background: #fff;
  border-radius: 50%;
}

.custom-accordion .e-n-accordion-item-title[aria-expanded='true'] {
  border-radius: 10px 10px 0 0 !important;
}

.header-top-left {
  display: flex;
  gap: 40px;
}

nav.main-navigation a {
  color: #000;
  font-family: 'Marcellus', sans-serif;
  font-size: 20px;
}

nav.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 90px;
}

.header-navigation {
  border-top: 1px solid rgba(32, 79, 89, 0.16);
  padding: 30px 0;
}

.header-top {
  padding: 22px 0;
}

.admin-bar div#offcanvasMenu {
  padding-top: 32px;
}

button#offcanvasClose {
  border: none;
  color: #333;
  padding: 0;
}

button#offcanvasClose:hover {
  background-color: transparent;
}

.sidebar-menu-body a {
  color: #333;
  font-family: 'Marcellus', sans-serif;
}

.sidebar-menu-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-top: 1px solid #333;
  padding-top: 25px;
}

.footer-section {
  background-color: #204f59;
}

.footer-section a,
.footer-section {
  color: #fff;
  font-family: 'Marcellus', sans-serif;
}

.footer-box h4 {
  font-size: 22px;
}

.footer-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-box ul a,
.footer-box ul li {
  font-size: 16px;
}

.footer-top {
  padding: 80px 0;
}

.footer-social ul {
  flex-direction: row;
  gap: 10px;
}

.copyright-left img {
  max-width: 285px;
}

.copyright-section {
  border-top: 1px solid #ffffff21;
}

.copyright-right p {
  margin-bottom: 0;
}

.copyright-section {
  padding: 10px 0;
}

.footer-social a {
  border: 1px solid #fff;
  width: 40px;
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
  border-radius: 50px;
}

.footer-social a {
  transition: 0.3s;
}

.footer-social a:hover {
  background-color: #fff;
  color: #204f59;
}

span.wpcf7-not-valid-tip {
  display: none;
}

span.wpcf7-spinner {
  display: none;
}

.footer-newsletter p {
  display: flex;
  margin-bottom: 0;
}

.footer-newsletter p input[type='email'] {
  background: transparent;
  border: none;
  color: #fff;
}

.footer-newsletter p input[type='email']::placeholder {
  color: #fff;
}

.footer-newsletter p input[type='submit'] {
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #204f59;
}

form.wpcf7-form.init {
  border: 1px solid #fff;
}

.footer-social {
  margin-top: 20px;
}

/* modal css  */
.modal-thumbnail {
  width: 100%;
  height: 350px !important;
  object-fit: cover;
  margin-bottom: 15px;
}

.modal-description {
  font-size: 16px;
  margin-bottom: 20px;
}

.modal-btn-group .btn-primary {
  background-color: #22555F;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 16px 30px;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  border: none;
}

.modal-btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header .btn-close {
  border: none;
  background: transparent;
  font-size: 24px;
  padding-top: 0;
  color: #000;
  opacity: 1;
}

.btn.btn-text {
  background: transparent;
  padding: 0;
  color: #204F59;
  border: none;
  font-size: 20px;
  transition: .3s;
}

.btn.btn-text:hover {
  opacity: .8;
}


@media (max-width: 1366px) {}

@media (max-width: 1200px) {
  .footer-box {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-social ul {
    justify-content: center;
  }

  .copyright-left {
    text-align: center;
  }

  .copyright-right {
    text-align: center !important;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .desktop-header {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-header {
    padding: 10px 0;
  }

  .modal-thumbnail {
    height: 280px !important;
  }

}

@media (min-width: 991px) {
  .mobile-header {
    display: none;
  }
}