/* Reset and Typography */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Tajawal", sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111827;
}

/* Header */
header {
    height: 84px;
    background-color: white;
}

/* Navigation Links */
.nav-link-cstm {
    color: #66707A;
    transition: color 0.4s;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}

.nav-link-cstm:hover {
    color: #155638;
}

.nav-link-cstm.active-cstm {
    color: #155638;
    font-weight: 700;
}

/* Offcanvas Custom Widths */
.cstm-offcanvas {
    width: 33.33% !important;
    transition: transform 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

@media (max-width: 1400px) {
    .cstm-offcanvas {
        width: 33.33% !important;
    }
}

@media (max-width: 1299px) {
    .cstm-offcanvas {
        width: 50% !important;
    }
}

@media (max-width: 425.89px) {
    .cstm-offcanvas {
        width: 100% !important;
    }
}

/* Menu Icon Style */
.menu-icon-style {
    transition: transform 0.3s ease-in-out;
}

.menu-icon-style:hover {
    transform: scale(1.1);
}

/* button */
/* note: prevent text wrap in buttons */
.primary-cstm-button {
    background-color: #155638;
    color: white;
    border-radius: 10px;
    padding: 11px 32px;
    border: 1px solid #155638;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.primary-cstm-button:hover {
    background-color: white;
    color: #155638;
    border: 1px solid #155638;
}

.secondary-cstm-button {
    background-color: white;
    color: #155638;
    border: 1px solid #155638;
    border-radius: 10px;
    padding: 11px 32px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.secondary-cstm-button:hover {
    background-color: #155638;
    color: white;
}




/* header */
header {
    height: 84px;
    background-color: white;
}

.nav-link-cstm {
    color: #66707A;
    transition: color 0.4s;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}

.nav-link-cstm:hover {
    color: #155638;
}

.nav-link-cstm.active-cstm {
    color: #155638;
    font-weight: 700;
}

.cstm-offcanvas {
    width: 33.33% !important;
    transition: transform 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

@media (max-width: 1400px) {
    .cstm-offcanvas {
        width: 33.33% !important;
    }
}

@media (max-width: 1299px) {
    .cstm-offcanvas {
        width: 50% !important;
    }
}

@media (max-width: 425.89px) {
    .cstm-offcanvas {
        width: 100% !important;
    }
}

.menu-icon-style {
    transition: transform 0.3s ease-in-out;
}

.menu-icon-style:hover {
    transform: scale(1.1);
}







.card-hover-style {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover-style:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.hero {
    background-image: url('/assets/default/img/images/hero-bg.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 125px 0 77px 0;
    color: white;
    text-align: center;
}

.hero .hero-content {
    max-width: 594px;
    margin: 0 auto 94px auto;
    padding: 4px;
}

.hero .hero-content .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 28px;
}

.hero .hero-content .desc {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 28px;
}

.hero .card {
    background-color: white;
    border-radius: 25px;
    padding: 32px 49px;
    width: fit-content;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero .card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.hero .cstm-button {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding: 11px 32px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hero .cstm-button:hover {
    background-color: white;
    color: #155638;
    border: 1px solid #155638;
}

/* packages */
.packages {
    padding: 83px 0;
}

.packages .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
}

.packages .title span {
    color: #155638;
}

.packages .desc {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #4B5563;
}

.packages .package-card {
    background-color: white;
    border-radius: 12px;
    max-width: 392px;
    width: 100%;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 4px 4px 0px #00000026;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.packages .package-card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.packages .package-card .card-body {
    background-color: #F9FAFB;
    padding: 24px;
}

.packages .package-card .package-label {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #00000080;
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 9999px;
    z-index: 2;
}

.packages .package-card img {
    max-width: 392px;
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.packages .package-card .icon-style {
    background-color: #F3F4F6;
    border-radius: 100%;
    padding: 12px;
}

.packages .package-card .icon-style img {
    width: 22px;
    height: 22px;
}

.packages .package-card .price {
    color: #111827;
    font-weight: 700;
    font-size: 16px;
}

.packages .package-card .time {
    color: #4B5563;
    font-size: 16px;
}

.packages .package-card .program-details {
    background-color: transparent;
    color: #155638;
    border: none;
    white-space: nowrap;
}

.packages .package-card .program-details img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* trainers */
.trainers {
    padding: 80px 0;
    background-color: #F9FAFB;
}

.trainers .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
}

.trainers .desc {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #4B5563;
}

.trainers .trainer-card {
    max-width: 288px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 4px 6px -1px #0000001A;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trainers .trainer-card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.trainers .trainer-card img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.trainers .trainer-card .rate {
    color: #EAB308;
}

.trainers .trainer-card .exp {
    color: #4B5563;
    margin-top: 12px;
}

.trainers .trainer-card .show-profile {
    color: #CE3E3E;
    font-weight: 500;
}

.trainers .trainer-card .show-profile:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.trainers .trainer-card .students {
    color: #6B7280;
}

/* events */
.events {
    padding: 83px 0;
}

.events .title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.events .title span {
    color: #155638;
}

.events .desc {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #4B5563;
}

.events .events-card {
    background-color: white;
    border-radius: 12px;
    max-width: 392px;
    width: 100%;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 4px 4px 0px #00000026;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.events .events-card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.events .events-card .card-body {
    background-color: #F9FAFB;
    padding: 24px;
}

.events .events-card .date {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #9333EA;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 9999px;
    z-index: 2;
}

.events .events-card img {
    max-width: 392px;
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.events .events-card .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1F2937;
}

.events .events-card .card-desc {
    color: #4B5563;
    margin-top: 12px;
}

.events .events-card .register {
    color: #155638;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border: none;
}

.events .events-card .register:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.events .events-card .program-details {
    background-color: transparent;
    color: #155638;
    border: none;
    white-space: nowrap;
}

.events .events-card .program-details img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* products */
.products {
    padding: 80px 0;
    background-color: #F9FAFB;
}

.products .title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.products .desc {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #4B5563;
}

.products .product-card {
    max-width: 288px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 4px 6px -1px #0000001A;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products .product-card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.products .product-card img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.products .product-card .price {
    font-size: 20px;
    font-weight: 700;
    color: #155638;
}

/* consultation */
.consultation {
    padding: 80px 0;
}

.consultation .consultation-img-style {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 16px;
}

.consultation .cons-title {
    font-weight: 30px;
}

.consultation .cons-desc {
    color: #4B5563;
    margin-top: 12px;
}

.consultation .consultation-form {
    background-color: #F9FAFB;
    padding: 24px;
    border-radius: 12px;
    margin-top: 32px;
    box-shadow: 0px 4px 6px -1px #0000001A;
}

.consultation .consultation-form .consultation-label {
    color: #374151;
    font-size: 16px;
    margin-bottom: 8px;
}

.consultation .consultation-form .consultation-input {
    padding: 9px 17px;
    border-radius: 15px;
    border: 1px solid #E5E7EB;
    color: #000000;
    width: 100%;
    margin-bottom: 16px;
    outline: none;
}

/* orgs */
.orgs {
    padding: 80px 0;
}

.orgs .title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.orgs .desc {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #4B5563;
}

.orgs .org-card,
.orgs .org-card1,
.orgs .org-card2,
.orgs .org-card3 {
    background-color: #155638;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0px 4px 6px -1px #0000001A;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 240px;
    height: 88px;
    width: 100%;
    justify-content: center;
    transition: box-shadow 0.3s ease;
}

.orgs .org-card1:hover {
    box-shadow: 0 8px 16px rgba(21, 86, 56, 0.5);
}

.orgs .org-card2 {
    background-color: #BF2121;
}

.orgs .org-card2:hover {
    box-shadow: 0 8px 16px rgba(191, 33, 33, 0.5);
}

.orgs .org-card3 {
    background-color: #8823CC;
}

.orgs .org-card3:hover {
    box-shadow: 0 8px 16px rgba(136, 35, 204, 0.5);
}

/* blogs */
.blogs {
    padding: 83px 0;
}

.blogs .title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.blogs .title span {
    color: #155638;
}

.blogs .desc {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #4B5563;
}

.blogs .blog-card {
    background-color: white;
    border-radius: 12px;
    max-width: 392px;
    width: 100%;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 4px 4px 0px #00000026;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blogs .blog-card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.blogs .blog-card .card-body {
    background-color: #F9FAFB;
    padding: 24px;
}

.blogs .blog-card .date {
    font-size: 14px;
    color: #6B7280;
}

.blogs .blog-card .main-img {
    max-width: 392px;
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blogs .blog-card .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1F2937;
}

.blogs .blog-card .card-desc {
    color: #4B5563;
    margin-top: 12px;
}

.blogs .blog-card .register {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #155638;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 6px 12px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.blogs .blog-card .register:hover {
    color: #0d3e29;
}

.blogs .blog-card .register:hover span {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.blogs .blog-card .register:hover img {
    transform: translateX(-4px);
}

.blogs .blog-card .program-details {
    background-color: transparent;
    color: #155638;
    border: none;
    white-space: nowrap;
}

.blogs .blog-card .program-details img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}


/* footer */
footer {
    background-color: #000;
    padding: 48px 0;
}

footer .footer-p {
    color: #9CA3AF;
}

footer .footer-nav {
    display: block;
    margin-top: 8px;
    color: #9CA3AF;
}

footer .footer-nav:hover {
    color: white;
}

footer h5 {
    color: #fff;
}

footer .cstm-footer-hover:hover {
    color: white;
}

footer .footer-news-letter button {
    background: #155638;
    color: white;
}

footer .footer-news-letter button:hover {
    background: #155638;
}

footer .footer-news-letter input {
    padding: 8px;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    background-color: white;
}



