/*
Theme Name: Technix Child
Theme URI: https://wphix.com/wp/technix/
Template: technix
Author: Theme_Pure
Author URI: https://themeforest.net/user/theme_pure/portfolio
Description: Technix ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ Technology &amp; IT Solutions WordPress Theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.5.1.1747029993
Updated: 2025-05-12 06:06:33

*/

:root {
  /* Primary Colors */
  --text-color: #007bff;
  --bg-yellow: #f7941e;
  --white: #ffffff;
  --black: #000000;
  --bg-light-grey: #f5f5f5;

  /* Shadow */
  --shadow-hard: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
  --shodow-soft: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);

  /* Font */

  --inter-font: "Inter", sans-serif;
  --Montserrat-font: "Montserrat", sans-serif;
  --poppins-font: "Poppins", sans-serif;
  --font-size: 16px;
  --heading-font-size: 24px;
  --line-height: 1.5;
  --heading-line-height: 1.2;
  --font-weight: 400;
  --tp-fz-p: "Inter", sans-serif;
}

body {
  overflow-x: hidden !important;
  font-family: var(--inter-font);
}

.banner-section {
    border: 0;
    border-radius: 48px;
    overflow: hidden;
/*    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);*/
}

span.elementor-icon-list-text {
  font-size: 18px !important;
  font-weight: 400;
  color: #00000099 !important;
  line-height: 29px;
}

.video-wrapper .elementor-widget-video {
  position: relative;
}

.video-wrapper .elementor-widget-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff0;
  z-index: 1;
  border-radius: 48px;
}

.video-wrapper video {
  border-radius: 48px;
}

p {
  margin-bottom: 0 !important;
  font-size: var(--tp-fz-p);
  color: #00000099 !important;
  font-family: var(--inter-font) !important;
}

.tp-main-menu ul li .submenu li a::before {
  display: none !important;
}

.tp-header-logo img {
  width: 100%;
}

.tp-header-bottom-space .row {
  background-color: var(--bg-light-grey);
  border-radius: 24px;
  border: 1px solid var(--bg-light-grey);
  box-shadow: var(--shadow-hard);
  padding: 5px 0;
  margin: 1rem 0;
  min-height: 84px;
  position: relative;
  padding-bottom: 10px;
}

.tp-header-main-left::after {
  display: none;
}

.tp-main-menu ul li a {
  padding: 0;
  color: var(--black);
  font-size: var(--font-size);
  font-family: var(--Montserrat-font);
  font-weight: 500;
  text-decoration: none;
}

.tp-btn::before,
input.sib-default-btn::before {
  background: #5c3b74;
}

.tp-main-menu-area {
  transform: translateY(5px);
}

.tp-btn::after,
input.sib-default-btn::after {
  display: none;
}

.tp-header-sticky {
  background-color: unset;
  box-shadow: unset;
}

.tp-header-logo {
  padding: 0;
  width: 190px;
}

.tp-btn,
input.sib-default-btn {
  background: var(--bg-yellow);
  color: var(--white);
  font-size: var(--font-size);
  font-family: var(--poppins-font);
  font-weight: 500;
  padding: 10px 20px;
  box-shadow: var(--shodow-soft);
  min-width: 144px;
  min-height: 44px;
  line-height: unset;
  border-radius: 90px !important;
  border: 0;
}

.tp-btn:hover,
input.sib-default-btn:hover {
  color: var(--white);
}

.tp-main-menu ul li:hover>a {
  color: var(--black);
}

.tp-main-menu ul li.has-dropdown>a::after {
  content: "\f078" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  margin-left: 0 !important;
  font-size: 0.75rem;
  color: var(--black) !important;
  transform: translateX(8px);
}

.tp-main-menu ul li:not(:last-of-type) {
  margin-right: 45px;
}

.tp-main-menu ul li .submenu li:hover>a {
  color: var(--bg-yellow);
}

.tp-main-menu ul li .submenu li a::before {
  background-color: var(--bg-yellow);
}

.tp-main-menu ul li:hover .submenu {
  background-color: var(--bg-light-grey);
  border-radius: 0;
  border: 1px solid var(--bg-light-grey);
  box-shadow: var(--shadow-hard);
  padding: 5px 0;
}

