
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html, body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
:root {
	 --font-poppins: "Poppins", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --white-color: #fff;
  --black-color: #110F0F;
  --title-color: #110F0F;
	--primary-color: #7e6a00;
	--secondary-color: #f9d81e;
	--borders-color: #E8E8E8;
	--text-color: #525252;
     --accent-color: #7e6a00;
}
body {
    background-color: var(--white-color);
    color: var(-text-color);
	font-size:16px;
    font-family: var(--font-roboto);
}  
a {
  color: inherit;
}
a:focus{  
    color: var(--accent-color);
}
a:visited {
  color: inherit;
}
a:hover {   
    color: var(--accent-color);
    text-decoration:underline;
}
.text-center{
    text-align:center
}
.single-sfwd-courses .learndash-wrapper ul, .single-sfwd-courses .learndash-wrapper ol {
    list-style: none;
    padding-left: 0;
    margin-left: 0px;
}
.single-sfwd-courses .learndash-wrapper ul li, .single-sfwd-courses .learndash-wrapper ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.single-sfwd-courses .learndash-wrapper ul li::before, .single-sfwd-courses .learndash-wrapper ol li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
    color: var(--primary-color);
    font-size: 16px;
}
.single-sfwd-courses .learndash-wrapper ol li::before {
    content: "\f0c8";
    top: 2px;
    font-size: 13px;
}
.single-sfwd-courses .ld-tabs-content {
    padding: 40px 0px;
}  
#footer-widgets .menu a[href*="login"],
#footer-widgets .menu a[href*="logout"] {
  display: none !important;
}
input {
    border: none;
    outline: none;  
}
.wpforms-form input, .wpforms-form input::placeholder,.wpforms-form textarea, .ld-login-modal-form form input {
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 14px !important;
    font-weight: 400;    
    color: var(--text-color) !important;
    border: 1px solid var(--borders-color) !important;
    border-radius: 6px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    max-width: 100% !important;
}
form label {  
    font-size: 14px !important; 
    color: var(--title-color) !important;
    line-height: 20px !important;
    font-weight: 500 !important;
}
input:focus, textarea:focus {
    box-shadow: none !important;
}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #007e62;
    border: 1px solid #007e62;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0px auto !important;
    max-width: 480px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-poppins);  
    margin-bottom: 10px;
    color: var(--title-color);
    text-transform: capitalize;
}
.h1-serif,h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--title-color);
}
.h2-serif,h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--title-color);
}
.h3-serif,h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--title-color);
}
.h4-serif,h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--title-color);
}
.h5-serif,h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--title-color);
}
.h6-serif,h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--title-color);
}
.heading-regular-small-serif {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.heading-bold-small-serif {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.body-bold-small-serif {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.body-medium-small-serif {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.th-bg-primary {
    background-color: var(--primary-color);
}
.th-bg-secondary {
    background-color: var(--secondary-color);
}
.bg-color{
    background-color: #ccdbd95c;
}
.th-bg-yellow {
    background: radial-gradient(circle at top, #f4d9a7, #ecececad) !important;
}
p:empty {
    display: none;
}
/* ===== BUTTON ===== */
.theme-btn, div.wpforms-container-full .wpforms-form button[type=submit], .btn-primary, .login-submit .button-primary,
 body.single-sfwd-quiz .ld-quiz-actions input.wpProQuiz_button{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background-color: var(--primary-color) !important;
    color: #fff !important;
    padding: 14px 22px !important;
    border-radius: 40px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: background 0.3s ease;
    border: none !important;
}
.theme-btn:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, .btn-primary:hover, .login-submit .button-primary:hover, body.single-sfwd-quiz .ld-quiz-actions input.wpProQuiz_button:hover, .customsecurelr-form form button:hover {
  background-color: var(--secondary-color) !important;
  color: var(--title-color) !important;
}
.ld-quiz-actions input.wpProQuiz_button, .ld-quiz-actions input.wpProQuiz_button:hover {
    opacity:1 !important;
}
.theme-btn-icon {
    width: 38px;     
    height: 38px;
    background: var(--secondary-color);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 8px;
}
.theme-btn:hover .theme-btn-icon {      
    background:  var(--primary-color);
}
.theme-btn-icon img {
    filter: invert(1);
}
.theme-btn:hover .theme-btn-icon img {
    filter: none;
}
header.entry-header {
    display: none;
}
.separate-containers .site-main {
    margin: 0px;
}
.entry-content {
    margin: 0px !important;
}
/***for grid-container***/
.page .inside-article {
    padding: 0px !important;
}
.grid-container.container, .grid-container {
    max-width: 100% !important;
    padding: 0px;
}
.container, .inside-header.grid-container, .footer-widgets-container.grid-container, .sfwd-courses .inside-article, .single-sfwd-lessons .inside-article, .single-sfwd-topic .inside-article, .single-sfwd-quiz .inside-article {
    padding:0px 20px;
    margin-right: auto;
    margin-left: auto;
}
.sfwd-courses .inside-article, .single-sfwd-lessons .inside-article, .single-sfwd-topic .inside-article, .single-sfwd-quiz .inside-article  {
    padding:40px 20px !important;  
}
@media (min-width: 1400px) {
   .container, .inside-header.grid-container, .footer-widgets-container.grid-container, .sfwd-courses .inside-article, .single-sfwd-lessons .inside-article, .single-sfwd-topic .inside-article, .single-sfwd-quiz .inside-article {
        max-width: 1320px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px){
    .container, .inside-header.grid-container, .footer-widgets-container.grid-container, .sfwd-courses .inside-article, .single-sfwd-lessons .inside-article, .single-sfwd-topic .inside-article, .single-sfwd-quiz .inside-article{
        max-width: 1040px !important;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .container, .inside-header.grid-container, .footer-widgets-container.grid-container, .sfwd-courses .inside-article, .single-sfwd-lessons .inside-article, .single-sfwd-topic .inside-article, .single-sfwd-quiz .inside-article{
        max-width: 960px !important;  
    }
}
@media (max-width: 992px) {
    .container, .inside-header.grid-container, .footer-widgets-container.grid-container, .sfwd-courses .inside-article, .single-sfwd-lessons .inside-article, .single-sfwd-topic .inside-article, .single-sfwd-quiz .inside-article{
        max-width: 100% !important;
    }
}
.custom-section, .ld-course-list-content { 
    padding: 100px 0px;
}  
@media(max-width:991px){
    .custom-section, .ld-course-list-content {
        padding: 80px 0px;
    }
}
@media(max-width:767px){
    .custom-section, .ld-course-list-content {
        padding: 60px 0px;
    }
}
/**for header***/
header {
    background-color: #fff !important;
    overflow: hidden;
}
.main-nav li a {
    font-family: var(--font-roboto);
    color: var(--title-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
}
.main-nav ul li.current-menu-item > a,.main-nav ul li.current_page_item > a,.main-nav ul li a:focus,.main-nav ul li a:active,.main-nav ul li a:focus-visible {
 background-color: transparent !important;
  color: var(--accent-color) !important;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
    color: var(--primary-color);
}
.site-logo {  
    margin: 10px 0px;
}
.main-navigation.sub-menu-right.toggled {
    background: #fff !important;
}
.menu-toggle {
    padding: 0 12px;
    line-height: 40px;
}
.menu-toggle svg {
    fill: #fff;  
}
header .header-widget {
    display: none;
} 
.main-navigation.toggled .main-nav ul li[class*="current-menu-"] > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
    color: var(--primary-color);
    background: #fff !important;
} 
.menu-toggle,.menu-toggle:active,.menu-toggle:focus,.menu-toggle:focus-visible {
  background-color: var(--primary-color) !important;
  box-shadow: none !important;
  outline: none !important;
}
@media(max-width:1399px) and (min-width:1199px){
    .site-header .header-image {
        width: 112px;
    }
    section.hero-section.custom-section {
        padding: 40px 0px;
    }
    .hero-section h1 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media(max-width:767px){
    .main-navigation .main-nav ul li a {
        line-height: 30px;
        font-size: 14px;
    }
}
/*** HERO SECTION ***/
.hero-section {
  background: radial-gradient(circle at left bottom, #fff3dc, #e8f7f3);
  position: relative;
  overflow: hidden;
}
.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}

/* ===== LEFT CONTENT ===== */
.hero-content {
  max-width: 600px;
  width: 100%;
  z-index: 2;
}
.hero-badge {
    display: inline-block;
    background: #f9d81e9e;
    color: #3e3500;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.h1-serif {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-text {
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 480px;
}

.hero-subtext {
  font-size: 14px;
  color: #666;
  margin-bottom: 32px;
}

/* Buttons */
.hero-buttons .theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* ===== RIGHT IMAGE ===== */
.hero-image {
  position: relative;
}

.hero-img-wrap-8 {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #7e6a00;
    box-shadow: 1px 1px 58px 1px #f9d81e4f;
}
.hero-img-wrap-8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ========================= */
/* ===== RESPONSIVE ======== */
/* ========================= */
@media(max-width:1399px){
    .hero-img-wrap-8 {
        width: 400px;
        height: 400px;
    }
}
@media(max-width:1199px){
    .hero-img-wrap-8 {
        width: 380px;
        height: 380px;
    }
}
/* Tablets */
@media (max-width: 991px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
    gap: 0px;
   }
  .hero-content {
    max-width: 100%;
  }

  .hero-text,
  .hero-subtext {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-img-wrap-8 {
    position: relative;
    width: 500px;
    height: 500px;
    right: auto;
    top: auto;
    transform: none;
    margin: 40px auto 0;
  }
  .hero-content .check-list {
    margin: auto;
    max-width: 330px;
    text-align: left;
}
}

/* Mobile */
@media (max-width: 575px) {
  .hero-text {
    font-size: 15px;
  }

  .hero-img-wrap-8 {
    width: 320px;
    height: 320px;
  }

  .hero-buttons .theme-btn {
    justify-content: center;
  }
}

/***our-cources***/
.section-title img {
    width: 30px;
}
/* Section */
.popular-courses-section {
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.section-title {
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
@media(max-width:991px){
    .section-title {
        margin-bottom: 25px;
    }
}
/* Grid */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Cards */
.course-card { 
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card:hover {  
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, #fff3dc, #e8f7f3);
}
.course-card img {
    width: 50px;
    margin-bottom: 15px;
}
.center-btn {
    text-align: center;
    margin: 25px 0px 0px;
}
/* ===================== */
/* Responsive */
/* ===================== */
@media (max-width: 991px) {
  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .courses-grid {
    grid-template-columns: 1fr;
  }
}

/* Section */
.why-learn-split {
    background: linear-gradient(120deg, #f9d81e1a 50%, #7e6a001f 50%);
}
/* Layout */
.why-split-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

.why-split-left p {
    font-size: 20px;
    max-width: 420px;
    line-height: 28px;
    margin: 0 auto;
}

/* Right */
.why-split-right {
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  margin-bottom: 18px;
}

/* Check Icon */
.check-icon {
    width: 28px;
    height: 28px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* ================= */  
/* Responsive */
/* ================= */

@media (max-width: 991px) {

  .why-split-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-split-left {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .why-split-left 0 {
    font-size: 16px;
  }

  .why-split-right {
    padding: 30px 20px;
  }
}
/* Section */
.how-it-works-section {
  padding: 90px 20px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

/* Title */
.how-it-works-section .section-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}

/* Steps Grid */
.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Step Card */
.how-step {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #fff3dc, #e8f7f3);
}

.how-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
 background: #ffffff;
}

/* Step Number */
.step-number {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* ================= */
/* Responsive */
/* ================= */

@media (max-width: 1200px) {
  .how-steps {
    grid-template-columns: repeat(2, 1fr);
  }  
}

@media (max-width: 575px) {
  .how-steps {
    grid-template-columns: 1fr;
  }
}


/* Section */
.learning-approach-minimal {
  background: radial-gradient(circle at top, #fff3dc, #ffffff);
}

/* Centered Content */
.approach-center {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}


.approach-desc {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* Pills */
.approach-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.pill {
  padding: 14px 22px;
  border-radius: 999px;
  background: #ffffff;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
/* ================= */
/* Responsive */
/* ================= */

@media (max-width: 480px) {

  .pill {
    font-size: 14px;
    padding: 12px 18px;
  }
}


/* CTA Section */
.cta-upgrade-section {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

/* CTA Box */
.cta-box {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 50px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
}
/* ================= */
/* Responsive */
/* ================= */
.cta-content p {
    font-size: 20px;
    max-width: 480px;
}
.cta-upgrade-section * {
    color: #fff;
}
.cta-content {
    max-width: 470px;
}
@media (max-width: 991px) {  
  .cta-box {
    flex-direction: column;  
    text-align: center;
  }
  .cta-content p {
    margin: 0 auto;
}
}  

@media (max-width: 480px) {
  .cta-box {
    padding: 40px 25px;
  }
}

/* CTA Form Section */
.cta-form-section {
  background: linear-gradient(135deg, #fff3dc, #e8f7f3);
}

/* Layout */
.cta-form-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
}

/* Content */
.cta-form-content {
    text-align: center;
}
.cta-form-content p {
    max-width: 420px;
    margin: 0 auto 10px;
}
/* Form Box */
.cta-form-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}


.cta-form-box .wpforms-submit {
  background: #007bff;
  border-radius: 999px;
  padding: 14px 28px;
}

/* ================= */
/* Responsive */
/* ================= */

@media (max-width: 991px) {
  .cta-form-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .cta-form-content h3 {
    font-size: 26px;
  }

  .cta-form-box {
    padding: 30px 20px;
  }
}


/***footer***/

/* Footer Base */
.footer-bar-align-right .copyright-bar {
    display: none;
}
.footer-bar p {
    margin: 0px;
}
.site-footer, .inside-site-info.grid-container {
  background: var(--title-color);
  color: #fff;
  padding: 60px 0px 0px;
  font-size: 14px;
}
.inside-site-info.grid-container {
    padding: 18px 0px;
    border-top: 1px solid #4c4949;
}
.footer-widgets {
    background-color: transparent;
    padding-bottom: 30px;
}
/* Footer Columns */
.widget-title {
  font-size: 16px;
  margin-bottom: 15px;
  color: #ffd600;
  font-weight: 600;  
}  

.inside-footer-widgets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inside-footer-widgets ul li {
  margin-bottom: 10px;
}

.inside-footer-widgets ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.inside-footer-widgets ul li a:hover {
  color: #ffd600;
}
/* Logo Column */
.footer-logo img {
  width: 140px;
  margin-bottom: 15px;
}
.footer-logo p {
  font-size: 13px;
  color: #aaa;  
}

@media (max-width: 575px) {
  .inside-footer-widgets  ul li {
    margin-bottom: 8px;
  }
}
/****inner-banner***/
.inner-banner {
  position: relative;
  padding: 90px 0 80px;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--accent-color)
  );
  color: #fff;
  overflow: hidden;
}
.inner-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top left,
    rgba(249, 216, 30, 0.25),
    transparent 60%
  );
}

.banner-content {
    position: relative;
    max-width: 100%;
    text-align: center;
}
.banner-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--secondary-color);
}

.banner-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #f5f5f5;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.breadcrumb a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: var(--accent-color);
}

.breadcrumb span {
  color: #ddd;
}

/* Responsive */
@media (max-width: 768px) {
  .inner-banner {
    padding: 70px 0 60px;
  }

  .banner-content h1 {
    font-size: 34px;
  }

  .banner-content p {
    font-size: 16px;
  }
}

  
/***About***/
.about-intro-section {
  background: #fff;
}
.about-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}
.about-intro-content h2 {
  color: var(--primary-color);
}
/* Highlights */
.about-intro-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.highlight-box {
  background: #fff;
  border: 1px solid rgba(126, 106, 0, 0.25);
  border-radius: 16px;
  padding: 22px;
  transition: all 0.3s ease;
}
.highlight-box span {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 10px;
}

.highlight-box h4 {
  margin-bottom: 6px;  
  color: var(--primary-color);
}
.highlight-box p {
    font-size: 14px;
    margin: 0px;
}
.highlight-box:hover {
  transform: translateY(-6px);
  border-color: var(--secondary-color);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 991px) {
 .about-intro-grid {
    grid-template-columns: 1fr;  
    gap: 0px;
}

  .about-intro-highlights {
    grid-template-columns: 1fr;
  }
}
/***our-mission**/
.mission-section {
  background: #f8f9fb;
}
.mission-wrap {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.mission-badge {
  display: inline-block;
  margin-bottom: 18px;  
  padding: 6px 18px;
  border-radius: 30px;
  background: rgba(126, 106, 0, 0.12);
  color: #7e6a00;
  font-weight: 600;
  font-size: 14px;
} 
.mission-wrap p {
  font-size: 18px;
  line-height: 1.7;
}
/***why-choose-About***/
.why-choose-section {
  background: #ffffff;
}
.section-head {
  text-align: center;
  margin-bottom: 50px;
}
.section-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 30px;
  background: rgba(126, 106, 0, 0.12);
  color: #7e6a00;
  font-weight: 600;
  font-size: 14px;
}
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.why-card {
  padding: 32px 26px;
  border-radius: 18px;
  border: 1px solid #eee;
  text-align: center;
  background: #fafafa;
  transition: all 0.3s ease;
}
.why-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}
.why-card:hover {
  transform: translateY(-6px);
  border-color: #7e6a00;
  background: #fff;
}
/* Responsive */
@media (max-width: 992px) {
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .why-choose-grid {
    grid-template-columns: 1fr;
  }
}
/***about-join-learning***/
.join-community-section {
  background: linear-gradient(135deg, #7e6a00 0%, #5f4f00 100%);
}
.join-community-wrap {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
h2.join-badge {
    color: #fff;
    margin-bottom: 20px;
}
.join-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 18px;
  opacity: 0.95;
}
/***for cources page**/
.learndash-wrapper:not(.ld-registration__outer-wrapper) .sfwd-mark-complete:after {
    right: 1rem !important;
}
h1.lms-title {
    text-align: center;
    margin-top: 30px;
    border-bottom: 2px solid var(--primary-color);
    width: max-content;
    margin: 10px auto 0;
}
.ld-course-list-items .ld_course_grid .thumbnail.course {
    border: 1px solid #eee;
      border-radius: 18px;
      background: #fff;
      transition: all 0.35s ease;
      box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.ld-course-list-items .ld_course_grid .thumbnail.course:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}
.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
    background: #f9d81e;
    color: #000; 
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 0 0 8px 0;
}
.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon:before {
    border-top: 5px solid #f9d81e;
    border-right: 5px solid #f9d81e;
}
.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled {
    background: linear-gradient(135deg, var(--primary-color), #5a4b00);    
    color: #fff;
} 
.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled:before {
    border-top: 5px solid #3f3600;
  border-right: 5px solid #3f3600;
}
.ld-course-list-items .ld_course_grid .thumbnail.course img {
  border-radius: 18px 18px 0 0;
  min-height: 220px;
  max-height: 260px;
  width: 100%;
  object-fit: cover;
}

.ld-course-list-items .ld_course_grid .thumbnail .caption {
   padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 18px;
  text-align: center;
}
.ld-course-list-items .ld_course_grid .entry-title {
    margin: 0 !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #111;
  text-decoration: none;
  transition: color 0.3s ease;
}
.ld-course-list-items .ld_course_grid .entry-title:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
/* Button */
.ld_course_grid_button {
  margin-top: 10px;
}

.ld_course_grid_button .btn-primary {
  padding: 12px 30px;
  border-radius: 30px;
  background: var(--primary-color);
  border: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  max-width: max-content !important;
}

.ld_course_grid_button .btn-primary:hover {
  background: #5a4b00;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
@media (max-width: 576px) {
    .ld-course-list-items .col-sm-8 {
        flex: 100%;
        max-width: 100%; 
    }
}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price {
    color: #000 !important;
    font-size: 20px !important;
}
.learndash-wrapper .ld-modal {
    transform: none !important;
    background: #000000e0 !important;
    max-width: 100% !important;
    overflow-y: scroll !important;
    height: 100vh !important;
    margin: 0px !important;
    width: 100% !important;
    border-radius: 0px !important;
    top: 0px !important;
    padding: 15px;
}
/* Modal box */
.learndash-wrapper .ld-login-modal .ld-login-modal-login {
    margin: 70px auto 20px;
    border: 1px solid #eee;
    border-radius: 18px;
    overflow: hidden; /* keep rounded corners clean */
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    min-height: 400px;
    max-height: 600px;
    max-width: 390px !important;
    width: 100% !important;
    background: #fff;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper {
    max-height: 540px;
    padding: 30px !important;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #7e6a5a #f1f1f1;
    max-width: 100% !important;
}
.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper::-webkit-scrollbar {
    width: 6px;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper::-webkit-scrollbar-thumb {
    background: #7e6a5a;
    border-radius: 10px;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper::-webkit-scrollbar-thumb:hover {
    background: #5f5145;
}  
@media (max-height: 700px) {
    .learndash-wrapper .ld-login-modal .ld-login-modal-login {
        margin: 40px auto;
        max-height: 90vh;
    }

    .learndash-wrapper .ld-login-modal .ld-login-modal-wrapper {
        max-height: calc(90vh - 60px);
    }
}
html:has(.ld-modal-open) {  
  overflow: hidden;
}
.learndash-wrapper .ld-login-modal .ld-login-modal-form form {
    text-align: left;
}
.ld-login-modal-form form input {
    padding-left: 30px  !important;
    min-height: 40px !important;
}
p.login-remember label {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
p.login-remember label input {
    width: auto !important;
}
.ld-modal-heading {
    font-weight: 600 !important;
} 

/***for single-course-page***/
.single-sfwd-courses iframe {
    width: 100%;
}
.single-sfwd-courses .featured-image.page-header-image-single img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 18px;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
a.ld-primary-color.ld-course-step-back {
    margin-top: 10px !important;
}
/* Base alert */
.learndash-wrapper .ld-alert {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 14px;
  margin: 24px 0;
  font-size: 15px;
  line-height: 1.6;
  border: none !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

/* Left accent bar */
.learndash-wrapper .ld-alert::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
}

/* SUCCESS */
body .learndash-wrapper .ld-alert-success {
  background-color: #f5faf7 !important;
  color: #1f6f43;
}

body .learndash-wrapper .ld-alert-success::before {
  background-color: #2e8b57;
}  
/* WARNING */
body .learndash-wrapper .ld-alert-warning {
  background-color: #fff7d6 !important;
  color: #7a5c00;
}

body .learndash-wrapper .ld-alert-warning::before {
  background-color: #8A6A00;
}
.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:hover {
    color: #7e6a00;  
}
/***quiz-result***/
/* Wrapper spacing */
.learndash-wrapper .wpProQuiz_results {
  margin-top: 30px;
}

/* Points box */
.learndash-wrapper .wpProQuiz_points {
    display: flex;
    gap: 6px;
    padding: 22px 26px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #0f1c2e, #182b44);
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 16px 40px rgba(15, 28, 46, 0.25);
    border: none !important;
    position: relative;
    overflow: hidden;
}

/* Gold accent strip */
.learndash-wrapper .wpProQuiz_points::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #172a42;
}

/* Highlight numbers */
.learndash-wrapper .wpProQuiz_points span {
  font-weight: 700;
  color: #f2c94c;
}

/* Progress bar container */
.learndash-wrapper .wpProQuiz_points + .wpProQuiz_progress {
  margin-top: 18px;
  background: #eef2f6;
  border-radius: 30px;
  padding: 6px;
}

/* Progress bar */
.learndash-wrapper .wpProQuiz_progress .wpProQuiz_progress_bar {
  height: 14px;
  border-radius: 30px;
  background: linear-gradient(90deg, #8A6A00, #c9a100);
  box-shadow: 0 4px 10px rgba(138, 106, 0, 0.4);
}
label.is-selected{
    border-color: var(--primary-color) !important;
}
/**login***/
.customsecurelr-form-container {
    margin: 50px auto;
}
.customsecurelr-tab.active, .customsecurelr-form form button, .reset_form form button, .customsecurelr-tab:hover {
    background: var(--primary-color) !important;
}
.customsecurelr-form-container, .reset_form {
    border-top: 2px solid var(--primary-color);
}
.customsecurelr-tab, .customsecurelr-form form button {
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}
.customsecurelr-form form button {
    color: #fff !important;
}  
.customsecurelr-form form button {
    border:none !important;
}
.customsecurelr-forgot-password-form h3, .reset_form h3, .customsecurelr-form form label {
    color: var(--primary-color) !important;
}
.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue_AvgScore .progress-meter {
    background-color: var(--secondary-color) !important;
}
.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue_YourScore .progress-meter {
    background-color: #6ca54c;
}
 .learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover{
     opacity:1 !important;
 }
/***for contact Us***/
.contact-form-section {
  background: #f8f9fb;
}
.contact-form-box {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  background: #ffffff;
  padding: 60px;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

/* Content */
.contact-form-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* Form wrapper */
.contact-form-wrap {
  background: #f9fafc;
  padding: 40px;
  border-radius: 18px;
}
.contact-form-box2 {
    background: #ffffff;
    padding: 60px;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}
.contact-form-content {
    text-align: center;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: #990000 !important;
}
/* WPForms Success Message Design */
.wpforms-confirmation-container-full {
  background: #ecfdf5;
  border-left: 6px solid #047857; 
  color: #065f46;
  padding: 28px 32px;
  border-radius: 16px;
  max-width: 720px;
  margin: 40px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
}

/* Success icon */
.wpforms-confirmation-container-full::before {
  content: "✓";
  width: 48px;
  height: 48px;
  background: #047857;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 16px;
}

/* Text */
.wpforms-confirmation-container-full p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

/* Mobile friendly */
@media (max-width: 768px) {
  .wpforms-confirmation-container-full {
    padding: 22px;
    margin: 24px 16px;
  }

  .wpforms-confirmation-container-full p {
    font-size: 16px;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .contact-form-box2{
    padding: 20px;
  }
  .contact-form-wrap {
    padding: 15px;
}
}
/***for global responsive***/

@media (min-width: 1200px) and (max-width: 1366px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
  .h1-serif,
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .h2-serif, h2{  
    font-size: 30px;
    line-height: 38px;
  }
  .h3-serif, h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .btn-1, input[type="submit"] {
    padding: 12px 18px;
    font-size: 16px;
    line-height: 24px;
  }
  input[type="submit"] {
    padding: 14px 30px;
  }
}
@media (max-width: 1199px) {
  .btn-1, 
  input[type="submit"] {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    gap: 12px;
  }
  input[type="submit"] {
    padding: 10px 24px;
  }
  .h1-serif, h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .h2-serif, h2{
    font-size: 36px;
    line-height: 46px;
  }
  .h3-serif, h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .h1-serif,
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .h2-serif, h2{
    font-size: 30px;
    line-height: 40px;
  }
  .h3-serif, h3 {
    font-size: 18px;
    line-height: 24px; 
  }
  .max-70 {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}
  
.author-box {
    max-width: 400px;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.author-box h6 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.author-quote {
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 600;
}

.author-note {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}
.author-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    float: left;
    margin-right: 20px;
}
.author-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.author-role {
  font-size: 14px;
  color: #555;
}

.narrow {
    max-width: 800px !important;
    margin: 0 !important;
}
.bg-padding {
    padding: 20px;
    border-radius: 3px !important;
    margin: 20px 0px;
}
.number-stage {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.number-stage h2 {
    width: 100%;
}
.light {
    background: radial-gradient(circle at left bottom, #fff3dc, #e8f7f3);
}
.number-stage .stage {
    max-width: 350px;
    min-width: 280px;
    width: 100%;
}
.lead {
  font-size: 20px;
  margin-bottom: 20px;
}

.stage {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  margin-bottom: 30px;
}

.stage-sub {
  color: #666;
  margin-bottom: 15px;
}

.ideal {
  font-weight: 600;
  margin-top: 10px;
}

.check-list {
    list-style: none;
    padding: 0;
    margin-left: 0px;
}

.check-list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

.two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.cta {
    background: var(--primary-color);
    color: #fff;
    padding: 50px 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cta * {
    color: #fff;  
}
.cta-btn {
    display: flex;
    flex-wrap: wrap;
}
.ld-tabs-content .cta  .btn {
    display: inline-block;
    padding: 14px 30px;
    background: #fff;
    color: var(--primary-color) !important;
    border-radius: 30px;
    margin: 10px;
    text-decoration: none;
    font-weight: 600;
}

.ld-tabs-content .cta  .btn.outline {
    background: transparent;
    color: #fff !important;
    border: 2px solid #fff !important;
}
/* ===== TESTIMONIAL SECTION ===== */
section.testimonilas {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: #f8fbff;
}

.testimonial-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* ===== SLIDER ===== */
#testimonialSlider {
  position: relative;
  max-width: 720px;
  margin: 60px auto 0;
}

/* ===== SLIDES ===== */
.carousel-inner {
  position: relative;
  min-height: 320px;
}

.carousel-item {
  position: absolute;
  inset: 0;
  opacity: 0;
 /* transform: translateY(40px) scale(0.97);*/
  transition:
    opacity 1.2s ease-in-out,
    transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-item.active {
  opacity: 1;
  /*transform: translateY(0) scale(1);*/
  position: relative;
}

/* ===== CARD ===== */
.test-card {
  background: #fff;
  border-radius: 24px;
  padding: 45px 40px 40px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 60, 150, 0.12);
  max-width: 560px;
  margin: auto;
  opacity: 0;
 /* transform: translateY(20px); */
  transition: all 0.9s ease;
}

.carousel-item.active .test-card {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

/* ===== STARS ===== */
.test-card .rating {
  color: #f6b100;
  letter-spacing: 2px;
  font-size: 15px;
}

/* ===== HEADING ===== */
.test-card h5 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
}

/* ===== BIG TESTIMONIAL TEXT ===== */
.test-card p {
  font-size: 24px;
  line-height: 1.4;
  margin: 20px 0 30px;
  font-weight: 500;
}

/* ===== USER ===== */
.test-card .user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.test-card .user img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.test-card .user h6 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.test-card .user span {
  font-size: 13px;
  color: #777;
}

.details p {
  margin: 0;
  line-height: 20px;
}

/* ===== ARROWS ===== */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: var(--primary-color);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(31, 79, 216, 0.35);
  transition: all 0.3s ease;
  line-height: 20px;
  padding: 0;
}

.carousel-control-prev:hover,
.carousel-control-next:hover,.gallery-nav:hover {
  background: var(--secondary-color);
  color: var(--title-color);
}

.carousel-control-prev {
  left: -70px;
}

.carousel-control-next {
  right: -70px;
}

/* ===== DOTS ===== */
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 35px;
}

.carousel-indicators span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfd8ee;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-indicators span.active {
  width: 28px;
  border-radius: 20px;
  background: var(--primary-color);
}

/* ===== BACK VECTOR ===== */
.vector {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
  opacity: 0.15;
}

/* ===== RESPONSIVE ===== */
@media(max-width:991px){
  .carousel-control-prev {
      left: 0px;
  }
  .carousel-control-next {
      right: 0px;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
  }

  .test-card p {
    font-size: 22px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

/* ===== STUDENT GALLERY SLIDER ===== */
.gallery-wrapper {
    position: relative;
    max-width: 90%;
    margin: auto;
}
.gallery-viewport {
  overflow: hidden;
}

.gallery-track {
  display: flex;
  gap: 30px;
  transition: transform 0.6s ease;
  will-change: transform;
}

.gallery-slide {
    min-width: 400px;
    background: #fff;
    border-radius: 22px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 5px 17px rgba(0,0,0,0.08);
    opacity: 0.35;
    transform: scale(0.88);
    transition: all 0.6s ease;
    margin: 10px 0px 15px 0px;
}
.gallery-slide.active {
  opacity: 1;
  transform: scale(1);
}

.gallery-slide img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 18px;
      object-position: top;
}

.gallery-slide h4 {
  margin-top: 15px;
  font-size: 18px;
}

.gallery-slide span {
  font-size: 14px;
  color: #777;
}

/* Arrows */
.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #b28b00;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 5;
    line-height: 2px;
    padding: 0px;
}

.gallery-nav.prev { left: -20px; }
.gallery-nav.next { right: -20px; }
@media (max-width: 1499px) and (min-width: 768px) {
 .gallery-slide img {
    height: 222px;
}
/* DESKTOP – 5 slides */
@media (min-width: 1200px) {
  .gallery-slide {
    min-width: calc((100vw - 200px) / 5);
  }
}
/* TABLET – 4 slides */
@media (max-width: 1199px) and (min-width: 768px) {
  .gallery-slide {
    min-width: calc((100vw - 160px) / 4);
  }
}

}

/* MOBILE – 1.2 slides */
@media (max-width: 767px) {
  .gallery-slide {
    min-width: 100%;
  }
  .gallery-slide img {
    height: 300px;
}
.gallery-nav {
    width: 30px;
    height: 30px;
    font-size: 14px;
}
.gallery-nav.prev {
    left: -13px;
}
.gallery-nav.next {
    right: -13px;
}
}
