/* line 4, ../sass/screen.scss */
.site-content {
  padding: 0rem 1rem;
}

/* line 7, ../sass/screen.scss */
#primary {
  margin-top: 0px !important;
}

/* line 10, ../sass/screen.scss */
.entry-header {
  margin-bottom: 0px !important;
}

/* line 13, ../sass/screen.scss */
.page-banner {
  width: 100vw;
  /* full browser width */
  height: 700px;
  /* adjust height as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: calc(-50vw + 50%);
  /* break out of container */
  margin-right: calc(-52vw + 50%);
}
@media (max-width: 1024px) {
  /* line 13, ../sass/screen.scss */
  .page-banner {
    height: 480px;
  }
}
@media (max-width: 768px) {
  /* line 13, ../sass/screen.scss */
  .page-banner {
    height: 320px;
  }
}
@media (max-width: 480px) {
  /* line 13, ../sass/screen.scss */
  .page-banner {
    height: 380px;
  }
}

/* line 32, ../sass/screen.scss */
.top-header-bar {
  background: #0b5ed7;
  color: #ffffff;
  padding: 6px 0;
  font-size: 16px;
}

/* line 40, ../sass/screen.scss */
.top-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 46, ../sass/screen.scss */
.top-left .phone i {
  margin-right: 6px;
  color: #ffdd57;
}

/* line 51, ../sass/screen.scss */
.social-icons a {
  margin-left: 12px;
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s;
}

/* line 58, ../sass/screen.scss */
.social-icons a:hover {
  color: #ffdd57;
}

/* line 61, ../sass/screen.scss */
.main-header-bar {
  border: 0px !important;
}

/* line 64, ../sass/screen.scss */
.site-navigation .menu-item a {
  font-weight: 600;
}

/* line 67, ../sass/screen.scss */
.main-header-menu .menu-link,
.main-header-menu > a {
  padding: 0 1.2em;
}

/* line 71, ../sass/screen.scss */
.current-menu-item {
  color: #ffffff !important;
  
}
/* line 74, ../sass/screen.scss */
.current-menu-item a {
  color: #ffffff !important;
  background: #0073e6 !important;
  height:32px!important;
  border-radius: 5px;
}
/* line 77, ../sass/screen.scss */
.current-menu-item:focus-visible {
  outline: none;
}

/* line 81, ../sass/screen.scss */
.ditty {
  flex: none;
}

/* line 84, ../sass/screen.scss */
.ditty__contents {
  letter-spacing: 0.3px;
}

@media (max-width: 921px) {
  /* line 88, ../sass/screen.scss */
  .current_page_item a {
    background: transparent !important;
    color: #000!important;
    height: auto!important;
  }
}

/* line 95, ../sass/screen.scss */
.login-register-btn a {
  background: #fb8500;
  color: #fff !important;
  padding: 8px 18px !important;
  border-radius: 50px;
}

/* line 102, ../sass/screen.scss */
.login-register-btn a:hover {
  background: #ffb703 !important;
}

/* line 105, ../sass/screen.scss */
.after-header-ticker {
  width: 100%;
  background: linear-gradient(90deg, #0b254b, #ffdd57, #0b254b);
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 16px;
}

/* line 115, ../sass/screen.scss */
.after-header-ticker a {
  color: #fff;
  text-decoration: underline;
}

/* line 120, ../sass/screen.scss */
.after-header-ticker a:hover {
  color: #ffdd57;
}

/* line 123, ../sass/screen.scss */
.custom-footer {
  background: #0a2a43;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 40px;
}
/* line 130, ../sass/screen.scss */
.custom-footer .footer-top .footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
/* line 135, ../sass/screen.scss */
.custom-footer .footer-top .footer-columns .footer-col {
  flex: 1 1 220px;
}
@media (max-width: 767px) {
  /* line 135, ../sass/screen.scss */
  .custom-footer .footer-top .footer-columns .footer-col {
    text-align: center;
  }
}
/* line 140, ../sass/screen.scss */
.custom-footer .footer-top .footer-columns .footer-col h4 {
  color: #ffdd57;
  margin-bottom: 15px;
}
/* line 144, ../sass/screen.scss */
.custom-footer .footer-top .footer-columns .footer-col ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 144, ../sass/screen.scss */
  .custom-footer .footer-top .footer-columns .footer-col ul {
    margin-left: 0px;
  }
}
/* line 150, ../sass/screen.scss */
.custom-footer .footer-top .footer-columns .footer-col ul li {
  margin-bottom: 10px;
}
/* line 152, ../sass/screen.scss */
.custom-footer .footer-top .footer-columns .footer-col ul li a {
  color: #fff;
  text-decoration: none;
}
/* line 155, ../sass/screen.scss */
.custom-footer .footer-top .footer-columns .footer-col ul li a:hover {
  color: #ffdd57;
}
/* line 162, ../sass/screen.scss */
.custom-footer .footer-top .footer-columns .footer-col .footer-social a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-right: 12px;
  transition: 0.3s;
}
/* line 168, ../sass/screen.scss */
.custom-footer .footer-top .footer-columns .footer-col .footer-social a:hover {
  color: #ffdd57;
}
/* line 176, ../sass/screen.scss */
.custom-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
}