.tp-header-sticky .row {
  background-color: var(--white);
  box-shadow: none;
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: 0;
}

.tp-header-sticky .container {
  padding: 0;
}

.tp-header-sticky {
  top: 0 !important;
}

.tp-header-sticky .tp-header-bottom-space {
  padding: 0;
  border: 1px solid var(--bg-light-grey);
  /* box-shadow: var(--shadow-hard); */
  background-color: var(--white);
}

.learning-section {
  position: relative;
}

.learning-categories {
  box-shadow: var(--shadow-hard);
  border-radius: 24px;
  background-color: #5c3b74;
  padding: 0px;
  width: 80%;
}

.controls {
  height: 145px;
  position: absolute;
  bottom: -105px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #ffffff;
  z-index: 1;
  left: 0;
}

.controls button {
  width: 50px;
  text-align: center;
  height: 50px;
}

.learning-categories .dropdown {
  box-shadow: 0px -8px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}

.learning-categories .dropdown:nth-child(1) {
  box-shadow: none;
  border-top-right-radius: 22px;
  border-top-left-radius: 22px;
}

.learning-categories .dropdown:hover,
.learning-categories .dropdown:focus,
.learning-categories .dropdown.active {
  background-color: #f4f2f7;
}

.learning-categories .dropdown:hover button,
.learning-categories .dropdown.active button,
.learning-categories .dropdown:hover .dropdown-toggle::after,
.learning-categories .dropdown.active .dropdown-toggle::after,
.learning-categories .dropdown.active .dropdown-toggle {
  color: #5c3b74 !important;
}

.current-menu-item a {
  position: relative;
}

.current-menu-item a::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: var(--bg-yellow);
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.tp-header-sticky .current-menu-item a::before {
  bottom: 20px;
}

.learning-categories .dropdown-toggle {
  padding: 8px 12px;
  color: var(--white);
  border: none;
  cursor: pointer;
  width: 85% !important;
  text-wrap-mode: wrap;
  padding-left: 30px;
  font-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 16px;
}

.learning-categories .dropdown-toggle::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0;
  font-size: 16px;
  color: #f4f2f7;
  position: absolute;
  right: 20px;
  top: 30%;
  border: 0;
}

.learning-categories .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 108%;
  z-index: 2;
  background-color: #5c3b74;
  min-width: 200px;
  box-shadow: var(--shadow-hard);
  border-radius: 24px;
  padding: 0;
  /* overflow: hidden; */
}

.learning-categories .dropdown-item {
  padding: 12px 18px;
  display: block;
  color: var(--white);
  text-decoration: none;
  box-shadow: 0px -8px 8px 0px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 16px;
  font-family: var(--tp-ff-p);
}

.learning-categories .dropdown-item.active {
  background-color: #f4f2f7;
  color: #5c3b74;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 0;
}

.learning-categories .dropdown-item:nth-child(1) {
  box-shadow: none;
  border-top-right-radius: 20px !important;
  border-top-left-radius: 20px;
}

.learning-categories .dropdown-item:last-child:hover {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.learning-categories .dropdown-item:hover,
.learning-categories .dropdown-item:focus {
  background-color: #f4f2f7;
  color: #5c3b74;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 0;
}

/* Footer */

.tp-footer-area hr {
  margin: 0;
  border-color: #cccccc;
}

.tp-footer-copyright-area {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tp-footer-copyright-inner p,
.tp-footer-copyright-inner a {
  color: #000000;
  opacity: 0.3;
  font-weight: 500;
  font-family: var(--Montserrat-font);
  text-align: center;
}

.tp-footer-main-area {
  padding-top: 20px;
  padding-bottom: 20px;
}

ul#menu-footer-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  align-items: center;
  display: flex;
  gap: 25px;
  justify-content: center;
  margin: 0;
}

ul#menu-footer-menu li a {
  color: var(--bg-yellow);
  font-size: var(--font-size);
  font-family: var(--Montserrat-font);
  font-weight: 500;
  text-decoration: none;
}

/* Swiper Carousel */

