:root{--primary-color:#1200DB;--secondary-color:#3d5aaa;--hover-color:#3d5a88;--font-sm:0.8rem;--font-md:0.9rem;--font-lg:1rem}.courses-wrapper{min-height:80vh;padding-bottom:1rem}.banner{width:100%;aspect-ratio:3 / 1.1;position:relative;padding:.3rem}#bannerImage{width:100%;height:100%;object-fit:fill;border-radius:.4rem}.search{display:flex;justify-content:flex-end;align-items:center;padding:1rem}.change-country-btn{background:#fff0;display:flex;font-size:var(--font-sm);gap:.2rem;align-items:center;padding:.5rem;border:none;cursor:pointer;color:black!important}#searchInput{width:100%;max-width:300px;padding:.6rem 1.4rem;font-size:var(--font-sm);border-radius:.3rem;background-color:#121212;border:2px solid #121212;color:#f0f0f0}.modal{display:flex;align-items:center;justify-content:center;position:fixed;z-index:150;top:0;left:0;width:100%;height:100%;background-color:#262d7877;visibility:hidden;opacity:0;transition:visibility 0s linear 0.3s,opacity 0.8s}.modal.show{visibility:visible;opacity:1;transition-delay:0.1s}.modal-content{background-color:#fff;backdrop-filter:blur(20px);padding:2rem;border-radius:.2rem;max-width:650px;width:90%;box-shadow:0 0 20px rgb(0 0 0 / .3);text-align:center;transform:scale(0);transition:transform 0.5s ease-out}.modal.show .modal-content{transform:scale(1)}.country-close{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:0 1rem}.close-btn{font-size:2rem;font-weight:700;cursor:pointer;color:#5a5555}.close-btn:hover{color:#2105bf}.country-list{display:grid;grid-template-columns:repeat(3,180px);column-gap:1rem;row-gap:2rem;padding:2rem}.country-list img{width:60px;cursor:pointer;object-fit:cover;border:1px solid #ccc}.country-container{position:relative;display:flex;align-items:center;cursor:pointer;transition:transform 0.3s ease}.country-container:hover .country-label{text-decoration:underline}.country-container::before{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent 0%,rgb(255 255 255 / .5) 50%,transparent 100%);transform:skewX(-20deg);pointer-events:none}.country-container:hover::before{animation:shimmer 0.8s ease forwards}@keyframes shimmer{0%{left:-75%;opacity:0}50%{left:50%;opacity:1}100%{left:125%;opacity:0}}.country-label{font-size:var(--font-sm);text-align:start;padding-inline-start:.3rem;position:relative;z-index:2}.list-area{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem}.tabs-wrapper{display:flex;align-items:center;justify-content:center;max-width:1200px;width:100%;margin:1rem auto;position:relative;padding:0}.tabs-container{width:100%;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs{display:flex;gap:.15rem;justify-content:space-between;min-width:max-content}.tabs::-webkit-scrollbar{display:none}.category-tab{background:#fff0;border:none;padding:.6rem 1.4rem;font-size:var(--font-md);cursor:pointer;border-radius:.4rem;font-weight:700;color:#333;background-size:0% 100%;background-repeat:no-repeat;transition:background-size 0.5s ease,color 0.5s ease}.category-tab:hover:not(.active),.category-tab.active{background-color:#000;color:#fff}.scroll-btn{background-color:#000;color:#fff;border:none;font-size:1.4rem;width:2.5rem;height:2rem;padding:1.4rem;border-radius:15%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.3s ease,opacity 0.3s ease;visibility:hidden;opacity:0;pointer-events:none}.scroll-btn:hover{background-color:var(--hover-color)}.scroll-btn.left{margin-right:.5rem}.scroll-btn.right{margin-left:.5rem}.scroll-btn.show{visibility:visible;opacity:1;pointer-events:auto}.course-header-row,.card-grid{display:grid;grid-template-columns:3fr 1fr 1fr 1fr;column-gap:.5rem;padding:.8rem 2rem;width:100%;max-width:1100px;background-color:#fff;border-radius:.2rem;align-content:center;align-items:center}.course-header-row{font-weight:600;color:#fff;margin-bottom:1rem;background-color:#3331e8}.header:not(:first-child){text-align:center}.card-grid{box-shadow:0 6px 12px rgb(0 0 0 / .08);color:#1a1a1a;cursor:pointer}.card-grid p{display:flex;justify-content:center}.courses{display:flex;flex-direction:column;gap:.5rem;align-items:center;width:100%}.card-grid button{background-color:#fff0;border:1px solid #ccc;padding:.4rem 1rem;border-radius:2rem;font-weight:700;cursor:pointer;transition:background-color 0.3s ease}.card-grid button:hover{background-color:var(--hover-color)}h3{font-size:.785rem;font-weight:600;color:#444}h3:hover{text-decoration:underline}p{font-weight:500;padding-block:.3rem;font-size:.85em}.course-cost,.course-register{padding-left:.4rem}span{display:flex;gap:.3rem;align-items:center;color:var(--primary-color);font-weight:700}.cost{color:var(--secondary-color);font-size:var(--font-md);font-weight:400}.btn-reg{background-color:#fff0;padding:.5rem;color:#10178e;border-radius:3rem;border:1px solid #1a1a7a;font-size:.85rem;cursor:pointer;transition:all 0.5s ease}.btn-reg:hover{background-color:#1a1a7a;color:#fff}.btn-reg:active{transform:scale(.98)}.enroll-btn{display:inline-block;font-size:.795rem;color:var(--secondary-color);text-decoration:none;font-weight:700}.enroll-btn:hover{text-decoration:underline}.modals{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background:#262d7888}.modal-contents{background:#fff;margin:5% auto;padding:1.5rem 2rem;width:90%;max-width:600px;border-radius:.6rem;position:relative}.modal-contents h2{text-align:center;margin-bottom:20px}.modal-contents input,.modal-contents textarea{width:95%;padding:.8rem;margin-bottom:10px;box-sizing:border-box}.modal-contents button{width:95%;background-color:#000;color:#fff;padding:12px;border:none;font-weight:700;cursor:pointer}.close-btns{position:absolute;right:15px;top:10px;font-size:24px;cursor:pointer;color:red}@media screen and (max-width:1050px) and (orientation:portrait){.banner{aspect-ratio:3 / 1.7}}@media (max-width:768px){#searchInput{width:100%}}@media (min-width:1600px){.card-grid,.course-header-row{max-width:1400px;grid-template-columns:0.55fr 0.2fr 0.25fr 150px;padding:.8rem 4rem}.tabs-wrapper{max-width:1550px}#searchInput{width:100%;max-width:600px;padding:1.3rem}.search{padding:1rem 2rem;margin-right:4rem;gap:2rem}}@media (min-width:1968px){.card-grid,.course-header-row,.tabs-wrapper{max-width:1800px}}@media (max-width:500px){.tabs-wrapper{margin:0}.tabs-container{width:360px;justify-content:flex-start}.country-list{grid-template-columns:1fr;overflow:auto;max-height:90%;padding:0;gap:1rem}.country-container{gap:1rem}.country-list img{height:30px}.country-label{font-size:var(--font-sm);padding:0}.courses{padding:1.4rem;gap:1rem}.card-grid{grid-template-columns:1fr;gap:.3rem;border:1px solid #ccc;padding:1rem 1.3rem 1rem}.card-grid span{color:#ff2080}.card-grid button{background-color:#3d5acc;border:1px solid #3d5acc;padding:.5rem 1.5rem;border-radius:.3rem;justify-self:end;font-weight:700;color:#fff}.list-area{padding:.2rem}.tabs{gap:.15rem;margin-bottom:0;padding:0}.card-grid p{justify-content:flex-start}h3{font-weight:700}.scroll-btn{width:1.5rem;height:1rem;padding:1rem}.course-header-row{display:none}.card-grid .cost{color:var(--secondary-color);font-weight:600}.banner{aspect-ratio:3 / 2}.search{padding:.5rem;justify-content:center}#searchInput{max-width:280px}}