@import "https://cdn.jsdelivr.net/npm/@fontsource/work-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/work-sans@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Work Sans',sans-serif;line-height:1.6;color:#0B3A3D;background:linear-gradient(157deg,#FFF 0%,#f8f9fa 100%);overflow-x:hidden}
.head-wrap{background:linear-gradient(135deg,#FFF 0%,#fef5f9 50%,#FFF 100%);box-shadow:0 4px 20px #fa228614;padding:30px 0}
.head-wrap .contain{max-width:1140px;margin:0 auto;padding:0 20px}
.head-wrap .top-row{display:flex;align-items:center;margin-bottom:18px;padding-left:0}
.head-wrap .logo-holder{display:flex;align-items:center}
.head-wrap .logo-holder img{height:95px;width:95px;object-fit:contain;background:#ffffffb3;border-radius:16px;padding:8px;box-shadow:0 6px 24px #0b3a3d1f}
.head-wrap .mid-row{display:flex;justify-content:center;margin-bottom:20px;padding-left:60px}
.head-wrap .brand-txt{font-size:2.2rem;font-weight:700;color:#0B3A3D;letter-spacing:-.5px;text-shadow:0 2px 8px #fa228626}
.head-wrap .bottom-row{display:flex;justify-content:flex-end;padding-right:70px}
.head-wrap .navi{display:flex;gap:8px;list-style:none;align-items:center}
.head-wrap .navi li a{display:block;padding:12px 22px;color:#0B3A3D;text-decoration:none;font-weight:400;border-radius:8px;transition:background 280ms ease,color 280ms ease;font-size:.95rem}
.head-wrap .navi li a:hover{background:#fa228614;color:#FA2286}
.foot-zone{background:linear-gradient(142deg,#0B3A3D 0%,#154448 100%);color:#FFF;padding:50px 0 30px;margin-top:80px}
.foot-zone .contain{max-width:1140px;margin:0 auto;padding:0 20px}
.foot-zone .top-section{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px;margin-bottom:40px}
.foot-zone .info-block h3{font-size:1.3rem;margin-bottom:18px;color:#FFF}
.foot-zone .info-block p{margin-bottom:12px;line-height:1.8;color:#ffffffd9}
.foot-zone .info-block a{color:#FFF;text-decoration:none;transition:color 300ms ease}
.foot-zone .info-block a:hover{color:#FA2286}
.foot-zone .link-list{list-style:none}
.foot-zone .link-list li{margin-bottom:10px}
.foot-zone .link-list li a{color:#ffffffd9;text-decoration:none;transition:color 300ms ease;display:inline-block}
.foot-zone .link-list li a:hover{color:#FA2286}
.foot-zone .divider{height:1px;background:#ffffff26;margin:30px 0}
.foot-zone .copyright-txt{text-align:center;color:#ffffffb3;font-size:.9rem}
.cookie-box{position:fixed;bottom:30px;left:30px;background:#FFF;border-radius:20px;padding:28px 32px;box-shadow:0 12px 48px #0b3a3d40;max-width:480px;z-index:9999;transform:translateX(-600px);transition:transform 450ms cubic-bezier(0.34,1.56,0.64,1);border:2px solid #fa22861a}
.cookie-box.show{transform:translateX(0)}
.cookie-box.hide{transform:translateX(-600px)}
.cookie-box .cookie-txt{margin-bottom:20px;color:#0B3A3D;line-height:1.6;font-size:.95rem}
.cookie-box .button-row{display:flex;gap:12px}
.cookie-box .butt{flex:1;padding:12px 24px;border:none;border-radius:10px;font-family:'Work Sans',sans-serif;font-weight:600;cursor:pointer;transition:all 320ms ease;font-size:.95rem}
.cookie-box .butt.accept{background:linear-gradient(135deg,#FA2286 0%,#e01d78 100%);color:#FFF}
.cookie-box .butt.accept:hover{background:linear-gradient(135deg,#e01d78 0%,#c91869 100%);box-shadow:0 6px 20px #fa22864d}
.cookie-box .butt.decline{background:#f0f0f0;color:#0B3A3D}
.cookie-box .butt.decline:hover{background:#e0e0e0}
@media (max-width: 1024px) {
.head-wrap .top-row,.head-wrap .mid-row,.head-wrap .bottom-row{padding-left:0;padding-right:0;justify-content:center}
.head-wrap .top-row{justify-content:flex-start}
.foot-zone .top-section{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 768px) {
.head-wrap{padding:20px 0}
.head-wrap .top-row{margin-bottom:14px}
.head-wrap .mid-row{margin-bottom:16px}
.head-wrap .brand-txt{font-size:1.6rem}
.head-wrap .logo-holder img{height:70px;width:70px}
.head-wrap .navi{flex-wrap:wrap;justify-content:center;gap:6px}
.head-wrap .navi li a{padding:10px 16px;font-size:.9rem}
.cookie-box{left:15px;right:15px;bottom:15px;max-width:calc(100% - 30px);padding:22px 24px}
.cookie-box .button-row{flex-direction:column}
}
@media (max-width: 480px) {
.head-wrap .brand-txt{font-size:1.3rem}
.head-wrap .navi li a{padding:8px 12px;font-size:.85rem}
}
.policy-main-wly{max-width:1140px;margin:0 auto;padding:80px 20px;background:#FFF}
.policy-main-wly h1{font-size:42px;line-height:1.2;color:#0B3A3D;margin:0 0 48px;font-weight:700;letter-spacing:-.5px}
.policy-main-wly h2{font-size:32px;line-height:1.3;color:#0B3A3D;margin:64px 0 24px;font-weight:700;letter-spacing:-.3px;border-bottom:2px solid #FA2286;padding-bottom:12px}
.policy-main-wly h3{font-size:24px;line-height:1.4;color:#0B3A3D;margin:48px 0 20px;font-weight:600}
.policy-main-wly h4{font-size:20px;line-height:1.4;color:#0B3A3D;margin:36px 0 16px;font-weight:600}
.policy-main-wly h5{font-size:18px;line-height:1.5;color:#0B3A3D;margin:28px 0 14px;font-weight:600}
.policy-main-wly h6{font-size:16px;line-height:1.5;color:#0B3A3D;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.policy-main-wly p{font-size:16px;line-height:1.8;color:#333;margin:0 0 20px}
.policy-main-wly ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:none}
.policy-main-wly ul li{font-size:16px;line-height:1.8;color:#333;margin:0 0 12px;position:relative;padding-left:12px}
.policy-main-wly ul li::before{content:'';position:absolute;left:-20px;top:12px;width:6px;height:6px;background:#FA2286;border-radius:50%}
.policy-main-wly ol{margin:0 0 24px;padding:0 0 0 28px;list-style-position:outside}
.policy-main-wly ol li{font-size:16px;line-height:1.8;color:#333;margin:0 0 12px;padding-left:12px}
.policy-main-wly ol li::marker{color:#FA2286;font-weight:600}
.policy-main-wly ul ul,.policy-main-wly ol ol,.policy-main-wly ul ol,.policy-main-wly ol ul{margin:12px 0}
.policy-main-wly strong,.policy-main-wly b{font-weight:600;color:#0B3A3D}
.policy-main-wly em,.policy-main-wly i{font-style:italic;color:#555}
.policy-main-wly a{color:#FA2286;text-decoration:underline;transition:all 280ms ease}
.policy-main-wly a:hover{color:#0B3A3D;text-decoration:none}
.policy-main-wly table{width:100%;margin:32px 0;border-collapse:collapse;background:#FFF;box-shadow:0 4px 16px #0b3a3d14;border-radius:8px;overflow:hidden}
.policy-main-wly thead{background:linear-gradient(135deg,#0B3A3D 0%,#0d4a4e 100%)}
.policy-main-wly thead tr th{padding:18px 20px;text-align:left;font-size:15px;font-weight:600;color:#FFF;text-transform:uppercase;letter-spacing:.5px;border-bottom:3px solid #FA2286}
.policy-main-wly tbody tr{border-bottom:1px solid #e8e8e8;transition:background 280ms ease}
.policy-main-wly tbody tr:hover{background:#fafafa}
.policy-main-wly tbody tr:last-child{border-bottom:none}
.policy-main-wly tbody tr td{padding:16px 20px;font-size:15px;line-height:1.6;color:#333}
.policy-main-wly tbody tr td:first-child{font-weight:500;color:#0B3A3D}
.policy-main-wly hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#FA2286 50%,transparent 100%);margin:48px 0}
.policy-main-wly div{margin:0 0 20px}
.policy-main-wly blockquote{margin:32px 0;padding:24px 32px;background:#f8f8f8;border-left:4px solid #FA2286;border-radius:4px;font-size:16px;line-height:1.8;color:#555;font-style:italic}
.policy-main-wly code{background:#f4f4f4;padding:2px 8px;border-radius:3px;font-family:'Courier New',monospace;font-size:14px;color:#0B3A3D}
@media (max-width: 768px) {
.policy-main-wly{padding:60px 16px}
.policy-main-wly h1{font-size:32px;margin-bottom:36px}
.policy-main-wly h2{font-size:26px;margin-top:48px}
.policy-main-wly h3{font-size:22px;margin-top:36px}
.policy-main-wly h4{font-size:19px}
.policy-main-wly table{font-size:14px}
.policy-main-wly thead tr th{padding:14px 12px;font-size:13px}
.policy-main-wly tbody tr td{padding:12px;font-size:14px}
.policy-main-wly blockquote{padding:20px 24px;margin:24px 0}
}
@media (max-width: 480px) {
.policy-main-wly{padding:48px 12px}
.policy-main-wly h1{font-size:28px;margin-bottom:32px}
.policy-main-wly h2{font-size:24px;margin-top:40px}
.policy-main-wly ul,.policy-main-wly ol{padding-left:20px}
.policy-main-wly table{display:block;overflow-x:auto;white-space:nowrap}
}
.abt_wrp{max-width:1140px;margin:0 auto;padding:0 20px}
.hero_sect{padding:80px 0 60px;background:linear-gradient(135deg,#FA2286 0%,#0B3A3D 100%);position:relative;overflow:hidden}
.hero_sect::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff0d;border-radius:50%;z-index:1}
.hero_content_holder{display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.hero_txt_area{flex:1}
.hero_heading{font-size:48px;color:#FFF;margin:0 0 24px;line-height:1.2;font-weight:700}
.hero_desc{font-size:18px;color:#ffffffe6;line-height:1.6;margin:0 0 16px}
.hero_img_zone{flex:0 0 420px;position:relative}
.hero_img_zone img{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 20px 40px #0000004d}
.story_sect{padding:100px 0;background:#FFF}
.story_layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.story_text_col{padding-top:20px}
.story_subhed{font-size:16px;color:#FA2286;margin:0 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:1px}
.story_main_hed{font-size:42px;color:#0B3A3D;margin:0 0 28px;line-height:1.3;font-weight:700}
.story_para{font-size:17px;color:#333;line-height:1.7;margin:0 0 20px}
.story_img_col{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.story_img_card{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0b3a3d26;transition:transform 350ms,box-shadow 350ms}
.story_img_card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0b3a3d40}
.story_img_card img{width:100%;height:280px;object-fit:cover;display:block}
.story_img_card:nth-child(2){margin-top:40px}
.vals_sect{padding:90px 0;background:linear-gradient(165deg,#0B3A3D 0%,#FA2286 100%);position:relative}
.vals_sect::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FA2286,#FFF,#0B3A3D)}
.vals_head{text-align:center;margin-bottom:70px}
.vals_title{font-size:40px;color:#FFF;margin:0 0 20px;font-weight:700}
.vals_intro{font-size:18px;color:#ffffffd9;max-width:680px;margin:0 auto;line-height:1.6}
.vals_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.val_card{background:#fffffff2;padding:40px 32px;border-radius:20px;text-align:center;position:relative;transition:transform 300ms,box-shadow 300ms;box-shadow:0 12px 32px #0003}
.val_card:hover{transform:translateY(-12px);box-shadow:0 20px 48px #0000004d}
.val_icon_holder{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#FA2286,#0B3A3D);border-radius:50%;display:flex;align-items:center;justify-content:center}
.val_icon_holder i{font-size:36px;color:#FFF}
.val_heading{font-size:22px;color:#0B3A3D;margin:0 0 16px;font-weight:700}
.val_text{font-size:16px;color:#333;line-height:1.6;margin:0}
.team_sect{padding:100px 0;background:#FFF}
.team_header{text-align:center;margin-bottom:60px}
.team_main_title{font-size:38px;color:#0B3A3D;margin:0 0 18px;font-weight:700}
.team_subtitle{font-size:17px;color:#555;max-width:640px;margin:0 auto;line-height:1.6}
.team_members_row{display:flex;justify-content:center;gap:50px;flex-wrap:wrap}
.member_card{background:#F8F8F8;border-radius:16px;padding:32px;max-width:340px;text-align:center;box-shadow:0 8px 24px #0b3a3d1a;transition:transform 320ms,box-shadow 320ms}
.member_card:hover{transform:scale(1.05);box-shadow:0 16px 40px #0b3a3d33}
.member_photo{width:160px;height:160px;border-radius:50%;object-fit:cover;margin:0 auto 24px;border:4px solid #FA2286;display:block}
.member_name{font-size:24px;color:#0B3A3D;margin:0 0 8px;font-weight:700}
.member_role{font-size:16px;color:#FA2286;margin:0 0 16px;font-weight:600}
.member_bio{font-size:15px;color:#444;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.hero_content_holder{gap:40px}
.hero_heading{font-size:40px}
.hero_img_zone{flex:0 0 360px}
.story_layout{gap:60px}
.vals_grid{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media (max-width: 768px) {
.hero_sect{padding:60px 0 40px}
.hero_content_holder{flex-direction:column;gap:32px}
.hero_img_zone{flex:0 0 auto;width:100%}
.hero_img_zone img{height:360px}
.hero_heading{font-size:34px}
.story_sect{padding:70px 0}
.story_layout{grid-template-columns:1fr;gap:40px}
.story_img_col{grid-template-columns:1fr}
.story_img_card:nth-child(2){margin-top:0}
.vals_grid{grid-template-columns:1fr;gap:24px}
.team_members_row{gap:32px}
}
@media (max-width: 480px) {
.hero_heading{font-size:28px}
.hero_desc{font-size:16px}
.hero_img_zone img{height:280px}
.story_main_hed{font-size:32px}
.vals_title{font-size:32px}
.team_main_title{font-size:30px}
}
.title_wrap{position:relative;width:100%;min-height:520px;overflow:hidden;background:linear-gradient(142deg,#FA2286 0%,#0B3A3D 100%);display:flex;align-items:center;margin-bottom:80px}
.title_wrap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E");opacity:.6;pointer-events:none}
.title_wrap .bg_imghold{position:absolute;top:-5%;right:-10%;width:55%;height:110%;opacity:.18;z-index:1}
.title_wrap .bg_imghold img{width:100%;height:100%;object-fit:cover;object-position:65% center}
.title_wrap .content_box{position:relative;z-index:2;max-width:1140px;margin:0 auto;padding:80px 20px;width:100%}
.title_wrap .tagline_txt{font-size:15px;color:#ffffffd9;letter-spacing:.5px;margin-bottom:16px;text-transform:uppercase;font-weight:500}
.title_wrap .main_headline{font-size:52px;line-height:1.18;color:#FFF;font-weight:700;margin-bottom:24px;max-width:680px}
.title_wrap .desc_txt{font-size:18px;line-height:1.6;color:#ffffffe6;max-width:620px;margin-bottom:36px}
.title_wrap .action_row{display:flex;gap:16px;flex-wrap:wrap}
.title_wrap .btn_primary{background:#FFF;color:#0B3A3D;padding:14px 32px;border-radius:6px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all 280ms;border:2px solid #FFF}
.title_wrap .btn_primary:hover{background:transparent;color:#FFF;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}
.title_wrap .btn_second{background:transparent;color:#FFF;padding:14px 32px;border-radius:6px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all 280ms;border:2px solid #fff6}
.title_wrap .btn_second:hover{border-color:#FFF;background:#ffffff1a;transform:translateY(-2px)}
.advantage_sect{max-width:1140px;margin:0 auto 90px;padding:0 20px}
.advantage_sect .sect_header{text-align:center;margin-bottom:60px}
.advantage_sect .sect_header h2{font-size:38px;color:#0B3A3D;font-weight:700;margin-bottom:18px;line-height:1.25}
.advantage_sect .sect_header p{font-size:17px;color:#555;line-height:1.65;max-width:720px;margin:0 auto}
.advantage_sect .compare_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:50px}
.advantage_sect .compare_card{background:#FFF;border:2px solid #e8e8e8;border-radius:12px;padding:32px;position:relative;overflow:hidden;transition:all 320ms}
.advantage_sect .compare_card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FA2286,#0B3A3D);opacity:0;transition:opacity 320ms}
.advantage_sect .compare_card:hover{border-color:#FA2286;box-shadow:0 12px 32px #fa22861f;transform:translateY(-4px)}
.advantage_sect .compare_card:hover::before{opacity:1}
.advantage_sect .compare_card .card_icon{width:56px;height:56px;background:linear-gradient(135deg,#FA2286,#ff5ba8);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.advantage_sect .compare_card .card_icon i{font-size:28px;color:#FFF}
.advantage_sect .compare_card h3{font-size:22px;color:#0B3A3D;font-weight:700;margin-bottom:14px;line-height:1.3}
.advantage_sect .compare_card p{font-size:16px;color:#666;line-height:1.7;margin-bottom:0}
.advantage_sect .compare_card .label_tag{display:inline-block;background:#fa22861a;color:#FA2286;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:16px}
.opportunities_area{background:linear-gradient(156deg,#f8f8f8 0%,#fff 100%);padding:80px 20px;margin-bottom:90px;position:relative}
.opportunities_area::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#FA2286,transparent)}
.opportunities_area .inner_hold{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.opportunities_area .img_side{position:relative}
.opportunities_area .img_side img{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 16px 48px #0b3a3d2e}
.opportunities_area .txt_side h2{font-size:36px;color:#0B3A3D;font-weight:700;margin-bottom:22px;line-height:1.28}
.opportunities_area .txt_side .intro_desc{font-size:17px;color:#555;line-height:1.68;margin-bottom:32px}
.opportunities_area .txt_side .feature_list{list-style:none;padding:0;margin:0 0 36px}
.opportunities_area .txt_side .feature_list li{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;font-size:16px;color:#444;line-height:1.65}
.opportunities_area .txt_side .feature_list li::before{content:'';width:24px;height:24px;background:linear-gradient(135deg,#FA2286,#0B3A3D);border-radius:50%;flex-shrink:0;display:block;position:relative;top:2px}
.opportunities_area .txt_side .feature_list li::after{content:'✓';position:absolute;margin-left:-18px;margin-top:2px;color:#FFF;font-size:14px;font-weight:700}
.opportunities_area .txt_side .cta_link{display:inline-flex;align-items:center;gap:10px;background:#FA2286;color:#FFF;padding:13px 28px;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;transition:all 300ms}
.opportunities_area .txt_side .cta_link:hover{background:#e01f79;transform:translateX(4px);box-shadow:0 8px 20px #fa22864d}
.opportunities_area .txt_side .cta_link i{font-size:20px}
.access_section{max-width:1140px;margin:0 auto 100px;padding:0 20px}
.access_section .sect_intro{text-align:center;margin-bottom:56px}
.access_section .sect_intro h2{font-size:38px;color:#0B3A3D;font-weight:700;margin-bottom:16px;line-height:1.25}
.access_section .sect_intro p{font-size:17px;color:#555;line-height:1.65;max-width:680px;margin:0 auto}
.access_section .step_wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;position:relative}
.access_section .step_wrapper::before{content:'';position:absolute;top:80px;left:16%;right:16%;height:2px;background:linear-gradient(90deg,#FA2286,#0B3A3D,#FA2286);z-index:0}
.access_section .step_item{position:relative;z-index:1;background:#FFF;border:2px solid #e8e8e8;border-radius:14px;padding:40px 24px 32px;text-align:center;transition:all 340ms}
.access_section .step_item:hover{border-color:#FA2286;box-shadow:0 14px 36px #0b3a3d24;transform:translateY(-6px)}
.access_section .step_item .step_num{width:64px;height:64px;background:linear-gradient(135deg,#0B3A3D,#1a5a5f);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:26px;font-weight:700;color:#FFF;box-shadow:0 8px 20px #0b3a3d40}
.access_section .step_item h3{font-size:20px;color:#0B3A3D;font-weight:700;margin-bottom:14px;line-height:1.35}
.access_section .step_item p{font-size:15px;color:#666;line-height:1.68;margin-bottom:0}
.testimonial_zone{background:linear-gradient(162deg,#0B3A3D 0%,#1a5a5f 100%);padding:80px 20px;position:relative;overflow:hidden}
.testimonial_zone::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,#fa228626,transparent);pointer-events:none}
.testimonial_zone .contain_box{max-width:1140px;margin:0 auto;position:relative;z-index:1}
.testimonial_zone .heading_txt{text-align:center;font-size:36px;color:#FFF;font-weight:700;margin-bottom:52px;line-height:1.3}
.testimonial_zone .test_card{background:#ffffff14;backdrop-filter:blur(10px);border:1px solid #ffffff26;border-radius:16px;padding:40px;max-width:820px;margin:0 auto}
.testimonial_zone .test_card .author_row{display:flex;align-items:center;gap:20px;margin-bottom:28px}
.testimonial_zone .test_card .author_row img{width:68px;height:68px;border-radius:50%;object-fit:cover;border:3px solid #fa228699}
.testimonial_zone .test_card .author_info h4{font-size:20px;color:#FFF;font-weight:700;margin-bottom:6px}
.testimonial_zone .test_card .author_info .role_label{font-size:14px;color:#ffffffbf}
.testimonial_zone .test_card .quote_txt{font-size:18px;color:#ffffffeb;line-height:1.72;font-style:italic;position:relative;padding-left:32px}
.testimonial_zone .test_card .quote_txt::before{content:'"';position:absolute;left:0;top:-8px;font-size:56px;color:#FA2286;line-height:1}
@media (max-width: 1024px) {
.title_wrap .main_headline{font-size:42px}
.advantage_sect .compare_grid{grid-template-columns:1fr;gap:24px}
.opportunities_area .inner_hold{grid-template-columns:1fr}
.access_section .step_wrapper::before{display:none}
}
@media (max-width: 768px) {
.title_wrap{min-height:440px;margin-bottom:60px}
.title_wrap .bg_imghold{width:70%;opacity:.12}
.title_wrap .content_box{padding:60px 20px}
.title_wrap .main_headline{font-size:34px}
.title_wrap .desc_txt{font-size:16px}
.advantage_sect .sect_header h2,.opportunities_area .txt_side h2,.access_section .sect_intro h2{font-size:30px}
.opportunities_area{padding:60px 20px;margin-bottom:70px}
.opportunities_area .img_side img{height:340px}
.access_section .step_wrapper{grid-template-columns:1fr;gap:20px}
.testimonial_zone{padding:60px 20px}
.testimonial_zone .heading_txt{font-size:28px;margin-bottom:38px}
.testimonial_zone .test_card{padding:32px 24px}
.testimonial_zone .test_card .quote_txt{font-size:16px;padding-left:24px}
}
@media (max-width: 480px) {
.title_wrap .main_headline{font-size:28px}
.title_wrap .action_row{flex-direction:column}
.title_wrap .btn_primary,.title_wrap .btn_second{width:100%;text-align:center}
.advantage_sect .compare_card{padding:24px}
.testimonial_zone .test_card .author_row{flex-direction:column;text-align:center}
}
.kontakt_pg{background:linear-gradient(135deg,#FA2286 0%,#0B3A3D 100%);padding:0;margin:0}
.top_hero_hold{max-width:1140px;margin:0 auto;padding:80px 20px 100px;text-align:center;position:relative}
.hero_txt_wrap h1{font-size:48px;color:#FFF;margin:0 0 20px;font-weight:700;letter-spacing:-1px}
.hero_txt_wrap p{font-size:20px;color:#ffffffe6;margin:0 auto;max-width:700px;line-height:1.6}
.wave_deco{width:100%;height:60px;background:#FFF;position:relative;margin-top:40px}
.wave_deco::before{content:'';position:absolute;top:-30px;left:0;width:100%;height:30px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 60"><path d="M0 30 Q300 0 600 30 T1200 30 L1200 60 L0 60 Z" fill="%23FFFFFF"/></svg>');background-size:cover}
.kontakt_main_sec{background:#FFF;padding:60px 20px 80px}
.kontakt_grid_hold{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}
.info_side_blok{background:linear-gradient(160deg,#FA2286 0%,#0B3A3D 100%);padding:50px 40px;border-radius:20px;box-shadow:0 8px 24px #fa228626}
.info_side_blok h2{font-size:32px;color:#FFF;margin:0 0 30px;font-weight:600}
.info_item_wrap{margin-bottom:35px}
.info_item_wrap:last-child{margin-bottom:0}
.info_item_wrap h3{font-size:16px;color:#fffc;margin:0 0 8px;font-weight:500;text-transform:uppercase;letter-spacing:1px}
.info_item_wrap p{font-size:18px;color:#FFF;margin:0;line-height:1.6}
.info_item_wrap a{color:#FFF;text-decoration:none;transition:opacity 280ms}
.info_item_wrap a:hover{opacity:.8}
.info_item_wrap .ico_deco{display:inline-block;margin-right:8px;font-size:20px;vertical-align:middle}
.form_side_blok{background:#FFF;padding:50px 45px;border-radius:20px;border:2px solid #f0f0f0;box-shadow:0 4px 16px #0b3a3d14}
.form_side_blok h2{font-size:32px;color:#0B3A3D;margin:0 0 15px;font-weight:600}
.form_side_blok .subhed_txt{font-size:17px;color:#666;margin:0 0 35px;line-height:1.5}
.form_kontakt{display:flex;flex-direction:column;gap:25px}
.field_grp{display:flex;flex-direction:column;gap:8px}
.field_grp label{font-size:15px;color:#0B3A3D;font-weight:500}
.field_grp input,.field_grp textarea,.field_grp select{padding:14px 18px;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;transition:border-color 300ms,box-shadow 300ms;background:#FFF}
.field_grp input:focus,.field_grp textarea:focus,.field_grp select:focus{outline:none;border-color:#FA2286;box-shadow:0 0 0 3px #fa22861a}
.field_grp textarea{min-height:140px;resize:vertical;font-family:inherit}
.topic_selector{display:none}
.topic_selector:checked ~ .field_grp_cond{display:flex}
.field_grp_cond{display:none;flex-direction:column;gap:8px}
.privacy_chk_wrap{display:flex;align-items:start;gap:12px;margin-top:10px}
.privacy_chk_wrap input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#FA2286}
.privacy_chk_wrap label{font-size:14px;color:#555;line-height:1.6;cursor:pointer}
.privacy_chk_wrap a{color:#FA2286;text-decoration:none;transition:color 280ms}
.privacy_chk_wrap a:hover{color:#0B3A3D}
.submit_butt{padding:16px 40px;background:linear-gradient(135deg,#FA2286 0%,#0B3A3D 100%);color:#FFF;border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:transform 300ms,box-shadow 300ms;box-shadow:0 6px 20px #fa228640}
.submit_butt:hover{transform:translateY(-2px);box-shadow:0 10px 28px #fa228659}
.submit_butt:active{transform:translateY(0)}
.office_hours_sec{background:linear-gradient(45deg,#f8f8f8 0%,#FFF 100%);padding:70px 20px}
.hours_container{max-width:1140px;margin:0 auto;text-align:center}
.hours_container h2{font-size:36px;color:#0B3A3D;margin:0 0 20px;font-weight:600}
.hours_container .intro_txt{font-size:18px;color:#666;margin:0 auto 50px;max-width:650px;line-height:1.6}
.hours_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.hours_card{background:#FFF;padding:35px 30px;border-radius:16px;box-shadow:0 4px 16px #0b3a3d14;transition:transform 320ms,box-shadow 320ms;border-left:4px solid #FA2286}
.hours_card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #fa228626}
.hours_card h3{font-size:20px;color:#0B3A3D;margin:0 0 15px;font-weight:600}
.hours_card p{font-size:16px;color:#555;margin:0;line-height:1.5}
.hours_card .emphasis{color:#FA2286;font-weight:600}
.location_sec{background:#FFF;padding:70px 20px}
.location_hold{max-width:1140px;margin:0 auto;display:flex;flex-direction:row;gap:50px;align-items:center}
.location_txt{flex:1}
.location_txt h2{font-size:36px;color:#0B3A3D;margin:0 0 20px;font-weight:600}
.location_txt p{font-size:18px;color:#666;margin:0 0 30px;line-height:1.7}
.address_detail{background:linear-gradient(135deg,#fa22860d 0%,#0b3a3d0d 100%);padding:30px;border-radius:16px;border-left:5px solid #FA2286}
.address_detail p{font-size:17px;color:#0B3A3D;margin:0 0 12px;line-height:1.6;font-weight:500}
.address_detail p:last-child{margin-bottom:0}
.location_visual{flex:1;background:linear-gradient(160deg,#FA2286 0%,#0B3A3D 100%);height:400px;border-radius:20px;box-shadow:0 8px 24px #fa228633;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.location_visual::before{content:'';position:absolute;width:200px;height:200px;background:#ffffff1a;border-radius:50%;top:-50px;right:-50px}
.location_visual::after{content:'';position:absolute;width:150px;height:150px;background:#ffffff14;border-radius:50%;bottom:-40px;left:-40px}
.location_visual i{font-size:100px;color:#ffffffe6;z-index:1}
@media (max-width: 1024px) {
.kontakt_grid_hold{grid-template-columns:1fr;gap:40px}
.location_hold{flex-direction:column}
.location_visual{height:350px;width:100%}
}
@media (max-width: 768px) {
.top_hero_hold{padding:60px 20px 80px}
.hero_txt_wrap h1{font-size:36px}
.hero_txt_wrap p{font-size:18px}
.info_side_blok,.form_side_blok{padding:35px 25px}
.info_side_blok h2,.form_side_blok h2{font-size:28px}
.hours_grid{grid-template-columns:1fr}
.hours_container h2,.location_txt h2{font-size:30px}
}
@media (max-width: 480px) {
.hero_txt_wrap h1{font-size:30px}
.hero_txt_wrap p{font-size:16px}
.form_side_blok h2,.info_side_blok h2{font-size:24px}
.submit_butt{padding:14px 30px;font-size:16px}
}
.blurheadr{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.blurheadr__bgwrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.blurheadr__bgimg{width:100%;height:100%;object-fit:cover;filter:blur(8px);transform:scale(1.1)}
.blurheadr__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0b3a3dd9,#fa2286bf);z-index:2}
.blurheadr__cont{position:relative;z-index:3;max-width:900px;padding:60px 40px;text-align:center;background:#ffffff26;backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 20px 60px #0000004d inset 0 1px 0 #fff3;border:1px solid #ffffff2e}
.blurheadr__cont::before{content:'';position:absolute;top:20px;left:20px;right:20px;bottom:20px;border:1px solid #ffffff1a;pointer-events:none;border-radius:12px}
.blurheadr__titl{font-size:3.2rem;font-weight:700;color:#FFF;margin:0 0 20px;line-height:1.2}
.blurheadr__accent{color:#FA2286;text-shadow:0 2px 12px #fa228666}
.blurheadr__subtxt{font-size:1.25rem;color:#fffffff2;margin:0;line-height:1.6}
.storygrid{max-width:1140px;margin:0 auto 100px;padding:0 20px}
.storygrid__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.storycard{background:linear-gradient(145deg,#FFF,#F8F9FA);border-radius:20px;padding:40px;box-shadow:0 12px 32px #0b3a3d14;transition:all 350ms ease;position:relative;overflow:hidden}
.storycard::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#FA2286,#0B3A3D);opacity:0;transition:opacity 350ms ease}
.storycard:hover{transform:translateY(-8px);box-shadow:0 20px 48px #0b3a3d24}
.storycard:hover::before{opacity:1}
.storycard__profile{display:flex;align-items:center;gap:20px;margin-bottom:28px}
.storycard__photo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #FA2286;box-shadow:0 6px 20px #fa228633}
.storycard__persondata{flex:1}
.storycard__nam{font-size:1.4rem;font-weight:700;color:#0B3A3D;margin:0 0 6px}
.storycard__role{font-size:.95rem;color:#666;margin:0}
.storycard__quote{font-size:1.05rem;line-height:1.7;color:#2C3E50;margin:0 0 24px;font-style:italic;position:relative;padding-left:24px}
.storycard__quote::before{content:'"';position:absolute;left:0;top:-8px;font-size:3rem;color:#FA2286;opacity:.3;font-family:Georgia,serif}
.storycard__metrics{display:flex;gap:30px;flex-wrap:wrap}
.storycard__stat{flex:1;min-width:120px}
.storycard__statval{font-size:2rem;font-weight:700;color:#FA2286;margin:0 0 4px}
.storycard__statlabel{font-size:.85rem;color:#666;margin:0;text-transform:uppercase;letter-spacing:.5px}
.impactzone{background:linear-gradient(125deg,#0B3A3D 0%,#1A5C60 100%);padding:80px 20px;margin-bottom:100px;position:relative}
.impactzone::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M30 0l30 30-30 30L0 30z' fill='%23FA2286' opacity='0.03'/%3E%3C/svg%3E");opacity:.4}
.impactzone__wrap{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.impactzone__headr{text-align:center;margin-bottom:60px}
.impactzone__titl{font-size:2.6rem;font-weight:700;color:#FFF;margin:0 0 16px}
.impactzone__desc{font-size:1.15rem;color:#ffffffe6;margin:0}
.impactzone__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.impactcard{background:#ffffff1a;backdrop-filter:blur(10px);border-radius:16px;padding:35px;border:1px solid #ffffff26;transition:all 300ms ease;text-align:center}
.impactcard:hover{background:#ffffff26;transform:translateY(-6px)}
.impactcard__icon{width:70px;height:70px;margin:0 auto 24px;background:linear-gradient(135deg,#FA2286,#FF4DA6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#FFF;box-shadow:0 8px 24px #fa22864d}
.impactcard__num{font-size:2.4rem;font-weight:700;color:#FFF;margin:0 0 8px}
.impactcard__label{font-size:1.05rem;color:#ffffffd9;margin:0}
.journeysec{max-width:1140px;margin:0 auto 80px;padding:0 20px}
.journeysec__wrap{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.journeysec__imgside{position:relative}
.journeysec__mainpic{width:100%;height:auto;border-radius:24px;box-shadow:0 16px 48px #0b3a3d33}
.journeysec__decoshape{position:absolute;width:200px;height:200px;background:linear-gradient(45deg,#fa228626,#0b3a3d26);border-radius:50%;z-index:-1;filter:blur(40px)}
.journeysec__decoshape--topleft{top:-40px;left:-40px}
.journeysec__decoshape--bottomright{bottom:-40px;right:-40px}
.journeysec__content{position:relative}
.journeysec__hdr{font-size:2.4rem;font-weight:700;color:#0B3A3D;margin:0 0 24px}
.journeysec__txt{font-size:1.05rem;line-height:1.8;color:#444;margin:0 0 32px}
.journeysec__steps{display:flex;flex-direction:column;gap:24px}
.stepitem{display:flex;align-items:flex-start;gap:20px;padding:20px;background:#F8F9FA;border-radius:12px;border-left:4px solid #FA2286;transition:all 280ms ease}
.stepitem:hover{background:#FFF;box-shadow:0 8px 24px #0b3a3d14;transform:translateX(8px)}
.stepitem__number{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#FA2286,#0B3A3D);color:#FFF;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}
.stepitem__body{flex:1}
.stepitem__heading{font-size:1.15rem;font-weight:700;color:#0B3A3D;margin:0 0 8px}
.stepitem__detail{font-size:.95rem;line-height:1.6;color:#555;margin:0}
@media (max-width: 1024px) {
.blurheadr__titl{font-size:2.6rem}
.storygrid__grid{gap:30px}
.impactzone__cards{gap:28px}
.journeysec__wrap{gap:50px}
}
@media (max-width: 768px) {
.blurheadr{min-height:350px;margin-bottom:60px}
.blurheadr__cont{padding:40px 30px}
.blurheadr__titl{font-size:2.2rem}
.blurheadr__subtxt{font-size:1.1rem}
.storygrid{margin-bottom:70px}
.storygrid__grid{grid-template-columns:1fr;gap:30px}
.storycard{padding:32px}
.impactzone{padding:60px 20px;margin-bottom:70px}
.impactzone__titl{font-size:2.2rem}
.impactzone__cards{grid-template-columns:1fr;gap:24px}
.journeysec{margin-bottom:60px}
.journeysec__wrap{grid-template-columns:1fr;gap:40px}
.journeysec__hdr{font-size:2rem}
.journeysec__decoshape{width:150px;height:150px}
}
@media (max-width: 480px) {
.blurheadr{min-height:300px}
.blurheadr__cont{padding:30px 20px}
.blurheadr__titl{font-size:1.8rem}
.blurheadr__subtxt{font-size:1rem}
.storycard{padding:24px}
.storycard__profile{flex-direction:column;text-align:center}
.storycard__metrics{flex-direction:column;gap:20px}
.impactzone__titl{font-size:1.8rem}
.impactcard{padding:28px}
.journeysec__hdr{font-size:1.7rem}
.stepitem{flex-direction:column;text-align:center}
}
.upcom_page .title_sect{background:linear-gradient(142deg,#FA2286 0%,#0B3A3D 100%);padding:90px 20px 100px;position:relative;overflow:hidden}
.upcom_page .title_sect::before{content:'';position:absolute;width:420px;height:420px;background:#ffffff14;border-radius:50%;top:-150px;right:-100px;filter:blur(80px)}
.upcom_page .title_sect::after{content:'';position:absolute;width:380px;height:380px;background:#0b3a3d4d;border-radius:50%;bottom:-120px;left:-80px;filter:blur(70px)}
.upcom_page .titlewrap{max-width:1140px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:2}
.upcom_page .txtside{flex:1}
.upcom_page .txtside h1{font-size:46px;color:#FFF;margin:0 0 24px;font-weight:700;line-height:1.2}
.upcom_page .txtside .subline{font-size:19px;color:#ffffffe6;line-height:1.6;margin:0 0 18px}
.upcom_page .txtside .lead_text{font-size:17px;color:#ffffffd9;line-height:1.7;margin:0}
.upcom_page .imgside{flex:0 0 420px;position:relative}
.upcom_page .imgside img{width:100%;height:480px;object-fit:cover;border-radius:18px;box-shadow:0 12px 40px #00000040;filter:brightness(0.92) contrast(1.05)}
.upcom_page .courses_grid{max-width:1140px;margin:80px auto;padding:0 20px}
.upcom_page .grid_intro{margin-bottom:50px}
.upcom_page .grid_intro h2{font-size:36px;color:#0B3A3D;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.upcom_page .grid_intro h2::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#FA2286 0%,#0B3A3D 100%);border-radius:2px}
.upcom_page .grid_intro p{font-size:17px;color:#444;line-height:1.7;margin:20px 0 0;max-width:780px}
.upcom_page .course_cards{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.upcom_page .ccard{background:#FFF;border-radius:16px;box-shadow:0 6px 24px #00000014;padding:38px;transition:all 320ms ease;border:2px solid transparent}
.upcom_page .ccard:hover{transform:translateY(-6px);box-shadow:0 14px 36px #fa228626;border-color:#FA2286}
.upcom_page .ccard_header{display:flex;flex-direction:row;align-items:flex-start;gap:18px;margin-bottom:24px}
.upcom_page .ccard_ico{width:54px;height:54px;background:linear-gradient(135deg,#FA2286 0%,#FF4FA3 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.upcom_page .ccard_ico i{font-size:26px;color:#FFF}
.upcom_page .ccard_title{flex:1}
.upcom_page .ccard_title h3{font-size:24px;color:#0B3A3D;margin:0 0 8px;font-weight:700}
.upcom_page .ccard_meta{display:flex;flex-direction:row;gap:16px;font-size:14px;color:#666}
.upcom_page .ccard_meta span{display:flex;align-items:center;gap:6px}
.upcom_page .ccard_meta i{color:#FA2286;font-size:16px}
.upcom_page .ccard_desc{font-size:16px;color:#555;line-height:1.7;margin:0 0 26px}
.upcom_page .ccard_details{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 24px;margin-bottom:26px;padding:20px;background:#fa22860a;border-radius:10px}
.upcom_page .detail_row{display:flex;flex-direction:column;gap:4px}
.upcom_page .detail_label{font-size:13px;color:#888;text-transform:uppercase;letter-spacing:.5px}
.upcom_page .detail_val{font-size:16px;color:#0B3A3D;font-weight:600}
.upcom_page .ccard_footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.upcom_page .price_tag{font-size:28px;color:#FA2286;font-weight:700}
.upcom_page .enroll_butt{background:linear-gradient(135deg,#FA2286 0%,#0B3A3D 100%);color:#FFF;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:15px;transition:all 280ms ease;display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer}
.upcom_page .enroll_butt:hover{transform:scale(1.05);box-shadow:0 8px 20px #fa22864d}
.upcom_page .enroll_butt i{font-size:18px}
.upcom_page .testimonial_sect{background:linear-gradient(165deg,#0B3A3D 0%,#154749 100%);padding:90px 20px;position:relative;overflow:hidden}
.upcom_page .testimonial_sect::before{content:'';position:absolute;width:500px;height:500px;background:#fa22861a;border-radius:50%;top:-180px;left:-120px;filter:blur(90px)}
.upcom_page .testi_holder{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.upcom_page .testi_holder h2{font-size:38px;color:#FFF;margin:0 0 50px;text-align:center;font-weight:700}
.upcom_page .testi_layout{display:grid;grid-template-columns:380px 1fr;gap:50px;align-items:center}
.upcom_page .testi_photo{position:relative}
.upcom_page .testi_photo img{width:100%;height:460px;object-fit:cover;border-radius:20px;box-shadow:0 16px 48px #0000004d}
.upcom_page .testi_photo::after{content:'';position:absolute;top:-20px;right:-20px;width:140px;height:140px;background:linear-gradient(135deg,#FA2286 0%,#FF6BA9 100%);border-radius:50%;z-index:-1;filter:blur(40px)}
.upcom_page .testi_content{display:flex;flex-direction:column;gap:24px}
.upcom_page .quote_mark{font-size:72px;color:#FA2286;line-height:1;margin:0;opacity:.5}
.upcom_page .testi_text{font-size:19px;color:#fffffff2;line-height:1.8;margin:0;font-style:italic}
.upcom_page .testi_author{display:flex;flex-direction:column;gap:8px;margin-top:16px}
.upcom_page .author_name{font-size:20px;color:#FFF;font-weight:700;margin:0}
.upcom_page .author_role{font-size:16px;color:#ffffffb3;margin:0}
.upcom_page .rating_stars{display:flex;gap:6px;margin-top:12px}
.upcom_page .rating_stars i{color:#FFD700;font-size:20px}
@media (max-width: 1024px) {
.upcom_page .titlewrap{flex-direction:column;gap:40px}
.upcom_page .imgside{flex:0 0 auto;width:100%;max-width:500px}
.upcom_page .course_cards{grid-template-columns:1fr}
.upcom_page .testi_layout{grid-template-columns:1fr;gap:40px}
.upcom_page .testi_photo{max-width:400px;margin:0 auto}
}
@media (max-width: 768px) {
.upcom_page .title_sect{padding:60px 20px 70px}
.upcom_page .txtside h1{font-size:34px}
.upcom_page .txtside .subline{font-size:17px}
.upcom_page .imgside img{height:360px}
.upcom_page .courses_grid{margin:60px auto}
.upcom_page .grid_intro h2{font-size:30px}
.upcom_page .ccard{padding:28px}
.upcom_page .ccard_details{grid-template-columns:1fr}
.upcom_page .ccard_footer{flex-direction:column;gap:20px;align-items:stretch}
.upcom_page .enroll_butt{text-align:center;justify-content:center}
.upcom_page .testimonial_sect{padding:60px 20px}
.upcom_page .testi_holder h2{font-size:30px;margin-bottom:40px}
.upcom_page .testi_photo img{height:380px}
.upcom_page .testi_text{font-size:17px}
}
@media (max-width: 480px) {
.upcom_page .txtside h1{font-size:28px}
.upcom_page .ccard_header{flex-direction:column}
.upcom_page .ccard_meta{flex-direction:column;gap:8px}
.upcom_page .price_tag{font-size:24px}
}
.succ-hero{background:linear-gradient(132deg,#FA2286 0%,#0B3A3D 100%);padding:120px 20px 100px;position:relative;overflow:hidden}
.succ-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%;animation:float-up 20s ease-in-out infinite}
.succ-hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:#0b3a3d66;border-radius:50%;animation:float-down 25s ease-in-out infinite}
@keyframes float-up {
0%,100%{transform:translateY(0) scale(1)}
50%{transform:translateY(-40px) scale(1.1)}
}
@keyframes float-down {
0%,100%{transform:translateY(0) scale(1)}
50%{transform:translateY(40px) scale(0.95)}
}
.succ-holder{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.succ-hero .check-icon{width:90px;height:90px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 32px;backdrop-filter:blur(10px);box-shadow:0 8px 32px #00000026}
.succ-hero .check-icon i{font-size:48px;color:#FFF}
.succ-hero .main-txt{text-align:center;color:#FFF}
.succ-hero .main-txt h1{font-size:42px;font-weight:700;margin:0 0 18px;line-height:1.2}
.succ-hero .main-txt .subline{font-size:19px;line-height:1.6;max-width:620px;margin:0 auto 36px;opacity:.95}
.succ-hero .action-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.succ-hero .btn-prim{background:#FFF;color:#0B3A3D;padding:14px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 16px #00000026}
.succ-hero .btn-prim:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0003;background:#f8f8f8}
.succ-hero .btn-sec{background:transparent;color:#FFF;padding:14px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;border:2px solid #fff6;transition:all .3s ease}
.succ-hero .btn-sec:hover{border-color:#FFF;background:#ffffff1a}
.info-cards-sect{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#FFF 100%)}
.cards-wrap{max-width:1140px;margin:0 auto}
.info-cards-sect .top-title{text-align:center;margin-bottom:56px}
.info-cards-sect .top-title h2{font-size:36px;color:#0B3A3D;margin:0 0 16px;font-weight:700}
.info-cards-sect .top-title .desc{font-size:17px;color:#566573;max-width:680px;margin:0 auto;line-height:1.7}
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.info-card{background:#FFF;border-radius:16px;padding:36px 28px;box-shadow:0 6px 24px #0b3a3d14;transition:all .35s ease;border:1px solid #0b3a3d0f;position:relative}
.info-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FA2286 0%,#0B3A3D 100%);border-radius:16px 16px 0 0;opacity:0;transition:opacity .35s ease}
.info-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0b3a3d24}
.info-card:hover::before{opacity:1}
.info-card .icon-holder{width:64px;height:64px;background:linear-gradient(135deg,#fa22861a 0%,#0b3a3d1a 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.info-card .icon-holder i{font-size:32px;background:linear-gradient(135deg,#FA2286 0%,#0B3A3D 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.info-card h3{font-size:22px;color:#0B3A3D;margin:0 0 14px;font-weight:700}
.info-card .card-txt{font-size:15px;color:#566573;line-height:1.7;margin:0 0 20px}
.info-card .link-arrow{display:inline-flex;align-items:center;gap:6px;color:#FA2286;font-weight:600;font-size:15px;text-decoration:none;transition:gap .3s ease}
.info-card .link-arrow:hover{gap:10px}
.info-card .link-arrow i{font-size:18px}
@media (max-width: 768px) {
.succ-hero{padding:80px 20px 70px}
.succ-hero .main-txt h1{font-size:32px}
.succ-hero .main-txt .subline{font-size:17px}
.succ-hero .action-btns{flex-direction:column;align-items:stretch}
.succ-hero .btn-prim,.succ-hero .btn-sec{text-align:center}
.info-cards-sect{padding:60px 20px}
.info-cards-sect .top-title h2{font-size:28px}
.card-grid{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 480px) {
.succ-hero .check-icon{width:70px;height:70px}
.succ-hero .check-icon i{font-size:36px}
.succ-hero .main-txt h1{font-size:26px}
.info-card{padding:28px 20px}
}