.card-container {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.card-container .card {
  position: absolute;
  bottom: 0;
  width: 45%;
  height: 100%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transform-origin: bottom center;
  transition: transform 0.5s ease, z-index 0.5s ease;
  border-radius: 48px;
  border: 8px solid #ffffff;
  overflow: hidden;
  filter: grayscale(1);
}

.card-container .card.active {
  filter: unset;
}

.single .slider-image {
  height: auto;
}

.single .slider-image img {
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.cluster-label {
  margin: 0;
  text-align: center;
  width: 80%;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--tp-ff-p);
}

.swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
  aspect-ratio: 2 / 3;
  filter: grayscale(1);
}

.slider-content {
  position: absolute;
  bottom: 0;
  background-color: var(--bg-yellow);
  border-top-right-radius: 200px;
  border-top-left-radius: 200px;
  padding: 60px 40px 40px 40px;
  text-align: center;
  box-shadow: var(--shodow-soft);
  width: 100%;
  min-height: 200px;
}

.slider-content h3 {
  color: var(--white);
  font-size: 16px;
  font-family: var(--Montserrat-font);
  font-weight: 700;
  margin-bottom: 5px !important;
  line-height: 25px;
  max-width: 95%;
  margin: auto;
}

.slider-content p {
  color: var(--white) !important;
  font-size: 12px;
  font-family: var(--Montserrat-font);
  font-weight: 400;
  margin: 0;
  line-height: 20px;
}

.single {
  position: relative;
  pointer-events: none;
  user-select: none;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  height: 100%;
}

.single img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 48px;
  pointer-events: none;
  border: 8px solid var(--white);
}

/* News Letter */
.new-lettter-section {
  border-radius: 24px;
  background-color: var(--white);
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 4rem 6rem;
  text-align: center;
  width: 100%;
}

#sib_signup_form_2 .form-group {
  overflow: visible;
}

#sib_signup_form_2 .form-group .field .error-msg {
  position: absolute;
  left: 0;
  right: unset !important;
  bottom: -40px;
}

.form-group {
  display: flex;
  align-items: center;
  background-color: #f4f2f7;
  border-radius: 48px;
  overflow: hidden;
  justify-content: space-between;
  padding: 10px;
}

.form-group .field {
  position: relative;
  flex: 1;
}

.form-group p {
  margin: 0;
}

.form-group .field .form-control:focus {
  box-shadow: unset;
  border: 2px solid #eff0f2;
  outline: unset;
  background-color: #f4f2f7;
}

.form-group .field:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 75%;
  background-color: #d9d9d9;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

div#early-acess-brand.bottom-0 {
  position: fixed;
  right: 20px;
  bottom: 0;
  top: unset;
  animation: moveRight 0.95s ease forwards;
  z-index: 99;
}

/* Define the keyframes */
@keyframes moveRight {
  0% {
    right: 20px;
  }

  100% {
    right: 0;
  }
}

@keyframes moveleft {
  0% {
    left: 20px;
  }

  100% {
    left: 0;
  }
}


.banner-image img {
  scale: 1.11;
  transform: translateY(-10px);
}

div#social-links-box.bottom-0 {
  position: fixed;
  z-index: 22;
  left: 20px;
  bottom: 35px !important;
  top: unset;
  animation: moveleft 0.95s ease forwards;
}

.social-links {
  background-color: var(--white);
  width: 80px;
  min-height: 255px;
  place-content: center;
  place-items: center;
  border-radius: 63px;
  padding: 10px;
}

.social-links ul {
  list-style-type: none;
  background-color: var(--bg-yellow);
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border-radius: 90px;
  width: 60px;
  box-shadow: var(--shadow-hard);
  margin: auto;
}

.social-links ul li {
  width: 40px;
  height: 40px;
  background-color: #ffffff30;
  border-radius: 50%;
  place-content: center;
  text-align: center;
}

.social-links ul li a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links ul li a i {
  color: var(--white);
  font-weight: 600;
}

.tp-main-menu ul li .submenu li {
  padding: 0 25px 0 10px
}

.tp-main-menu ul li .submenu li:hover>a span {
  margin-left: 0;
}

a.cmplz-link.cookie-statement {
  display: none !important;
}

.inside-box {
  min-height: 500px;
  height: auto;
}

.inside-content p,
.inside-content h5 {
  color: #ffffff !important;
}

.inside-content h5 {
  font-size: 18px;
}

.inside-content p {
  font-size: 16px;
  line-height: 20px;
}

.inside-content .elementor-widget-container {
  min-height: 180px;
}

