.floating-whatsapp{position:fixed;bottom:20px;left:20px;width:70px;height:70px;background-color:#25d366;color:white;border-radius:50%;text-align:center;box-shadow:0 6px 15px rgba(37,211,102,0.5);z-index:1000;display:flex;justify-content:center;align-items:center;font-size:40px;text-decoration:none;transition:background-color 0.3s ease,box-shadow 0.3s ease;will-change:auto;}.floating-whatsapp:hover{background-color:#128c7e;box-shadow:0 8px 20px rgba(18,140,126,0.7);}.help-notification{position:fixed;bottom:100px;left:20px;width:350px;background-color:white;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,0.15);z-index:999;padding:25px;display:none;transform:translateY(20px);opacity:0;transition:all 0.5s ease;text-align:right;direction:rtl;}.help-notification.show{display:block;transform:translateY(0);opacity:1;}.notification-header{display:flex;align-items:center;margin-bottom:15px;}.notification-header i{font-size:28px;color:#25d366;margin-right:10px;}.notification-header h3{color:#128C7E;font-size:1.4rem;}.notification-body{margin-bottom:20px;line-height:1.6;color:#555;}.notification-buttons{display:flex;justify-content:space-between;}.btn{padding:12px 25px;border-radius:30px;font-weight:600;cursor:pointer;border:none;transition:all 0.3s ease;font-size:1rem;}.btn-yes{background:linear-gradient(to left,#25d366,#128C7E);color:white;box-shadow:0 4px 10px rgba(37,211,102,0.3);}.btn-yes:hover{background:linear-gradient(to left,#128C7E,#25d366);transform:translateY(-3px);box-shadow:0 6px 15px rgba(37,211,102,0.4);}.btn-no{background:#f5f5f5;color:#777;}.btn-no:hover{background:#e0e0e0;transform:translateY(-3px);}.close-btn{position:absolute;top:15px;left:15px;background:none;border:none;color:#000000;font-size:20px;cursor:pointer;transition:color 0.3s;}.close-btn:hover{color:#ff4757;}@media (max-width:768px){.floating-whatsapp{width:60px;height:60px;font-size:32px;bottom:15px;left:15px;}.help-notification{width:calc(100% - 40px);left:10px;bottom:90px;}}a{color:#0d4e65;}:root{--primary-color:hsl(195.73deg 100% 20.2%);--primary-light:hsl(195.73deg 100% 30%);--secondary-color:hsl(38.3deg 100% 50%);--secondary-light:hsl(38.3deg 100% 65%);--accent-color:hsl(152.1deg 100% 35%);--light-color:hsl(0deg 0% 98%);--dark-color:hsl(0deg 0% 15%);--gray-color:hsl(0deg 0% 85%);--shadow-sm:0 2px 8px rgba(0,0,0,0.06);--shadow-md:0 5px 20px rgba(0,0,0,0.08);--shadow-lg:0 10px 30px rgba(0,0,0,0.12);--shadow-xl:0 20px 50px rgba(0,0,0,0.15);--shadow-card:0 1px 3px rgba(0,0,0,0.04),0 4px 16px rgba(0,0,0,0.04);--shadow-card-hover:0 1px 3px rgba(0,0,0,0.04),0 20px 60px rgba(0,0,0,0.06);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:30px;--radius-btn:10px;--radius-pill:50px;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:36px;--space-xl:60px;--section-padding:60px;--section-padding-mobile:44px;--transition-fast:0.2s ease;--transition-base:0.3s ease;--transition-slow:0.5s ease;--font-heading:'Tajawal',sans-serif;--font-body:'Tajawal',sans-serif;}*{margin:0;padding:0;box-sizing:border-box;font-family:'Tajawal',sans-serif;}body{background-color:var(--light-color);color:var(--dark-color);line-height:1.7;overflow-x:hidden;}.skip-link{position:absolute;top:-1000px;left:-1000px;z-index:9999;padding:12px 24px;background:var(--primary-color);color:#fff;text-decoration:none;font-weight:700;border-radius:0 0 8px 0;}.skip-link:focus{top:0;left:0;}:focus-visible{outline:3px solid var(--primary-color);outline-offset:2px;}:focus:not(:focus-visible){outline:none;}body:not(.home){padding-top:92px;}@media (max-width:768px){body:not(.home){padding-top:60px;}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;}.section{padding:var(--section-padding) 0;position:relative;overflow:hidden;}.section-title{text-align:center;margin-bottom:var(--space-lg);position:relative;color:var(--primary-color);}.section-title h2{font-size:2rem;display:inline-block;padding-bottom:0;position:relative;font-weight:800;line-height:1.25;}.btn{display:inline-block;padding:12px 28px;background-color:var(--secondary-color);color:#fff;border-radius:var(--radius-btn);text-decoration:none;font-weight:700;transition:all 0.3s ease;border:none;cursor:pointer;font-size:0.95rem;line-height:1.4;text-align:center;}.btn:hover{background-color:var(--secondary-light);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1);}.btn-primary{background-color:var(--primary-color);}.btn-primary:hover{background-color:var(--primary-light);}.text-center{text-align:center;}.navbar{box-shadow:0 2px 10px rgba(0,0,0,0.1);position:fixed;width:100%;top:0;z-index:1000;transition:padding var(--transition-base),background-color var(--transition-base),box-shadow var(--transition-base);padding:0 20px;background-color:rgba(255,255,255,0.97);border-bottom:1px solid transparent;will-change:auto;}.navbar.scrolled{padding:5px 0;background-color:rgba(255,255,255,0.98);box-shadow:var(--shadow-md);border-bottom:1px solid rgba(0,0,0,0.06);}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;}.logo{display:flex;align-items:center;transition:transform 0.3s ease;}.logo:hover{transform:scale(1.03);}.logo img{height:92px;width:auto;margin-left:15px;transition:transform 0.5s ease;}.logo h1{color:var(--primary-color);font-size:1.5rem;font-weight:800;}.nav-links{display:flex;list-style:none;transition:all 0.4s ease;}.nav-links li{margin-left:25px;}.nav-links a{text-decoration:none;color:var(--dark-color);font-weight:600;transition:color 0.3s ease;position:relative;padding:8px 0;display:block;}.nav-links a:hover{color:var(--primary-color);}.nav-links a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width 0.3s ease;}.nav-links a:hover::after{width:100%;}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;color:var(--primary-color);cursor:pointer;padding:8px;border-radius:8px;transition:background-color 0.3s ease;}.mobile-menu-btn:hover{background-color:rgba(13,78,101,0.08);}.navbar-cta{display:inline-flex;align-items:center;padding:9px 24px;font-size:0.85rem;font-weight:700;border-radius:50px;background:linear-gradient(135deg,var(--secondary-color),hsl(38deg 100% 40%));color:#fff !important;text-decoration:none;transition:all 0.3s ease;white-space:nowrap;margin-right:20px;box-shadow:0 4px 16px rgba(255,159,28,0.25);}.navbar-cta:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(255,159,28,0.4);color:#fff !important;}.hero{background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(https://plus.unsplash.com/premium_photo-1661344317095-aef15629a336?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;background-attachment:scroll;min-height:75vh;display:flex;align-items:center;color:white;text-align:center;margin-top:80px;position:relative;overflow:hidden;}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,51,102,0.88) 0%,rgba(0,77,64,0.7) 50%,rgba(0,51,102,0.8) 100%);pointer-events:none;}.hero-content{max-width:760px;margin:0 auto;padding:0 20px;position:relative;z-index:1;width:100%;}.hero h1{font-size:2.8rem;margin-bottom:12px;line-height:1.15;text-shadow:0 2px 8px rgba(0,0,0,0.35);font-weight:800;}.hero-desc{font-size:1rem;margin-bottom:20px;max-width:540px;margin-left:auto;margin-right:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.65;color:rgba(255,255,255,0.85);}.hero-btns{display:flex;justify-content:center;gap:12px;margin-top:18px;}.hero-btn-primary{padding:15px 34px;font-size:1rem;border-radius:50px;background:linear-gradient(135deg,var(--secondary-color),hsl(38deg 100% 40%));box-shadow:0 6px 24px rgba(255,159,28,0.3);font-weight:700;min-width:170px;color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all 0.3s ease;}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 32px rgba(255,159,28,0.45);}.hero-btn-secondary{padding:15px 34px;font-size:1rem;border-radius:50px;background:rgba(255,255,255,0.1);border:2px solid rgba(255,255,255,0.4);color:#fff;font-weight:700;min-width:170px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all 0.3s ease;}.hero-btn-secondary:hover{background:rgba(255,255,255,0.18);border-color:rgba(255,255,255,0.7);transform:translateY(-2px);}.hero-metrics{display:flex;justify-content:center;align-items:center;gap:0;margin-top:40px;flex-wrap:wrap;background:rgba(255,255,255,0.08);border-radius:18px;padding:22px 20px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.08);box-shadow:0 4px 24px rgba(0,0,0,0.08);}.hero-metric{text-align:center;padding:4px 40px;flex-shrink:0;}.hero-metric-number{display:block;font-size:2.5rem;font-weight:900;color:var(--secondary-color);line-height:1;margin-bottom:6px;text-shadow:0 2px 12px rgba(0,0,0,0.2);}.hero-metric-label{display:block;font-size:0.88rem;font-weight:700;color:#fff;letter-spacing:0.5px;}.hero-metric-divider{width:1px;height:48px;background:rgba(255,255,255,0.18);flex-shrink:0;}.about{background-color:white;}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;}.about-text h3{font-size:2rem;color:var(--primary-color);margin-bottom:20px;}.about-text p{margin-bottom:20px;}.about-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);transition:box-shadow var(--transition-base);position:relative;}.about-image:hover{box-shadow:var(--shadow-xl);}.about-text{position:relative;}.about-text::before{content:'';position:absolute;top:0;right:-20px;width:4px;height:80px;background:linear-gradient(to bottom,var(--secondary-color),var(--accent-color));border-radius:2px;}.about-image img{width:100%;height:auto;display:block;transition:transform 0.5s ease;}.about-image:hover img{transform:scale(1.05);}.programs{background-color:#f8f9fa;position:relative;}.programs::before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,var(--primary-color) 0%,var(--accent-color) 100%);border-radius:50%;opacity:0.08;z-index:0;pointer-events:none;}.programs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;align-items:stretch;position:relative;z-index:1;}.program-card-wrap{display:flex;position:relative;}.programs-path{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:36px;position:relative;z-index:1;}.prog-path-line{width:80px;height:2px;background:linear-gradient(90deg,#27ae60,#2980b9,#8e44ad);opacity:0.2;border-radius:2px;flex-shrink:1;}[dir="rtl"] .prog-path-line{background:linear-gradient(270deg,#27ae60,#2980b9,#8e44ad);}.prog-path-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 4px rgba(255,255,255,0.8),0 0 0 5px rgba(0,0,0,0.04);}.program-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);border:1px solid rgba(0,0,0,0.05);transition:transform 0.35s ease,box-shadow 0.35s ease;position:relative;display:flex;flex-direction:column;width:100%;padding:36px 28px 28px;}.program-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-card-hover);}.prog-accred{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;}.prog-accred-seal{font-size:2rem;margin-bottom:12px;opacity:0.85;}.prog-accred-level{display:inline-flex;align-items:center;gap:6px;color:#fff;font-size:0.72rem;font-weight:700;padding:5px 14px;border-radius:50px;line-height:1;letter-spacing:0.3px;}.prog-accred-level i{font-size:0.72rem;}.prog-title{font-size:1.2rem;font-weight:800;color:var(--primary-color);line-height:1.4;margin-bottom:6px;text-align:center;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;}.prog-meta{display:flex;align-items:center;justify-content:center;gap:6px;font-size:0.82rem;font-weight:600;color:#999;margin-bottom:22px;line-height:1.4;}.prog-meta i{font-size:0.8rem;color:var(--secondary-color);opacity:0.8;}.prog-benefits{list-style:none;margin:0 0 24px;flex:1;}.prog-benefits li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;font-size:0.88rem;color:#555;line-height:1.55;border-bottom:1px solid rgba(0,0,0,0.04);overflow-wrap:break-word;word-wrap:break-word;}.prog-benefits li i{font-size:0.85rem;color:var(--accent-color);flex-shrink:0;margin-top:3px;}.prog-benefits li span{flex:1;}.prog-benefits li:last-child{border-bottom:none;}.prog-foot{margin-top:auto;padding-top:8px;}.prog-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 24px;font-size:0.88rem;font-weight:700;border-radius:var(--radius-btn);background:var(--primary-color);color:#fff !important;text-decoration:none;transition:all 0.3s ease;}.prog-btn i{font-size:0.78rem;transition:transform 0.3s ease;}.prog-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(13,78,101,0.2);}.prog-btn:hover i{transform:translateX(-4px);}.program-card-acc .prog-btn{background:linear-gradient(135deg,#27ae60,#2ecc71);}.program-card-acc .prog-btn:hover{box-shadow:0 8px 24px rgba(39,174,96,0.3);}.program-card-mcc .prog-btn{background:linear-gradient(135deg,#2980b9,#3498db);}.program-card-mcc .prog-btn:hover{box-shadow:0 8px 24px rgba(41,128,185,0.3);}.program-card-dmc .prog-btn{background:linear-gradient(135deg,#8e44ad,#9b59b6);}.program-card-dmc .prog-btn:hover{box-shadow:0 8px 24px rgba(142,68,173,0.3);}.program-card-acc .program-card{border-top:3px solid #27ae60;}.program-card-mcc .program-card{border-top:3px solid #2980b9;}.program-card-dmc .program-card{border-top:3px solid #8e44ad;}.program-card-acc .program-card:hover{border-color:#27ae60;box-shadow:0 1px 3px rgba(39,174,96,0.06),0 20px 60px rgba(39,174,96,0.06);}.program-card-mcc .program-card:hover{border-color:#2980b9;box-shadow:0 1px 3px rgba(41,128,185,0.06),0 20px 60px rgba(41,128,185,0.06);}.program-card-dmc .program-card:hover{border-color:#8e44ad;box-shadow:0 1px 3px rgba(142,68,173,0.06),0 20px 60px rgba(142,68,173,0.06);}.courses-ads{background:radial-gradient(circle at 10% 20%,rgba(248,249,250,1) 0%,rgba(240,244,248,0.8) 90%);position:relative;z-index:1;}.courses-ads::after{content:"";position:absolute;bottom:-50px;left:-50px;width:250px;height:250px;background:radial-gradient(circle,var(--secondary-color) 0%,var(--accent-color) 100%);border-radius:50%;opacity:0.08;z-index:-1;pointer-events:none;}.course-ad-card{display:flex;flex-direction:column;height:480px;border-radius:16px;overflow:hidden;background:#ffffff;box-shadow:0 10px 30px rgba(0,0,0,0.05);transition:all 0.4s cubic-bezier(0.165,0.84,0.44,1);border:1px solid rgba(0,0,0,0.06);position:relative;}.course-ad-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,0.12);}.course-ad-image-wrapper{position:relative;height:360px;width:100%;overflow:hidden;background:#f0f4f8;}.course-ad-img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(0.165,0.84,0.44,1);cursor:pointer;}.course-ad-badge{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,var(--secondary-color) 0%,#ff8c00 100%);color:white;padding:5px 12px;border-radius:20px;font-size:0.75rem;font-weight:700;z-index:5;box-shadow:0 4px 10px rgba(255,140,0,0.2);}.course-ad-fallback{height:100%;display:flex;align-items:center;justify-content:center;color:var(--primary-color);background:linear-gradient(135deg,#f0f4f8 0%,#e2e8f0 100%);}.course-ad-fallback i{font-size:3rem;opacity:0.5;}.course-ad-footer{padding:15px 20px;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;background:#ffffff;border-top:1px solid rgba(0,0,0,0.04);}.course-ad-title{font-size:1.05rem;font-weight:700;color:var(--primary-color);margin-top:0;margin-bottom:12px;line-height:1.4;text-align:right;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}.course-ad-action-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 16px;background:linear-gradient(135deg,var(--secondary-color) 0%,#ff8c00 100%);color:white !important;border-radius:8px;font-weight:700;font-size:0.85rem;text-decoration:none;box-shadow:0 4px 12px rgba(255,140,0,0.2);transition:all 0.3s ease;}.course-ad-action-btn:hover{background:linear-gradient(135deg,#ff8c00 0%,var(--secondary-color) 100%);box-shadow:0 6px 18px rgba(255,140,0,0.35);transform:translateY(-1px);}.course-ad-action-btn i{margin-right:6px;font-size:0.75rem;transition:transform 0.3s ease;}.course-ad-action-btn:hover i{transform:translateX(-3px);}.swiper{width:100%;height:450px;padding:20px 0;position:relative;z-index:1;}.coursesSwiper{height:auto !important;padding:20px 10px 60px 10px !important;}.swiper-slide{padding:10px;}.swiper-button-next,.swiper-button-prev{color:var(--primary-color);background:rgba(255,255,255,0.8);width:40px;height:40px;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,0.1);transition:all 0.3s ease;}.swiper-button-next::after,.swiper-button-prev::after{font-size:1.2rem;font-weight:bold;}.swiper-button-next:hover,.swiper-button-prev:hover{background:white;transform:scale(1.1);}.swiper-pagination-bullet{width:24px !important;height:24px !important;display:inline-block;border-radius:50%;background:transparent !important;opacity:1 !important;position:relative;margin:0 4px !important;cursor:pointer;}.swiper-pagination-bullet::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:var(--gray-color);opacity:0.5;transition:all 0.3s ease;}.swiper-pagination-bullet-active::after{background:var(--primary-color);opacity:1;}.lightbox{display:none;position:fixed;z-index:2000;padding-top:60px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.9);}.lightbox-content{margin:auto;display:block;width:80%;max-width:700px;max-height:80vh;object-fit:contain;}.lightbox-content{animation-name:zoom;animation-duration:0.6s;}@keyframes zoom{from{transform:scale(0.1)}to{transform:scale(1)}}.close-btn{position:absolute;top:15px;left:35px;color:#000000;font-size:40px;font-weight:bold;transition:0.3s;cursor:pointer;}.close-btn:hover,.close-btn:focus{color:#bbb;text-decoration:none;cursor:pointer;}.caption{margin:auto;display:block;width:80%;max-width:700px;text-align:center;color:#ccc;padding:10px 0;font-size:1.2rem;}@media (max-width:768px){.lightbox-content{width:95%;}.caption{width:95%;font-size:1rem;}.swiper{height:400px;}.course-ad{height:350px;}}.benefits{background-color:var(--dark-color,#0a1628);position:relative;overflow:hidden;}.benefits.why-ictf{background-color:var(--dark-color,#0a1628);}.benefits-bg-orb{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,159,28,0.08) 0%,transparent 70%);pointer-events:none;}.benefits-orb-1{width:400px;height:400px;top:-150px;left:-100px;}.benefits-orb-2{width:350px;height:350px;bottom:-100px;right:-80px;}.why-ictf-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 25% 50%,rgba(255,159,28,0.03) 0%,transparent 50%),radial-gradient(circle at 75% 50%,rgba(0,123,255,0.03) 0%,transparent 50%);pointer-events:none;}.benefits-eyebrow{display:inline-block;font-size:0.85rem;font-weight:700;color:var(--secondary-color);letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;background:rgba(255,159,28,0.12);padding:6px 18px;border-radius:50px;backdrop-filter:blur(4px);}.why-ictf-eyebrow{font-size:0.8rem;padding:8px 22px;background:linear-gradient(135deg,rgba(255,159,28,0.15),rgba(255,159,28,0.05));border:1px solid rgba(255,159,28,0.15);letter-spacing:3px;}.benefits .section-title h2{color:#fff;}.benefits-subtitle{color:rgba(255,255,255,0.6);font-size:1rem;margin-top:12px;max-width:600px;margin-left:auto;margin-right:auto;}.why-ictf-subtitle{color:rgba(255,255,255,0.5);font-size:0.95rem;max-width:520px;}.why-ictf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;}.why-ictf-card{background:rgba(255,255,255,0.04);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.08);border-radius:16px;padding:32px 24px 24px;text-align:center;transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);position:relative;overflow:hidden;cursor:default;}.why-ictf-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--secondary-color),hsl(38deg 100% 40%));opacity:0;transition:opacity 0.4s ease;}.why-ictf-card:hover::before{opacity:1;}.why-ictf-card:hover{transform:translateY(-6px);border-color:rgba(255,159,28,0.25);background:rgba(255,255,255,0.07);box-shadow:0 20px 50px rgba(0,0,0,0.3);}.why-ictf-card-number{position:absolute;top:10px;right:14px;font-size:0.7rem;font-weight:800;color:rgba(255,255,255,0.1);letter-spacing:1px;}.why-ictf-card-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,rgba(255,159,28,0.15),rgba(255,159,28,0.05));display:flex;align-items:center;justify-content:center;margin:0 auto 16px;transition:all 0.4s ease;}.why-ictf-card-icon i{font-size:1.3rem;color:var(--secondary-color);transition:all 0.4s ease;}.why-ictf-card:hover .why-ictf-card-icon{background:linear-gradient(135deg,var(--secondary-color),hsl(38deg 100% 40%));transform:scale(1.1) rotate(-5deg);border-radius:50%;}.why-ictf-card:hover .why-ictf-card-icon i{color:#fff;}.why-ictf-card h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:8px;}.why-ictf-card p{font-size:0.85rem;color:rgba(255,255,255,0.5);line-height:1.6;margin:0;}.why-ictf-cta{text-align:center;margin-top:36px;}.benefit-card{background:rgba(255,255,255,0.04);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.06);border-radius:16px;padding:28px 24px;text-align:center;transition:all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);position:relative;overflow:hidden;cursor:default;}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;}.benefits-cta{text-align:center;margin-top:36px;}.benefits-cta{margin-top:30px;}.benefits-cta-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 36px;background:linear-gradient(135deg,var(--secondary-color),hsl(38deg 100% 40%));color:var(--dark-color) !important;font-weight:800;font-size:1rem;border-radius:50px;text-decoration:none;transition:all 0.3s ease;box-shadow:0 8px 30px rgba(255,159,28,0.3);}.benefits-cta-btn:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(255,159,28,0.5);background:linear-gradient(135deg,hsl(38deg 100% 45%),var(--secondary-color));}.benefits-bg-orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px);opacity:0.18;}.benefits-orb-1{width:500px;height:500px;background:radial-gradient(circle,var(--secondary-color),transparent);top:-150px;right:-150px;}.benefits-orb-2{width:400px;height:400px;background:radial-gradient(circle,var(--accent-color),transparent);bottom:-100px;left:-100px;}.benefits-orb-3{width:250px;height:250px;background:radial-gradient(circle,hsl(210deg 100% 60%),transparent);top:50%;left:50%;transform:translate(-50%,-50%);opacity:0.08;}.benefits-eyebrow{display:inline-block;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:var(--secondary-color);font-size:0.85rem;font-weight:700;letter-spacing:2px;padding:6px 20px;border-radius:50px;margin-bottom:16px;backdrop-filter:blur(10px);}.benefits .section-title{display:flex;flex-direction:column;align-items:center;color:#fff;}.benefits .section-title h2{color:#fff !important;}.benefits-subtitle{color:rgba(255,255,255,0.65);font-size:1.05rem;max-width:600px;margin:12px auto 0;line-height:1.7;}.benefits-stats-bar{display:flex;justify-content:center;align-items:center;gap:0;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);backdrop-filter:blur(20px);border-radius:20px;padding:28px 40px;margin:40px 0 50px;flex-wrap:wrap;}.benefits-stat{text-align:center;flex:1;min-width:120px;padding:10px 20px;}.benefits-stat .stat-number{font-size:2.5rem;font-weight:800;color:var(--secondary-color);line-height:1;}.benefits-stat .stat-plus{font-size:1.8rem;font-weight:800;color:var(--secondary-color);}.benefits-stat .stat-label{display:block;color:rgba(255,255,255,0.7);font-size:0.85rem;margin-top:6px;font-weight:500;}.benefits-stat-divider{width:1px;height:50px;background:rgba(255,255,255,0.15);flex-shrink:0;}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;position:relative;z-index:1;}.benefit-card{text-align:center;padding:36px 24px 28px;border-radius:20px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);backdrop-filter:blur(20px);transition:all 0.4s cubic-bezier(0.23,1,0.32,1);position:relative;overflow:hidden;cursor:default;}.benefit-card-glow{position:absolute;inset:0;border-radius:20px;background:radial-gradient(circle at 50% 0%,rgba(var(--secondary-color-rgb,255,193,7),0.15) 0%,transparent 70%);opacity:0;transition:opacity 0.4s ease;pointer-events:none;}.benefit-card:hover .benefit-card-glow{opacity:1;}.benefit-card:hover{transform:translateY(-10px);background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.25);box-shadow:0 20px 60px rgba(0,0,0,0.3),0 0 0 1px rgba(255,255,255,0.1);}.benefit-icon-wrap{display:flex;justify-content:center;margin-bottom:20px;}.benefit-icon{width:72px;height:72px;border-radius:50%;background:rgba(var(--secondary-color-rgb,255,193,7),0.12);border:2px solid rgba(var(--secondary-color-rgb,255,193,7),0.3);display:flex;align-items:center;justify-content:center;font-size:1.9rem;color:var(--secondary-color);transition:all 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);box-shadow:0 0 0 0 rgba(var(--secondary-color-rgb,255,193,7),0.3);}.benefit-card:hover .benefit-icon{transform:scale(1.15) rotate(8deg);box-shadow:0 0 0 10px rgba(var(--secondary-color-rgb,255,193,7),0.1),0 0 30px rgba(var(--secondary-color-rgb,255,193,7),0.25);background:rgba(var(--secondary-color-rgb,255,193,7),0.2);}.benefit-card h3{font-size:1.15rem;margin-bottom:12px;color:#fff;font-weight:700;}.benefit-card p{color:rgba(255,255,255,0.65);font-size:0.92rem;line-height:1.7;margin:0;}.benefit-card-arrow{margin-top:20px;color:var(--secondary-color);opacity:0;transform:translateX(10px);transition:all 0.3s ease;font-size:0.9rem;}.benefit-card:hover .benefit-card-arrow{opacity:1;transform:translateX(0);}.benefits-cta{text-align:center;margin-top:36px;}@media (max-width:768px){.benefits-cta{margin-top:28px;}}.benefits-cta-btn{background:linear-gradient(135deg,var(--secondary-color),hsl(38deg 100% 40%));color:#fff !important;font-size:1.05rem;font-weight:700;padding:16px 40px;border-radius:50px;display:inline-flex;align-items:center;gap:10px;box-shadow:0 8px 30px rgba(255,193,7,0.35);transition:all 0.3s ease;text-decoration:none;}.benefits-cta-btn:hover{transform:translateY(-4px);box-shadow:0 15px 40px rgba(255,193,7,0.5);background:linear-gradient(135deg,hsl(38deg 100% 55%),var(--secondary-color));}.testimonials{background:linear-gradient(to right,var(--primary-light),var(--primary-color));color:white;position:relative;overflow:hidden;}.testimonials::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('https://images.unsplash.com/photo-1568992687947-868a62a9f521?ixlib=rb-4.0.3&auto=format&fit=crop&w=1480&q=80');background-size:cover;background-position:center;opacity:0.1;}.testimonial-card{background:rgba(255,255,255,0.15);border-radius:15px;padding:30px;margin:20px;border:1px solid rgba(255,255,255,0.2);transition:transform 0.3s ease,background-color 0.3s ease;box-shadow:0 10px 30px rgba(0,0,0,0.1);}.testimonial-card:hover{transform:translateY(-10px);background:rgba(255,255,255,0.15);box-shadow:0 15px 40px rgba(0,0,0,0.2);}.testimonial-header{display:flex;align-items:center;margin-bottom:20px;}.testimonial-img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,0.3);margin-left:20px;}.client-info h3{font-size:1.4rem;margin-bottom:5px;}.client-info span{color:var(--secondary-light);font-weight:500;}.testimonial-body{font-style:italic;line-height:1.8;margin-bottom:20px;position:relative;padding-right:30px;}a{text-decoration:blink;}.video-container{position:relative;aspect-ratio:16/9;}.video-poster{position:relative;cursor:pointer;height:100%;}.video-thumbnail{width:100%;height:100%;object-fit:cover;border-radius:8px;}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:50px;transition:transform 0.3s;}.play-button svg{width:100%;height:100%;}.video-poster:hover .play-button{transform:translate(-50%,-50%) scale(1.1);}.video-iframe{width:100%;height:100%;border:none;border-radius:8px;}.testimonial-body::before{content:"";font-size:5rem;position:absolute;top:-30px;right:0;color:rgba(255,255,255,0.2);font-family:Georgia,serif;line-height:1;}.rating{color:var(--secondary-color);font-size:1.2rem;margin-top:15px;}.testimonialsSwiper{padding:50px 0;position:relative;z-index:1;}.testimonialsSwiper .swiper-pagination{bottom:10px;}.testimonialsSwiper .swiper-pagination-bullet{background:transparent !important;}.testimonialsSwiper .swiper-pagination-bullet::after{background:rgba(255,255,255,0.5);width:12px;height:12px;}.testimonialsSwiper .swiper-pagination-bullet-active::after{background:var(--secondary-color);opacity:1;}.testimonialsSwiper .swiper-button-next,.testimonialsSwiper .swiper-button-prev{color:white;background:rgba(255,255,255,0.2);width:50px;height:50px;border-radius:50%;transition:background-color 0.3s ease,transform 0.3s ease;}.testimonialsSwiper .swiper-button-next:hover,.testimonialsSwiper .swiper-button-prev:hover{background:var(--secondary-color);transform:scale(1.1);}.testimonialsSwiper .swiper-button-next::after,.testimonialsSwiper .swiper-button-prev::after{font-size:1.5rem;font-weight:bold;}@media (max-width:768px){.testimonial-header{flex-direction:column;text-align:center;}.testimonial-img{margin-left:0;margin-bottom:15px;}.testimonial-body{padding-right:15px;}.testimonial-body::before{font-size:4rem;top:-20px;}}.join{background:linear-gradient(135deg,var(--primary-color),hsl(210deg 80% 22%));color:white;position:relative;overflow:hidden;}.join::before{content:"";position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80');background-size:cover;background-position:center;opacity:0.04;}.join-path{display:flex;flex-direction:column;max-width:680px;margin:32px auto 0;position:relative;z-index:1;padding-right:60px;}[dir="rtl"] .join-path{padding-right:60px;padding-left:0;}.join-step{display:flex;align-items:stretch;gap:24px;position:relative;}.join-step-track{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:44px;position:relative;}.join-step-dot{width:44px;height:44px;border-radius:50%;background:var(--secondary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.05rem;font-weight:800;box-shadow:0 0 0 4px rgba(255,159,28,0.2);position:relative;z-index:2;flex-shrink:0;transition:box-shadow 0.3s ease;}.join-step:hover .join-step-dot{box-shadow:0 0 0 6px rgba(255,159,28,0.3);}.join-step-connector{width:2px;flex:1;min-height:28px;background:rgba(255,255,255,0.12);margin:2px auto;}.join-step-card{flex:1;padding:20px 24px;margin:4px 0;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:12px;backdrop-filter:blur(8px);transition:background 0.3s ease;}.join-step-card:hover{background:rgba(255,255,255,0.1);}.join-step-title{font-size:1.05rem;font-weight:700;margin-bottom:6px;color:#fff;line-height:1.35;}.join-step-desc{font-size:0.88rem;color:rgba(255,255,255,0.65);line-height:1.65;margin:0;}.join-path-cta{text-align:center;margin-top:36px;position:relative;z-index:1;}.join-path-btn{padding:14px 36px;font-size:1rem;border-radius:50px;background:var(--secondary-color);color:#fff;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:10px;box-shadow:0 6px 24px rgba(255,159,28,0.3);transition:all 0.3s ease;}.join-path-btn:hover{transform:translateY(-3px);box-shadow:0 10px 32px rgba(255,159,28,0.5);background:linear-gradient(135deg,hsl(38deg 100% 55%),var(--secondary-color));}.partners{background:linear-gradient(180deg,#f8fafe 0%,#ffffff 100%);border-top:1px solid rgba(13,78,101,0.03);border-bottom:1px solid rgba(13,78,101,0.03);}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;align-items:center;max-width:860px;margin:0 auto;}.partner-logo{background:#ffffff;padding:24px 20px;border-radius:14px;display:flex;align-items:center;justify-content:center;height:120px;border:1px solid rgba(13,78,101,0.06);transition:all 0.3s ease;filter:grayscale(0.3);opacity:0.7;box-shadow:0 1px 4px rgba(0,0,0,0.02);}.partner-logo:hover{opacity:1;filter:grayscale(0);transform:translateY(-4px);box-shadow:0 8px 28px rgba(13,78,101,0.08);border-color:rgba(13,78,101,0.12);background:#ffffff;}.partner-logo img{max-width:85%;max-height:64px;width:auto;height:auto;transition:transform 0.3s ease;}.partner-logo:hover img{transform:scale(1.05);}.blog{background:#f8fafe;}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;}.blog-card{background:#ffffff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.04);border:1px solid rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column;}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.06);}.blog-image{height:200px;overflow:hidden;position:relative;}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}.blog-card:hover .blog-image img{transform:scale(1.05);}.blog-content{padding:20px 22px 22px;flex:1;display:flex;flex-direction:column;}.blog-content .category{display:inline-block;background:rgba(13,78,101,0.08);color:var(--primary-color);padding:3px 12px;border-radius:50px;font-size:0.7rem;margin-bottom:10px;font-weight:700;align-self:flex-start;}.blog-content h3{font-size:1.1rem;margin-bottom:8px;line-height:1.4;font-weight:700;}.blog-content h3 a{color:var(--dark-color);text-decoration:none;transition:color 0.3s ease;}.blog-content h3 a:hover{color:var(--primary-color);}.blog-content p{font-size:0.88rem;color:#777;line-height:1.6;margin-bottom:14px;flex:1;}.blog-content .btn{align-self:flex-start;padding:7px 18px;font-size:0.82rem;border-radius:50px;background:transparent;color:var(--primary-color);border:1.5px solid var(--primary-color);font-weight:600;text-decoration:none;transition:all 0.3s ease;}.blog-content .btn:hover{background:var(--primary-color);color:#fff;transform:none;box-shadow:none;}.footer{background-color:var(--dark-color);color:#fff;position:relative;}.footer-accreditation{border-bottom:1px solid rgba(255,255,255,0.06);background:rgba(255,255,255,0.02);}.footer-accred-inner{display:flex;align-items:center;justify-content:center;gap:24px;padding:14px 0;flex-wrap:wrap;}.footer-accred-label{font-size:0.75rem;font-weight:600;color:rgba(255,255,255,0.4);text-transform:uppercase;letter-spacing:2px;}.footer-accred-logos{display:flex;align-items:center;gap:18px;}.footer-accred-item{display:flex;align-items:center;gap:6px;font-size:0.82rem;font-weight:600;color:rgba(255,255,255,0.5);}.footer-accred-item i{font-size:0.78rem;color:var(--secondary-color);opacity:0.7;}.footer-main{padding:60px 0 40px;position:relative;}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:18px;}.footer-logo i{font-size:1.8rem;color:var(--secondary-color);}.footer-logo span{font-size:1.3rem;font-weight:800;color:#fff;letter-spacing:1px;}.footer-about-text{font-size:0.88rem;color:rgba(255,255,255,0.5);line-height:1.7;margin-bottom:20px;max-width:280px;}.footer-social{display:flex;gap:10px;}.footer-social-link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,0.06);color:rgba(255,255,255,0.5);text-decoration:none;transition:all 0.3s ease;font-size:0.9rem;}.footer-social-link:hover{background:var(--secondary-color);color:var(--dark-color);transform:translateY(-3px);}.footer-col-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid rgba(255,159,28,0.2);position:relative;}.footer-col-title::after{content:"";position:absolute;bottom:-2px;right:0;width:40px;height:2px;background:var(--secondary-color);}.footer-links{list-style:none;}.footer-links li{margin-bottom:12px;}.footer-links li a{color:rgba(255,255,255,0.5);text-decoration:none;font-size:0.88rem;transition:all 0.3s ease;display:inline-block;position:relative;padding-right:0;}.footer-links li a::before{content:"←";position:absolute;right:-16px;opacity:0;transition:all 0.3s ease;color:var(--secondary-color);font-size:0.8rem;}.footer-links li a:hover{color:var(--secondary-color);padding-right:18px;}.footer-links li a:hover::before{opacity:1;right:0;}.footer-contact-list{list-style:none;}.footer-contact-list li{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-size:0.88rem;color:rgba(255,255,255,0.5);}.footer-contact-list li i{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(255,159,28,0.1);color:var(--secondary-color);font-size:0.8rem;flex-shrink:0;}.footer-contact-list li span{line-height:1.4;}.footer-hours{display:flex;align-items:center;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,0.06);font-size:0.82rem;color:rgba(255,255,255,0.4);}.footer-hours i{color:var(--secondary-color);font-size:0.85rem;}.footer-bottom{border-top:1px solid rgba(255,255,255,0.06);padding:20px 0;background:rgba(0,0,0,0.15);}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;}.footer-bottom-inner p{font-size:0.82rem;color:rgba(255,255,255,0.65);margin:0;}.footer-bottom-links{display:flex;align-items:center;gap:12px;}.footer-bottom-links a{font-size:0.82rem;color:rgba(255,255,255,0.65);text-decoration:none;transition:color 0.3s ease;}.footer-bottom-links a:hover{color:var(--secondary-color);}.footer-bottom-divider{color:rgba(255,255,255,0.15);font-size:0.75rem;}@media (max-width:1200px){.hero h1{font-size:2.4rem;}}@media (max-width:992px){.hero{min-height:auto;padding:80px 0 44px;}.hero h1{font-size:2rem;}.hero-desc{font-size:0.92rem;}.hero-metric{padding:4px 28px;}.hero-metric-number{font-size:2rem;}.hero-metric-label{font-size:0.8rem;}.hero-metric-divider{height:40px;}.hero-metrics{padding:18px 16px;margin-top:32px;}.about-content{grid-template-columns:1fr;}.about-image{max-width:600px;margin:0 auto;}}@media (max-width:768px){.hero{min-height:auto;padding:64px 0 36px;}.hero h1{font-size:1.6rem;margin-bottom:8px;}.hero-desc{font-size:0.88rem;margin-bottom:16px;}.hero-btns{flex-direction:column;gap:10px;margin-top:16px;}.hero-btn-primary,.hero-btn-secondary{width:100%;min-width:0;padding:13px 22px;font-size:0.92rem;justify-content:center;}.hero-metrics{margin-top:28px;padding:16px 14px;border-radius:14px;}.hero-metric{padding:4px 20px;}.hero-metric-number{font-size:1.75rem;}.hero-metric-label{font-size:0.76rem;}.hero-metric-divider{height:38px;}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:280px;background:white;flex-direction:column;padding:80px 30px 30px;box-shadow:-5px 0 15px rgba(0,0,0,0.1);transition:right 0.4s ease;}.nav-links.active{right:0;}.nav-links li{margin:15px 0;}.mobile-menu-btn{display:block;}.navbar-cta{padding:7px 16px;font-size:0.8rem;margin-right:10px;box-shadow:0 3px 12px rgba(255,159,28,0.25);}.section{padding:44px 0;}.section-title h2{font-size:1.7rem;}.section-title h2{font-size:1.7rem;}}@media (max-width:576px){.hero{padding:56px 0 32px;}.hero h1{font-size:1.35rem;margin-bottom:8px;}.hero-desc{font-size:0.85rem;margin-bottom:14px;}.hero-btns{margin-top:14px;gap:8px;}.hero-btn-primary,.hero-btn-secondary{padding:12px 20px;font-size:0.85rem;}.hero-metrics{margin-top:24px;padding:14px 12px;border-radius:12px;}.hero-metric{padding:4px 16px;}.hero-metric-number{font-size:1.5rem;}.hero-metric-label{font-size:0.72rem;}.hero-metric-divider{height:34px;}.section-title h2{font-size:1.5rem;}.logo h1{font-size:1.2rem;}}.fade-in,.fade-in-left,.fade-in-right,.zoom-in{opacity:1;transform:none;transition:none;}.fade-in.visible,.fade-in-left.visible,.fade-in-right.visible,.zoom-in.visible{opacity:1;transform:none;}.back-to-top{position:fixed;bottom:30px;right:20px;width:45px;height:45px;background:var(--primary-color);color:white;border:none;border-radius:50%;font-size:1.2rem;cursor:pointer;z-index:999;opacity:0;visibility:hidden;transform:translateY(20px);transition:all var(--transition-base);box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0);}.back-to-top:hover{background:var(--secondary-color);transform:translateY(-5px);box-shadow:var(--shadow-lg);}@media (max-width:480px){.footer-main{padding:32px 0 24px;}.footer-col-about{grid-column:1 / -1;text-align:center;}.footer-about-text{margin-left:auto;margin-right:auto;}.footer-social{justify-content:center;}.footer-logo{justify-content:center;}.footer-col-title{font-size:0.95rem;text-align:center;}.footer-col-title::after{right:50%;transform:translateX(50%);}.footer-links{text-align:center;}.footer-contact-list{text-align:center;}.footer-contact-list li{justify-content:center;}.footer-hours{justify-content:center;}.footer-bottom-inner{flex-direction:column;text-align:center;}.footer-accred-inner{gap:12px;padding:12px 0;}.footer-accred-logos{gap:12px;flex-wrap:wrap;justify-content:center;}.footer-accred-item{font-size:0.75rem;}.footer-grid{grid-template-columns:1fr;gap:24px;}.copyright{margin-top:20px;padding:18px 0;font-size:0.8rem;}.back-to-top{bottom:80px;right:16px;width:40px;height:40px;font-size:1rem;}}.video-section{background-color:#f0f7ff;position:relative;overflow:hidden;}.video-section::before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,var(--primary-light) 0%,var(--primary-color) 100%);border-radius:50%;opacity:0.08;z-index:0;pointer-events:none;}.video-content{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;position:relative;z-index:1;}.video-container{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 15px 30px rgba(0,0,0,0.15);transition:box-shadow 0.3s ease;}.video-container:hover{box-shadow:0 20px 40px rgba(0,0,0,0.2);}.video-iframe{width:100%;height:315px;border:0;display:block;}.youtube-lazy-cover{position:relative;width:100%;aspect-ratio:16 / 9;cursor:pointer;overflow:hidden;border-radius:15px;background:#000;}.youtube-lazy-thumb{width:100%;height:100%;object-fit:cover;display:block;transition:opacity 0.3s ease;}.youtube-lazy-cover:hover .youtube-lazy-thumb{opacity:0.85;}.youtube-lazy-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;opacity:0.9;transition:opacity 0.3s ease,transform 0.3s ease;z-index:2;}.youtube-lazy-cover:hover .youtube-lazy-play-btn{opacity:1;transform:translate(-50%,-50%) scale(1.05);}.youtube-lazy-cover iframe{width:100%;height:100%;border:0;position:absolute;top:0;left:0;}.video-text{padding:20px;}.video-text h3{color:var(--primary-color);font-size:1.8rem;margin-bottom:20px;}.video-text p{margin-bottom:25px;}@media (max-width:992px){.video-content{grid-template-columns:1fr;}.video-container{max-width:600px;margin:0 auto;}}@media (max-width:768px){.video-iframe{height:250px;}.video-text h3{font-size:1.5rem;}}.latest-posts-section{background-color:#f8fafe;padding:130px 0 80px 0;}@media (max-width:768px){.latest-posts-section{padding:100px 0 60px 0;}}.latest-posts-section .section-header{margin-bottom:45px;}.latest-posts-section .section-title{font-size:2.4rem;font-weight:800;color:var(--primary-color);position:relative;padding-bottom:15px;display:inline-block;}.latest-posts-section .section-title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px;}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:30px;}@media (max-width:992px){.posts-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:24px;}}@media (max-width:576px){.posts-grid{grid-template-columns:1fr;gap:20px;}}.post-card{background:#ffffff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.03);border:1px solid rgba(0,0,0,0.05);display:flex;flex-direction:column;height:100%;transition:transform 0.4s cubic-bezier(0.165,0.84,0.44,1),box-shadow 0.4s cubic-bezier(0.165,0.84,0.44,1);}.post-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(13,78,101,0.08);}.post-card .post-thumbnail{width:100%;height:220px;overflow:hidden;position:relative;margin-bottom:0;}.post-card .post-thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:0;box-shadow:none;transition:transform 0.6s cubic-bezier(0.165,0.84,0.44,1);}.post-card:hover .post-thumbnail img{transform:scale(1.06);}.post-card .post-content{padding:24px;display:flex;flex-direction:column;flex-grow:1;}.post-card .post-title{font-size:1.3rem;font-weight:700;line-height:1.5;margin-bottom:12px;text-align:right;}.post-card .post-title a{color:var(--dark-color);text-decoration:none;transition:color 0.3s ease;}.post-card .post-title a:hover{color:var(--primary-color);}.post-card .post-meta{display:flex;align-items:center;gap:15px;font-size:0.85rem;color:#777777;margin-bottom:20px;text-align:right;}.post-card .post-meta .meta-item{display:inline-flex;align-items:center;gap:6px;}.post-card .post-meta .meta-item i{color:var(--secondary-color);}.post-card .read-more-btn{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color);padding:8px 20px;border-radius:30px;font-size:0.9rem;font-weight:600;text-decoration:none;margin-top:auto;transition:all 0.3s ease;}.post-card .read-more-btn:hover{background-color:var(--primary-color);color:#ffffff;transform:translateX(-4px);}.post-card .read-more-btn i{transition:transform 0.3s ease;}.post-card .read-more-btn:hover i{transform:translateX(-4px);}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:50px;}.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 6px;border-radius:8px;background-color:#ffffff;color:var(--primary-color);border:1px solid rgba(0,0,0,0.08);font-weight:600;text-decoration:none;transition:all 0.3s ease;}.pagination .page-numbers:hover{background-color:var(--primary-color);color:#ffffff;border-color:var(--primary-color);}.pagination .page-numbers.current{background-color:var(--primary-color);color:#ffffff;border-color:var(--primary-color);box-shadow:0 4px 10px rgba(13,78,101,0.15);}.pagination .page-numbers.dots{border-color:transparent;background-color:transparent;color:#777777;cursor:default;}.single-post-section{background-color:#f8fafe;padding:135px 0 80px 0;}@media (max-width:768px){.single-post-section{padding:100px 0 60px 0;}}.single-post-content{background:#ffffff;padding:45px;border-radius:24px;box-shadow:0 10px 40px rgba(0,0,0,0.03);border:1px solid rgba(0,0,0,0.05);max-width:900px;margin:0 auto;position:relative;}@media (max-width:768px){.single-post-content{padding:24px;border-radius:16px;}}.single-post-content .post-title{color:var(--primary-color);font-size:2.4rem;font-weight:800;line-height:1.4;margin-bottom:18px;text-align:right;}@media (max-width:768px){.single-post-content .post-title{font-size:1.7rem;}}.single-post-content .post-meta{text-align:right;font-size:0.9rem;color:#666666;margin-bottom:35px;display:flex;align-items:center;flex-wrap:wrap;gap:15px;}.single-post-content .post-meta .meta-item{display:inline-flex;align-items:center;gap:6px;}.single-post-content .post-meta .meta-item i{color:var(--secondary-color);}.single-post-content .post-meta .meta-divider{color:#e0e0e0;}.single-post-content .post-thumbnail{text-align:center;margin-bottom:40px;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.08);}.single-post-content .post-thumbnail img{max-width:100%;height:auto;display:block;width:100%;object-fit:cover;max-height:480px;}.single-post-content .post-body{color:#333333;line-height:1.95;font-size:1.15rem;font-weight:400;}@media (max-width:768px){.single-post-content .post-body{font-size:1.05rem;line-height:1.85;}}.single-post-content .post-body p{margin-bottom:1.8rem;}.single-post-content .post-body h2,.single-post-content .post-body h3,.single-post-content .post-body h4{color:var(--primary-color);font-weight:700;margin:2.5rem 0 1.2rem;}.single-post-content .post-body h2{font-size:1.7rem;border-right:4px solid var(--secondary-color);padding-right:15px;padding-left:0;border-left:none;}.single-post-content .post-body h3{font-size:1.45rem;border-right:3px solid var(--primary-light);padding-right:12px;border-left:none;}@media (max-width:768px){.single-post-content .post-body h2{font-size:1.4rem;padding-right:10px;}.single-post-content .post-body h3{font-size:1.25rem;padding-right:8px;}}.single-post-content .post-body ul,.single-post-content .post-body ol{margin:1.5rem 1.5rem 1.5rem 0;padding-right:20px;}.single-post-content .post-body li{margin-bottom:0.6rem;}.single-post-content .post-body blockquote{background-color:#f8fafe;border-right:4px solid var(--primary-color);border-left:none;padding:20px 25px;margin:2rem 0;border-radius:8px;font-style:italic;color:#444444;}.single-post-content .post-tags{margin-top:45px;padding-top:25px;border-top:1px solid rgba(0,0,0,0.08);}.single-post-content .tags-title{font-size:1.1rem;font-weight:700;color:var(--primary-color);margin-bottom:12px;text-align:right;}.single-post-content .tags-list{display:flex;flex-wrap:wrap;gap:8px;}.single-post-content .tags-list a{display:inline-block;padding:6px 16px;background:rgba(13,78,101,0.05);color:var(--primary-color);border-radius:30px;text-decoration:none;font-size:0.9rem;font-weight:500;transition:all 0.3s ease;}.single-post-content .tags-list a:hover{background:var(--primary-color);color:#ffffff;transform:translateY(-2px);}.single-post-content .social-share{margin-top:40px;padding-top:25px;border-top:1px solid rgba(0,0,0,0.08);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px;}.single-post-content .share-title{font-size:1.1rem;font-weight:700;color:var(--primary-color);margin-bottom:0;}.single-post-content .share-buttons{display:inline-flex;gap:12px;}.single-post-content .social-button{display:inline-flex;align-items:center;justify-content:center;color:#ffffff;width:40px;height:40px;border-radius:50%;text-decoration:none;font-size:1.05rem;transition:transform 0.3s ease,opacity 0.3s ease,box-shadow 0.3s ease;}.single-post-content .social-button:hover{transform:translateY(-3px);opacity:0.95;box-shadow:0 4px 10px rgba(0,0,0,0.15);}.single-post-content .social-button.facebook{background:#3b5998;}.single-post-content .social-button.twitter{background:#1da1f2;}.single-post-content .social-button.whatsapp{background:#25d366;}.donate-page-content{background-color:#f9f9f9;color:var(--dark-color);padding:60px 0;}.donate-hero{background-size:cover;background-position:center;color:white;text-align:center;padding:80px 20px;margin-bottom:50px;border-radius:10px;}.donate-hero h2{font-size:2.2rem;margin-bottom:15px;line-height:1.4;}.donate-hero p{font-size:1.1rem;margin-bottom:25px;opacity:0.9;max-width:800px;margin-left:auto;margin-right:auto;}.donate-methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;}.donate-method-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease;}.donate-method-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,0.12);}.donate-method-header{background:var(--primary-color);color:white;padding:25px;text-align:center;}.donate-method-header i{font-size:2.5rem;margin-bottom:15px;display:block;}.donate-method-header h3{font-size:1.4rem;margin:0;}.donate-method-body{padding:25px;}.donate-method-detail{margin-bottom:15px;display:flex;align-items:flex-start;}.donate-method-detail i{color:var(--primary-color);margin-left:10px;min-width:24px;margin-top:4px;}.donate-copy-btn{background-color:var(--light-color);border:1px solid #ddd;color:var(--dark-color);padding:4px 10px;border-radius:5px;cursor:pointer;margin-right:10px;transition:all 0.3s ease;font-size:0.9rem;}.donate-copy-btn:hover{background-color:var(--primary-color);color:white;}.donate-info-box{background-color:var(--light-color);border-left:4px solid var(--primary-color);padding:15px;border-radius:0 5px 5px 0;margin:20px 0 0;font-size:0.95rem;}.donate-highlight{background-color:rgba(249,200,14,0.2);padding:3px 8px;border-radius:4px;font-weight:bold;color:var(--primary-color);}.donate-copy-notification{position:fixed;top:80px;right:20px;background-color:var(--primary-color);color:white;padding:15px 25px;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,0.2);transform:translateX(150%);transition:transform 0.3s ease;z-index:1000;}.donate-copy-notification.show{transform:translateX(0);}.initiative-section{padding:60px 0;}.initiative-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px;}.initiative-text-block{background:white;padding:40px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.05);}.initiative-text-block h2{color:var(--primary-color);font-size:1.6rem;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--secondary-color);}.initiative-roles{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:30px;}.initiative-role-card{background:#fdfdfd;padding:20px;border-radius:8px;text-align:center;transition:all 0.3s ease;border:1px solid #eee;}.initiative-role-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,0.08);}.initiative-role-card i{font-size:2.2rem;color:var(--secondary-color);margin-bottom:15px;}.initiative-role-card h3{font-size:1.2rem;margin-bottom:10px;color:var(--primary-color);}.initiative-image-block{border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.08);height:100%;min-height:400px;}.initiative-image-block img{width:100%;height:100%;object-fit:cover;}.initiative-form-container{background:white;border-radius:10px;padding:40px;box-shadow:0 5px 15px rgba(0,0,0,0.05);}.initiative-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}.initiative-form-full{grid-column:1 / -1;}.initiative-field-group{margin-bottom:20px;}.initiative-label{display:block;margin-bottom:8px;font-weight:600;color:var(--primary-color);}.initiative-input,.initiative-select,.initiative-textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:6px;background-color:#fafafa;transition:border-color 0.3s;}.initiative-input:focus,.initiative-select:focus,.initiative-textarea:focus{outline:none;border-color:var(--primary-color);background-color:#fff;}.initiative-textarea{min-height:120px;}.initiative-form-section-title{grid-column:1 / -1;font-size:1.2rem;color:var(--primary-color);margin:25px 0 15px;padding-bottom:8px;border-bottom:1px solid #eee;}.initiative-options-group{display:flex;flex-wrap:wrap;gap:15px;}.initiative-option-item{display:flex;align-items:center;background:#f5f5f5;padding:8px 15px;border-radius:6px;cursor:pointer;}.initiative-option-item input{margin-left:10px;}.initiative-donation-box{grid-column:1 / -1;background:#f0f7ff;padding:20px;border-radius:8px;border-left:4px solid var(--secondary-color);margin:20px 0;}.initiative-donation-box h3{margin-top:0;color:var(--primary-color);display:flex;align-items:center;gap:10px;}.initiative-donation-input{display:flex;align-items:center;max-width:250px;}.initiative-donation-input span{background:var(--primary-color);color:white;padding:12px 18px;border-top-right-radius:6px;border-bottom-right-radius:6px;font-weight:600;}.initiative-donation-input input{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;}.initiative-submit-btn{grid-column:1 / -1;background:var(--primary-color);color:white;border:none;padding:14px 40px;font-size:1.1rem;border-radius:30px;cursor:pointer;font-weight:600;transition:all 0.3s;margin:20px auto 0;display:block;}.initiative-submit-btn:hover{background:var(--primary-light);transform:translateY(-2px);}.initiative-confirm-box{text-align:center;padding:50px 20px;background:white;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.05);}.initiative-confirm-icon{font-size:4rem;color:#4CAF50;margin-bottom:20px;}.members-section{padding:60px 0;background-color:var(--light-color);}.members-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}.member-card{background-color:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 25px rgba(0,0,0,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease;text-align:center;position:relative;height:100%;display:flex;flex-direction:column;}.member-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,0.15);}.member-header{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));color:white;padding:30px 20px 20px;position:relative;}.ictf-logo-badge{width:60px;height:60px;margin:0 auto 15px;background-color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;color:var(--primary-color);font-size:1.1rem;}.member-photo-frame{width:130px;height:130px;border-radius:50%;border:5px solid white;margin:0 auto -85px;background-color:#f0f0f0;overflow:hidden;position:relative;z-index:2;box-shadow:0 5px 15px rgba(0,0,0,0.1);}.member-photo-frame img{width:100%;height:100%;object-fit:cover;}.member-body{padding:100px 20px 30px;flex-grow:1;display:flex;flex-direction:column;}.member-body h2{font-size:1.3rem;margin-bottom:5px;color:var(--primary-color);}.member-country{color:var(--secondary-color);font-weight:600;margin-bottom:20px;display:block;}.member-details-list{margin-bottom:20px;font-size:0.95rem;}.member-detail-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--gray-color);}.member-detail-row:last-child{border-bottom:none;}.member-detail-row .label{color:var(--dark-color);font-weight:500;}.member-detail-row .value{color:var(--primary-color);font-weight:700;}.member-profile-btn{display:inline-block;margin-top:auto;padding:10px 25px;background:var(--secondary-color);color:white;border-radius:50px;text-decoration:none;font-weight:600;transition:all 0.3s ease;}.member-profile-btn:hover{background:var(--primary-color);}.centers-section{padding:60px 0;background-color:var(--light-color);}.centers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;}.center-card{background-color:white;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease;}.center-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,0.1);}.center-header{background-color:var(--primary-color);color:white;padding:20px;display:flex;align-items:center;justify-content:space-between;}.center-country{font-weight:500;font-size:1.1rem;}.center-logo{width:60px;height:60px;background-color:white;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:bold;color:var(--primary-color);font-size:0.8rem;text-align:center;padding:5px;overflow:hidden;}.center-logo img{max-width:100%;height:auto;}.center-body{padding:25px 20px;}.center-name{font-size:1.3rem;margin-bottom:15px;color:var(--primary-color);margin-top:0;}.center-info-row{margin-bottom:12px;font-size:0.95rem;}.center-info-row .label{color:var(--dark-color);font-weight:500;display:block;margin-bottom:2px;}.center-info-row .value{color:var(--primary-color);font-weight:600;}@media (max-width:900px){.initiative-grid{grid-template-columns:1fr;}.initiative-image-block{order:-1;min-height:250px;height:250px;}.initiative-form-grid{grid-template-columns:1fr;}}@media (max-width:600px){.initiative-roles{grid-template-columns:1fr;}.initiative-form-container{padding:20px;}.donate-hero h2{font-size:1.6rem;}}.badge-acc,.badge-mcc,.badge-dmc{padding:4px 10px;border-radius:20px;font-size:0.85rem;font-weight:700;color:white !important;display:inline-block;}.badge-acc{background-color:#e67e22;}.badge-mcc{background-color:#2980b9;}.badge-dmc{background-color:#d35400;}.member-search-filters-bar{background-color:white;padding:25px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.05);margin-bottom:40px;}.filters-bar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}.filter-item-group{display:flex;flex-direction:column;}.filter-item-group label{font-size:0.9rem;font-weight:600;color:var(--primary-color);margin-bottom:8px;}.filter-input-wrapper{position:relative;}.filter-input-wrapper i{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#888;}.filter-input-wrapper input,.filter-select{width:100%;padding:12px 40px 12px 15px;border:1px solid #ddd;border-radius:8px;font-size:0.95rem;background-color:#fcfcfc;transition:all 0.3s;}.filter-select{padding:12px 15px;}.filter-input-wrapper input:focus,.filter-select:focus{outline:none;border-color:var(--primary-color);background-color:white;box-shadow:0 0 0 3px rgba(3,76,60,0.1);}.results-info-banner{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;font-size:0.95rem;color:#666;}.results-info-banner .count-badge{background-color:var(--primary-color);color:white;padding:3px 10px;border-radius:20px;font-weight:bold;font-size:0.85rem;}.ajax-pagination{display:flex;justify-content:center;gap:10px;margin-top:50px;}.ajax-page-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #ddd;background-color:white;color:var(--primary-color);text-decoration:none;font-weight:600;transition:all 0.3s;cursor:pointer;}.ajax-page-link:hover,.ajax-page-link.active{background-color:var(--primary-color);color:white;border-color:var(--primary-color);}.ajax-page-link.disabled{opacity:0.5;pointer-events:none;}@media (max-width:768px){.filters-bar-grid{grid-template-columns:1fr;gap:15px;}.filter-input-wrapper input{padding-right:40px;}.members-grid{grid-template-columns:repeat(2,1fr);gap:16px;}}@media (max-width:480px){.members-grid{grid-template-columns:1fr;gap:16px;}}a.member-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;}a.member-card:hover{text-decoration:none;color:inherit;}.member-profile-row{display:flex;flex-wrap:wrap;gap:30px;align-items:flex-start;}.member-profile-sidebar{flex:1;min-width:260px;max-width:340px;}.member-profile-main{flex:2;min-width:0;}@media (max-width:768px){.member-profile-row{flex-direction:column;gap:20px;}.member-profile-sidebar{max-width:100%;width:100%;}.member-profile-main{width:100%;}.verification-certificate-box,.member-profile-section .container{overflow-x:hidden;}}@media (max-width:768px){.floating-whatsapp{bottom:15px !important;left:15px !important;width:60px !important;height:60px !important;z-index:999;}.member-card{margin-bottom:20px;}.member-photo-frame{width:110px !important;height:110px !important;margin-bottom:-70px !important;}.member-body{padding-top:85px !important;}.member-body h3{font-size:1.15rem !important;}.centers-grid{grid-template-columns:1fr !important;}.donate-methods-grid{grid-template-columns:1fr !important;}.section-title h2,h1{font-size:1.8rem !important;}}@media (max-width:480px){.hero{min-height:auto;padding:50px 20px 28px;margin-top:56px;}.hero-content{opacity:1;transform:none;}.hero h1{font-size:1.2rem;margin-bottom:6px;}.hero-desc{font-size:0.8rem;margin-bottom:12px;}.hero-btns{flex-direction:column;gap:8px;margin-top:12px;}.hero-btn-primary,.hero-btn-secondary{width:100%;justify-content:center;padding:11px 18px;font-size:0.82rem;min-width:0;}.hero-metrics{margin-top:20px;padding:12px 10px;border-radius:12px;}.hero-metric{padding:4px 12px;}.hero-metric-number{font-size:1.3rem;}.hero-metric-label{font-size:0.66rem;}.hero-metric-divider{height:30px;}.hero-metric{padding:4px 8px;}.hero-metric-number{font-size:1.05rem;}.hero-metric-label{font-size:0.55rem;}.member-body{padding-top:75px !important;}.member-details-list{font-size:0.85rem !important;}.member-profile-btn{font-size:0.9rem !important;padding:8px 20px !important;}}.mobile-bottom-bar{display:none;}@media (max-width:480px){:root{--section-padding-mobile:45px 0;--card-radius-mobile:12px;--touch-target-min:44px;}.section{padding:var(--section-padding-mobile);}.section-title{margin-bottom:30px;}.section-title h2{font-size:1.5rem !important;}.section-title h2::after{width:50px;height:3px;}.container{padding:0 16px;}.btn{padding:14px 25px;border-radius:10px;font-size:0.95rem;min-height:var(--touch-target-min);}.navbar{position:fixed;top:0;bottom:auto;padding:0 12px;height:60px;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,0.97);box-shadow:0 2px 15px rgba(0,0,0,0.06);z-index:1005;border-bottom:1px solid rgba(0,0,0,0.05);}.navbar.scrolled{padding:0 12px;background:rgba(255,255,255,0.98);box-shadow:0 4px 20px rgba(0,0,0,0.1);}.navbar-container{width:100%;display:flex;justify-content:center;align-items:center;gap:15px;}.logo img{height:40px;width:auto;margin-left:0;}.navbar.scrolled .logo img{height:40px;width:auto;}.logo h1{font-size:1rem;}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:rgba(13,78,101,0.05);font-size:1.3rem;color:var(--primary-color);border:none;cursor:pointer;transition:all 0.3s ease;}.mobile-menu-btn:active{background:rgba(13,78,101,0.12);transform:scale(0.95);}.navbar-cta{padding:6px 14px;font-size:0.75rem;margin-right:6px;border-radius:50px;box-shadow:0 3px 12px rgba(255,159,28,0.2);}.mobile-menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,0.4);z-index:1001;opacity:0;visibility:hidden;transition:opacity 0.35s cubic-bezier(0.4,0,0.2,1),visibility 0.35s cubic-bezier(0.4,0,0.2,1);-webkit-tap-highlight-color:transparent;}.mobile-menu-backdrop.visible{opacity:1;visibility:visible;}.nav-links{position:fixed;top:auto;bottom:-100%;right:0;left:0;width:100%;height:auto;max-height:75vh;background:rgba(255,255,255,0.99);border-radius:20px 20px 0 0;flex-direction:column;padding:0;box-shadow:0 -10px 40px rgba(0,0,0,0.18);overflow-y:auto;overscroll-behavior:contain;z-index:1002;will-change:bottom;transition:bottom 0.35s cubic-bezier(0.4,0,0.2,1);}.nav-links.active{bottom:0;}.drawer-header{display:flex;align-items:center;justify-content:center;position:sticky;top:0;background:rgba(255,255,255,0.99);border-radius:20px 20px 0 0;padding:10px 16px 6px;z-index:5;flex-shrink:0;}.drawer-handle{width:40px;height:4px;background:rgba(0,0,0,0.15);border-radius:2px;flex-shrink:0;}.drawer-close-btn{position:absolute;top:8px;left:12px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,0.06);border:none;font-size:1.2rem;color:#555;cursor:pointer;transition:background 0.2s ease,color 0.2s ease,transform 0.2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;}.drawer-close-btn:active{background:rgba(0,0,0,0.12);transform:scale(0.92);color:var(--primary-color);}.drawer-close-btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;}.nav-links ul{padding:0;margin:0;list-style:none;}.nav-links li{margin:0;border-bottom:1px solid rgba(0,0,0,0.04);}.nav-links li:last-child{padding-bottom:env(safe-area-inset-bottom,12px);}.nav-links a{padding:16px 24px;font-size:1.05rem;display:flex;align-items:center;gap:12px;font-weight:500;color:#222;text-decoration:none;transition:background 0.15s ease,color 0.15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;}.nav-links a::after{display:none;}.nav-links a:active{background:rgba(13,78,101,0.05);}.nav-links a:focus-visible{outline:2px solid var(--primary-color);outline-offset:-2px;background:rgba(13,78,101,0.04);}.nav-links a:focus:not(:focus-visible){outline:none;}.mobile-bottom-bar{display:flex;position:fixed;bottom:0;left:0;right:0;height:68px;background:rgba(255,255,255,0.98);border-top:1px solid rgba(0,0,0,0.08);z-index:1000;padding:4px 8px;padding-bottom:env(safe-area-inset-bottom,8px);justify-content:space-around;align-items:center;box-shadow:0 -4px 20px rgba(0,0,0,0.06);}@supports (padding-bottom:env(safe-area-inset-bottom)){.mobile-bottom-bar{padding-bottom:calc(8px + env(safe-area-inset-bottom)) !important;}.footer{padding-bottom:calc(100px + env(safe-area-inset-bottom)) !important;}.floating-whatsapp{bottom:calc(85px + env(safe-area-inset-bottom)) !important;}}.mobile-bottom-bar a,.mobile-bottom-bar button.menu-trigger{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:0.65rem;color:#999;text-decoration:none;font-weight:500;flex:1;padding:6px 4px;border-radius:10px;transition:all 0.2s ease;min-height:50px;background:none;border:none;font-family:inherit;outline:none;cursor:pointer;}.mobile-bottom-bar a i,.mobile-bottom-bar button.menu-trigger i{font-size:1.3rem;transition:all 0.2s ease;}.mobile-bottom-bar a.active{color:var(--primary-color);}.mobile-bottom-bar a.active i{color:var(--primary-color);}.mobile-bottom-bar button.menu-trigger{color:var(--secondary-color);}.mobile-bottom-bar button.menu-trigger i{font-size:1.5rem;}@media (prefers-reduced-motion:reduce){.nav-links,.mobile-menu-backdrop{transition-duration:0.01ms !important;}}.hero{height:auto;min-height:65vh;padding:80px 20px 50px;margin-top:0;background-attachment:scroll !important;}.hero::before{background:linear-gradient(135deg,rgba(0,40,60,0.75) 0%,rgba(0,60,50,0.55) 100%);}.hero-content{opacity:1;transform:none;}.hero h1{font-size:1.7rem;line-height:1.35;margin-bottom:15px;}.hero p{font-size:0.95rem;line-height:1.6;margin-bottom:25px;}.hero-btns{flex-direction:column;gap:10px;}.hero-btns .btn{width:100%;padding:16px 25px;font-size:1rem;border-radius:12px;text-align:center;font-weight:700;}.hero-btns .btn-primary{order:-1;}.hero-swipe-hint{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:35px;opacity:0.7;}.hero-swipe-hint i{font-size:1.2rem;color:white;}.hero-swipe-hint span{font-size:0.7rem;color:rgba(255,255,255,0.8);}.about-content{grid-template-columns:1fr;gap:25px;}.about-image{order:-1;max-width:100%;transform:none !important;border-radius:var(--card-radius-mobile);box-shadow:0 8px 25px rgba(0,0,0,0.08);}.about-image:hover{transform:none !important;}.about-image img{width:100%;}.about-image:hover img{transform:none;}.about-text h3{font-size:1.3rem;margin-bottom:15px;}.about-text .btn{width:100%;text-align:center;margin-top:10px;}.programs-grid{grid-template-columns:1fr;gap:24px;max-width:440px;margin:0 auto;}.programs-path{display:none;}.program-card{border-radius:16px;padding:28px 22px 24px;}.program-card:hover{transform:translateY(-5px);}.prog-accred{margin-bottom:16px;}.prog-accred-seal{font-size:1.7rem;margin-bottom:10px;}.prog-accred-level{font-size:0.68rem;padding:4px 12px;}.prog-title{font-size:1.1rem;}.prog-meta{font-size:0.78rem;margin-bottom:18px;}.prog-benefits{margin-bottom:20px;}.prog-benefits li{padding:8px 0;font-size:0.85rem;gap:10px;}.prog-benefits li i{font-size:0.8rem;}.prog-btn{padding:12px 20px;font-size:0.85rem;border-radius:10px;}.courses-ads{padding:50px 0;}.coursesSwiper{height:auto !important;padding:10px 5px 50px 5px !important;}.course-ad-card{height:420px;border-radius:var(--card-radius-mobile);}.course-ad-image-wrapper{height:260px;}.course-ad-card:hover{transform:translateY(-4px);}.course-ad-card:hover .course-ad-img{transform:scale(1.03);}.course-ad-footer{padding:14px 16px;}.course-ad-title{font-size:0.95rem;margin-bottom:10px;}.course-ad-action-btn{padding:12px 16px;font-size:0.85rem;}.swiper-button-next,.swiper-button-prev{width:36px;height:36px;}.swiper-button-next::after,.swiper-button-prev::after{font-size:1rem;}.benefits-grid,.why-ictf-grid{grid-template-columns:repeat(2,1fr);gap:14px;}.benefit-card,.why-ictf-card{padding:22px 18px;border-radius:12px;}.benefit-card:hover,.why-ictf-card:hover{transform:translateY(-4px);}.benefit-card h3,.why-ictf-card h3{font-size:0.92rem;}.benefit-card p,.why-ictf-card p{font-size:0.8rem;}.why-ictf-card-icon{width:48px;height:48px;border-radius:12px;}.why-ictf-card-icon i{font-size:1.1rem;}.benefit-card{padding:18px 12px;border-radius:var(--card-radius-mobile);}.benefit-card:hover{transform:translateY(-5px);}.benefit-icon{font-size:2rem;margin-bottom:10px;}.benefit-card h3{font-size:0.95rem;margin-bottom:8px;}.benefit-card p{font-size:0.8rem;line-height:1.5;}.video-section{padding:50px 0;}.video-content{grid-template-columns:1fr;gap:25px;}.video-container{transform:none !important;border-radius:var(--card-radius-mobile);box-shadow:0 8px 25px rgba(0,0,0,0.1);}.video-container:hover{transform:none !important;}.video-iframe{height:220px;}.video-text{padding:0;}.video-text h3{font-size:1.25rem;margin-bottom:12px;}.video-text p{font-size:0.9rem;margin-bottom:18px;}.video-text .btn{width:100%;text-align:center;}.join-path{max-width:100%;margin-top:28px;padding-right:50px;}.join-step{gap:18px;}.join-step-track{width:36px;}.join-step-dot{width:36px;height:36px;font-size:0.9rem;box-shadow:0 0 0 3px rgba(255,159,28,0.2);}.join-step-connector{min-height:20px;}.join-step-card{padding:14px 18px;margin:2px 0;border-radius:10px;}.join-step-title{font-size:1rem;}.join-step-desc{font-size:0.82rem;}.join-path-cta{margin-top:28px;}.join-path-btn{width:100%;justify-content:center;padding:14px 24px;font-size:0.95rem;}.partners-grid{grid-template-columns:repeat(2,1fr);gap:14px;}.partner-logo{height:100px;padding:16px;border-radius:12px;filter:grayscale(0.2);opacity:0.8;}.partner-logo:hover{transform:translateY(-3px);filter:grayscale(0);box-shadow:0 4px 16px rgba(0,0,0,0.06);}.partner-logo img{max-height:55px;}.partner-logo:hover img{transform:scale(1.04);}.blog-grid{grid-template-columns:1fr;gap:16px;}.blog-card{border-radius:12px;}.blog-card:hover{transform:translateY(-4px);}.blog-image{height:160px;}.blog-content{padding:16px 18px 20px;}.blog-content h3{font-size:1.05rem;margin-bottom:8px;}.blog-content p{font-size:0.85rem;margin-bottom:14px;}.blog-content .btn{width:100%;text-align:center;padding:10px 16px;font-size:0.82rem;}.blog .text-center .btn-primary{width:100%;text-align:center;padding:12px;}.testimonialsSwiper{padding:30px 0 50px;}.testimonial-card{padding:25px 20px;margin:10px;border-radius:var(--card-radius-mobile);}.testimonial-header{flex-direction:column;text-align:center;margin-bottom:15px;}.testimonial-img{width:70px;height:70px;margin-left:0;margin-bottom:12px;}.client-info h3{font-size:1.15rem;}.testimonial-body{padding-right:0;font-size:0.9rem;line-height:1.7;}.testimonial-body::before{font-size:3rem;top:-20px;right:0;}.testimonialsSwiper .swiper-button-next,.testimonialsSwiper .swiper-button-prev{width:40px;height:40px;}.testimonialsSwiper .swiper-button-next::after,.testimonialsSwiper .swiper-button-prev::after{font-size:1.2rem;}.footer-main{padding:30px 0 24px;}.footer-grid{grid-template-columns:1fr;gap:24px;}.footer-col-title{font-size:0.9rem;margin-bottom:14px;}.footer-links li{margin-bottom:10px;}.footer-links li a{font-size:0.85rem;}.footer-contact-list li{font-size:0.85rem;}.footer-contact-list li i{width:28px;height:28px;font-size:0.75rem;}.footer-social-link{width:34px;height:34px;font-size:0.82rem;}.footer-accred-inner{flex-direction:column;gap:8px;}.footer-accred-label{font-size:0.65rem;}.footer-bottom-inner p{font-size:0.75rem;}.footer-bottom-links a{font-size:0.75rem;}.footer-grid{grid-template-columns:1fr;gap:30px;}.footer-col h3{font-size:1.15rem;margin-bottom:18px;}.footer-col .social-links{justify-content:flex-start;gap:12px;}.footer-col .social-links a{width:48px;height:48px;font-size:1.2rem;}.footer-col ul li{margin-bottom:12px;}.footer-col ul li a{font-size:0.95rem;padding:6px 0;display:block;}.copyright{margin-top:30px;padding:20px 0 0;font-size:0.85rem;}.floating-whatsapp{bottom:85px;left:12px;width:50px;height:50px;font-size:26px;border-radius:14px;box-shadow:0 4px 15px rgba(37,211,102,0.4);}}.help-notification{bottom:150px;left:10px;width:calc(100% - 20px);max-width:320px;padding:20px;border-radius:16px;}.notification-header h3{font-size:1.1rem;}.notification-body{font-size:0.9rem;}@media (hover:none){.btn:hover::before{width:0;}.btn:hover{transform:none;box-shadow:none;}.nav-links a:hover{color:inherit;}.nav-links a:hover::after{width:0;}}.donate-hero{padding:50px 16px;border-radius:10px;}.donate-hero h2{font-size:1.5rem;}.donate-methods-grid{grid-template-columns:1fr;}.donate-method-card{border-radius:var(--card-radius-mobile);}.initiative-grid{grid-template-columns:1fr;}.initiative-image-block{order:-1;min-height:220px;height:220px;}.initiative-form-grid{grid-template-columns:1fr;}.centers-grid{grid-template-columns:1fr;}.member-card{border-radius:var(--card-radius-mobile);}.member-photo-frame{width:110px;height:110px;margin-bottom:-70px;}.member-body{padding-top:85px;}.member-body h3{font-size:1.15rem;}}.about-trust-bar{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f5ff,#e8f0fe);border:1px solid rgba(13,78,101,0.08);border-radius:16px;padding:28px 40px;margin-bottom:44px;gap:0;}.about-trust-stat{text-align:center;flex:1;padding:4px 20px;}.about-trust-number{display:flex;align-items:center;justify-content:center;gap:2px;font-size:2.4rem;font-weight:800;color:var(--primary-color);line-height:1;margin-bottom:4px;}.about-trust-suffix{font-size:1.8rem;font-weight:800;color:var(--secondary-color);}.about-trust-label{display:block;font-size:0.85rem;font-weight:600;color:#555;line-height:1.3;}.about-trust-divider{width:1px;height:52px;background:rgba(13,78,101,0.08);flex-shrink:0;}.about-premium{background:#ffffff;position:relative;overflow:hidden;}.about-premium::before{content:'';position:absolute;top:-40%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(13,78,101,0.03) 0%,transparent 70%);border-radius:50%;pointer-events:none;}.about-premium-grid{display:grid;grid-template-columns:45fr 55fr;gap:60px;align-items:center;}.about-premium-visual{position:relative;}.about-premium-image-card{position:relative;border-radius:20px;overflow:visible;box-shadow:0 30px 70px rgba(13,78,101,0.15),0 10px 24px rgba(0,0,0,0.08);transition:transform 0.5s cubic-bezier(0.23,1,0.32,1),box-shadow 0.5s cubic-bezier(0.23,1,0.32,1);will-change:transform;}.about-premium-image-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 45px 90px rgba(13,78,101,0.22),0 14px 35px rgba(0,0,0,0.12);}.about-premium-image-wrap{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:4 / 3;}.about-premium-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.7s cubic-bezier(0.23,1,0.32,1);}.about-premium-image-card:hover .about-premium-img{transform:scale(1.06);}.about-premium-img-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(13,78,101,0.4) 100%);pointer-events:none;}.about-premium-badge{position:absolute;bottom:-24px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:14px;background:#ffffff;padding:16px 28px;border-radius:14px;box-shadow:0 12px 40px rgba(13,78,101,0.18),0 4px 12px rgba(0,0,0,0.08);z-index:2;white-space:nowrap;direction:ltr;transition:transform 0.4s cubic-bezier(0.23,1,0.32,1),box-shadow 0.4s cubic-bezier(0.23,1,0.32,1);}.about-premium-image-card:hover .about-premium-badge{transform:translateX(-50%) translateY(-4px);box-shadow:0 20px 60px rgba(13,78,101,0.25),0 8px 20px rgba(0,0,0,0.1);}.about-premium-badge-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--secondary-color),hsl(38deg 100% 40%));display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff;flex-shrink:0;}.about-premium-badge-text{display:flex;flex-direction:column;text-align:left;}.about-premium-badge-label{font-size:0.85rem;font-weight:800;color:var(--primary-color);line-height:1.3;}.about-premium-badge-sub{font-size:0.7rem;font-weight:500;color:#777;line-height:1.3;}.about-premium-content{max-width:600px;}.about-premium-eyebrow{display:inline-block;font-size:0.8rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--secondary-color);background:rgba(255,159,28,0.1);padding:6px 18px;border-radius:50px;margin-bottom:20px;}.about-premium-title{font-size:2rem;font-weight:800;color:var(--primary-color);line-height:1.25;margin-bottom:6px;}.about-premium-subtitle{display:block;font-size:1.05rem;font-weight:600;color:#6a7a8a;line-height:1.4;margin-bottom:18px;}.about-premium-desc{font-size:1rem;line-height:1.75;color:#555;margin-bottom:28px;}.about-premium-desc p{margin-bottom:16px;}.about-premium-desc p:last-child{margin-bottom:0;}.about-premium-desc ul{list-style:none;padding:0;margin:16px 0 0;}.about-premium-desc ul li{position:relative;padding-right:24px;margin-bottom:8px;color:#555;}.about-premium-desc ul li::before{content:'✓';position:absolute;right:0;top:0;color:var(--accent-color);font-weight:800;}.about-premium-desc h4{color:var(--primary-color);font-size:1.15rem;margin-bottom:12px;margin-top:24px;}.about-premium-points{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:16px;}.about-premium-point{display:flex;align-items:flex-start;gap:18px;padding:0;transition:transform 0.3s ease;}.about-premium-point:hover{transform:translateX(-4px);}.about-premium-point-icon{width:48px;height:48px;border-radius:12px;background:rgba(13,78,101,0.06);display:flex;align-items:center;justify-content:center;font-size:1.15rem;color:var(--primary-color);flex-shrink:0;transition:background 0.3s ease,color 0.3s ease,transform 0.3s ease;}.about-premium-point:hover .about-premium-point-icon{background:var(--primary-color);color:#fff;transform:scale(1.08);}.about-premium-point-text{display:flex;flex-direction:column;gap:4px;padding-top:4px;}.about-premium-point-title{font-size:1.05rem;font-weight:700;color:var(--dark-color);line-height:1.4;}.about-premium-point-desc{font-size:0.92rem;color:#777;line-height:1.6;}.about-premium-stats{display:flex;align-items:center;background:linear-gradient(135deg,#f0f5ff,#e8f0fe);border:1px solid rgba(13,78,101,0.08);border-radius:16px;padding:28px 36px;margin-bottom:28px;gap:0;}.about-premium-stat{text-align:center;flex:1;padding:4px 12px;}.about-premium-stat-number{font-size:2rem;font-weight:800;color:var(--primary-color);line-height:1;margin-bottom:4px;display:flex;align-items:center;justify-content:center;gap:2px;}.about-premium-stat-suffix{font-size:1.6rem;font-weight:800;color:var(--secondary-color);}.about-premium-stat-label{display:block;font-size:0.8rem;font-weight:600;color:#888;line-height:1.3;}.about-premium-stat-divider{width:1px;height:48px;background:rgba(13,78,101,0.1);flex-shrink:0;}.about-premium-cta{display:flex;align-items:center;gap:24px;flex-wrap:wrap;}.about-premium-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--secondary-color),hsl(38deg 100% 40%));color:#fff !important;font-size:1.05rem;font-weight:700;padding:16px 34px;border-radius:50px;text-decoration:none;box-shadow:0 8px 30px rgba(255,159,28,0.3);transition:all 0.4s cubic-bezier(0.23,1,0.32,1);border:none;cursor:pointer;min-height:56px;}.about-premium-btn i{font-size:0.9rem;transition:transform 0.3s ease;}.about-premium-btn:hover{transform:translateY(-4px);box-shadow:0 14px 40px rgba(255,159,28,0.45);background:linear-gradient(135deg,hsl(38deg 100% 55%),var(--secondary-color));}.about-premium-btn:hover i{transform:translateX(-4px);}.about-premium-btn:focus-visible{outline:3px solid var(--primary-color);outline-offset:3px;}.about-premium-link{display:inline-flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:var(--primary-color);text-decoration:none;padding:8px 4px;min-height:48px;border-bottom:2px solid transparent;transition:border-color 0.3s ease,color 0.3s ease;}.about-premium-link i{font-size:0.8rem;transition:transform 0.3s ease;}.about-premium-link:hover{color:var(--secondary-color);border-color:var(--secondary-color);}.about-premium-link:hover i{transform:translateX(-4px);}.about-premium-link:focus-visible{outline:3px solid var(--primary-color);outline-offset:3px;border-radius:4px;}[dir="rtl"] .about-premium-point:hover{transform:translateX(4px);}[dir="rtl"] .about-premium-btn:hover i,[dir="rtl"] .about-premium-link:hover i{transform:translateX(4px);}@media (max-width:992px){.about-trust-bar{padding:20px 24px;margin-bottom:36px;border-radius:16px;}.about-trust-number{font-size:1.7rem;}.about-trust-suffix{font-size:1.3rem;}.about-trust-label{font-size:0.75rem;}.about-premium-grid{grid-template-columns:1fr;gap:44px;}.about-premium-visual{max-width:520px;margin:0 auto;order:-1;}.about-premium-content{max-width:100%;}.about-premium-title{font-size:1.7rem;}}@media (max-width:768px){.about-trust-bar{display:grid;grid-template-columns:1fr 1fr;padding:20px 16px;gap:14px;margin-bottom:28px;border-radius:14px;}.about-trust-stat{padding:4px 8px;}.about-trust-divider{display:none;}.about-trust-number{font-size:1.5rem;}.about-trust-suffix{font-size:1.1rem;}.about-trust-label{font-size:0.72rem;}.about-premium-grid{gap:32px;}.about-premium-visual{max-width:100%;}.about-premium-image-card{border-radius:16px;box-shadow:0 15px 40px rgba(13,78,101,0.1);}.about-premium-image-card:hover{transform:none;box-shadow:0 15px 40px rgba(13,78,101,0.1);}.about-premium-image-card:hover .about-premium-img{transform:none;}.about-premium-image-wrap{aspect-ratio:16 / 10;}.about-premium-badge{position:relative;bottom:auto;left:auto;transform:none;width:100%;justify-content:center;border-radius:0 0 16px 16px;box-shadow:0 4px 20px rgba(13,78,101,0.08);padding:14px 20px;}.about-premium-image-card:hover .about-premium-badge{transform:none;box-shadow:0 4px 20px rgba(13,78,101,0.08);}.about-premium-content{text-align:center;}.about-premium-eyebrow{font-size:0.75rem;padding:5px 14px;}.about-premium-title{font-size:1.55rem;margin-bottom:4px;}.about-premium-subtitle{font-size:0.95rem;margin-bottom:14px;}.about-premium-desc{font-size:0.95rem;line-height:1.75;margin-bottom:28px;text-align:right;}.about-premium-desc ul li{font-size:0.92rem;}.about-premium-points{gap:12px;margin-bottom:32px;}.about-premium-point{background:#f8fafe;border:1px solid rgba(13,78,101,0.06);border-radius:14px;padding:16px 18px;align-items:center;gap:14px;transition:background 0.3s ease,transform 0.3s ease;}.about-premium-point:hover{transform:translateY(-3px);background:#f0f5ff;}.about-premium-point-icon{width:44px;height:44px;font-size:1rem;border-radius:10px;}.about-premium-point-text{padding-top:0;text-align:right;}.about-premium-point-title{font-size:0.95rem;}.about-premium-point-desc{font-size:0.85rem;}[dir="rtl"] .about-premium-point:hover{transform:translateY(-3px);}.about-premium-stats{display:grid;grid-template-columns:1fr 1fr;padding:24px 16px;gap:16px;border-radius:14px;margin-bottom:32px;}.about-premium-stat{padding:4px 8px;}.about-premium-stat-divider{display:none;}.about-premium-stat-number{font-size:1.7rem;}.about-premium-stat-suffix{font-size:1.3rem;}.about-premium-stat-label{font-size:0.75rem;}.about-premium-cta{flex-direction:column;gap:16px;}.about-premium-btn{width:100%;justify-content:center;min-height:52px;font-size:1rem;padding:14px 28px;border-radius:14px;}.about-premium-link{justify-content:center;width:100%;min-height:48px;font-size:0.95rem;}}@media (max-width:480px){.about-trust-bar{padding:16px 12px;gap:10px;margin-bottom:24px;border-radius:12px;}.about-trust-number{font-size:1.3rem;}.about-trust-suffix{font-size:1rem;}.about-trust-label{font-size:0.68rem;}.about-premium-grid{gap:24px;}.about-premium-title{font-size:1.25rem;}.about-premium-subtitle{font-size:0.88rem;}.about-premium-desc{font-size:0.9rem;}.about-premium-points{gap:10px;}.about-premium-point{padding:14px 14px;}.about-premium-stats{padding:20px 12px;gap:12px;}.about-premium-stat-number{font-size:1.5rem;}}@media (prefers-reduced-motion:reduce){.about-premium-image-card,.about-premium-img,.about-premium-badge,.about-premium-point,.about-premium-point-icon,.about-premium-btn,.about-premium-link,.about-premium-image-card .fade-up,.about-premium-content .fade-up{transition-duration:0.01ms !important;transform:none !important;}.about-premium-image-card:hover{transform:none;}.about-premium-image-card:hover .about-premium-img{transform:none;}.about-premium-image-card:hover .about-premium-badge{transform:none;}.about-premium .fade-up,.about-trust-bar .fade-up{opacity:1;transform:none;}.about-premium .fade-up.visible,.about-trust-bar .fade-up.visible{animation:none;}.about-trust-bar,.about-trust-stat,.about-trust-number,.about-trust-label{transition-duration:0.01ms !important;transform:none !important;}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px);}100%{opacity:1;transform:translateY(0);}}.fade-up{opacity:0;}.fade-up.visible{animation:fadeUp 0.6s cubic-bezier(0.23,1,0.32,1) var(--fade-delay,0s) forwards;}.video-premium{background:linear-gradient(160deg,#f8fafe 0%,#f0f5ff 50%,#eef2f7 100%);padding:var(--section-padding) 0;position:relative;overflow:hidden;}.video-premium-bg-orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(100px);opacity:0.09;}.video-premium-orb-1{width:500px;height:500px;background:radial-gradient(circle,var(--primary-color),transparent);top:-200px;left:-150px;}.video-premium-orb-2{width:400px;height:400px;background:radial-gradient(circle,var(--secondary-color),transparent);bottom:-150px;right:-100px;}.video-premium-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1;}.video-premium-content{max-width:580px;}.video-premium-eyebrow{display:inline-block;font-size:0.75rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--secondary-color);background:rgba(255,159,28,0.1);padding:6px 18px;border-radius:50px;margin-bottom:14px;}.video-premium-title{font-size:1.95rem;font-weight:800;color:var(--primary-color);line-height:1.25;margin-bottom:6px;}.video-premium-subtitle{display:block;font-size:1.05rem;font-weight:600;color:#6a7a8a;line-height:1.4;margin-bottom:18px;}.video-premium-intro{font-size:1rem;line-height:1.7;color:#555;margin-bottom:28px;}.video-premium-features{list-style:none;padding:0;margin:0 0 28px;display:grid;grid-template-columns:1fr 1fr;gap:14px;}.video-premium-feature{display:flex;align-items:flex-start;gap:12px;padding:16px 16px;background:#ffffff;border:1px solid rgba(13,78,101,0.06);border-radius:12px;transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease;}.video-premium-feature:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(13,78,101,0.08);border-color:rgba(13,78,101,0.12);}.video-premium-feature-icon{width:40px;height:40px;border-radius:10px;background:rgba(13,78,101,0.06);display:flex;align-items:center;justify-content:center;font-size:0.95rem;color:var(--primary-color);flex-shrink:0;transition:background 0.3s ease,color 0.3s ease;}.video-premium-feature:hover .video-premium-feature-icon{background:var(--primary-color);color:#ffffff;}.video-premium-feature-text{display:flex;flex-direction:column;gap:2px;padding-top:1px;}.video-premium-feature-title{font-size:0.92rem;font-weight:700;color:var(--dark-color);line-height:1.3;}.video-premium-feature-desc{font-size:0.8rem;color:#888;line-height:1.5;}.video-premium-stats{display:flex;align-items:center;background:linear-gradient(135deg,var(--primary-color),hsl(195deg 100% 30%));border-radius:14px;padding:24px 28px;margin-bottom:28px;gap:0;}.video-premium-stat{text-align:center;flex:1;padding:4px 10px;}.video-premium-stat-number{font-size:1.8rem;font-weight:800;color:#ffffff;line-height:1;margin-bottom:4px;display:flex;align-items:center;justify-content:center;gap:2px;}.video-premium-stat-suffix{font-size:1.4rem;font-weight:800;color:var(--secondary-color);}.video-premium-stat-label{display:block;font-size:0.72rem;font-weight:500;color:rgba(255,255,255,0.75);line-height:1.3;}.video-premium-stat-divider{width:1px;height:44px;background:rgba(255,255,255,0.15);flex-shrink:0;}.video-premium-cta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}.video-premium-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--secondary-color),hsl(38deg 100% 40%));color:#fff !important;font-size:1rem;font-weight:700;padding:15px 32px;border-radius:50px;text-decoration:none;box-shadow:0 8px 30px rgba(255,159,28,0.3);transition:all 0.4s cubic-bezier(0.23,1,0.32,1);border:none;cursor:pointer;min-height:52px;}.video-premium-btn i{font-size:0.85rem;transition:transform 0.3s ease;}.video-premium-btn:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(255,159,28,0.45);background:linear-gradient(135deg,hsl(38deg 100% 55%),var(--secondary-color));}.video-premium-btn:hover i{transform:translateX(-4px);}.video-premium-btn:focus-visible{outline:3px solid var(--primary-color);outline-offset:3px;}.video-premium-btn-outline{display:inline-flex;align-items:center;gap:10px;background:transparent;color:var(--primary-color) !important;font-size:0.95rem;font-weight:700;padding:13px 26px;border-radius:50px;border:2px solid var(--primary-color);text-decoration:none;transition:all 0.3s ease;cursor:pointer;min-height:48px;}.video-premium-btn-outline i{font-size:0.8rem;transition:transform 0.3s ease;}.video-premium-btn-outline:hover{background:var(--primary-color);color:#fff !important;transform:translateY(-3px);box-shadow:0 8px 25px rgba(13,78,101,0.2);}.video-premium-btn-outline:hover i{transform:translateX(-4px);}.video-premium-btn-outline:focus-visible{outline:3px solid var(--secondary-color);outline-offset:3px;}.video-premium-media{position:relative;}.video-premium-card{position:relative;border-radius:20px;overflow:visible;background:transparent;}.video-premium-card-bg{position:absolute;top:-16px;left:-16px;right:-16px;bottom:-16px;border-radius:28px;background:linear-gradient(135deg,rgba(13,78,101,0.04),rgba(255,159,28,0.06),rgba(13,78,101,0.04));z-index:0;pointer-events:none;}.video-premium-player{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 30px 70px rgba(13,78,101,0.15),0 10px 24px rgba(0,0,0,0.08);transition:transform 0.5s cubic-bezier(0.23,1,0.32,1),box-shadow 0.5s cubic-bezier(0.23,1,0.32,1);will-change:transform;background:#000;z-index:1;}.video-premium-card:hover .video-premium-player{transform:translateY(-8px) scale(1.01);box-shadow:0 45px 90px rgba(13,78,101,0.22),0 14px 35px rgba(0,0,0,0.12);}.video-premium-player{aspect-ratio:16 / 9;background:#000;}.video-premium-player .youtube-lazy-cover{width:100%;height:100%;border-radius:0;}.video-premium-player .youtube-lazy-thumb{width:100%;height:100%;object-fit:cover;}.video-premium-player .youtube-lazy-cover iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;}.video-premium-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:84px;height:84px;border-radius:50%;background:rgba(255,255,255,0.95);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 40px rgba(0,0,0,0.35);transition:transform 0.4s cubic-bezier(0.23,1,0.32,1),background 0.3s ease,box-shadow 0.4s ease;z-index:3;cursor:pointer;}.video-premium-play-btn svg{width:34px;height:34px;margin-left:4px;}.video-premium-play-btn svg path:first-child{fill:#ff0000;transition:fill 0.3s ease;}.video-premium-card:hover .video-premium-play-btn{transform:translate(-50%,-50%) scale(1.1);background:#ffffff;box-shadow:0 12px 40px rgba(0,0,0,0.4);}.video-premium-card:hover .video-premium-play-btn svg path:first-child{fill:#cc0000;}.video-premium-player-shimmer{position:absolute;inset:0;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,0.08) 45%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.08) 55%,transparent 60%);background-size:200% 100%;opacity:0;transition:opacity 0.4s ease;pointer-events:none;z-index:4;border-radius:20px;}.video-premium-card:hover .video-premium-player-shimmer{opacity:1;animation:videoShimmer 1.5s ease infinite;}@keyframes videoShimmer{0%{background-position:100% 0;}100%{background-position:-100% 0;}}.video-premium-iframe{width:100%;height:100%;border:0;display:block;}.video-premium-card-badges{position:relative;list-style:none;padding:0;margin:16px auto 0;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;z-index:2;max-width:90%;}.video-premium-card-badge{display:inline-flex;align-items:center;gap:7px;background:#ffffff;border:1px solid rgba(13,78,101,0.08);border-radius:50px;padding:7px 16px 7px 12px;box-shadow:0 4px 15px rgba(13,78,101,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease;}.video-premium-card-badge:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(13,78,101,0.12);}.video-premium-card-badge-icon{width:26px;height:26px;border-radius:50%;background:rgba(255,159,28,0.1);display:flex;align-items:center;justify-content:center;font-size:0.7rem;color:var(--secondary-color);flex-shrink:0;}.video-premium-card-badge-label{font-size:0.75rem;font-weight:600;color:var(--dark-color);white-space:nowrap;}[dir="rtl"] .video-premium-feature:hover{transform:translateY(-4px);}[dir="rtl"] .video-premium-btn:hover i,[dir="rtl"] .video-premium-btn-outline:hover i{transform:translateX(4px);}@media (max-width:992px){.video-premium{padding:80px 0;}.video-premium-grid{grid-template-columns:1fr;gap:44px;}.video-premium-content{max-width:100%;}.video-premium-media{max-width:560px;margin:0 auto;order:-1;}.video-premium-title{font-size:1.7rem;}}@media (max-width:768px){.video-premium{padding:60px 0;}.video-premium-grid{gap:32px;}.video-premium-content{text-align:center;}.video-premium-eyebrow{font-size:0.7rem;padding:5px 14px;margin-bottom:12px;}.video-premium-title{font-size:1.4rem;margin-bottom:4px;}.video-premium-subtitle{font-size:0.95rem;margin-bottom:14px;}.video-premium-intro{font-size:0.92rem;line-height:1.65;margin-bottom:24px;text-align:right;}.video-premium-features{grid-template-columns:1fr;gap:10px;margin-bottom:24px;}.video-premium-feature{padding:14px 14px;text-align:right;border-radius:12px;}.video-premium-feature:hover{transform:translateY(-3px);}.video-premium-feature-icon{width:36px;height:36px;font-size:0.9rem;border-radius:8px;}.video-premium-feature-title{font-size:0.88rem;}.video-premium-feature-desc{font-size:0.78rem;}.video-premium-stats{display:grid;grid-template-columns:1fr 1fr;padding:20px 16px;gap:14px;border-radius:12px;margin-bottom:24px;}.video-premium-stat{padding:4px 8px;}.video-premium-stat-divider{display:none;}.video-premium-stat-number{font-size:1.5rem;}.video-premium-stat-suffix{font-size:1.1rem;}.video-premium-stat-label{font-size:0.7rem;}.video-premium-media{max-width:100%;}.video-premium-card-bg{display:none;}.video-premium-player{border-radius:16px;box-shadow:0 15px 40px rgba(13,78,101,0.1);}.video-premium-card:hover .video-premium-player{transform:none;box-shadow:0 15px 40px rgba(13,78,101,0.1);}.video-premium-play-btn{width:60px;height:60px;}.video-premium-play-btn svg{width:26px;height:26px;}.video-premium-card:hover .video-premium-play-btn{transform:translate(-50%,-50%) scale(1.05);}.video-premium-player-shimmer{display:none;}.video-premium-card-badges{gap:8px;margin-top:14px;}.video-premium-card-badge{padding:6px 14px 6px 10px;}.video-premium-card-badge-icon{width:24px;height:24px;font-size:0.65rem;}.video-premium-card-badge-label{font-size:0.7rem;}.video-premium-cta{flex-direction:column;gap:12px;}.video-premium-btn,.video-premium-btn-outline{width:100%;justify-content:center;min-height:50px;font-size:0.95rem;padding:13px 26px;border-radius:14px;}}@media (max-width:480px){.video-premium{padding:44px 0;}.video-premium-grid{gap:24px;}.video-premium-title{font-size:1.25rem;}.video-premium-subtitle{font-size:0.88rem;}.video-premium-intro{font-size:0.88rem;}.video-premium-features{gap:8px;}.video-premium-feature{padding:12px 12px;}.video-premium-stats{padding:16px 12px;gap:10px;}.video-premium-stat-number{font-size:1.3rem;}.video-premium-stat-label{font-size:0.65rem;}}@media (prefers-reduced-motion:reduce){.fade-up{opacity:1;transform:none;}.fade-up.visible{animation:none;}.video-premium-player,.video-premium-feature,.video-premium-card-badge,.video-premium-btn,.video-premium-btn-outline,.video-premium-play-btn{transition-duration:0.01ms !important;transform:none !important;}.video-premium-card:hover .video-premium-player{transform:none;}.video-premium-card:hover .video-premium-play-btn{transform:translate(-50%,-50%);}.video-premium-player-shimmer{display:none;}.video-premium-feature:hover{transform:none;}.video-premium-card-badge:hover{transform:none;}@keyframes videoShimmer{0%{background-position:100% 0;}100%{background-position:100% 0;}}}#about,#programs,#courses,#benefits,#intro-video,#join,#partners,#blog,#testimonials,.footer{content-visibility:auto;contain-intrinsic-size:auto 600px;}#partners{contain-intrinsic-size:auto 200px;}.footer{contain-intrinsic-size:auto 400px;}