
.section-primary-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 110%;
}
.section-primary-title {
    font-weight: 700;
    margin: 25px 0 0 0;
}
.section-description {
    margin: 35px 0 0 0;
}

.homepage_hero_boxes-section .section-primary-title {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 36px;
}

.section-secondary-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    color: var(--primary-color);
    margin: 25px 0 0 0;
}



.hero-boxes-section, 
.bulletpoints-boxes-section, 
.successstories-boxes-section, 
.courses-boxes-section, 
.guides-boxes-section,
.webinars-boxes-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}



.pathway-boxes-section, 
.services-boxes-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.brands-section {
    background: #F5F5F5;
}
.brands-section .section-title {
    margin: 0 0 40px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}
.brands-logo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 80px;
    margin-top: 40px;
    align-items: center;
    opacity: 0.5;
}
.brands-section .desh {
    margin: 0 auto;
}



.hero-boxes-section {
    text-align: center;
}
.hero-boxes-section .box {
    background: var(--dark-background);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-boxes-section .image-box {
    position: relative;
}
.hero-boxes-section .image-box img {
    aspect-ratio: 875 / 679;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.hero-boxes-section .image-box-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, transparent, var(--dark-background) );
    transition: all 0.2s linear;
}
.hero-boxes-section .box:hover .image-box-overlay {
    height: 80%;
}
.hero-boxes-section .content-box {
    padding: 35px 35px 45px 35px;
    color: #C5C5C5;
    transition: color 0.1s linear;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-boxes-section .box:hover .content-box {
    color: #ffffff;
}
.hero-boxes-section .box-title {
    font-weight: 500;
    font-size: 42px;
    margin: 30px 16px 40px;
    line-height: 1.2;
}
.hero-boxes-section .box-title a {
    color: #C5C5C5;
    text-decoration: none;
}
.hero-boxes-section .box-title a:hover {
    color: #ffffff;
}
.hero-boxes-section .btn {
    width: 100%;
    margin-top: 40px;
    font-size: 24px;
}
.hero-boxes-section .desh {
    margin-left: auto;
    margin-right: auto;
}



.bulletpoints-section {
    background: #F7F7F7;
}
.bulletpoints-boxes-section {
    text-align: center;
}
.bulletpoints-boxes-section svg {
    display: block;
    margin: 0 auto;
}
.bulletpoints-boxes-section .box-title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 25px;
}
.bulletpoints-boxes-section .box-secondary-text {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.bulletpoints-boxes-section .box-tertiary-text {
    font-weight: 300;
}



.pathway-boxes-section {}
.pathway-boxes-section .box {
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pathway-boxes-section img {
    aspect-ratio: 2019 / 1120;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.pathway-boxes-section .pathway-content {
    padding: 20px;
}
.pathway-boxes-section .box-title {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
}
.pathway-boxes-section .box-title a:hover {
    color: var(--primary-color);
    text-decoration: none;
}
.pathway-boxes-section .box-description {
    margin: 20px 0;
    opacity: 0.5;
    transition: opacity 0.5s linear;
}
.pathway-boxes-section .box:hover .box-description {
    opacity: 1;
}



.successstories-boxes-section article {    
    aspect-ratio: 1295 / 1835;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.successstories-boxes-section .story-thumbnail-box {
    position: absolute;
    width: 100%;
}
.successstories-boxes-section .story-info-box {
    position: absolute;
    background: linear-gradient( to bottom, transparent, var(--dark-background) );
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    color: #fff;
    opacity: 1;
}
.successstories-boxes-section .story-info-box a {
    color: #fff;
}
.successstories-boxes-section .post-box-title {
    display: block;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 32px;
}
.successstories-boxes-section .story-thumbnail-box img {
    aspect-ratio: 1295 / 1835;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.successstories-boxes-section .post-box-meta-img {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.successstories-boxes-section .post-box-meta-img img {  
    display: block;  
}
.successstories-boxes-section .post-box-meta-img svg {
    display: block;
    width: 90px;
    height: auto;
}
.successstories-boxes-section .story-info-box:hover,
.successstories-boxes-section .story-info-box:active {
    background: linear-gradient( to bottom, transparent, var(--primary-color) );
}
.success-story-excerpt {
    font-style: italic;
    display: none;
}
.successstories-boxes-section .story-info-box:hover .success-story-excerpt,
.successstories-boxes-section .story-info-box:active .success-story-excerpt {
    display: block;
}
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    overflow: auto;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 10px;
    max-width: 90vw;
    max-height: 90vh;

}
.modal-close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    z-index: 9;
    text-shadow: 0 0 20px #000;
}
.modal-close-btn:hover,
.modal-close-btn:focus {
    color: #ccc;
    text-decoration: none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 1000px;
    max-width: 100%;
    background: #000;
}
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}
@media (max-width: 768px) {
    .modal-content {
        padding: 10px;
    }
    .modal-close-btn {
        top: 0px;
        right: 10px;
        color: #fff;
    }
}



.services-boxes-section .service-box {
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services-boxes-section img {
    aspect-ratio: 1920 / 1280;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.services-boxes-section .service-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 25px;
    align-items: center;
}
.services-boxes-section .box-title {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
}
.services-boxes-section .box-title a {
    color: var(--primary-color);
}
.services-boxes-section .service-list {
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
    width: 100%;
}
.services-boxes-section .service-list li {
    display: block;
    padding: 0;
    margin: 0;
}
.services-boxes-section .service-list a {
    display: block;
    border-top: 1px solid #dddddd;
    padding: 5px 10px;
    margin-bottom: 15px;
    font-size: 16px;
}
.services-boxes-section .service-list a:hover {
    background: #f1f1f1;
    text-decoration: none;
}



.courses-boxes-section article {
    background: #F1F1F1;
    border: 1px solid #ddd;
    padding-bottom: 50px;
    transition: all 0.2s linear;
}
.courses-boxes-section article:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.courses-boxes-section img {
    aspect-ratio: 1289 / 953;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.courses-boxes-section .courses-content {
    padding: 20px;
    background: #ffffff;
}
.courses-boxes-section .courses-content p {
    margin: 0;
}
.courses-boxes-section .post-box-title {
    margin: 0 0 12px 0;
    font-weight: 600;
    font-size: 24px;
}
.courses-boxes-section .post-box-title a:hover {
    color: var(--primary-color);
    text-decoration: none;
}
.courses-section .btn-all {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.courses-section .btn-all .btn {
    padding: 20px 30px;
}



.webinars-boxes-section article {
    background: #F9F9F9;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.webinars-boxes-section article:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.webinars-boxes-section .post-box-title {
    margin: 0 0 35px;
    font-weight: 600;
    font-size: 25px;
}
.webinars-boxes-section .post-box-title a:hover {
    color: var(--primary-color);
    text-decoration: none;
}
.webinars-boxes-section .post-box-date {
    opacity: 0.5;
    font-weight: 600;
    margin: 20px 0 40px;
    transition: opacity 0.5s linear;
    font-size: 20px;
}
.webinars-boxes-section article:hover .post-box-date {
    opacity: 1;
}



.guides-section .desh {
    margin: 0 auto;
}
.guides-section .section-primary-title {
    text-align: center;
}
.guides-section .section-description {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
}
.guides-boxes-section article {
    background: #ffffff;
    transition: all 0.2s linear;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}
.guides-boxes-section article:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.guides-boxes-section img {
    aspect-ratio: 1257 / 915;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.guides-boxes-section .guides-content {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
}
.guides-boxes-section .guides-content .post-box-daate {
    margin: 0;
    opacity: 0.5;
    font-weight: 400;
    transition: opacity 0.5s linear;
}
.guides-boxes-section article:hover .guides-content .post-box-daate {
    opacity: 1;
}
.guides-boxes-section .post-box-title {
    margin: 0 0 12px 0;
    font-weight: 500;
    font-size: 22px;
}
.guides-boxes-section .post-box-title a:hover {
    color: var(--primary-color);
    text-decoration: none;
}
.guides-boxes-section .read-more-link {
    margin-top: 20px;
}
.guides-boxes-section .read-more-link:hover {
    color: var(--primary-color);
    text-decoration: none;
}





body.home .footer-nav-widgets-wrapper {
    margin: 0;
}



@media (max-width: 768px) {

body.admin-bar #site-header {
    top: 0;
}
.homepage-footer-contact-section .section-inner, 
.pathway-boxes-section, 
.services-boxes-section, 
.hero-boxes-section, 
.bulletpoints-boxes-section, 
.successstories-boxes-section, 
.courses-boxes-section, 
.guides-boxes-section, 
.webinars-boxes-section {
    grid-template-columns: 1fr;
}
.brands-logo-grid {
    grid-template-columns: 1fr 1fr;
}
#site-footer .section-inner {
    flex-direction: column;
    gap: 10px;
}
.footer-credits::after {
    display: none;
}

}






























/* Error state for inputs/selects */
.form-row.has-error input,
.form-row.has-error select,
.form-row.has-error textarea {
    border-color: #d93025;
    outline: none;
    box-shadow: 0 0 0 2px rgba(217, 48, 37, 0.08);
}

/* Error text inline */
.error-text {
    margin-top: 6px;
    font-size: 0.875rem;
    color: #d93025;
}

/* Status message at bottom of form */
.form-status {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid transparent;
}

.form-status--info {
    color: #1f3b5b;
    background: #e8f1fb;
    border-color: #cfe3f8;
}

.form-status--success {
    color: #165b22;
    background: #e6f4ea;
    border-color: #ccecd4;
}

.form-status--error {
    color: #7a1a16;
    background: #fde8e7;
    border-color: #f8c9c7;
}

/* Overlay covers the form */
.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,2550,0.6); /* semi-transparent */
  display: none; /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* Spinner animation */
.spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #2563eb; /* accent color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Ensure form container is positioned */
#contact_form {
  position: relative;
}