.form-group.d-block {
  padding: 2rem;
}

.form-group.d-block textarea {
  height: 65px;
}

.form-group.d-block p.sib-MESSAGE-textarea {
  position: relative;
}

.form-group.d-block p.sib-MESSAGE-textarea::before {
  content: "Message";
  position: absolute;
  width: auto;
  height: auto;
  font-family: 'DM Sans';
  font-size: 16px;
  left: 48px;
  top: 38px;
}

.form-group .field textarea {
  padding-left: 45px;
  min-height: 80px;
}

p.sib-MESSAGE-textarea.has-content::before {
  display: none;
}

p.sib-MESSAGE-textarea::after {
  content: "\f27a";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 10px;
  width: 25px;
  height: 25px;
  font-size: 18px;
  top: 41px;
}

.form-group.d-block p:last-child {
  text-align: center;
}

.ControlBar_module_controlBarWrapper__293a16b4 {
  display: none !important;
}

.vp-sidedock.SideDock_module_root__0918b45a {
  display: none;
}


.tp-header-hamburger-btn button span svg {
  width: 20px;
  transform: translateY(-5px);
}

.breadcrumb__area {
  display: none;
}

p.sib-FIRSTNAME-area,
p.sib-email-area {
  position: relative;
}

p.sib-FIRSTNAME-area::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 10px;
  width: 25px;
  height: 25px;
  font-size: 18px;
  top: 15px;
}

p.sib-email-area::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 10px;
  width: 25px;
  height: 25px;
  font-size: 18px;
  top: 15px;
}

.form-group .field input {
  padding-left: 45px;
  background-color: transparent;
  border-color: transparent;
}

.mobile-menu ul li a {
  color: var(--black);
  font-size: var(--font-size);
  font-family: var(--Montserrat-font);
  font-weight: 500;
}

.mobile-menu ul li {
  margin-bottom: 10px;
}

ul.submenu {
  padding-left: 25px;
  margin: 10px 0;
}

.mobile-menu ul li a {
  color: var(--black);
  font-size: var(--font-size);
  font-family: var(--Montserrat-font);
  font-weight: 500;
}

.mobile-menu ul li {
  margin-bottom: 10px;
}

.mobile-menu ul.submenu {
  padding-left: 25px;
  margin: 10px 0;
}

.mobile-menu ul li.menu-item-has-children>a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0;
  font-size: 0.75rem;
  color: var(--black);
  transform: translateX(8px);
  top: -2px;
  right: -12px;
  position: absolute;
}

.pt-120 {
  padding-top: 30px;
}

.tp-footer-main-area .current-menu-item a::before {
  display: none;
}

.mobile-menu ul li.menu-item-has-children a {
  position: relative;
}

.mean-container .mean-bar {
  margin-bottom: 0;
}

.learning-categories .dropdown-menu::before {
  content: "Select Age Group";
  position: absolute;
  top: -30px;
  z-index: 9999999;
  left: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--tp-ff-p);
  color: var(--tp-text-body);
}

footer.tp-footer-area {
  /* background: linear-gradient(180deg, rgba(247, 148, 30, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%); */
  z-index: 1;
  /* margin-top: 2rem; */
}

.postbox__area.pt-120 {
  padding-bottom: 60px;
}

.contact-page .elementor-container {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.10);
}

.info-detals p {
  color: var(--white) !important;
}

.contact-page .form-group {
  background-color: var(--white);
  border-radius: 0;
  padding: 1.5rem 2rem 2rem;
}

.contact-page .form-group label {
  font-size: 18px;
  margin-bottom: 10px;
  color: #051118;
  font-family: 'DM Sans';
}

.contact-page .form-group .field {
  margin-bottom: 1.5rem;
}

.contact-page .form-group .field input,
.contact-page .form-group .field textarea {
  background-color: #FAFAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  overflow: hidden;
}

.contact-page .form-group .field:nth-child(1)::after {
  display: none;
}

.contact-page .form-group.d-block p:last-child {
  text-align: left;
}

.contact-page .form-group .field input,
.contact-page .form-group .field textarea {
  padding-left: 35px;
}

.contact-page .form-group p.sib-MESSAGE-textarea::before {
  left: 37px;
  top: 50px;

}