/* line 184, ../sass/screen.scss */
.learnpress-profile .site-content .ast-container {
  display: block;
  margin-top: 2rem;
}

/* line 189, ../sass/screen.scss */
.site-below-footer-wrap {
  display: none !important;
}

/* line 194, ../sass/screen.scss */
.main-navigation ul li.menu-login-register {
  line-height: normal !important;
}
/* line 196, ../sass/screen.scss */
.main-navigation ul li.menu-login-register a {
  height: 30px !important;
  color: #fff !important;
  background: #ea580c !important;
  padding: 8px 18px 12px;
  border-radius: 50px;
}
@media (max-width: 599px) {
  /* line 196, ../sass/screen.scss */
  .main-navigation ul li.menu-login-register a {
    padding: 3px 18px !important;
  }
}
/* line 207, ../sass/screen.scss */
.main-navigation ul li.menu-login-register.current-menu-item {
  background: none !important;
}

/* line 212, ../sass/screen.scss */
.main-navigation ul li.menu-login-register.current-menu-item > a,
.main-navigation ul li.menu-login-register.current_page_item > a {
  background: #0b5ed7 !important;
  color: #fff !important;
  height: 30px !important;
}

/* MOBILE LOGIN BUTTON */
/* line 219, ../sass/screen.scss */
.mobile-login-btn {
  display: none;
}

/* Mobile view only */
@media (max-width: 921px) {
  /* line 226, ../sass/screen.scss */
  .mobile-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 26px;
    right: 70px;
    /* beside hamburger */
    background: #f26522;
    color: #fff;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    z-index: 99999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }

  /* line 247, ../sass/screen.scss */
  .mobile-login-btn:hover {
    background: #e85a16;
    color: #fff;
  }
}
/* Container */
/* line 253, ../sass/screen.scss */
.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Buttons */
/* line 264, ../sass/screen.scss */
.float-btn {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: transform .25s ease;
}

/* line 279, ../sass/screen.scss */
.float-btn:hover {
  transform: scale(1.08);
}

/* WhatsApp */
/* line 284, ../sass/screen.scss */
.float-btn.whatsapp {
  background: #25D366;
}

/* Call */
/* line 289, ../sass/screen.scss */
.float-btn.call {
  background: #0d6efd;
}

/* Tooltip */
/* line 294, ../sass/screen.scss */
.float-btn .tooltip {
  position: absolute;
  right: 70px;
  background: #111;
  color: #fff;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(5px);
  transition: all .2s ease;
}

/* line 309, ../sass/screen.scss */
.float-btn:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Tooltip arrow */
/* line 316, ../sass/screen.scss */
.float-btn .tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #111;
}

/* Mobile size tweak */
@media (max-width: 768px) {
  /* line 329, ../sass/screen.scss */
  .float-btn {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  /* line 335, ../sass/screen.scss */
  .float-btn .tooltip {
    display: none;
    /* hide tooltip on mobile */
  }
}
/* Mobile tweak */
@media (max-width: 768px) {
  /* line 343, ../sass/screen.scss */
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 16px;
    right: 16px;
  }
}
/* line 351, ../sass/screen.scss */
.section-title {
  text-align: center;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
}
@media (max-width: 768px) {
  /* line 351, ../sass/screen.scss */
  .section-title {
    font-size: 24px;
  }
}

