@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";title{font-size:28px;font-weight:bolder}:root{--color-beige: #f1ba88;--color-light-green: #e9f5be;--color-mint: #81e7af;--color-teal: #03a791;--color-button: #4a4a4a;--color-button-hover: #ffffff;--color-shadow: rgba(0, 0, 0, .3);--transition-speed: .4s}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}html,body{height:100%;margin:0;padding:0;overflow-x:hidden}.home-container{min-height:100vh;display:flex;flex-direction:column;position:relative}.hero-section{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:flex-end}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%}.hero-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.desktop-banner{display:block}.mobile-banner{display:none}.hero-overlay{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-end;padding:0 60px;z-index:2}.hero-content{padding-bottom:10%;max-width:700px;color:#000;text-align:center}.hero-title{font-size:46px;font-weight:700;margin-bottom:20px;line-height:1.2}.hero-tagline{font-size:18px;line-height:1.6;margin-bottom:40px}.strikethrough{text-decoration:line-through;display:block;margin-bottom:5px}.highlight{color:#000;font-weight:700;display:block}.cta-buttons{display:flex;gap:20px;margin-top:20px;margin-left:60px;align-items:center}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.cta-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background-color:var(--color-button);color:#fff;text-decoration:none;font-weight:600;font-size:14px;border-radius:25px;transition:all .2s ease;box-shadow:0 5px 10px var(--color-shadow),0 0 0 1px #ffffff1a,inset 0 -4px #0003;position:relative;top:0;border:2px solid rgba(14,14,14,.1);animation:bounce 2s infinite}.cta-button:nth-child(2){animation-delay:.5s}.cta-button:hover{background-color:var(--color-button-hover);color:#000;animation-play-state:paused;transform:translateY(-2px);box-shadow:0 7px 14px var(--color-shadow),0 0 0 1px #ffffff26,inset 0 -4px #0000001a}.cta-button:active{animation-play-state:paused;transform:translateY(2px);box-shadow:0 2px 5px var(--color-shadow),0 0 0 1px #ffffff1a,inset 0 -2px #0003}.arrow-icon{transition:transform .3s ease}.cta-button:hover .arrow-icon{transform:translate(5px)}@keyframes pulse{0%{box-shadow:0 5px 10px var(--color-shadow),0 0 0 1px #ffffff1a,inset 0 -4px #0003,0 0 #ffffff4d}70%{box-shadow:0 5px 10px var(--color-shadow),0 0 0 1px #ffffff1a,inset 0 -4px #0003,0 0 20px 5px #fff3}to{box-shadow:0 5px 10px var(--color-shadow),0 0 0 1px #ffffff1a,inset 0 -4px #0003,0 0 #fff0}}.cta-button{animation:bounce 2s infinite,pulse 3s infinite}.profile-section{width:100%;margin-top:70px;padding:80px 20px;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1)}.profile-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.profile-header{width:100%;text-align:center;margin-bottom:40px}.profile-title-box{background-color:#c1e66f;display:inline-block;padding:10px 20px;border-radius:4px}.profile-title{font-size:28px;font-weight:900;color:#333;margin:0}.profile-content-wrapper{display:flex;width:100%;gap:40px;align-items:center;margin-bottom:40px}.profile-image-container{flex:1;max-width:50%}.no_profile-image{width:100%;height:auto;box-shadow:0 8px 20px #00000026;border-radius:8px}.profile-content{flex:1;max-width:50%}.profile-description{font-size:19px;line-height:1.7;color:#444;align-items:center;font-weight:500}.profile-description-bottom{display:block;text-align:center;width:100%;margin-top:10px;font-weight:500}.profile-difference{width:100%;text-align:center;margin-top:20px}.difference-title-box{background-color:#c1e66f;display:inline-block;padding:10px 20px;border-radius:4px;margin-bottom:20px}.difference-title{font-size:28px;font-weight:900;color:#333;margin:0}.profile-links{display:flex;gap:30px;justify-content:center;margin-top:20px}.profile-link{font-size:30px;font-weight:600;position:relative;padding-bottom:8px;transition:all var(--transition-speed) ease;background:none;border:none;color:#333;cursor:pointer;text-decoration:none}.profile-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background-color:var(--color-mint);transition:width var(--transition-speed) ease}.profile-link:hover{color:var(--color-mint)}.profile-link:hover:after{width:100%}.profile-link.active{color:var(--color-teal)}.profile-link.active:after{width:100%;background-color:var(--color-teal)}.tab-content-container{position:relative;width:100%;min-height:300px;overflow:hidden}.tab-content{width:100%;position:absolute;top:0;left:0;right:0;opacity:0;visibility:hidden;transition:opacity var(--transition-speed) ease,visibility var(--transition-speed) ease;z-index:1}.tab-content.active{opacity:1;visibility:visible;position:relative;z-index:2}.any-queries-button{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;font-weight:600;font-size:14px;border-radius:25px;box-shadow:0 4px 15px #667eea66;transition:all .3s ease;border:none;cursor:pointer;animation:glow 2s infinite alternate}@keyframes glow{0%{box-shadow:0 4px 15px #667eea66}to{box-shadow:0 6px 20px #667eea99}}.any-queries-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea80;background:linear-gradient(135deg,#5a67d8,#6b46c1)}.any-queries-button:active{transform:translateY(0);box-shadow:0 4px 15px #667eea66}.query-icon{font-size:16px;animation:bounce-icon 1.5s infinite}@keyframes bounce-icon{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.any-queries-text{font-weight:600;letter-spacing:.5px}@media (max-width: 1100px){.hero-title{font-size:38px}.hero-tagline{font-size:16px}.hero-overlay{padding:0 40px}.cta-buttons{margin-left:40px}.profile-title,.difference-title{font-size:24px}}@media (max-width: 900px){.hero-overlay{justify-content:center;text-align:center;padding:0 30px}.hero-content{text-align:center}.cta-buttons{justify-content:center;margin-left:0}.profile-content-wrapper{flex-direction:column}.profile-image-container,.profile-content{max-width:100%;width:100%}.mobile-only{display:none}.any-queries-button{bottom:15px;right:15px;padding:10px 16px;font-size:13px}}@media (max-width: 768px){.hero-title{font-size:32px}.hero-overlay{padding:0 20px;justify-content:center}.hero-content{max-width:100%}.cta-buttons{flex-direction:row;gap:15px;justify-content:center}.profile-description,.profile-description-bottom{font-size:15px}.profile-link{font-size:24px}.any-queries-button{padding:10px 15px;font-size:12px}.any-queries-text{display:none}.query-icon{font-size:18px}}@media (max-width: 576px){.desktop-banner{display:none}.mobile-banner{display:block}.hero-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:1}.hero-content,.highlight{color:#fff}.profile-description-bottom{font-size:14px;margin-top:8px}.hero-section{height:100vh}.hero-title{font-size:28px;margin-bottom:15px;color:#fff}.hero-tagline{font-size:14px;margin-bottom:25px;color:#fff}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:200px}.profile-section{padding:50px 15px}.profile-title{font-size:22px;display:flex;flex-direction:column;align-items:center}.profile-title br{display:block}.profile-description{font-size:14px}.profile-links{flex-direction:row;gap:30px;align-items:center;justify-content:center}.mobile-only{display:block}.profile-link{font-size:22px}.any-queries-button{bottom:10px;right:10px;padding:8px 12px}}@media (max-width: 480px){.hero-title{font-size:24px}.cta-button{padding:10px 20px;font-size:13px}.profile-title-box,.difference-title-box{padding:8px 15px}.profile-title,.difference-title,.profile-link{font-size:20px}.any-queries-button{padding:8px 10px}}.query-button-container{position:fixed;bottom:30px;right:30px;z-index:1000;border-radius:25px}.query-button{display:flex;align-items:center;background-color:#fff;border:2px solid #e0e0e0;border-radius:25px;padding:12px 20px;box-shadow:0 4px 12px #00000026;background:linear-gradient(135deg,#ec5757,#f21212);cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;outline:none}.query-button:hover{background-color:#f8f9fa;box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.query-button:active{transform:translateY(0);box-shadow:0 2px 8px #00000026}.query-button-content{display:flex;align-items:center;gap:8px}.comment-icon{width:30px;height:30px;object-fit:contain}.query-text{font-size:14px;font-weight:600;color:#333;white-space:nowrap}.question-mark{display:flex;align-items:center;justify-content:center;width:30px;height:30px;color:#040404;border-radius:50%;font-size:30px;font-weight:700;margin-left:4px}@media (max-width: 768px){.query-button-container{bottom:20px;right:20px}.query-button{padding:10px 16px}.comment-icon{width:20px;height:20px}.query-text{font-size:12px}.question-mark{width:18px;height:18px;font-size:11px}}@media (max-width: 576px){.query-button-container{bottom:15px;right:15px}.query-button{padding:8px 14px}.query-text{font-size:11px}.comment-icon{width:18px;height:18px}.question-mark{width:16px;height:16px;font-size:10px}}@keyframes queryPulse{0%{box-shadow:0 4px 12px #00000026}50%{box-shadow:0 4px 12px #00000026,0 0 20px #81e7af4d}to{box-shadow:0 4px 12px #00000026}}.query-button{animation:queryPulse 3s infinite}:root{--color-beige: #f1ba88;--color-light-green: #e9f5be;--color-mint: #81e7af;--color-teal: #03a791}.zf-site-header{background-color:#000;padding:0 30px;width:100%;box-shadow:0 2px 10px #0000000d;position:relative;z-index:100;color:#fff}.zf-header-content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;height:70px}.zf-left-section{display:flex;align-items:center;gap:15px}.zf-logo-link{display:block}.zf-logo-image{width:50px;height:50px;object-fit:contain;border-radius:70%}.zf-brand-title{display:block;text-decoration:none}.zf-brand-text{color:#fff;font-size:28px;font-weight:700;margin:0}.zf-right-section{display:flex;align-items:center;gap:30px;height:100%}.zf-nav-links{display:flex;align-items:center;height:100%}.zf-nav-link{font-weight:500;font-size:16px;color:#fff;text-decoration:none;transition:color .2s ease;padding:0 12px;height:100%;display:flex;align-items:center}.zf-nav-link:hover{color:var(--color-mint)}.zf-about-dropdown-container{position:relative;height:100%}.zf-about-link{cursor:pointer;display:flex;align-items:center;gap:5px}.zf-about-dropdown{position:absolute;top:70px;left:0;background-color:#000;border-radius:0 0 8px 8px;box-shadow:0 4px 15px #0003;width:160px;z-index:1000;overflow:hidden;display:grid;grid-template-columns:1fr}.zf-about-dropdown-item{padding:12px 15px;color:#fff;text-decoration:none;transition:background-color .2s ease;font-size:14px;display:block;cursor:pointer}.zf-about-dropdown-item:hover{background-color:#ffffff1a;color:var(--color-mint)}.zf-testimonials-link{cursor:pointer}.zf-services-dropdown-container{position:relative;height:100%}.zf-services-link{cursor:pointer;display:flex;align-items:center;gap:5px}.zf-dropdown-arrow{font-size:10px;margin-left:2px;transition:transform .2s ease}.zf-services-dropdown{position:absolute;top:70px;left:0;background-color:#000;border-radius:0 0 8px 8px;box-shadow:0 4px 15px #0003;width:160px;z-index:1000;overflow:hidden;display:grid;grid-template-columns:1fr}.zf-services-dropdown-item{padding:12px 15px;color:#fff;text-decoration:none;transition:background-color .2s ease;font-size:14px;display:block}.zf-services-dropdown-item:hover{background-color:#ffffff1a;color:var(--color-mint)}.zf-profile-section{position:relative;background-color:transparent!important}.zf-profile-icon{cursor:pointer;transition:transform .2s ease;background-color:transparent!important;border:none;padding:0;margin:0}.zf-profile-image{width:40px;height:40px;border-radius:50%;object-fit:cover;background-color:transparent!important;border:none;display:block}.zf-profile-icon:hover{transform:scale(1.05)}.zf-dropdown-menu{position:absolute;right:0;top:50px;background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;width:220px;z-index:1000;overflow:hidden}.zf-user-info{padding:15px;border-bottom:1px solid #eee;font-weight:500;word-break:break-word;color:#333}.zf-dropdown-item{display:block;padding:12px 15px;color:#333;text-decoration:none;transition:background-color .2s;font-size:14px}.zf-dropdown-item:hover{background-color:#f5f5f5}.zf-logout-btn{width:100%;text-align:left;background:none;border:none;font-family:Poppins,sans-serif;font-size:14px;cursor:pointer;color:#e74c3c;padding:12px 15px;transition:background-color .2s}.zf-logout-btn:hover{background-color:#fff5f5}.zf-mobile-menu-button{display:none;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:5px}.zf-testimonials-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px}.zf-testimonials-container{position:relative;background-color:#fff;border-radius:12px;max-width:90%;max-height:90%;overflow-y:auto;box-shadow:0 10px 30px #0000004d}.zf-close-testimonials{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;z-index:2001;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.zf-close-testimonials:hover{background-color:#f0f0f0;color:#333}@media (max-width: 992px){.zf-nav-links{gap:0}.zf-nav-link{padding:0 8px;font-size:15px}.zf-right-section{gap:15px}}@media (max-width: 768px){.zf-mobile-menu-button{display:block;order:3}.zf-right-section{position:absolute;top:70px;left:0;width:100%;background-color:#000;flex-direction:column;gap:0;padding:0;transform:translateY(-150%);transition:transform .3s ease;z-index:99;height:auto}.zf-right-section.zf-mobile-menu-active{transform:translateY(0)}.zf-nav-links{flex-direction:column;width:100%;height:auto}.zf-nav-link{padding:15px 30px;border-bottom:1px solid rgba(255,255,255,.1);height:auto;width:100%}.zf-about-dropdown-container{width:100%;height:auto}.zf-about-dropdown{position:static;width:100%;border-radius:0;box-shadow:none;background-color:#111}.zf-about-dropdown-item{padding:12px 45px;border-bottom:1px solid rgba(255,255,255,.05)}.zf-services-dropdown-container{width:100%;height:auto}.zf-services-dropdown{position:static;width:100%;border-radius:0;box-shadow:none;background-color:#111}.zf-services-dropdown-item{padding:12px 45px;border-bottom:1px solid rgba(255,255,255,.05)}.zf-profile-section{padding:15px 30px;width:100%}.zf-dropdown-menu{right:30px}.zf-testimonials-overlay{padding:10px}.zf-testimonials-container{max-width:95%;max-height:95%}}@media (max-width: 576px){.zf-site-header{padding:10px 15px}.zf-logo-image{width:40px;height:40px}.zf-brand-text{font-size:22px}.zf-testimonials-container{max-width:98%;max-height:98%}}.student_home_container{width:100%;overflow:hidden}.student_home_relative_container{position:relative;width:100%}.student_home_relative_container{position:relative;background-image:url(/assets/student_home_mobile.jpg);background-size:cover;background-position:center;padding:20px 0;min-height:auto}.student_home_relative_container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000b3;z-index:1}.student_home_image_wrapper{display:none}.comparison_table_overlay{position:relative;width:100%;display:flex;justify-content:center;overflow-x:auto;z-index:2;padding:15px 10px}@media screen and (max-width: 768px){.student_home_relative_container{background-size:contain;background-position:top center;background-repeat:no-repeat;min-height:0;padding-top:0;padding-bottom:20px}.comparison_table_overlay{margin-top:40%;transform:none;width:100%;margin-left:0}.comparison_table th,.comparison_table td{padding:6px 4px;font-size:11px}}@media screen and (max-width: 480px){.student_home_relative_container{background-size:contain;background-position:top center;filter:contrast(1)}.comparison_table th,.comparison_table td{padding:4px 3px;font-size:10px}}@media screen and (min-width: 1024px){.student_home_relative_container{background-image:none;padding:0;min-height:auto}.student_home_relative_container:before{display:none}.student_home_image_wrapper{display:flex;width:100%}.student_home_left_image,.student_home_right_image{flex:1;overflow:hidden}.student_home_img{width:100%;height:100%;object-fit:cover;display:block}.comparison_table_overlay{position:absolute;top:0;left:0;right:0;padding:0;z-index:10;width:100%}.comparison_table{color:inherit;font-size:10px}.comparison_table th,.comparison_table td{border:1px solid #ddd;padding:10px 12px}}.parent_home_container{width:100%;overflow:hidden;margin:2px 0;padding:0}.parent_home_relative_container{position:relative;width:100%;margin:0;padding:0}.parent_home_relative_container{position:relative;background-image:url(/assets/parent_home_mobile.jpg);background-size:cover;background-position:top center;padding:0;min-height:100vh}.parent_home_relative_container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000b3;z-index:1}.parent_home_image_wrapper{display:none}.comparison_table_overlay{position:relative;width:100%;display:flex;justify-content:center;overflow-x:auto;z-index:2;padding:15px 10px;margin-top:70px}.feature{font-weight:700}.comparison_table{font-size:14px;font-weight:500;width:100%;max-width:1000px;border-collapse:collapse;box-shadow:none;background-color:transparent;color:#fff;table-layout:fixed}.comparison_table th,.comparison_table td{padding:8px 6px;text-align:left;border:1px solid rgba(255,255,255,.3);background-color:transparent;word-wrap:break-word;vertical-align:top}.comparison_table th{font-weight:700;text-align:center}.comparison_table th:first-child,.comparison_table td:first-child{width:25%}.comparison_table th:not(:first-child),.comparison_table td:not(:first-child){width:25%}@media screen and (max-width: 768px){.parent_home_relative_container{background-size:cover;background-position:top center;background-repeat:no-repeat;min-height:auto;padding:0}.comparison_table_overlay{margin-top:2px;transform:none;width:100%;margin-left:0;padding-top:20px}.comparison_table th,.comparison_table td{padding:6px 4px;font-size:11px}}@media screen and (max-width: 480px){.parent_home_relative_container{background-size:contain;background-position:top center;filter:contrast(1)}.comparison_table th,.comparison_table td{padding:4px 3px;font-size:10px}}@media screen and (min-width: 1024px){.parent_home_relative_container{background-image:none;padding:0;min-height:auto}.parent_home_relative_container:before{display:none}.parent_home_image_wrapper{display:flex;width:100%}.parent_home_left_image,.parent_home_right_image{flex:1;overflow:hidden;display:flex}.parent_home_left_image{justify-content:flex-start}.parent_home_right_image{justify-content:flex-end}.parent_home_img{width:70%;height:90%;object-fit:cover;display:block}.comparison_table_overlay{position:absolute;top:0;left:0;right:0;padding:0;z-index:10;width:100%}.comparison_table{color:inherit;font-size:10px}.comparison_table th,.comparison_table td{border:1px solid #ddd;padding:10px 12px}}.students-placed-container{width:100%;margin-top:70px;padding:2rem 1rem;font-family:Arial,sans-serif}.students-placed-title{text-align:center;font-size:2rem;margin-bottom:2rem;font-weight:700}.region-rows{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.region-row{display:flex;gap:1.5rem;width:100%}.region-card{perspective:1000px;height:350px;cursor:pointer}.region-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .8s;transform-style:preserve-3d}.region-card:hover .region-card-inner{transform:rotateY(180deg)}.region-card-front,.region-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #0000001a}.region-card-front{background-color:#f8f8f8}.region-card-back{background-color:#f0f0f0;transform:rotateY(180deg);display:flex;align-items:center;justify-content:center}.region-image,.region-back-image{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.region-row{flex-direction:column}.region-card{width:100%!important;height:250px;margin-bottom:1rem}.students-placed-title{font-size:1.5rem}}.mission-container{display:flex;max-width:1200px;margin:0 auto;padding:40px 20px;background-color:#fff;align-items:center;gap:40px}.mission-content{flex:1;display:flex;flex-direction:column;gap:20px}.mission-tag{background-color:#c1e66f;color:#000;font-weight:700;padding:8px 16px;width:fit-content;text-transform:uppercase;font-size:16px}.mission-title{font-size:38px;font-weight:700;margin:0;line-height:1.2}.mission-subtitle{font-size:22px;font-weight:400;margin:0}.mission-text{display:flex;flex-direction:column;gap:15px}.mission-text p{margin:0;font-size:16px;line-height:1.6}.mission-button{background-color:transparent;border:1px solid #333;border-radius:50px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;margin-top:10px;width:fit-content;transition:all .3s ease;display:inline-block;text-decoration:none;color:#333;text-align:center}.mission-button:hover{background-color:#333;color:#fff}.mission-image{flex:1;display:flex;justify-content:center;align-items:center;max-height:350px;max-width:100%;overflow:hidden}.mission-image img{max-width:100%;height:auto;max-height:350px;object-fit:cover;border-radius:8px}.desktop-view{display:flex;width:100%;gap:40px;align-items:center}.mobile-view{display:none;width:100%;flex-direction:column;gap:25px}.mobile-header{display:flex;flex-direction:column;gap:15px}.mobile-content{display:flex;flex-direction:column;gap:20px}@media (max-width: 768px){.mission-container{padding:30px 15px;gap:30px}.desktop-view{display:none}.mobile-view{display:flex}.mission-title{font-size:32px}.mission-subtitle{font-size:20px}.mission-tag{margin-bottom:5px}.mission-image,.mission-image img{width:100%}}@media (max-width: 480px){.mission-container{padding:20px 15px;gap:25px}.mission-title{font-size:28px}.mission-tag{font-size:14px;padding:6px 12px}.mission-button{width:100%;text-align:center}}.roadmap-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.roadmap-header{margin-bottom:30px}.roadmap-title{background-color:#c1e66f;color:#000;font-weight:700;padding:8px 16px;width:fit-content;text-transform:uppercase;font-size:16px}.roadmap-subtitle{font-size:18px;line-height:1.5}.roadmap-subtitle p{margin:5px 0}.roadmap-content{display:flex;gap:30px}.roadmap-image{flex:0 0 40%}.roadmap-image img{width:100%;height:auto;border-radius:5px;object-fit:cover}.roadmap-steps{flex:0 0 60%}.roadmap-step{margin-bottom:25px}.roadmap-step h3{font-size:20px;margin-bottom:8px;color:#333}.roadmap-step p{font-size:16px;line-height:1.5;color:#444;margin:5px 0}@media (max-width: 992px){.roadmap-content{flex-direction:column}.roadmap-image,.roadmap-steps{flex:0 0 100%}.roadmap-image{max-width:500px;margin:0 auto 30px}}@media (max-width: 768px){.roadmap-title{font-size:20px;padding:8px 16px}.roadmap-subtitle{font-size:16px}.roadmap-step h3{font-size:18px}.roadmap-step p{font-size:14px}}@media (max-width: 480px){.roadmap-container{padding:15px}.roadmap-title{font-size:18px;padding:6px 12px}.roadmap-subtitle{font-size:14px}}.footer{background-color:#000;color:#fff;width:100%;padding:2rem 1rem;font-family:Arial,sans-serif}.footer-container{max-width:1200px;padding-top:30px;padding-bottom:30px;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.footer-logo-section{display:flex;flex-direction:column;align-items:center}.footer-logo{width:200px;height:200px;object-fit:contain;background-color:#fff;border-radius:50%}.footer-logo-text{margin-top:.5rem;font-size:.875rem;letter-spacing:1px}.footer-heading{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.footer-menu-list{list-style-type:none;padding:0;margin:0}.footer-menu-item{margin-bottom:.75rem}.footer-link{color:#fff;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#ccc}.footer-contact-item,.footer-social-item{display:flex;align-items:center;margin-bottom:.75rem}.footer-icon{width:24px;height:24px;margin-right:.5rem;background-size:contain;background-repeat:no-repeat;background-position:center}.email-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E")}.linkedin-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48px' height='48px'%3E%3Cpath fill='%230288D1' d='M42,37c0,2.762-2.238,5-5,5H11c-2.761,0-5-2.238-5-5V11c0-2.762,2.239-5,5-5h26c2.762,0,5,2.238,5,5V37z'/%3E%3Cpath fill='%23FFF' d='M12 19H17V36H12zM14.485 17h-.028C12.965 17 12 15.888 12 14.499 12 13.08 12.995 12 14.514 12c1.521 0 2.458 1.08 2.486 2.499C17 15.887 16.035 17 14.485 17zM36 36h-5v-9.099c0-2.198-1.225-3.698-3.192-3.698-1.501 0-2.313 1.012-2.707 1.99C24.957 25.543 25 26.511 25 27v9h-5V19h5v2.616C25.721 20.5 26.85 19 29.738 19c3.578 0 6.261 2.25 6.261 7.274L36 36 36 36z'/%3E%3C/svg%3E")}.instagram-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48px' height='48px'%3E%3CradialGradient id='yOrnnhliCrdS2gy~4tD8ma' cx='19.38' cy='42.035' r='44.899' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fd5'/%3E%3Cstop offset='.328' stop-color='%23ff543f'/%3E%3Cstop offset='.348' stop-color='%23fc5245'/%3E%3Cstop offset='.504' stop-color='%23e64771'/%3E%3Cstop offset='.643' stop-color='%23d53e91'/%3E%3Cstop offset='.761' stop-color='%23cc39a4'/%3E%3Cstop offset='.841' stop-color='%23c837ab'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23yOrnnhliCrdS2gy~4tD8ma)' d='M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20	c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20	C42.014,38.383,38.417,41.986,34.017,41.99z'/%3E%3CradialGradient id='yOrnnhliCrdS2gy~4tD8mb' cx='11.786' cy='5.54' r='29.813' gradientTransform='matrix(1 0 0 .6663 0 1.849)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%234168c9'/%3E%3Cstop offset='.999' stop-color='%234168c9' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23yOrnnhliCrdS2gy~4tD8mb)' d='M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20	c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20	C42.014,38.383,38.417,41.986,34.017,41.99z'/%3E%3Cpath fill='%23fff' d='M24,31c-3.859,0-7-3.14-7-7s3.141-7,7-7s7,3.14,7,7S27.859,31,24,31z M24,19c-2.757,0-5,2.243-5,5	s2.243,5,5,5s5-2.243,5-5S26.757,19,24,19z'/%3E%3Ccircle cx='31.5' cy='16.5' r='1.5' fill='%23fff'/%3E%3Cpath fill='%23fff' d='M30,37H18c-3.859,0-7-3.14-7-7V18c0-3.86,3.141-7,7-7h12c3.859,0,7,3.14,7,7v12	C37,33.86,33.859,37,30,37z M18,13c-2.757,0-5,2.243-5,5v12c0,2.757,2.243,5,5,5h12c2.757,0,5-2.243,5-5V18c0-2.757-2.243-5-5-5H18z'/%3E%3C/svg%3E")}@media (max-width: 768px){.footer-container{flex-direction:column}.footer-logo-section,.footer-menu-section,.footer-contact-section,.footer-follow-section{width:100%;margin-bottom:2rem;text-align:center}.footer-contact-item,.footer-social-item{justify-content:center}.footer-heading{margin-bottom:1rem}}.testimonials-unique-container{max-width:1200px;margin:0 auto;padding:40px 20px;background:#fff;min-height:60vh;display:flex;flex-direction:column;justify-content:center;width:100%;box-sizing:border-box}.testimonials-unique-header{text-align:center;margin-bottom:30px;color:#000}.testimonials-unique-header h2{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:15px;background:linear-gradient(45deg,#0e0e0e,#070707);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonials-unique-header p{font-size:1.1rem;opacity:.8;font-weight:400;color:#000}.testimonials-unique-carousel-container{position:relative;overflow:hidden;border-radius:15px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0;width:100%;box-sizing:border-box}.testimonials-unique-carousel-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.testimonials-unique-card{min-width:100%;width:100%;background:#fff;padding:30px 40px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;min-height:280px;transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.testimonials-unique-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#22c55e,#16a34a)}.testimonials-unique-quote-icon{font-size:4rem;color:#22c55e;margin-bottom:20px;opacity:.7}.testimonials-unique-text{font-size:1.1rem;line-height:1.8;color:#2d3748;margin-bottom:30px;max-width:100%;width:100%;font-weight:400;font-style:italic;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.testimonials-unique-footer{display:flex;flex-direction:column;align-items:center;gap:10px}.testimonials-unique-college-badge{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:8px 20px;border-radius:25px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #22c55e4d}.testimonials-unique-dots{display:flex;justify-content:center;margin-top:20px;gap:8px}.testimonials-unique-dot{width:12px;height:12px;border-radius:50%;background-color:#e2e8f0;border:none;cursor:pointer;transition:background-color .3s ease}.testimonials-unique-dot.active{background-color:#22c55e}@media (max-width: 1024px){.testimonials-unique-container{padding:35px 20px}.testimonials-unique-header h2{font-size:2.2rem}.testimonials-unique-card{padding:28px 35px;min-height:260px}}@media (max-width: 768px){.testimonials-unique-container{padding:20px 10px;min-height:50vh}.testimonials-unique-header{margin-bottom:20px}.testimonials-unique-header h2{font-size:1.8rem;margin-bottom:10px}.testimonials-unique-header p{font-size:.95rem}.testimonials-unique-card{padding:20px 15px;min-height:auto;height:auto}.testimonials-unique-quote-icon{font-size:2.5rem;margin-bottom:15px}.testimonials-unique-text{font-size:.95rem;line-height:1.6;margin-bottom:20px;text-align:center;padding:0}.testimonials-unique-college-badge{font-size:.8rem;padding:6px 16px}}@media (max-width: 640px){.testimonials-unique-container{padding:25px 12px}.testimonials-unique-header h2{font-size:1.8rem}.testimonials-unique-card{padding:22px 18px;min-height:220px}.testimonials-unique-text{font-size:.98rem;line-height:1.6}}@media (max-width: 480px){.testimonials-unique-container{padding:15px 8px;min-height:45vh}.testimonials-unique-header{margin-bottom:15px}.testimonials-unique-header h2{font-size:1.5rem;margin-bottom:8px}.testimonials-unique-header p{font-size:.9rem}.testimonials-unique-card{padding:15px 10px;min-height:auto;height:auto}.testimonials-unique-text{font-size:.9rem;line-height:1.5;margin-bottom:15px;text-align:center;padding:0}.testimonials-unique-quote-icon{font-size:2rem;margin-bottom:10px}.testimonials-unique-college-badge{font-size:.75rem;padding:5px 12px}}@media (max-width: 360px){.testimonials-unique-container{padding:12px 6px}.testimonials-unique-header h2{font-size:1.3rem}.testimonials-unique-card{padding:12px 8px;min-height:auto;height:auto}.testimonials-unique-text{font-size:.85rem;line-height:1.4;text-align:center}.testimonials-unique-quote-icon{font-size:1.8rem}.testimonials-unique-college-badge{font-size:.7rem;padding:4px 10px}}@keyframes testimonials-unique-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.testimonials-unique-card{animation:testimonials-unique-fadeInUp .6s ease-out}.testimonials-unique-card:hover{transform:translateY(-2px);box-shadow:0 30px 60px #00000026}.testimonials-unique-carousel-container.loading .testimonials-unique-card{opacity:.7}.testimonials-unique-container:hover .testimonials-unique-carousel-track{animation-play-state:paused}@media (hover: none) and (pointer: coarse){.testimonials-unique-card:hover{transform:none;box-shadow:0 10px 30px #0000001a}.testimonials-unique-card:active{transform:scale(.98)}}@media (max-width: 480px){.testimonials-unique-text{text-align:center;padding:0;word-break:break-word;overflow-wrap:break-word}.testimonials-unique-header{text-align:center}.testimonials-unique-card{display:flex;flex-direction:column;justify-content:space-between;align-items:center}}.auth-page{min-height:100vh;display:flex;flex-direction:column}.auth-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background-image:url(/assets/auth.jpg);background-size:cover;background-position:center;position:relative}.auth-form-container{width:100%;max-width:300px;z-index:4;text-align:center;display:flex;flex-direction:column;align-items:center}.logo-container{margin-bottom:24px;display:flex;justify-content:center;width:100%}.auth-logo{width:120px;height:auto;max-height:12 0px;object-fit:contain;border-radius:50%}.profile-icon svg{width:60px;height:60px;color:#ccc}.auth-error{background-color:#ffebeecc;color:#c62828;padding:12px;border-radius:6px;margin-bottom:20px;font-size:.9rem;width:100%}.auth-form{display:flex;flex-direction:column;gap:15px;width:100%}.form-group{display:flex;flex-direction:column;width:100%}.form-group input{padding:7px 15px;border:2px solid rgba(255,255,255,.5);border-radius:50px;font-family:Poppins,sans-serif;font-size:1rem;color:#333;transition:all .3s}.form-group input::placeholder{color:#000}.form-group input:focus{outline:none;border-color:#fff;box-shadow:0 0 10px #ffffff4d}.auth-button{padding:12px;background-color:#e9d5b2e6;color:#333;border:none;border-radius:50px;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;cursor:pointer;transition:.3s ease;width:100%}.auth-button:hover{background-color:#e9d5b2;transform:translateY(-2px)}.auth-button:disabled{background-color:#cccc;cursor:not-allowed;transform:none}.google-auth-button{padding:12px;background-color:#ffffffe6;color:#333;border:none;border-radius:50px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:.2s ease;display:flex;align-items:center;justify-content:center;gap:10px;width:100%}.google-auth-button:hover{background-color:#fff;transform:translateY(-2px)}.google-auth-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.google-icon{width:18px;height:18px}.divider{display:flex;align-items:center;text-align:center;margin:1px 0;color:#fff;width:100%}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid rgba(255,255,255,.5)}.divider span{padding:0 10px;font-size:.9rem}.auth-footer{margin-top:15px;text-align:center;font-size:.9rem;color:#fff;z-index:2}.auth-footer p{margin:8px 0}.auth-footer a{color:#e9d5b2;font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline;color:#fff}.forgot-password{text-align:center}.forgot-password a{color:#fffc;font-size:.9rem;text-decoration:none}.forgot-password a:hover{color:#fff;text-decoration:underline}@media (max-width: 600px){.auth-form-container{max-width:320px}.auth-logo{width:70px;max-height:70px}.profile-icon{width:80px;height:80px}.profile-icon svg{width:45px;height:45px}.form-group input,.auth-button,.google-auth-button{padding:10px;font-size:.95rem}}@media (max-width: 400px){.auth-form-container{max-width:280px}.auth-logo{width:60px;max-height:60px}.profile-icon{width:70px;height:70px;margin-bottom:15px}.profile-icon svg{width:40px;height:40px}.form-group input{padding:10px 12px;font-size:.9rem}.auth-button,.google-auth-button{padding:10px;font-size:.9rem}.divider span,.auth-footer{font-size:.8rem}}.up-profile-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0f0f0f,#1a1a1a,#0f0f0f)}.up-profile-container{flex:1;display:flex;justify-content:center;padding:15px;max-width:1000px;margin:0 auto;width:100%}.up-profile-card{width:100%;background:#2a2a2af2;border-radius:20px;box-shadow:0 20px 40px #0009,0 0 0 1px #ffffff0d;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.up-profile-header{background:linear-gradient(135deg,#2a2a2a,#333);color:#fff;padding:20px 25px;position:relative;border-bottom:1px solid rgba(255,68,68,.2)}.up-profile-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,68,68,.1) 0%,transparent 50%)}.up-profile-header h2{margin:0 0 15px;font-size:1.6rem;font-weight:700;position:relative;z-index:1;color:#f44;text-shadow:0 2px 4px rgba(255,68,68,.3)}.up-profile-info{display:flex;align-items:center;gap:15px;position:relative;z-index:1}.up-profile-avatar{width:60px;height:60px;background:linear-gradient(135deg,#f44,#f66);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;border:2px solid rgba(255,68,68,.3);box-shadow:0 4px 15px #f446}.up-profile-details{flex:1}.up-profile-name{font-size:1.3rem;font-weight:600;margin:0 0 4px;color:#fff}.up-profile-email{font-size:.9rem;margin:0 0 4px;color:#fffc}.up-member-since{font-size:.8rem;margin:0;color:#999}.up-bookings-section{padding:25px;background:#2a2a2a}.up-bookings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.up-bookings-header h3{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.up-booking-stats{display:flex;gap:15px}.up-stat{text-align:center;padding:10px 16px;background:linear-gradient(135deg,#3a3a3a,#404040);border-radius:12px;border:1px solid rgba(255,255,255,.1);min-width:70px;transition:all .3s ease}.up-stat:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.up-stat-number{display:block;font-size:1.5rem;font-weight:700;color:#f44;margin-bottom:2px}.up-stat-label{font-size:.75rem;color:#bbb;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.up-booking-tabs{display:flex;gap:0;margin-bottom:25px;background:linear-gradient(135deg,#1e1e1e,#2d2d2d);padding:4px;border-radius:20px;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1a,inset 0 -1px #0003;position:relative;overflow:hidden}.up-tab-button{flex:1;padding:10px 16px;background:transparent;border:none;border-radius:12px;font-weight:600;font-size:.9rem;color:#aaa;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.up-tab-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ff44441a,#ff44440d);opacity:0;transition:opacity .3s ease}.up-tab-button:hover:before{opacity:1}.up-tab-button:hover{color:#f44;transform:translateY(-1px)}.up-tab-button.up-active{background:linear-gradient(135deg,#f44,#f66);color:#fff;box-shadow:0 4px 12px #f446;transform:translateY(-2px)}.up-tab-button.up-active:before{opacity:0}.up-bookings-content{min-height:300px}.up-bookings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.up-booking-card{background:linear-gradient(135deg,#3a3a3a,#404040);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.up-booking-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(to bottom,#f44,#f66);opacity:0;transition:opacity .3s ease}.up-booking-card:hover{border-color:#ff444480;box-shadow:0 12px 30px #ff444426;transform:translateY(-4px)}.up-booking-card:hover:before{opacity:1}.up-booking-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.up-booking-type h4{font-size:1rem;font-weight:600;color:#fff;margin:0 0 6px}.up-booking-amount{font-size:1.1rem;font-weight:700;color:#f44;background:#ff444426;padding:6px 10px;border-radius:8px;border:1px solid rgba(255,68,68,.3);white-space:nowrap}.up-status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #0003}.up-status-upcoming{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff}.up-status-ongoing{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff;animation:up-pulse 2s infinite}.up-status-completed{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.up-booking-details{display:grid;grid-template-columns:1fr 1fr;gap:8px}.up-detail-row{display:flex;flex-direction:column;gap:2px;padding:8px;background:#0003;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.up-detail-row.up-full-width{grid-column:1 / -1}.up-detail-label{font-weight:500;color:#999;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.up-detail-value{font-weight:600;color:#fff;font-size:.85rem}.up-booking-id{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.75rem;background:#0000004d;padding:4px 6px;border-radius:6px;border:1px solid rgba(255,255,255,.1);color:#ccc}.up-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#aaa}.up-loading-spinner{width:36px;height:36px;border:3px solid #4a4a4a;border-top:3px solid #ff4444;border-radius:50%;animation:up-spin 1s linear infinite;margin-bottom:12px}.up-empty-state{text-align:center;padding:40px 20px;color:#aaa}.up-empty-icon{font-size:3rem;margin-bottom:12px;opacity:.6}.up-empty-state h4{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:6px}.up-empty-state p{font-size:.9rem;line-height:1.4;max-width:280px;margin:0 auto}@media (max-width: 768px){.up-profile-container{padding:10px}.up-profile-header{padding:16px 20px}.up-profile-header h2{font-size:1.4rem}.up-profile-info{flex-direction:column;text-align:center;gap:12px}.up-profile-avatar{width:50px;height:50px;font-size:1.3rem}.up-bookings-section{padding:20px}.up-bookings-header{flex-direction:column;align-items:flex-start;gap:12px}.up-bookings-header h3{font-size:1.3rem}.up-booking-stats{width:100%;justify-content:space-around;gap:12px}.up-stat{padding:8px 12px;min-width:60px}.up-stat-number{font-size:1.3rem}.up-booking-tabs{gap:4px}.up-tab-button{padding:8px 12px;font-size:.85rem}.up-bookings-grid{grid-template-columns:1fr;gap:12px}.up-booking-card{padding:14px}.up-booking-details{grid-template-columns:1fr;gap:6px}.up-detail-row{padding:6px}}@media (max-width: 480px){.up-profile-header{padding:12px 16px}.up-bookings-section{padding:16px}.up-booking-card{padding:12px}.up-booking-stats{gap:8px}.up-stat{padding:6px 10px}.up-tab-button{padding:6px 10px;font-size:.8rem}}@keyframes up-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes up-pulse{0%,to{opacity:1}50%{opacity:.7}}.student-page-container{width:100%;min-height:100vh;font-family:Poppins,sans-serif;overflow-y:auto;overflow-x:hidden;transition:filter .3s ease,opacity .3s ease}.student-page-container.modal-open{opacity:.4;pointer-events:none}.student-journey-heading{color:#fff;text-align:center;font-size:2.5rem;margin-bottom:40px}.student-journey-options-container{display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:30px}.student-journey-option{width:300px;background:transparent;display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:20px}.student-journey-image-container{width:100%;height:200px;overflow:hidden;border-radius:8px;margin-bottom:15px}.student-journey-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.student-journey-image:hover{transform:scale(1.05)}.student-journey-title{color:#fff;font-size:1.5rem;margin-bottom:15px}.student-journey-description{color:#e0e0e0;font-size:.95rem;line-height:1.5;margin-bottom:20px;flex-grow:1}.student-journey-button{background-color:#ff3b3b;color:#fff;border:none;border-radius:25px;padding:12px 25px;font-size:1rem;cursor:pointer;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;transform-style:preserve-3d;animation:bounce 1.5s infinite ease-in-out;transition:all .3s ease}.student-journey-button .button-text{position:relative;z-index:2}.student-journey-button .button-icon{position:relative;z-index:2;transition:transform .3s ease}.student-journey-button:hover{animation:bounceHover 1s infinite ease-in-out}@keyframes bounce{0%,to{transform:translateY(0) scale(1);box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}50%{transform:translateY(-8px) scale(1.05);box-shadow:0 10px 15px #0003,0 4px 6px #0000001a}}@keyframes bounceHover{0%,to{transform:translateY(-4px) scale(1.03);box-shadow:0 8px 12px #00000026,0 3px 6px #0000001a}50%{transform:translateY(-12px) scale(1.08);box-shadow:0 15px 20px #00000040,0 6px 8px #00000026}}@media (max-width: 1024px){.student-journey-options-container{gap:20px}.student-journey-option{width:280px}}@media (max-width: 768px){.student-content{padding-top:80px;padding-bottom:60px}.student-journey-heading{font-size:2rem}.student-journey-options-container{flex-direction:column;align-items:center}.student-journey-option{width:100%;max-width:400px;margin-bottom:20px}}@media (max-width: 480px){.student-journey-heading{font-size:1.75rem;margin-top:20px}.student-journey-image-container{height:180px}html,body,.student-page-container{overflow-y:auto!important;height:auto!important;-webkit-overflow-scrolling:touch}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-container{background:#fff;border-radius:12px;max-width:950px;width:100%;max-height:800vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #00000026}.modal-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:28px;font-weight:300;color:#666;cursor:pointer;z-index:10;padding:5px;line-height:1}.modal-close:hover{color:#333}.modal-content{display:flex;min-height:500px}.modal-left{flex:1;padding:40px 35px;background:#f8f9fa}.step-section{margin-bottom:32px}.step-section:last-child{margin-bottom:0}.step-title{font-size:18px;font-weight:700;color:#333;margin-bottom:12px;letter-spacing:.5px}.step-description{font-size:14px;color:#555;line-height:1.6;margin-bottom:20px}.package-title{font-size:20px;font-weight:600;color:#333;margin-bottom:16px}.services-list{list-style:none;padding:0;margin:0 0 20px}.service-item{font-size:14px;color:#333;margin-bottom:8px;padding-left:0}.modal-right{flex:.6;background:#2c2c2c;display:flex;align-items:center;justify-content:center;padding:40px 30px}.right-content{text-align:left;color:#fff}.right-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:8px;line-height:1.3}.right-subtitle{font-size:16px;font-weight:600;color:#fff;margin-bottom:15px}.right-description{font-size:14px;color:#ccc;line-height:1.6;margin-bottom:25px}.more-info-btn{background:#fff;color:#333;border:none;padding:12px 24px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.more-info-btn:hover{background:#f0f0f0;transform:translateY(-1px);box-shadow:0 4px 12px #fff3}.compact-service-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000f;border:1px solid #f1f5f9;margin-bottom:12px}.compact-price-btn{background:#ef4444;color:#fff;border:none;padding:10px 20px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px}.compact-pricing-container{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f;border:1px solid #f1f5f9;margin-bottom:16px}.price-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.price-breakdown{display:flex;flex-direction:column;gap:4px}.base-price{font-size:16px;font-weight:600;color:#1e293b}.base-price small{font-size:12px;color:#64748b;font-weight:400}.additional-price{font-size:14px;color:#ef4444;font-weight:500}.additional-price small{font-size:12px;color:#64748b;font-weight:400}.total-display{font-size:24px;font-weight:700;color:#ef4444}.controls-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.schools-counter{display:flex;align-items:center;gap:12px}.counter-label{font-size:14px;color:#64748b;font-weight:500}.counter-buttons{display:flex;align-items:center;gap:10px}.counter-btn{width:32px;height:32px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.counter-btn:hover:not(:disabled){background:#e2e8f0;color:#1e293b}.counter-btn:disabled{opacity:.5;cursor:not-allowed}.counter-display{font-size:16px;font-weight:600;color:#1e293b;min-width:24px;text-align:center}.book-package-btn{background:#ef4444;color:#fff;border:none;padding:12px 24px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;white-space:nowrap}.book-package-btn:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 8px 16px #ef44444d}.book-package-btn svg{width:16px;height:16px}.compact-warning{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fefce8;border:1px solid #fde047;border-radius:8px;font-size:13px;color:#a16207}.compact-warning .warning-icon{width:16px;height:16px;color:#ca8a04;flex-shrink:0}@media (max-width: 768px){.modal-container{margin:10px;max-height:95vh}.modal-content{flex-direction:column}.modal-left{padding:30px 25px}.modal-right{padding:30px 25px;flex:none}.step-title{font-size:16px}.step-description,.service-item{font-size:13px}.right-title{font-size:18px}.right-subtitle{font-size:15px}.right-description{font-size:13px}.controls-row{flex-direction:column;gap:12px;align-items:stretch}.schools-counter{justify-content:space-between}.book-package-btn{width:100%;justify-content:center}.price-summary-row{flex-direction:column;align-items:flex-start;gap:8px}.total-display{align-self:flex-end;font-size:20px}}@media (max-width: 480px){.modal-overlay{padding:10px}.modal-left,.modal-right{padding:25px 20px}.modal-close{top:10px;right:15px;font-size:24px}.compact-service-card,.compact-pricing-container{padding:16px}.compact-service-header{flex-direction:column;gap:12px;align-items:stretch}.compact-price-btn{width:100%;justify-content:center;padding:12px 20px}.more-info-btn{width:100%;padding:14px 20px}.counter-buttons{gap:8px}.compact-warning{font-size:12px;padding:10px 12px}}.aboutpage-main-container{width:100%;max-width:1400px;margin:2rem auto;display:flex;flex-direction:column;gap:3rem;padding:1rem}.aboutpage-content-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:2rem;min-height:300px;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.aboutpage-content-section.aboutpage-section-visible{opacity:1;transform:translateY(0)}.aboutpage-section-content{display:flex;height:100%;gap:2rem}.aboutpage-layout-left{flex-direction:row-reverse}.aboutpage-layout-right{flex-direction:row}.aboutpage-special-layout{flex-direction:column;position:relative}.aboutpage-text-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding-left:10px}.aboutpage-section-title{background-color:#c1e66f;color:#000;display:inline-block;padding:.5rem 1rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;border-radius:4px;align-self:flex-start;position:relative;z-index:5}.aboutpage-section-special .aboutpage-section-title{margin:auto}.aboutpage-section-text{font-size:1rem;line-height:1.6;color:#333}.aboutpage-section-text p{margin-bottom:1rem}.aboutpage-image-container{flex:1;display:flex;justify-content:center;align-items:center;min-height:300px;position:relative}.aboutpage-slide4-image{width:90%;max-height:400px;min-height:220px;margin:1rem auto}.aboutpage-section-image{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.aboutpage-scrabble-tiles{padding:2rem;font-size:2rem;font-weight:700;text-align:center;display:flex;flex-direction:column;justify-content:center;height:100%;border-radius:8px;line-height:1.6;width:100%}.aboutpage-tile-row{display:flex;justify-content:center;gap:.5rem;margin:.5rem 0}.aboutpage-tile{background-color:#e9c46a;color:#000;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;box-shadow:0 1px 3px #0003}.aboutpage-mobile-view{display:none}.aboutpage-desktop-view{display:flex;width:100%;height:100%}@media (max-width: 768px){.aboutpage-mobile-view{display:flex;flex-direction:column;width:100%}.aboutpage-desktop-view{display:none}.aboutpage-mobile-view .aboutpage-section-title{align-self:center;margin-bottom:1rem;text-align:center;width:fit-content}.aboutpage-mobile-view .aboutpage-image-container{min-height:200px;margin:.5rem 0 1rem;order:2}.aboutpage-mobile-view .aboutpage-section-text{order:3}.aboutpage-section-title{font-size:1.2rem}.aboutpage-section-text{font-size:.9rem}.aboutpage-content-section{padding:1.5rem}.aboutpage-scrabble-tiles{font-size:1.5rem;padding:1rem}.aboutpage-tile{width:2rem;height:2rem;font-size:1.5rem}.aboutpage-slide4-image{max-height:220px;min-height:180px}}@media (max-width: 480px){.aboutpage-content-section{padding:1rem;min-height:250px}.aboutpage-mobile-view .aboutpage-image-container{min-height:150px}.aboutpage-section-title{font-size:1rem;padding:.4rem .8rem;margin-bottom:1rem}.aboutpage-scrabble-tiles{font-size:1.2rem;padding:.5rem}.aboutpage-tile{width:1.5rem;height:1.5rem;font-size:1rem}.aboutpage-slide4-image{max-height:180px;min-height:140px}}.services-container{min-height:100vh;background-color:#f8f9fa;padding:30px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 40px;max-width:1200px;margin:0 auto}.service-card{background-color:#fff;border-radius:12px;padding:24px 20px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;min-height:280px;position:relative;border:1px solid #f1f5f9}.service-title{font-size:22px;font-weight:600;color:#333;text-align:center;margin:0 0 20px;line-height:1.2}.service-content{flex:1;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px}.service-option{margin-bottom:16px}.option-label{font-weight:600;color:#333;font-size:15px;display:block;margin-bottom:4px}.option-description{color:#666;font-size:14px;line-height:1.3;margin:0}.option-divider{text-align:center;color:#666;font-size:14px;margin:10px 0;font-weight:500}.compact-service-card{background:#f8fafc;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0;margin-top:auto}.compact-service-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.service-badge{display:flex;align-items:center;gap:8px;color:#64748b;font-size:14px;font-weight:500}.service-badge svg{width:18px;height:18px}.compact-price-btn{background:#ef4444;color:#fff;border:none;padding:10px 20px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px;white-space:nowrap}.compact-price-btn:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 8px 16px #ef44444d}.compact-price-btn:active{transform:translateY(0);box-shadow:0 2px 6px #ef444433}.compact-price-btn svg{width:14px;height:14px}.book-call-btn{display:none}@media (max-width: 1024px){.services-container{padding:24px 16px}.services-grid{gap:24px;max-width:800px}.service-card{padding:22px 18px;min-height:260px}.service-title{font-size:20px;margin-bottom:18px}}@media (max-width: 768px){.services-container{padding:20px 16px}.services-grid{grid-template-columns:1fr;gap:20px;max-width:450px}.service-card{padding:20px 18px;min-height:240px}.service-title{font-size:19px;margin-bottom:16px}.service-content{margin-bottom:16px}.option-label{font-size:14px}.option-description{font-size:13px}.option-divider{font-size:13px;margin:14px 0}.compact-service-card{padding:14px}.compact-service-header{flex-direction:column;gap:12px;align-items:stretch}.compact-price-btn{width:100%;justify-content:center;padding:12px 20px}}@media (max-width: 480px){.services-container{padding:18px 12px}.service-card{padding:18px 16px;min-height:220px}.service-title{font-size:17px;margin-bottom:14px}.service-content{margin-bottom:14px}.option-label{font-size:13px}.option-description{font-size:12px;line-height:1.3}.option-divider{font-size:12px;margin:12px 0}.compact-service-card{padding:12px}.service-badge{font-size:13px}.service-badge svg{width:16px;height:16px}.compact-price-btn{font-size:13px;padding:10px 16px}.compact-price-btn svg{width:12px;height:12px}}@media (max-width: 360px){.services-container{padding:16px 8px}.service-card{padding:16px 14px;min-height:200px}.compact-service-card{padding:10px}.compact-price-btn{padding:8px 14px;font-size:12px}}.cal-page{min-height:100vh;background:linear-gradient(135deg,#000,#1a1a1a,#000);color:#fff}.cal-container{max-width:1200px;margin:0 auto;padding:2rem;padding-top:100px}.cal-header{text-align:center;margin-bottom:3rem}.cal-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,red,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.cal-booking-info{display:flex;justify-content:center;gap:2rem;margin-top:1rem}.cal-service-type,.cal-duration{background:#ffffff1a;padding:.5rem 1rem;border-radius:25px;border:1px solid rgba(255,0,0,.3);font-weight:500}.cal-booking-steps{display:flex;flex-direction:column;gap:3rem}.cal-step-section{background:#ffffff0d;border-radius:20px;padding:2rem;border:1px solid rgba(255,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cal-step-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#fff;display:flex;align-items:center;gap:1rem}.cal-loading-text{font-size:.9rem;color:red;font-weight:400}.cal-dates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem;margin-top:1rem}.cal-date-card{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:15px;padding:.75rem;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;color:#fff;min-height:80px;display:flex;flex-direction:column;justify-content:center;align-items:center}.cal-date-card:hover{transform:translateY(-2px);border-color:#ff000080;background:#ff00001a;box-shadow:0 5px 20px #f003}.cal-date-card.cal-selected{background:linear-gradient(135deg,red,#c00);border-color:red;transform:translateY(-2px);box-shadow:0 8px 25px #f006}.cal-date-card.cal-today{border-color:#fff9}.cal-date-day{font-size:1.3rem;font-weight:700;margin-bottom:.25rem}.cal-date-month{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:1px}.cal-date-weekday{font-size:.7rem;opacity:.8;margin-top:.25rem}.cal-today-label{position:absolute;top:-8px;right:-8px;background:red;color:#fff;font-size:.7rem;padding:.2rem .5rem;border-radius:10px;font-weight:600}.cal-date-card.cal-day-blocked{background:#f003!important;border-color:#ff000080!important;opacity:.8;cursor:not-allowed}.cal-date-card.cal-day-blocked:hover{transform:none!important;box-shadow:none!important;background:#f003!important}.cal-date-card.cal-day-blocked .cal-date-day,.cal-date-card.cal-day-blocked .cal-date-month,.cal-date-card.cal-day-blocked .cal-date-weekday{opacity:.8}.cal-blocked-label{position:absolute;bottom:2px;left:50%;transform:translate(-50%);font-size:.7rem;font-weight:600;color:red;background:#000c;border-radius:8px;padding:2px 6px}.cal-times-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.6rem;margin-top:1rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.cal-times-grid::-webkit-scrollbar{width:6px}.cal-times-grid::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.cal-times-grid::-webkit-scrollbar-thumb{background:#ff000080;border-radius:3px}.cal-time-slot{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:10px;padding:.6rem;text-align:center;cursor:pointer;transition:all .3s ease;color:#fff;font-weight:500;position:relative;min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem}.cal-time-display{font-size:.85rem;font-weight:600;z-index:2}.cal-time-slot:hover:not(.cal-disabled):not(.cal-blocked):not(.cal-temp-reserved){transform:translateY(-1px);border-color:#ff000080;background:#ff00001a;box-shadow:0 3px 15px #f003}.cal-time-slot.cal-selected{background:linear-gradient(135deg,red,#c00);border-color:red;transform:translateY(-1px);box-shadow:0 5px 20px #f006}.cal-time-slot.cal-disabled{background:#80808033;border-color:#8080804d;color:#fff6;cursor:not-allowed;opacity:.6}.cal-time-slot.cal-blocked{background:#f003!important;border-color:#ff000080!important;cursor:not-allowed;opacity:.8}.cal-time-slot.cal-blocked:hover{transform:none!important;box-shadow:none!important;background:#f003!important}.cal-booked-label{position:absolute;bottom:2px;left:50%;transform:translate(-50%);background:#808080cc;color:#fff;font-size:.6rem;padding:1px 4px;border-radius:6px;font-weight:600}.cal-blocked-slot-label{position:absolute;bottom:2px;left:50%;transform:translate(-50%);background:#f00c;color:#fff;font-size:.6rem;padding:1px 4px;border-radius:6px;font-weight:600}.cal-time-slot.cal-temp-reserved{background:#ffa50033!important;border-color:#ffa50080!important;color:#fffc;cursor:not-allowed}.cal-time-slot.cal-temp-reserved:hover{background:#ffa50033!important;transform:none}.cal-time-slot.cal-own-reservation{background:#3b82f633!important;border-color:#3b82f680!important;color:#fff;border-width:2px}.cal-time-slot.cal-own-reservation:hover{background:#3b82f64d!important}.cal-temp-reserved-label{position:absolute;bottom:2px;left:50%;transform:translate(-50%);background:#ffa500cc;color:#fff;font-size:.6rem;padding:1px 4px;border-radius:6px;font-weight:600}.cal-own-reservation-label{position:absolute;bottom:2px;left:50%;transform:translate(-50%);background:#3b82f6cc;color:#fff;font-size:.6rem;padding:1px 4px;border-radius:6px;font-weight:600}.cal-next-section{background:#ffffff0d;border-radius:20px;padding:2rem;border:1px solid rgba(255,0,0,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.cal-selection-summary{background:#0000004d;border-radius:15px;padding:1.5rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.1)}.cal-selection-summary h3{color:red;margin-bottom:1rem;font-size:1.3rem}.cal-selection-summary p{margin:.5rem 0;font-size:1rem}.cal-selection-summary strong{color:red}.cal-next-btn{background:linear-gradient(135deg,red,#c00);color:#fff;border:none;padding:1rem 3rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 5px 20px #ff00004d}.cal-next-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #ff000080;background:linear-gradient(135deg,#f33,red)}.cal-next-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.cal-admin-controls{margin-top:1.5rem}.cal-admin-toggle{background:#f003;color:#fff;border:1px solid #ff0000;padding:.5rem 1rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.cal-admin-toggle:hover{background:#f006}.cal-admin-toggle.cal-admin-active{background:red;box-shadow:0 0 15px #ff000080}.cal-admin-block-controls{background:#0000004d;border-radius:15px;padding:1rem;margin-bottom:1.5rem;border:1px solid rgba(255,0,0,.3)}.cal-block-type-selector{display:flex;gap:1.5rem;margin-bottom:1rem}.cal-block-type-selector label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.cal-block-reason-input{margin-bottom:1rem}.cal-block-reason-input input{width:100%;padding:.75rem;border-radius:8px;border:1px solid rgba(255,255,255,.3);background:#00000080;color:#fff}.cal-block-actions{display:flex;justify-content:flex-end}.cal-block-btn{background:linear-gradient(135deg,red,#c00);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.cal-block-btn:hover:not(:disabled){background:linear-gradient(135deg,#f33,red)}.cal-block-btn:disabled{opacity:.6;cursor:not-allowed}.cal-unblock-btn{position:absolute;right:2px;top:2px;background:#000000b3;color:#fff;border:none;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;cursor:pointer;padding:0}.cal-unblock-btn:hover{background:#ffffffe6;color:red}.cal-zoom-link-section{margin-top:1.5rem;background:#0000004d;border-radius:15px;padding:1rem;border:1px solid rgba(255,0,0,.3)}.cal-zoom-link-section h3{color:red;margin-bottom:.75rem;font-size:1.1rem}.cal-zoom-link-edit{display:flex;flex-direction:column;gap:.75rem}.cal-zoom-link-input{width:100%;padding:.75rem;border-radius:8px;border:1px solid rgba(255,255,255,.3);background:#00000080;color:#fff;font-size:.9rem}.cal-zoom-link-buttons{display:flex;gap:.75rem;justify-content:flex-end}.cal-zoom-link-save,.cal-zoom-link-cancel,.cal-zoom-link-edit-btn,.cal-zoom-link-add-btn{padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease}.cal-zoom-link-save{background:linear-gradient(135deg,red,#c00);color:#fff;border:none}.cal-zoom-link-save:hover:not(:disabled){background:linear-gradient(135deg,#f33,red)}.cal-zoom-link-save:disabled{opacity:.6;cursor:not-allowed}.cal-zoom-link-cancel{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.cal-zoom-link-cancel:hover{background:#ffffff1a}.cal-zoom-link-display{display:flex;align-items:center;gap:.75rem}.cal-zoom-link-text{flex-grow:1;color:#0af;text-decoration:none;word-break:break-all;font-size:.9rem}.cal-zoom-link-text:hover{text-decoration:underline}.cal-zoom-link-edit-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3);white-space:nowrap}.cal-zoom-link-edit-btn:hover{background:#fff3}.cal-zoom-link-add-btn{background:#00aaff1a;color:#0af;border:1px solid rgba(0,170,255,.3);width:100%}.cal-zoom-link-add-btn:hover{background:#0af3}@media (max-width: 768px){.cal-container{padding:1rem;padding-top:80px}.cal-header h1{font-size:2rem}.cal-booking-info{flex-direction:column;gap:1rem;align-items:center}.cal-dates-grid{grid-template-columns:repeat(auto-fill,minmax(85px,1fr));gap:.6rem}.cal-date-card{min-height:70px;padding:.6rem}.cal-date-day{font-size:1.2rem}.cal-times-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.5rem;max-height:300px}.cal-time-slot{padding:.5rem;min-height:45px;font-size:.8rem}.cal-step-section{padding:1.5rem}.cal-step-title{font-size:1.3rem;flex-direction:column;align-items:flex-start;gap:.5rem}.cal-next-btn{padding:.875rem 2rem;font-size:1rem}.cal-selection-summary{padding:1rem}.cal-block-type-selector{flex-direction:column;gap:.5rem}.cal-admin-block-controls{padding:.75rem}.cal-zoom-link-display{flex-direction:column;align-items:flex-start;gap:.5rem}.cal-zoom-link-edit-btn{width:100%}}@media (max-width: 480px){.cal-header h1{font-size:1.8rem}.cal-dates-grid{grid-template-columns:repeat(auto-fill,minmax(75px,1fr))}.cal-times-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.cal-date-card{min-height:60px;padding:.4rem}.cal-date-day{font-size:1.1rem}.cal-date-month,.cal-date-weekday{font-size:.7rem}.cal-time-slot{padding:.4rem;min-height:40px;font-size:.75rem}}.booking-details-page{min-height:100vh;background:linear-gradient(135deg,#000,#1a1a1a,#000);color:#fff}.booking-details-container{max-width:900px;margin:0 auto;padding:2rem;padding-top:100px}.booking-summary{text-align:center;margin-bottom:3rem}.booking-summary h1{font-size:2.5rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(45deg,red,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.appointment-summary{background:#ffffff0d;border-radius:20px;padding:2rem;border:1px solid rgba(255,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem}.appointment-summary h2{color:red;margin-bottom:1.5rem;font-size:1.5rem}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.summary-item{display:flex;justify-content:space-between;padding:.75rem;background:#0000004d;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.summary-item .label{font-weight:600;color:red}.summary-item .value{font-weight:500;color:#fff}.details-form-container{background:#ffffff0d;border-radius:20px;padding:2rem;border:1px solid rgba(255,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem}.details-form-container h2{color:red;margin-bottom:1.5rem;font-size:1.5rem}.details-form{display:flex;flex-direction:column;gap:2rem}.form-section{background:#0003;border-radius:15px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.section-title{color:red;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(255,0,0,.3)}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.form-group label{font-weight:600;color:#fff;font-size:1rem}.form-group input,.form-group select,.form-group textarea{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:10px;padding:.875rem;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff9}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:red;background:#ff00001a;box-shadow:0 0 20px #f003}.form-group select option{background:#1a1a1a;color:#fff}.form-group textarea{resize:vertical;min-height:80px}.form-group label:has(+input[required]),.form-group label:has(+select[required]),.form-group label:has(+textarea[required]){position:relative}.form-group label:has(+input[required]):after,.form-group label:has(+select[required]):after,.form-group label:has(+textarea[required]):after{content:" *";color:red;font-weight:700}.form-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.back-btn{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);padding:.875rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.back-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.proceed-btn{background:linear-gradient(135deg,red,#c00);color:#fff;border:none;padding:.875rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 5px 20px #ff00004d}.proceed-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #ff000080;background:linear-gradient(135deg,#f33,red)}.proceed-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.booking-note{background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:15px;padding:1.5rem;margin-top:2rem}.note-content h3{color:#ffc107;margin-bottom:.5rem;font-size:1.2rem}.note-content p{color:#ffffffe6;margin:0;line-height:1.5}@media (max-width: 768px){.booking-details-container{padding:1rem;padding-top:80px;max-width:100%}.booking-summary h1{font-size:2rem}.appointment-summary,.details-form-container{padding:1.5rem}.form-section{padding:1rem}.section-title{font-size:1.1rem}.summary-grid{grid-template-columns:1fr;gap:.75rem}.summary-item{flex-direction:column;gap:.5rem;text-align:left}.form-actions{flex-direction:column;gap:1rem}.back-btn,.proceed-btn{width:100%;padding:1rem}}@media (max-width: 480px){.booking-details-container{padding:.5rem;padding-top:70px}.booking-summary h1{font-size:1.8rem}.appointment-summary,.details-form-container{padding:1rem}.form-section{padding:.75rem}.appointment-summary h2,.details-form-container h2{font-size:1.3rem}.section-title{font-size:1rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;font-size:.9rem}.form-group label{font-size:.9rem}}.form-section:nth-child(odd){background:#00000026}.form-section:nth-child(2n){background:#ffffff05}html{scroll-behavior:smooth}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:2px solid #ff0000;outline-offset:2px}.proceed-btn:disabled{background:linear-gradient(135deg,#666,#444);box-shadow:none}.form-section.completed{border-color:#00ff004d}.form-section.completed .section-title{color:#0f0;border-bottom-color:#00ff004d}.payment-section{margin-top:2rem;padding:2rem;background:#f9f9f9;border-radius:8px;border:1px solid #eee}.payment-container{min-width:300px;width:100%;margin:1rem 0}.payment-container form{display:block;width:100%}.secure-text{text-align:center;color:#666;font-size:.9rem;margin-top:1rem}#razorpay-form script{display:block;width:100%}@media (max-width: 768px){.payment-section{padding:1rem}}.payment-section{margin-top:2rem;padding:2rem;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.payment-section h3{color:red;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;background:linear-gradient(45deg,red,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.payment-info{background:#0000004d;padding:1.5rem;border-radius:15px;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0003}.payment-info p{margin:.75rem 0;font-size:1rem;color:#ffffffe6;display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.payment-info p:last-child{border-bottom:none}.payment-info strong{color:red;font-weight:600;min-width:120px;text-align:left}.payment-info .amount{font-size:1.2rem;font-weight:700;color:#fff}.payment-container{margin:1.5rem 0}.razorpay-payment-button{background:linear-gradient(135deg,#39c,#2980b9);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;min-width:250px;text-transform:uppercase;letter-spacing:1px;box-shadow:0 5px 20px #3399cc4d;position:relative;overflow:hidden}.razorpay-payment-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.razorpay-payment-button:hover:before{left:100%}.razorpay-payment-button:hover{background:linear-gradient(135deg,#2980b9,#1f5f99);transform:translateY(-3px);box-shadow:0 8px 30px #3399cc80}.razorpay-payment-button:active{transform:translateY(-1px);box-shadow:0 4px 15px #39c6}.secure-text{color:#ffffffb3;font-size:.9rem;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500}.secure-text:before{content:"🔒";font-size:1rem}.payment-section{animation:slideInUp .5s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.razorpay-payment-button.loading{background:linear-gradient(135deg,#666,#444);cursor:not-allowed;transform:none;box-shadow:none}.razorpay-payment-button.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.payment-section{padding:1.5rem;margin-top:1.5rem}.payment-section h3{font-size:1.3rem}.payment-info{padding:1rem}.payment-info p{flex-direction:column;gap:.25rem;text-align:center}.payment-info strong{min-width:auto;text-align:center}.razorpay-payment-button{padding:.875rem 2rem;font-size:1rem;min-width:200px;width:100%;max-width:300px}}@media (max-width: 480px){.payment-section{padding:1rem}.payment-section h3{font-size:1.2rem}.payment-info{padding:.75rem}.payment-info p{font-size:.9rem}.razorpay-payment-button{padding:.75rem 1.5rem;font-size:.9rem;min-width:180px}.secure-text{font-size:.8rem}}.payment-section:hover{border-color:#ff00004d;box-shadow:0 5px 25px #ff00001a}.payment-info:hover{background:#0006;border-color:#fff3}.payment-section.success{border-color:#00ff004d;background:#00ff000d}.payment-section.success h3{background:linear-gradient(45deg,#0f0,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.payment-section.error{border-color:#ffff004d;background:#ffff000d}.payment-section.error h3{background:linear-gradient(45deg,#ff0,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.cancel-btn{background-color:#ef4444;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.cancel-btn:hover{background-color:#dc2626;transform:translateY(-2px)}.cancel-btn:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.form-actions{display:flex;gap:16px;justify-content:space-between;margin-top:32px;flex-wrap:wrap}@media (max-width: 768px){.form-actions{flex-direction:column}.form-actions button{width:100%}}.payment-page{min-height:100vh;background:linear-gradient(135deg,#000,#1a1a1a);color:#fff}.payment-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem}.payment-disclaimer{background:linear-gradient(135deg,#282828,#0e0c0c);border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #0707074d}.payment-disclaimer h2{color:#f44;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.disclaimer-content p{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6}.important-note{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:8px;padding:1.5rem;margin:1rem 0}.important-note h3{font-size:1.2rem;margin-bottom:1rem;color:#f44}.important-note ul{list-style:none;padding:0}.important-note li{position:relative;padding:.5rem 0 .5rem 1.5rem}.important-note li:before{content:"•";color:#fff;font-weight:700;position:absolute;left:0}.warning-note{background:#0000004d;border-radius:8px;padding:1rem;margin-top:1rem}.warning-note p{margin:.5rem 0;font-weight:600}.booking-summary{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:12px;padding:2rem;border:1px solid #333;box-shadow:0 8px 32px #0000004d}.booking-summary h2{color:#f44;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.summary-grid{display:grid;gap:1rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.summary-item.total{background:linear-gradient(135deg,#f44,#c00);font-weight:700;font-size:1.2rem}.summary-item .label{font-weight:600;color:#ccc}.summary-item .value{font-weight:700;color:#fff}.payment-methods{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:12px;padding:2rem;border:1px solid #333;box-shadow:0 8px 32px #0000004d}.payment-methods h2{color:#f44;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.upi-payment{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.qr-section{text-align:center}.qr-section h3{color:#fff;margin-bottom:1.5rem;font-size:1.3rem}.qr-code-container{background:#fff;border-radius:12px;padding:2rem;display:inline-block;box-shadow:0 8px 32px #f443}.qr-code{width:200px;height:200px;border-radius:8px}.qr-instruction{margin-top:1rem;color:#666;font-weight:600}.upi-details h3{color:#fff;margin-bottom:1.5rem;font-size:1.3rem}.upi-info{display:flex;flex-direction:column;gap:1.5rem}.upi-id,.amount-info{background:#ffffff0d;border-radius:8px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.upi-id label,.amount-info label{display:block;color:#ccc;font-weight:600;margin-bottom:.5rem}.upi-value{display:flex;align-items:center;gap:1rem}.upi-value span{font-family:Courier New,monospace;font-size:1.1rem;font-weight:700;color:#f44;flex:1}.copy-btn{background:linear-gradient(135deg,#f44,#c00);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.copy-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f446}.amount{font-size:1.5rem;font-weight:700;color:#f44}.payment-verification{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:12px;padding:2rem;border:1px solid #333;box-shadow:0 8px 32px #0000004d}.payment-verification h2{color:#f44;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.payment-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#fff;font-size:1.1rem}.required{color:#f44}.form-group input[type=text]{padding:1rem;border:2px solid #333;border-radius:8px;background:#ffffff0d;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input[type=text]:focus{outline:none;border-color:#f44;box-shadow:0 0 0 3px #ff44441a}.file-upload-container{position:relative}.form-group input[type=file]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.file-upload-info{padding:1rem;border:2px dashed #333;border-radius:8px;background:#ffffff0d;text-align:center;cursor:pointer;transition:all .3s ease}.file-upload-info:hover{border-color:#f44;background:#ff44440d}.file-selected{color:#4caf50;font-weight:600}.file-placeholder{color:#ccc}.form-group small{color:#999;font-size:.9rem}.form-actions{display:flex;gap:1rem;margin-top:2rem}.back-btn,.submit-payment-btn{flex:1;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-btn{background:#333;color:#fff;border:2px solid #555}.back-btn:hover{background:#555;transform:translateY(-2px)}.submit-payment-btn{background:linear-gradient(135deg,#f44,#c00);color:#fff}.submit-payment-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f446}.submit-payment-btn:disabled{opacity:.6;cursor:not-allowed}.security-note{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;text-align:center}.security-note h3{color:#4caf50;margin-bottom:1rem}.security-note p{color:#ccc;line-height:1.6}.receipt-container{max-width:800px;margin:0 auto;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:12px;padding:2rem;border:1px solid #333;box-shadow:0 8px 32px #0000004d}.receipt-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #ff4444}.receipt-header h1{color:#4caf50;font-size:2rem;margin-bottom:1rem}.success-icon{font-size:3rem;margin-bottom:1rem}.receipt-content h2{color:#f44;text-align:center;margin-bottom:2rem;font-size:1.5rem}.receipt-section{margin-bottom:2rem;background:#ffffff0d;border-radius:8px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.receipt-section h3{color:#f44;margin-bottom:1rem;font-size:1.2rem;border-bottom:1px solid #333;padding-bottom:.5rem}.receipt-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.receipt-row:last-child{border-bottom:none}.receipt-row span:first-child{color:#ccc;font-weight:600}.receipt-row span:last-child{color:#fff;font-weight:700}.receipt-row .amount{color:#4caf50;font-size:1.2rem}.receipt-row .status-paid{background:#4caf50;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.9rem}.receipt-actions{display:flex;gap:1rem;margin-top:2rem;justify-content:center}.download-btn,.continue-btn{padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.download-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.download-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4caf5066}.continue-btn{background:linear-gradient(135deg,#f44,#c00);color:#fff}.continue-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f446}@media (max-width: 1024px){.payment-container{max-width:900px;padding:1.5rem 1rem}.upi-payment{grid-template-columns:1fr;gap:2rem}.qr-section{order:1}.upi-details{order:2}}@media (max-width: 768px){.payment-container{padding:1rem .5rem;gap:1.5rem}.payment-disclaimer,.booking-summary,.payment-methods,.payment-verification{padding:1.5rem}.payment-disclaimer h2,.booking-summary h2,.payment-methods h2,.payment-verification h2{font-size:1.3rem}.disclaimer-content p{font-size:1rem}.important-note,.warning-note{padding:1rem}.qr-code-container{padding:1.5rem}.qr-code{width:150px;height:150px}.upi-value{flex-direction:column;align-items:flex-start;gap:.5rem}.upi-value span{font-size:.9rem;word-break:break-all}.form-actions{flex-direction:column}.receipt-container{padding:1.5rem;margin:0 .5rem}.receipt-header h1{font-size:1.5rem}.success-icon{font-size:2rem}.receipt-row{flex-direction:column;align-items:flex-start;gap:.5rem}.receipt-actions{flex-direction:column}}@media (max-width: 480px){.payment-container{padding:.5rem}.payment-disclaimer,.booking-summary,.payment-methods,.payment-verification{padding:1rem}.payment-disclaimer h2,.booking-summary h2,.payment-methods h2,.payment-verification h2{font-size:1.2rem}.disclaimer-content p{font-size:.9rem}.important-note h3{font-size:1rem}.qr-code{width:120px;height:120px}.qr-code-container{padding:1rem}.summary-item{padding:.75rem;font-size:.9rem}.summary-item.total{font-size:1rem}.upi-id,.amount-info{padding:1rem}.amount{font-size:1.2rem}.form-group input[type=text],.file-upload-info{padding:.75rem;font-size:.9rem}.back-btn,.submit-payment-btn,.download-btn,.continue-btn{padding:.75rem 1.5rem;font-size:1rem}.receipt-container,.receipt-section,.security-note{padding:1rem}.security-note p{font-size:.9rem}}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.loading-spinner{width:50px;height:50px;border:4px solid #333;border-top:4px solid #ff4444;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.payment-disclaimer,.booking-summary,.payment-methods,.payment-verification,.receipt-container{animation:fadeInUp .6s ease-out}.copy-btn:focus,.back-btn:focus,.submit-payment-btn:focus,.download-btn:focus,.continue-btn:focus{outline:2px solid #ff4444;outline-offset:2px}.form-group input:focus,.file-upload-container:focus-within .file-upload-info{outline:none;border-color:#f44;box-shadow:0 0 0 3px #ff44441a}@media print{.payment-page{background:#fff!important;color:#000!important}.receipt-container{background:#fff!important;border:1px solid #000!important;box-shadow:none!important}.receipt-actions{display:none}.receipt-header h1,.receipt-section h3,.receipt-row .amount{color:#000!important}.receipt-row .status-paid{background:#ccc!important;color:#000!important}}.terms-acceptance{background:linear-gradient(135deg,#2d4a2d,#1a3d1a);border:2px solid #4caf50;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #4caf5033}.terms-checkbox-container{display:flex;align-items:flex-start;gap:1rem;cursor:pointer}.terms-checkbox{position:absolute;opacity:0;width:0;height:0}.checkbox-custom{display:inline-block;width:24px;height:24px;border:2px solid #4caf50;border-radius:4px;background:#ffffff1a;position:relative;transition:all .3s ease;flex-shrink:0;margin-top:2px}.terms-checkbox:checked+.terms-label .checkbox-custom{background:linear-gradient(135deg,#4caf50,#45a049);border-color:#4caf50}.terms-checkbox:checked+.terms-label .checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:16px;font-weight:700}.terms-label{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.5;cursor:pointer;display:flex;align-items:flex-start;gap:1rem;-webkit-user-select:none;user-select:none}.terms-label:hover .checkbox-custom{border-color:#66bb6a;background:#4caf501a}.terms-checkbox:focus+.terms-label .checkbox-custom{outline:2px solid #4caf50;outline-offset:2px}.booking-summary,.payment-methods,.payment-verification,.security-note{animation:slideInFromBottom .6s ease-out}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.terms-acceptance{padding:1.5rem}.terms-checkbox-container{gap:.75rem}.terms-label{font-size:1rem}.checkbox-custom{width:20px;height:20px}.terms-checkbox:checked+.terms-label .checkbox-custom:after{font-size:14px}}@media (max-width: 480px){.terms-acceptance{padding:1rem}.terms-label{font-size:.9rem}.checkbox-custom{width:18px;height:18px}.terms-checkbox:checked+.terms-label .checkbox-custom:after{font-size:12px}}.founder-container{font-family:Arial,sans-serif;line-height:1.6;color:#333;max-width:1500px;margin:0 auto;padding-top:20px}.founder-content{display:flex;flex-wrap:wrap;gap:40px;align-items:flex-start}.founder-image{flex:1;min-width:400px;position:relative}.founder-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a}.founder-text{flex:2;min-width:300px}h1{font-size:2rem;margin:auto auto 10px;text-align:center}.founder-text p{margin-bottom:15px;font-size:1.1rem}.founder-text ul{margin-bottom:20px;padding-left:20px}.founder-text li{margin-bottom:8px}.closing-line{font-weight:700;font-size:1.2rem;color:#2c3e50;margin-top:20px}@media (max-width: 768px){.founder-content{flex-direction:column;gap:20px}.founder-image,.founder-text{flex:1 1 100%;padding:10px}h1{font-size:1.8rem;margin:auto;text-align:center;padding:20px 0}.founder-text p{font-size:1rem}}@media (max-width: 480px){.founder-container{padding:15px}.founder-image{min-width:100%}.founder-text h1{font-size:1.5rem}.closing-line{font-size:1.1rem}}*{margin:0;padding:0;box-sizing:border-box}.webinar-coming-soon{min-height:100vh;background:linear-gradient(135deg,#000,#1a1a1a,#000);display:flex;align-items:center;justify-content:center;position:relative;font-family:Arial,sans-serif;overflow:hidden}.webinar-coming-soon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 20%,rgba(255,0,0,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,0,0,.05) 0%,transparent 50%);animation:webinar-cs-pulse 4s ease-in-out infinite alternate}@keyframes webinar-cs-pulse{0%{opacity:.3}to{opacity:.8}}.webinar-cs-container{text-align:center;z-index:1;position:relative}.webinar-cs-title{font-size:clamp(3rem,8vw,6rem);font-weight:900;color:#fff;margin-bottom:3rem;text-transform:uppercase;letter-spacing:4px;text-shadow:0 0 20px rgba(255,0,0,.5);animation:webinar-cs-glow 2s ease-in-out infinite alternate}@keyframes webinar-cs-glow{0%{text-shadow:0 0 20px rgba(255,0,0,.5)}to{text-shadow:0 0 30px rgba(255,0,0,.8),0 0 40px rgba(255,0,0,.3)}}.webinar-cs-countdown{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.webinar-cs-time-box{background:#fff;border:3px solid #ff0000;border-radius:15px;padding:2rem 1.5rem;min-width:120px;box-shadow:0 10px 25px #00000080,inset 0 1px #fff3;transition:all .3s ease;position:relative;overflow:hidden}.webinar-cs-time-box:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,0,0,.1),transparent);transition:left .5s ease}.webinar-cs-time-box:hover:before{left:100%}.webinar-cs-time-box:hover{transform:translateY(-5px);box-shadow:0 15px 35px #000000b3,0 0 20px #ff00004d;border-color:#f33}.webinar-cs-number{display:block;font-size:2.5rem;font-weight:900;color:#000;line-height:1;margin-bottom:.5rem}.webinar-cs-label{font-size:.9rem;font-weight:700;color:red;text-transform:uppercase;letter-spacing:1px}@media (max-width: 768px){.webinar-cs-countdown{gap:1rem}.webinar-cs-time-box{min-width:100px;padding:1.5rem 1rem}.webinar-cs-number{font-size:2rem}.webinar-cs-label{font-size:.8rem}}@media (max-width: 480px){.webinar-cs-countdown{gap:.8rem}.webinar-cs-time-box{min-width:80px;padding:1rem .8rem}.webinar-cs-number{font-size:1.8rem}.webinar-cs-label{font-size:.7rem}}.contact-us-container{min-height:100vh;background:#fff;font-family:Arial,sans-serif}.contact-hero-section{background:linear-gradient(135deg,#000,#333);color:#fff;padding:80px 0 60px;text-align:center;position:relative;overflow:hidden}.contact-hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ff0000" fill-opacity="0.03"><circle cx="30" cy="30" r="4"/></g></g></svg>');animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.contact-hero-content{max-width:800px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.contact-main-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;background:linear-gradient(45deg,#fff,red);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 4px 8px rgba(0,0,0,.3)}.contact-hero-subtitle{font-size:1.2rem;line-height:1.6;opacity:.9;max-width:600px;margin:0 auto}.contact-main-content{padding:80px 0;background:#fff}.contact-content-wrapper{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-form-section{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:40px;border:2px solid #f5f5f5;transition:all .3s ease}.contact-form-section:hover{box-shadow:0 25px 50px #ff00001a;border-color:red}.contact-form-header{margin-bottom:30px;text-align:center}.contact-form-title{font-size:2rem;font-weight:700;color:#000;margin-bottom:10px;position:relative}.contact-form-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,red,#000);border-radius:2px}.contact-form-description{color:#666;font-size:1rem;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:25px}.contact-input-group{display:flex;flex-direction:column}.contact-label{font-weight:600;color:#000;margin-bottom:8px;font-size:.95rem}.contact-input,.contact-textarea{padding:15px;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fff;color:#000}.contact-input:focus,.contact-textarea:focus{outline:none;border-color:red;box-shadow:0 0 0 3px #ff00001a;transform:translateY(-1px)}.contact-textarea{resize:vertical;min-height:120px;font-family:inherit}.contact-submit-btn{background:linear-gradient(135deg,red,#c00);color:#fff;border:none;padding:18px 30px;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 20px #f003;text-transform:uppercase;letter-spacing:1px}.contact-submit-btn:hover{background:linear-gradient(135deg,#c00,#900);transform:translateY(-2px);box-shadow:0 15px 25px #ff00004d}.contact-submit-btn:active{transform:translateY(0)}.contact-info-section{padding:40px 0}.contact-info-header{margin-bottom:40px;text-align:center}.contact-info-title{font-size:2rem;font-weight:700;color:#000;margin-bottom:10px;position:relative}.contact-info-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#000,red);border-radius:2px}.contact-info-description{color:#666;font-size:1rem;line-height:1.5}.contact-methods-list{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.contact-method-item{display:flex;align-items:flex-start;gap:20px;padding:25px;background:#fff;border-radius:15px;box-shadow:0 10px 25px #00000014;border:2px solid #f5f5f5;transition:all .3s ease}.contact-method-item:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0000001f;border-color:red}.contact-method-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.contact-email-icon{background:linear-gradient(135deg,red,#c00);color:#fff}.contact-linkedin-icon{background:linear-gradient(135deg,#0077b5,#005885);color:#fff}.contact-instagram-icon{background:linear-gradient(135deg,#e4405f,#c13584);color:#fff}.contact-method-content{flex:1}.contact-method-title{font-size:1.3rem;font-weight:700;color:#000;margin-bottom:5px}.contact-method-link{color:red;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block}.contact-method-link:hover{color:#c00;transform:translate(5px)}.contact-method-desc{color:#666;font-size:.9rem;margin-top:5px;line-height:1.4}.contact-cta-section{background:linear-gradient(135deg,#000,#333);color:#fff;padding:30px;border-radius:15px;text-align:center;box-shadow:0 15px 30px #0003}.contact-cta-title{font-size:1.5rem;font-weight:700;margin-bottom:10px;color:#fff}.contact-cta-description{color:#ccc;line-height:1.6;font-size:1rem}@media (max-width: 1024px){.contact-content-wrapper{grid-template-columns:1fr;gap:40px}.contact-main-title{font-size:3rem}}@media (max-width: 768px){.contact-hero-section{padding:60px 0 40px}.contact-main-title{font-size:2.5rem}.contact-hero-subtitle{font-size:1.1rem}.contact-main-content{padding:60px 0}.contact-content-wrapper{padding:0 15px;gap:30px}.contact-form-section{padding:30px 20px}.contact-form-title,.contact-info-title{font-size:1.7rem}.contact-method-item{padding:20px;gap:15px}.contact-method-icon{width:50px;height:50px}.contact-cta-section{padding:25px 20px}}@media (max-width: 480px){.contact-hero-content{padding:0 15px}.contact-main-title{font-size:2rem}.contact-hero-subtitle{font-size:1rem}.contact-form-section{padding:25px 15px}.contact-input,.contact-textarea{padding:12px}.contact-submit-btn{padding:15px 25px;font-size:1rem}.contact-method-item{padding:15px;gap:12px}.contact-method-icon{width:45px;height:45px}.contact-method-title{font-size:1.1rem}.contact-method-link{font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-form-section,.contact-info-section{animation:fadeInUp .8s ease-out}.contact-method-item:nth-child(1){animation:fadeInUp .8s ease-out .2s both}.contact-method-item:nth-child(2){animation:fadeInUp .8s ease-out .4s both}.contact-method-item:nth-child(3){animation:fadeInUp .8s ease-out .6s both}