.contact-page .form-group p.sib-MESSAGE-textarea::after {
  top: 50px;
}

.contact-page .form-group p.sib-email-area::before,
.contact-page .form-group p.sib-FIRSTNAME-area::before {
  top: 50px;
}

.contact-page .form-group label span {
  color: #EA3535;
}

.content-box-shape {
  width: 75% !important;
}

.content-box-shape:nth-child(odd) {
  margin-left: auto;
}

.content-box-shape:nth-child(even) {
  margin-left: 10%;
}

.box-shape {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--bg-yellow);
}

.box .elementor-widget-wrap {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--bg-yellow);
}

.image-box-content {
  border-radius: 24px 24px 0 80px;
  overflow: hidden;
  margin-bottom: 40px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: var(--bg-yellow);
  color: var(--white);
  font-size: var(--font-size);
  font-family: var(--poppins-font);
  font-weight: 500;
  padding: 10px 20px;
  box-shadow: var(--shodow-soft);
  min-width: 144px;
  min-height: 44px;
  line-height: unset;
  border-radius: 90px !important;
  border: 0;
}

input::placeholder,
textarea::placeholder {
  color: #888888;
  /* Change placeholder color */
  font-size: 16px;
  /* Adjust font size */
}

/* For better cross-browser support */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-size: 16px;

}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-size: 16px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #888888;
  font-size: 16px;
}

span.wpcf7-form-control-wrap[data-name] {
  position: relative;
}

span.wpcf7-form-control-wrap[data-name="your-name"]::before {
  content: "\f007";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 47px;
  left: -85px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
}

span.wpcf7-form-control-wrap[data-name="your-email"]::before {
  content: "\f0e0";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 47px;
  left: -120px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
}

span.wpcf7-form-control-wrap[data-name="textarea-472"]::before {
  content: "\f27a";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 47px;
  left: -78px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
}

/* Curriculum Page */

.creatted-info figure.elementor-image-box-img {
  position: absolute;
  left: -30px;
  width: auto !important;
}

.creatted-info .elementor-image-box-content {
  text-align: left;
  width: 100% !important;
  margin-left: auto;
  min-height: 70px;
  display: flex;
  align-items: center;
  padding-left: 90px;
  padding-right: 10px;
  justify-content: start;
}



.ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1;
  display: none;
  border-radius: 48px;
}

.ajax-loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.ajax-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ajax-object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid var(--bg-yellow);
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--bg-yellow);
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;

}

.ajax-object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

.ajax-object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ajax-object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ajax-object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.elementor-2573 .elementor-element.elementor-element-623e4e2,
.elementor-2573 .elementor-element.elementor-element-9339ff4 {
  color: #fff !important;
  font-family: "Inter", Sans-serif !important;
}

.help-box {
  position: relative;
}

.help-box {
  position: relative;
  z-index: 1;
}

.help-box::before,
.help-box::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 100%;
  left: 0;
  top: 0px;
  -webkit-mask-image: url("https://skillsome.com/wp-content/uploads/2025/06/Rectangle-1140.png");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 98% 100%;
  mask-image: url("https://skillsome.com/wp-content/uploads/2025/06/Rectangle-1140.png");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98% 100%;
  pointer-events: none;
}

.help-box-row .help-box .image-counter {
  transform: translate(22px, -24px) scale(0.9);
  width: 180px;
  height: 200px !important;
}

.help-box-row .help-box:nth-child(2) .image-counter {
  transform: translate(170px, -20px) scale(0.9);
}

.help-box-row.second .help-box .image-counter {
  transform: translate(15px, 45px) scale(0.9);
}

.help-box-row.second .help-box:nth-child(2) .image-counter {
  transform: translate(177px, 15px) scale(0.9);
}



/* Shadow Layer */
.help-box::before {
  background-color: rgba(0, 0, 0, 0.25);
  /* Shadow color */
  filter: blur(8px);
  z-index: -1;
}

/* White Mask Layer */
.help-box::after {
  background-color: #ffffff;
  z-index: 1;
}

.help-box-row .help-box:nth-child(2)::after,
.help-box-row .help-box:nth-child(2)::before {
  transform: scaleX(-1);
}

.help-box-row.second .help-box:nth-child(2)::after,
.help-box-row.second .help-box:nth-child(2)::before {
  transform: scaleX(-1) scaleY(-1);
}