/* line 361, ../sass/screen.scss */
.home .section-title {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
	margin-top:40px;
}
/* line 369, ../sass/screen.scss */
.home .section-title.accent-left {
  position: relative;
  padding-left: 18px;
	margin-top: 5rem;
}
/* line 374, ../sass/screen.scss */
.home .section-title.accent-left::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 32px;
  background: #6f42c1;
  border-radius: 3px;
}
/* line 384, ../sass/screen.scss */
.home #why-img {
  flex: 0 0 48%;
}
/* line 386, ../sass/screen.scss */
.home #why-img img {
  width: 100% !important;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  height: 100%;
  max-height: 380px;
  /* controls tall image issue */
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}
/* line 398, ../sass/screen.scss */
.home .wp-block-list {
  list-style: none;
  padding: 0;
}
/* line 401, ../sass/screen.scss */
.home .wp-block-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.7;
  align-items: center;
}
/* line 408, ../sass/screen.scss */
.home .wp-block-list li::after {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #0d6efd;
  font-weight: 700;
}

/* line 419, ../sass/screen.scss */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* line 425, ../sass/screen.scss */
.course-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  transition: all .3s ease;
  position: relative;
}

/* line 434, ../sass/screen.scss */
.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

/* line 439, ../sass/screen.scss */
.course-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* line 445, ../sass/screen.scss */
.course-body {
  padding: 20px;
}

/* line 449, ../sass/screen.scss */
.course-body h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 454, ../sass/screen.scss */
.course-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* line 462, ../sass/screen.scss */
.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #6f42c1;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
}

/* line 473, ../sass/screen.scss */
.btn {
  display: inline-block;
  padding: 8px 18px;
  background: #0d6efd;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
}