.help-box-row .help-box:nth-child(1) .image-box {
  transform: translate(-55px, 20px);
  margin-left: auto;

}

.help-box-row.second .help-box:nth-child(1) .image-box {
  transform: translate(-55px, 40px);
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


.help-box-row .help-box:nth-child(2) .image-box {
  transform: translate(55px, 20px);
}

.help-box-row.second .help-box:nth-child(2) .image-box {
  transform: translate(60px, 12px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.help-box .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}




.life-skill-card::before {
  content: "";
  background-color: #FDEAD2;
  -webkit-mask-image: url(https://skillsome.com/wp-content/uploads/2025/06/custom-shape-bg-layer.png);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url(https://skillsome.com/wp-content/uploads/2025/06/life-skills-bg.png);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -0;
  top: -20px;
  scale: 1.01;
}

.help-box-row.second .help-box::after,
.help-box-row.second .help-box::before {
  transform: scaleY(-1);
}

.oregano-text p {
  color: var(--bg-yellow) !important;
  font-family: "Oregano", Sans-serif !important;
}


/* About Us Page */

section.elementor-section.elementor-inner-section.elementor-element.elementor-element-eaeed3b.mission-box.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
  position: absolute;
  top: 0px;
  left: -5px;
}

section.elementor-section.elementor-inner-section.elementor-element.elementor-element-e0e9164.vission-box.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
  position: absolute;
  bottom: 0;
  right: -12px;
}

.mission-box .elementor-container.elementor-column-gap-default {
  overflow: hidden;
}

.how-it-work-mobile p {
  color: #ffffff !important;
}

.header-video video.elementor-video {
  border-radius: 48px;
  /* border: 1px solid; */
}

.header-video .video-wrapper {
  border-radius: 48px;
  overflow: hidden;
}

.our-value-mobile .icon-box .elementor-icon svg circle {
  fill: #F7941E !important;
}

.value-circle,
.engaged-circle {
  position: relative;
}

.value-circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/06/icon-box-before.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 609px;
  top: 15px;
  right: -128px;
}


.engaged-circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/06/engaged-before-shape.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 600px;
  top: 0px;
  right: -90px;

}


.founder-mobile-view .founder-info {
  background-color: #F4F2F7;
  border-radius: 0;
  padding: 40px 10px;
  margin-top: -10px;
}

/* Founder Section */


.founder-info {
  cursor: pointer;
  padding: 20px 10px;
  border-radius: 24px;
}

.founder-info h3.elementor-icon-box-title {
  margin: 0;
}

.founder-info .elementor-icon-box-icon {
  transform: translateX(5px);
}

.comic-neu-box p {
  text-align: center;
  font-family: "Comic Neue", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
}

.founder-info:hover {
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.about-icon-wraper .icon-box {
  width: 88% !important;
  position: relative;
  z-index: 1;
}

.about-icon-wraper .icon-box .elementor-widget-container .elementor-icon-box-icon {
  margin-right: 10px;
}

.about-icon-wraper .icon-box .elementor-widget-container {
  padding: 20px 10px;
}


.about-icon-wraper .icon-box:nth-child(1) {
  margin-left: -4rem;
}

.about-icon-wraper .icon-box:nth-child(2) {
  margin-left: 2rem;
}

.about-icon-wraper .icon-box:nth-child(3) {
  margin-left: 8rem;
}

.about-icon-wraper .icon-box:nth-child(4) {
  margin-left: 6rem;
}

.about-icon-wraper .icon-box:nth-child(5) {
  margin-left: -6rem;
}

.stay-informed-wrapper.about-icon-wraper .icon-box:nth-child(1) {
  margin-left: 0;
}

.stay-informed-wrapper.about-icon-wraper .elementor-icon-box-icon svg {
  display: none;
}

.stay-informed-wrapper.about-icon-wraper .elementor-icon-box-icon {
  background-image: url(/wp-content/uploads/2025/06/skillsome-list-icon.svg);
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circular-box {
  justify-content: center;
}

.circular-box-path .circular-box:nth-child(2) {
  place-items: center;
  transform: translateY(70px);
}

.circular-box-path .circular-box .elementor-widget-wrap.elementor-element-populated {
  background-color: #F0D7FF !important;
  border-radius: 175px;
  width: 350px;
  height: 350px;
}

.circular-box-path .circular-box:nth-child(2) .elementor-widget-wrap.elementor-element-populated {
  background-color: #FFEDDB !important;
  border-radius: 175px;
  width: 350px;
  height: 350px;
}

.purpose-box .elementor-container.elementor-column-gap-default {
  position: relative;
}

.purpose-box .elementor-container.elementor-column-gap-default::before {
  content: "";
  height: 100px;
  width: 135px;
  background-image: url(/wp-content/uploads/2025/06/image-38.svg);
  position: absolute;
  top: 40%;
  left: -9px;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}


.stay-informed-wrapper.about-icon-wraper .icon-box:nth-child(3) {
  margin-left: 3rem;
}

.value-circle .circular-box {
  position: relative;
}

.value-circle .circular-box::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background-image: url(/wp-content/uploads/2025/06/value-shape-1.svg);
  left: -100px;
  top: -110px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.banner-section.mobile-view .content-box-mission-box {
  position: absolute;
  top: 10px;
  padding: 10px;
  background-color: #ffffff70;
  left: 0;
  right: 0;
  border-radius: 48px 48px 0 0;
}

.banner-section.inner-page{
    width: 100%;
    overflow: visible;
}

.elementor-4670 .elementor-element.elementor-element-2811b27, section.elementor-section.elementor-top-section.elementor-element.elementor-element-e0dde92.banner-section.innner-section.overflow-vissible.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    overflow: visible;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-f9bdda9.banner-section.innner-section.overflow-vissible.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    width: 100%;
    overflow: visible;
    z-index: 3;
}

.banner-section.mobile-view .content-box-about-page {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #ffffff70;
  left: 0;
  right: 0;
  border-radius: 48px 48px 0 0;
}

.selected-info.mt-3 {
  display: flex;
  gap: 28px;
  padding: 15px 0 0 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  footer.ti-widget-footer {
    display: none !important;
  }




  .elementor-3279 .elementor-element.elementor-element-7a138d0 img {
    height: auto;
  }

  .elementor-3279 .elementor-element.elementor-element-7187c39 img {
    height: auto;
  }


}

@media only screen and (min-width: 1024px) and (max-width: 1350px) {

  .help-box::before,
  .help-box::after {
    mask-size: 90% 100%;
    pointer-events: none;
    scale: 1.1;
  }


}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-main-right .tp-header-btn {
    padding-left: 45px;
  }

  .help-box h4.elementor-heading-title.elementor-size-default {
    font-size: 1rem !important;
  }


  .help-box-row .help-box:nth-child(2) .image-counter {
    transform: translate(140px, -20px) scale(0.9);
  }

  .elementor-1293 .elementor-element.elementor-element-93585e4 img {
    height: 200px;
  }

  body:not(.rtl) .elementor-1293 .elementor-element.elementor-element-93585e4 {
    right: -75px;
  }

  .elementor-container {
    max-width: 1140px;
  }

  .road-shape .elementor-container.elementor-column-gap-default {
    max-width: 100%;
  }

  .tp-header-logo {
    width: 160px;
  }

  .elementor-1293 .elementor-element.elementor-element-52e352c img {
    width: 730px !important;
  }
}

@media only screen and (max-device-width: 1199px) {

  .card-container {
    min-height: 550px;
    margin-top: 2rem;
  }

  .card-container .card {
    width: 56%;
  }

}