@media (max-width: 768px) {
  /* line 483, ../sass/screen.scss */
  .courses-grid {
    grid-template-columns: 1fr;
  }
}
.course_section {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  gap: 20px;
  align-items: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.course_section img {
  width: 125px;
}
@media (max-width:768px){
  .course_section{
    display: block;
    text-align: center;
  }
  .course_section .wp-block-media-text__content{
    padding: 0px;
  }
  .course_section .wp-block-buttons{
    justify-content: center;
  }
  .course_section img{
    width: 90px;
  }
  .home .wp-block-list{
    margin: 0px;
  }
}

.course_section h3 {
  margin-bottom: 10px;
}
.online { border-left: 4px solid #0d6efd; }
.offline { border-left: 4px solid #198754; }

.page-testimonials .sp-testimonial-free {
    background: transparent;
    border: 2px solid #e3e3e3!important;
    border-radius: 5px!important;
    min-height: 550px;
}
.ast-primary-header-bar{
	background:#0a2a43;
}
.ast-builder-menu-1 .menu-item > .menu-link{
	color:#fff;
}
.ast-builder-menu-1 .menu-item:hover > .menu-link{
	color:#ea580c;
}
.ast-primary-header-bar .site-primary-header-wrap{
    min-height:90px;
}
.site-header{
    position:fixed;
    width:100%;
}
/* ===== FULL PAGE LOGIN ===== */

body.lp-full-login {
    margin: 0;
    background: #f4f6f9;
}

/* Center layout */
.lp-login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Card */
.lp-login-card {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 32px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    text-align: center;
}

/* Headings */
.lp-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
}

.lp-subtitle {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 30px;
}

/* LearnPress form */
.learn-press-form-login {
    text-align: left;
}

/* Inputs */
.learn-press-form-login input {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    padding: 10px 14px;
    margin-bottom: 16px;
    font-size: 14px;
}

/* Button */
.learn-press-form-login button {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    background: #0d6efd;
    border: none;
    font-weight: 600;
    font-size: 15px;
}

.learn-press-form-login button:hover {
    background: #0b5ed7;
}

/* Links */
.learn-press-form-login a {
    font-size: 13px;
    text-decoration: none;
}

.learn-press-form-login a:hover {
    text-decoration: underline;
}
/* Remove bullets from LearnPress login form */
.learn-press-form-login ul,
.learn-press-form-login li {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
/* Hide LearnPress default title */
.learn-press-form-login h3, .learn-press-form-register h3, 
.learn-press-form-login .lp-form-title {
    display: none !important;
}
.learn-press-form-login, .learn-press-form-register {
    margin-top: 10px;
}

.learn-press-form-login label, .learn-press-form-register label{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    text-align: left;
}

.learn-press-form-login .form-group,
.learn-press-form-login li {
    margin-bottom: 18px;
}
.learn-press-form-login input[type="text"],
.learn-press-form-login input[type="password"] {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 10px 14px;
    font-size: 14px;
}

.learn-press-form-login input:focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(13,110,253,.15);
}

/* Button */
.learn-press-form-login button {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    background: #0d6efd;
    border: none;
    font-weight: 600;
    font-size: 15px;
}

.learn-press-form-login button:hover {
    background: #0b5ed7;
}

.learn-press-form-login .rememberme {
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 13px;
}

.learn-press-form-login .forgot-password,
.learn-press-form-login .lp-login-forgot {
    text-align: center;
    margin-top: 14px;
    font-size: 13px;
}
.learn-press-form-login input[name="rememberme"] + label {
    display: none !important;
}
.learn-press-form-login input[name="rememberme"] {
    display: none !important;
}
.learn-press-form-login label:has(input[name="rememberme"]) {
    display: none !important;
}
.lp-login-card .lp-login-form a[href*="lostpassword"],
.lp-login-card .learn-press-form-login a[href*="lostpassword"] {
    display: none !important;
}
.lp-extra-links {
    text-align: center;
    margin-top: 12px;
}

.lp-extra-links a {
    color: #0d6efd;
    font-size: 14px;
}

/* ===== AUTH PAGE LAYOUT ===== */

body.lp-full-login {
    margin: 0;
    background: #f5f7fb;
}

/* Main layout */
.lp-auth-layout {
    display: flex;
    min-height: 100vh;
}

/* LEFT SIDE */
.lp-auth-left {
    flex: 1;
    background: 
        linear-gradient(
            rgba(0,0,0,.45),
            rgba(0,0,0,.45)
        ),
        url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f")
        center / cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Overlay content */
.lp-auth-overlay {
    color: #fff;
    text-align: center;
    padding: 40px;
}

.lp-auth-overlay h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.lp-auth-overlay p {
    font-size: 16px;
    opacity: .9;
}

/* RIGHT SIDE */
.lp-auth-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7fb;
     background: linear-gradient(135deg, #4facfe, #00f2fe);
}

/* Login card */
.lp-login-card {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 32px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
    text-align: center;
}
.page-register .mobile-login-btn, .page-login .mobile-login-btn{
  display: none;
}
.page-register .lp-login-card {
max-width: 650px;
}
/* Titles */
.lp-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
}

.lp-subtitle {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 28px;
}
@media (max-width: 768px) {
    .lp-auth-left {
        display: none;
    }

    .lp-auth-right {
        flex: 1;
    }
}
/* Auth footer */
.lp-auth-footer {
    margin-top: 24px;
    text-align: center;
}

.lp-auth-footer p {
    font-size: 14px;
    color: #6c757d;
}

.lp-auth-footer a {
    font-weight: 600;
    color: #0d6efd;
    text-decoration: none;
}

.lp-auth-footer a:hover {
    text-decoration: underline;
}
/* Register form spacing */
.learn-press-form-register {
    margin-top: 10px;
    margin-bottom: 10px!important;
}

/* Inputs */
.learn-press-form-register input {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 10px 14px;
    margin-bottom: 16px;
}

/* Button */
.learn-press-form-register button {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    background: #0d6efd;
    border: none;
    font-weight: 600;
}

/* Remove bullets */
.learn-press-form-register ul,
.learn-press-form-register li {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* Make the UL container a flexbox */
.learn-press-form-register .form-fields {
  display: flex;
  flex-wrap: wrap; /* allow multiple rows */
  gap: 20px; /* space between fields */
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Each form field takes 48% width (two columns) */
.learn-press-form-register .form-fields .form-field {
  width: 48%;
  box-sizing: border-box;
}

/* Make single-column fields full width (like Display Name) */
.learn-press-form-register .form-fields .form-field.full-width {
  width: 100%;
}

/* Optional: style the inputs nicely */
.learn-press-form-register input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

/* Optional: make it responsive for mobile */
@media screen and (max-width: 991px) {
  .learn-press-form-register .form-fields .form-field {
    width: 100%;
  }
}
.ast-builder-menu-1 .menu-item > .menu-link:focus{outline: none;}
/* Real Testimonials – Modern 2025 Design */
/* ===============================
   Testimonial Card (Outer)
================================ */
.sp-testimonial-item {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  padding: 26px 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sp-testimonial-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(0,0,0,0.12);
}

/* Accent bar (modern trend) */
.sp-testimonial-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 4px;
  background: linear-gradient(180deg, #0d6efd, #6610f2);
  border-radius: 4px;
}

/* ===============================
   Profile Image
================================ */
.sp-testimonial-client-image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid #0d6efd;
  object-fit: cover;
  margin-bottom: 0px;
}

/* ===============================
   Title (Optional – reduce weight)
================================ */
.sp-testimonial-post-title {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  margin: 6px 0 10px;
}

/* ===============================
   Content Text
================================ */
.sp-testimonial-content p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #555;
  margin: 0;
}

/* ===============================
   Client Name
================================ */
.sp-testimonial-client-name {
  margin-top: 18px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
}
.sp-testimonial-client-name::before {
  content: "— ";
  color: #0d6efd;
}
.sp-testimonial-content {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .sp-testimonial-item {
    padding: 20px;
  }
}
.sp-testimonial-title {
  display: none;
}
.sp-testimonial-item:hover {
  box-shadow: 0 24px 48px rgba(13,110,253,0.15);
}
.single-lp_course .course-meta{
    color: #fff!important;
  }
  .page-about-us .wp-block-media-text__content{
    padding-left: 2rem!important;
  }
@media (max-width: 768px) {
  .sp-testimonial-content {
    -webkit-line-clamp: 10;
  }
  .home .wp-block-media-text>.wp-block-media-text__content{
    padding: 0px!important;
  }
  .single-lp_course .lp-archive-courses .course-detail-info{
    padding: 24px!important;

  }
  .single-lp_course .course-meta{
    color: #fff!important;
  }
  .single-lp_course .entry-content-left{
    margin-bottom: 0px!important;
  }
  .single-lp_course ul.learn-press-breadcrumb{
    padding: 1em 1em;
  }
  .single-lp_course .course-summary .course-tabs{
    padding: 0rem 2rem!important;
  }
  .single-lp_course .ast-page-builder-template .comments-area{
    margin-bottom: 0em!important;
    
  }

  .single-lp_course .site .comments-area{
    padding-bottom: 0em!important;
    padding-left: 2rem!important;
    padding-right: 2rem!important
  }
  .single-lp_course .course-summary-sidebar{
    padding: 0rem 2rem!important;
  }
  .page-about-us .wp-block-media-text__content{
    padding-left: 0px!important;
  }
}
@media (min-width:1200px){
  .content-area {
    margin-bottom: 0px!important;
  }
}
.profile-image img{
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 16px; /* modern rounded */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-image img:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
  fill: #fff;
}
.contact-card {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.blue{
  color: #2563eb;
  font-size: 28px;
}
.green{
  color: #22c55e;
  font-size: 28px;
}
.indigo{
  color: #6366f1;
  font-size: 28px;
}
.call_btn a{text-decoration: none!important; color: #000}
/* Contact Form Wrapper */
.contact-form-card,
.wpcf7-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.contact-form-card {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Labels */
.wpcf7-form label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

/* Inputs & Textarea */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #dfe3e8;
    background: #fff;
    transition: all 0.3s ease;
}

/* Focus Effect */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.15);
    outline: none;
}

/* Textarea */
.wpcf7-form textarea {
    min-height: 140px;
    resize: vertical;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
    background: #2563eb;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Button Hover */
.wpcf7-form input[type="submit"]:hover {
    background: #1e40af;
    transform: translateY(-1px);
}

/* Validation Errors */
.wpcf7-not-valid {
    border-color: #ef4444 !important;
}

.wpcf7-not-valid-tip {
    color: #ef4444;
    font-size: 13px;
}

/* Success Message */
.wpcf7-response-output {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
}

/* Mobile Spacing */
@media (max-width: 768px) {
    .wpcf7-form {
        padding: 20px;
    }
}
.contact-section iframe {
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.wpcf7-form {
    border: 1px solid #eef2f7;
}
.main-header-menu .sub-menu{
  background: #0a2a43!important;
  color: #fff;
}
.sub-menu .current-menu-item a{
  height: auto!important;
}
#masthead .site-header-section{
  transition: all 0.3s;

}
#masthead .site-header-section img{
  transition: all 0.3s;

}
.navbar-scrolled img {
  width: 120px !important;
  transition: all 0.3s;
}
/*.learnpress-profile .content-area{
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364)!important;
  padding: 80px 0;

}
.learnpress-profile label{
  color: #fff!important;
}
.learnpress-profile h3{
  display: block!important;
  color: #fff!important;
}*/
.page-video-gallery iframe {
    width: 100%;
    height: 315px;
    border-radius: 4px;
}
#profile-sidebar .lp-profile-nav-tabs>li.active{
  background: #0a2a43;
}