@media only screen and (max-device-width: 1024px) {

  .life-skill-card {
    margin: 10px 16px !important;
  }

  .learning-categories {
    background-color: transparent;
    box-shadow: none;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-header-logo {
    height: auto;
    line-height: normal;
    width: 150px;
  }

  .banner-image img {
    scale: 1.2;
    transform: translate(5px, 20px);
  }

  .life-skill-card {
    margin: 16px !important;
  }

  .life-skill-card::before {
    scale: 1.04;
  }

  .tp-header-main-left {
    display: flex;
  }

  .current-menu-item a::before {
    width: 100%;
  }

  p {
    font-size: 17px;
  }


  .header-video video.elementor-video {
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
    min-height: 675px;
  }



  .form-group .field {
    flex: 100%;
  }

  .tp-header-hamburger-btn {
    width: 50px;
    height: 50px !important;
    line-height: 50px !important;
    display: block !important;
    top: 10px;
    border-radius: 8px;
  }

  .tp-header-sticky .tp-header-hamburger-btn {
    right: 15px !important;
    top: 15px !important;
  }

  .social-links {
    display: none;
  }

  div#early-acess-brand {
    display: none;
  }

  .new-lettter-section {
    padding: 2rem 1rem !important;
  }

  .form-group {
    flex-wrap: wrap;
    padding: 2rem;
    justify-content: center;
  }

  .form-group .field:nth-child(1)::after {
    display: none;
  }

  input.sib-default-btn {
    margin-top: 1rem;
  }

  ul#menu-footer-menu {
    flex-wrap: wrap;
  }

  .learning-categories {
    width: 100%;
  }

  .learning-categories .dropdown-menu {
    width: 88% !important;
    position: relative;
    left: 0;
    margin: 1rem auto;
  }

  .learning-categories .dropdown-toggle::after {
    top: unset;
  }

}



@media only screen and (max-device-width: 992px) {

  .container,
  .container-sm {
    max-width: 100%;
  }


  #sib_signup_form_2 .form-group .field .error-msg {
    position: unset;
  }

  .help-box-mobile .elementor-widget-wrap.elementor-element-populated {
    justify-content: space-between !important;
  }

  .help-box-mobile {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    width: 47% !important;
    margin: auto !important;
    min-height: 450px !important;
  }



}

@media only screen and (max-device-width: 767px) {
  .card-container .card {
    display: none;
  }

  .elementor-4670 .elementor-element.elementor-element-88eaac6 .elementor-flip-box__front {
    background-size: contain !important;
  }



  .life-skill-card::before {
    scale: 1.04;
    top: 0;
  }

  .purpose-box .elementor-container.elementor-column-gap-default::before {
    transform: rotate(80deg);
    height: 80px;
    width: 100px;
    top: 44%;
  }


  .help-box-mobile {
    border: 1px solid #cccccc;
    margin-bottom: 20px !important;
    width: 100% !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    min-height: auto !important;
  }

  .how-it-work-mobile .elementor-container.elementor-column-gap-default {
    flex-direction: column-reverse;
  }

  .creatted-info figure.elementor-image-box-img {
    left: -21px;
    width: 70px !important;
    top: 10px;
  }

  .header-row .elementor-container.elementor-column-gap-default {
    /* flex-direction: column-reverse; */
    justify-content: start;
    align-items: center;
  }

  .header-row.sm-coulum-reverse .elementor-container.elementor-column-gap-default {
    flex-direction: column-reverse;

  }


  .help-box-mobile .elementor-widget-wrap.elementor-element-populated {
    justify-content: space-between !important;
  }

  .header-row .elementor-heading-title {
    text-align: center;
  }

  .life-skill-card {
    margin: 22px 5px !important;
  }

  .creatted-info .elementor-image-box-content {
    text-align: left;
    width: 100% !important;
    margin-left: auto;
    min-height: 80px;
    display: flex;
    align-items: center;
    padding-left: 65px;
    padding-right: 10px;
    justify-content: start;
  }


  .image-box-content img {
    height: auto !important;
  }

  .tp-header-hamburger-btn {
    width: 40px;
    height: 40px !important;

  }

  .content-box-shape {
    width: 100% !important;
  }

  .card-container .card.active {
    display: block;
  }

  .container,
  .container-sm {
    max-width: 100%;
  }

  .form-group {
    padding: 2rem 1rem;
  }

  .card-container .card {
    width: 85%;
    box-shadow: none;
  }

  .controls button {
    width: auto !important;
    text-align: center !important;
  }

  .card-container {
    overflow: hidden;
    margin-top: 2rem;
    min-height: 400px !important;
  }

  .slider-content {
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    min-height: auto;
  }
}

@media only screen and (max-device-width: 575px) {
  .tp-header-logo {
    padding: 0;
    width: 140px;
  }

  .controls {
    width: 100%;
    height: 50px;
    bottom: -70px;
  }
  .selected-info.mt-3{
    justify-content: start !important;
  }

  .comic-neu-box .elementor-widget-container {
    background-size: contain !important;
  }
}