#hero{justify-content:center;align-items:center;min-height:100vh;padding:50px 0 20px;display:flex;position:relative;overflow:hidden}#hero .hero-container{z-index:3;width:100%;max-width:1280px;margin:0 auto;padding:0 20px;position:relative}#hero .hero-container .hero-content{text-align:center;justify-content:center;align-items:center;padding:150px 0 120px;display:flex}#hero .hero-container .hero-content .content-items{max-width:800px}#hero .hero-container .hero-content .content-items h1{color:var(--secondary-color);font-size:3.3rem;font-weight:300;font-family:var(--primary-font);text-shadow:2px 2px 4px #00000080;text-transform:uppercase;margin-bottom:.5rem;line-height:1.4}#hero .hero-container .hero-content .content-items h1 .highlight{-ms-background-clip:text;-webkit-text-fill-color:#0000;-moz-text-fill-color:#0000;-ms-text-fill-color:#0000;background:linear-gradient(90deg,#000 0%,#d00 40%,#ffce00 100%);-webkit-background-clip:text;background-clip:text}#hero .hero-container .hero-content .content-items p{color:var(--text-secondary);font-size:15px;font-family:var(--para-font);max-width:600px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-weight:500;line-height:1.6}#hero .hero-container .hero-content .content-items .hero-buttons{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:1.5rem;display:flex}#hero .hero-container .hero-content .content-items .hero-buttons .btn-1,#hero .hero-container .hero-content .content-items .hero-buttons .btn-2{font-family:var(--secondary-font);cursor:pointer;text-transform:capitalize;letter-spacing:1px;text-align:center;background:0 0;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .4s;position:relative;overflow:hidden;transform:translateY(0)}#hero .hero-container .hero-content .content-items .hero-buttons .btn-1{border:1px solid var(--accent-color,#fff);color:var(--accent-color,#fff)}#hero .hero-container .hero-content .content-items .hero-buttons .btn-1:before{content:"";background:var(--accent-color,#fff);z-index:-1;width:0%;height:100%;transition:width .5s;position:absolute;top:0;left:0}#hero .hero-container .hero-content .content-items .hero-buttons .btn-1:hover{color:var(--secondary-color);transform:translateY(-3px)scale(1.03);box-shadow:0 8px 25px #20202066}#hero .hero-container .hero-content .content-items .hero-buttons .btn-1:hover:before{width:100%}#hero .hero-container .hero-content .content-items .hero-buttons .btn-2{border:1px solid var(--secondary-color,#fff);color:var(--primary-color,#000)}#hero .hero-container .hero-content .content-items .hero-buttons .btn-2:before{content:"";background:var(--secondary-color,#fff);z-index:-1;width:100%;height:100%;transition:height .5s;position:absolute;bottom:0;left:0}#hero .hero-container .hero-content .content-items .hero-buttons .btn-2:hover{color:var(--secondary-color,#fff);transform:translateY(-3px)scale(1.03);box-shadow:0 8px 25px #20202066}#hero .hero-container .hero-content .content-items .hero-buttons .btn-2:hover:before{height:0%}#hero .hero-container .hero-content .content-items .stats-container{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}#hero .hero-container .hero-content .content-items .stats-container .stat{color:var(--secondary-color);flex-direction:column;align-items:center;display:flex}#hero .hero-container .hero-content .content-items .stats-container .stat .items{align-items:baseline;margin-bottom:8px;display:flex}#hero .hero-container .hero-content .content-items .stats-container .stat .items .counter{font-family:var(--secondary-font);text-align:center;text-shadow:2px 2px 4px #00000080;font-size:2.5rem;font-weight:300;line-height:1}#hero .hero-container .hero-content .content-items .stats-container .stat .items span:not(.counter){margin-left:4px;font-size:2rem;font-weight:700}#hero .hero-container .hero-content .content-items .stats-container .stat p{font-family:var(--para-font);color:#fffc;text-transform:capitalize;letter-spacing:1px;text-align:center;margin:0;font-size:14px;font-weight:200}@keyframes floatSideways{0%,to{transform:translate(0)translateY(0)}25%{transform:translate(10px)translateY(-5px)}50%{transform:translate(15px)translateY(0)}75%{transform:translate(5px)translateY(5px)}}@keyframes zoomInEffect{0%{opacity:0;transform:scale(1)}10%{opacity:1}to{opacity:1;transform:scale(1.2)}}@media (max-width:1199px){#hero .hero-container .hero-content .content-items h1{font-size:3.5rem}#hero .hero-container .hero-content .content-items .stats-container{gap:40px}}@media (max-width:992px){#hero .hero-container .hero-content .content-items h1{font-size:3rem}#hero .hero-container .hero-content .content-items p{font-size:1.1rem}#hero .hero-container .hero-content .content-items .stats-container{gap:30px}#hero .hero-container .hero-content .content-items .stats-container .stat .items .counter{font-size:2.5rem}#hero .hero-container .hero-content .content-items .stats-container .stat .items span:not(.counter){font-size:1.8rem}}@media (max-width:768px){#hero{padding:20px 0 0}#hero .hero-container{padding:0 15px}#hero .hero-container .hero-content .content-items h1{margin-bottom:1rem;font-size:2.5rem}#hero .hero-container .hero-content .content-items p{margin-bottom:2rem;font-size:1rem}#hero .hero-container .hero-content .content-items .hero-buttons{gap:15px;margin-bottom:2rem}#hero .hero-container .hero-content .content-items .hero-buttons .btn-1,#hero .hero-container .hero-content .content-items .hero-buttons .btn-2{padding:12px 20px;font-size:.8rem}#hero .hero-container .hero-content .content-items .stats-container{gap:25px}#hero .hero-container .hero-content .content-items .stats-container .stat .items .counter{font-size:2rem}#hero .hero-container .hero-content .content-items .stats-container .stat .items span:not(.counter){font-size:1.5rem}#hero .hero-container .hero-content .content-items .stats-container .stat p{font-size:.9rem}}@media (max-width:549px){#hero .hero-container .hero-content .content-items h1{font-size:2.2rem}#hero .hero-container .hero-content .content-items p{font-size:.8rem}#hero .hero-container .hero-content .content-items .hero-buttons{flex-direction:column;align-items:center;gap:12px}#hero .hero-container .hero-content .content-items .hero-buttons .btn-1{width:100%;max-width:280px;padding:12px 18px;font-size:.8rem}#hero .hero-container .hero-content .content-items .hero-buttons a{width:280px;display:inline-block}#hero .hero-container .hero-content .content-items .hero-buttons a .btn-2{width:100%;padding:12px 18px;font-size:.8rem}#hero .hero-container .hero-content .content-items .stats-container{gap:20px}#hero .hero-container .hero-content .content-items .stats-container .stat .items .counter{font-size:1.8rem}#hero .hero-container .hero-content .content-items .stats-container .stat .items span:not(.counter){font-size:1.3rem}#hero .hero-container .hero-content .content-items .stats-container .stat p{font-size:.8rem}}
#courses{background:var(--secondary-color);justify-content:center;align-items:flex-start;padding:70px 0 40px;display:flex;position:relative;overflow:hidden}#courses .gradient-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;z-index:0;background-image:radial-gradient(#5faaffb8 0%,#fff 65%);border-radius:100%;width:500px;height:500px;position:absolute;top:37%;left:-80px}#courses .course-container{z-index:5;width:100%;max-width:1280px;padding:30px 10px 20px}#courses .course-container .title-row{margin-bottom:4rem;overflow:hidden}#courses .course-container .title-row .title-col{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}#courses .course-container .title-row .title-col .section-title{color:var(--primary-dark);font-size:2.8rem;font-weight:500;font-family:var(--primary-font);text-align:center;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}@media (max-width:768px){#courses .course-container .title-row .title-col .section-title{margin-bottom:.7rem;font-size:2.2rem}}#courses .course-container .title-row .title-col .divider{justify-content:center;align-items:center;gap:15px;margin-bottom:1rem;display:flex}#courses .course-container .title-row .title-col .divider .line{background:#dcdcdc;width:120px;height:2px}@media (max-width:768px){#courses .course-container .title-row .title-col .divider .line{width:120px}}#courses .course-container .title-row .title-col .divider .icon{color:var(--primary-dark);margin-top:-4px;font-size:1.4rem}@media (max-width:768px){#courses .course-container .title-row .title-col .divider{margin-bottom:.7rem}}#courses .course-container .title-row .title-col .section-description{color:var(--text-secondary);font-size:1rem;font-family:var(--para-font);text-align:center;max-width:650px;margin:0;line-height:1.6}@media (max-width:768px){#courses .course-container .title-row .title-col .section-description{font-size:.8rem}}#courses .course-container .categories-row{margin-bottom:4rem;padding:10px}#courses .course-container .categories-row .category-card{border:1.5px solid var(--border-color-2);background:#fff;border-radius:20px;flex-direction:column;height:100%;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}#courses .course-container .categories-row .category-card:before{content:"";background:linear-gradient(90deg,#24507b 0%,#165eb0 100%);border-radius:20px 20px 0 0;height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}#courses .course-container .categories-row .category-card:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#24507b05 0%,#0000 50%);border-radius:20px;transition:opacity .4s;position:absolute;inset:0}#courses .course-container .categories-row .category-card:hover{border-color:var(--primary-color);transform:translateY(-8px);box-shadow:0 20px 40px #24507b26}#courses .course-container .categories-row .category-card:hover:before{transform:scaleX(1)}#courses .course-container .categories-row .category-card:hover:after{opacity:1}#courses .course-container .categories-row .category-card .category-image-wrapper{aspect-ratio:16/9;background:#eef2f6;width:100%;position:relative;overflow:hidden}#courses .course-container .categories-row .category-card .category-image-wrapper .category-image{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}#courses .course-container .categories-row .category-card:hover .category-image{transform:scale(1.06)}#courses .course-container .categories-row .category-card .category-header,#courses .course-container .categories-row .category-card .category-description,#courses .course-container .categories-row .category-card .category-footer{padding:0 2rem}#courses .course-container .categories-row .category-card .category-header{margin:1.6rem 0 .7rem;display:block}#courses .course-container .categories-row .category-card .category-header .category-title{color:var(--primary-dark);font-family:var(--primary-font-2);margin:0;font-size:1.2rem;font-weight:600;line-height:1.3}#courses .course-container .categories-row .category-card .category-description{color:var(--text-secondary);font-family:var(--para-font);opacity:.95;margin-bottom:1.4rem;font-size:.9rem;line-height:1.2}#courses .course-container .categories-row .category-card .category-footer{justify-content:flex-start;align-items:center;margin-top:auto;padding-top:1rem;padding-bottom:1.6rem;display:flex}#courses .course-container .categories-row .category-card .category-footer .category-btn{color:var(--secondary-color);font-family:var(--secondary-font);cursor:pointer;border-radius:8px;padding:.7rem 1.5rem;font-size:.7rem;font-weight:500;transition:all .3s}#courses .course-container .categories-row .category-card .category-footer .category-btn:hover,#courses .course-container .categories-row .category-card .category-footer .category-btn:focus{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}#courses .course-container .categories-row .category-card .category-footer .category-btn:focus{outline:2px solid var(--primary-color);outline-offset:2px}@media (max-width:767.98px){#courses{padding:40px}#courses .course-container{padding:60px 10px 30px}#courses .course-container .title-row{margin-bottom:3rem}#courses .course-container .title-row .title-col .hero-heading{padding:0 2rem}#courses .course-container .title-row .title-col .hero-heading .title-text{font-size:2.4rem}#courses .course-container .title-row .title-col .hero-heading .title-text:before,#courses .course-container .title-row .title-col .hero-heading .title-text:after{display:none}#courses .course-container .title-row .title-col p{max-width:90%;font-size:.95rem;line-height:1.5}#courses .course-container .categories-row{padding:5px}#courses .course-container .categories-row .category-card{border-radius:15px;padding-bottom:10px}#courses .course-container .categories-row .category-card .category-header{margin:1.2rem 0 .6rem}#courses .course-container .categories-row .category-card .category-header .category-title{font-size:1.2rem;line-height:1.2}#courses .course-container .categories-row .category-card .category-description{margin-bottom:1rem;font-size:.95rem;line-height:1.6}#courses .course-container .categories-row .category-card .category-footer{padding-top:.8rem}#courses .course-container .categories-row .category-card .category-footer .category-btn{border-radius:6px;padding:.6rem 1.2rem;font-size:.85rem}}@media (max-width:480px){#courses{padding:10px 0}#courses .course-container{padding:50px 10px 25px}#courses .course-container .title-row{margin-bottom:2.5rem}#courses .course-container .title-row .title-col .hero-heading{width:100%;padding:0}#courses .course-container .title-row .title-col .hero-heading .title-text{font-size:2rem}#courses .course-container .title-row .title-col .hero-heading .title-text:before,#courses .course-container .title-row .title-col .hero-heading .title-text:after{display:none}#courses .course-container .title-row .title-col p{max-width:95%;font-size:.85rem}#courses .course-container .categories-row{padding:0 10px}#courses .course-container .categories-row .category-card{border-radius:12px}#courses .course-container .categories-row .category-card .category-header{text-align:center;margin:1rem 0 .5rem}#courses .course-container .categories-row .category-card .category-header .category-title{font-size:1.1rem}#courses .course-container .categories-row .category-card .category-description{text-align:center;margin-bottom:12px;font-size:.9rem}#courses .course-container .categories-row .category-card .category-footer{flex-direction:column;align-items:center;gap:.8rem;padding-top:.8rem;padding-bottom:.8rem}#courses .course-container .categories-row .category-card .category-footer .category-btn{text-align:center;width:100%;padding:.5rem 1rem;font-size:.8rem}}@media (max-width:380px){#courses .course-container .title-row .title-col .course-title{font-size:2rem}#courses .course-container .title-row .title-col p{font-size:.7rem}#courses .course-container .categories-row .category-card .category-header .category-title{font-size:1rem}#courses .course-container .categories-row .category-card .category-description{font-size:.85rem}#courses .course-container .categories-row .category-card .category-footer .category-btn{padding:.45rem .9rem;font-size:.75rem}}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes courseSideways{0%{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.08)}to{transform:translateY(0)scale(1)}}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size)/2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}
.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px)0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}
.success-stories.parallax-design{background:var(--secondary-color);padding:50px 0;position:relative;overflow:hidden}.success-stories.parallax-design .title-row{margin-bottom:4rem;overflow:hidden}.success-stories.parallax-design .title-row .title-col{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.success-stories.parallax-design .title-row .title-col .section-title{color:var(--primary-dark);font-size:2.8rem;font-weight:300;font-family:var(--primary-font);text-align:center;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}@media (max-width:768px){.success-stories.parallax-design .title-row .title-col .section-title{margin-bottom:.7rem;font-size:2.2rem}}.success-stories.parallax-design .title-row .title-col .divider{justify-content:center;align-items:center;gap:15px;margin-bottom:1rem;display:flex}.success-stories.parallax-design .title-row .title-col .divider .line{background:#dcdcdc;width:120px;height:2px}@media (max-width:768px){.success-stories.parallax-design .title-row .title-col .divider .line{width:120px}}.success-stories.parallax-design .title-row .title-col .divider .icon{color:var(--primary-dark);margin-top:-4px;font-size:1.4rem}@media (max-width:768px){.success-stories.parallax-design .title-row .title-col .divider{margin-bottom:.7rem}}.success-stories.parallax-design .title-row .title-col .section-description{color:var(--text-secondary);font-size:1rem;font-family:var(--para-font);text-align:center;max-width:650px;margin:0;line-height:1.6}@media (max-width:768px){.success-stories.parallax-design .title-row .title-col .section-description{font-size:.8rem}}.success-stories.parallax-design .carousel-wrapper{max-width:1200px;margin:0 auto;padding:0 20px 60px;position:relative}.success-stories.parallax-design .carousel-wrapper .success-swiper{padding:20px 0}.success-stories.parallax-design .carousel-wrapper .story-card{position:relative}.success-stories.parallax-design .carousel-wrapper .story-card .card-inner{background:#fff;border-radius:12px;min-height:380px;transition:all .3s;display:flex;overflow:hidden}.success-stories.parallax-design .carousel-wrapper .story-card .card-left{flex:0 0 40%;justify-content:center;align-items:center;padding:25px;display:flex;position:relative}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper{cursor:pointer;border:3px solid #031e76d9;border-radius:12px;width:100%;max-width:260px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper:hover{transform:scale(1.03)translateY(-5px)}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper img{border-radius:12px;width:100%;height:auto;display:block}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper .image-overlay{color:#fff;opacity:0;text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(135deg,#031e76d9,#24507be6);flex-direction:column;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper .image-overlay .overlay-icon{margin-bottom:10px;font-size:1.8rem;animation:2s ease-in-out infinite pulse}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper .image-overlay p{letter-spacing:.5px;text-transform:uppercase;font-size:1rem;font-weight:600}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper:hover .image-overlay{opacity:1}.success-stories.parallax-design .carousel-wrapper .story-card .card-right{flex-direction:column;flex:1;justify-content:center;padding:30px 35px;display:flex}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info{margin-bottom:25px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .student-name{color:var(--primary-dark);font-size:1.6rem;font-weight:600;font-family:var(--secondary-font);letter-spacing:-1px;margin-bottom:10px;line-height:1.2}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .course{color:var(--text-secondary);font-size:.95rem;font-family:var(--para-font);letter-spacing:-.5px;margin-bottom:7px;font-weight:700;line-height:1.4}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .university{color:var(--accent-color);font-size:1rem;font-family:var(--para-font);letter-spacing:-.3px;margin-bottom:12px;font-weight:500}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .meta-info{flex-wrap:wrap;gap:15px;display:flex}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .meta-info .year{color:#555454b3;font-size:.9rem;font-family:var(--para-font);letter-spacing:-.3px;font-weight:600}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .meta-info .grade{color:#2cc16ff8;font-size:.9rem;font-family:var(--para-font);letter-spacing:-.3px;font-weight:600}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .quote-icon{color:#24507b;opacity:.25;margin-bottom:12px;font-size:1.6rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .rating{color:#fbbf24;gap:4px;margin-bottom:12px;font-size:1rem;display:flex}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .rating .star{transition:transform .2s;display:inline-block}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .rating .star.filled{animation:2s ease-in-out infinite starPulse;animation-delay:calc(var(--star-index,0)*.1s)}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .rating .star:hover{transform:scale(1.2)}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .review-text{color:var(--text-secondary);font-family:var(--para-font);letter-spacing:.2px;font-size:14px;line-height:1.6}.success-stories.parallax-design .carousel-wrapper .custom-navigation{z-index:10;pointer-events:none;justify-content:space-between;padding:0 -20px;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.success-stories.parallax-design .carousel-wrapper .custom-navigation button{display:none}.success-stories.parallax-design .carousel-wrapper .custom-navigation .custom-prev{margin-left:-25px}.success-stories.parallax-design .carousel-wrapper .custom-navigation .custom-next{margin-right:-25px}.success-stories.parallax-design .carousel-wrapper .custom-pagination{justify-content:center;gap:10px;margin-top:10px;display:flex}.success-stories.parallax-design .carousel-wrapper .custom-pagination .swiper-pagination-bullet{cursor:pointer;background:#24507b4d;border:2px solid #0000;border-radius:50%;width:12px;height:12px;transition:all .3s}.success-stories.parallax-design .carousel-wrapper .custom-pagination .swiper-pagination-bullet:hover{background:#24507b80;transform:scale(1.2)}.success-stories.parallax-design .carousel-wrapper .custom-pagination .swiper-pagination-bullet-active{background:var(--primary-dark);border-color:var(--primary-color);border-radius:6px;width:62px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes starPulse{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.3);transform:scale(1.15)}}@media only screen and (max-width:480px){.success-stories.parallax-design{padding:10px 0}.success-stories.parallax-design .section-header .hero-heading{width:100%;padding:0}.success-stories.parallax-design .section-header .hero-heading .title-text{font-size:2.2rem}.success-stories.parallax-design .section-header .hero-heading .title-text:before,.success-stories.parallax-design .section-header .hero-heading .title-text:after{display:none}.success-stories.parallax-design .carousel-wrapper{padding:0 12px 40px}.success-stories.parallax-design .carousel-wrapper .success-swiper{padding:10px 0}.success-stories.parallax-design .carousel-wrapper .story-card .card-inner{border-radius:10px;flex-direction:column;min-height:auto}.success-stories.parallax-design .carousel-wrapper .story-card .card-inner:hover{transform:none}.success-stories.parallax-design .carousel-wrapper .story-card .card-left{flex:none;padding:15px 15px 10px}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper{border-width:2px;border-radius:8px;max-width:180px}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper:hover{transform:scale(1.01)}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper img{border-radius:8px}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper .image-overlay .overlay-icon{margin-bottom:6px;font-size:1.2rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper .image-overlay p{letter-spacing:.3px;font-size:.7rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right{padding:10px 15px 15px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info{margin-bottom:12px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .student-name{letter-spacing:-.3px;margin-bottom:6px;font-size:1.05rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .course{letter-spacing:-.2px;margin-bottom:5px;font-size:.7rem;line-height:1.3}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .university{letter-spacing:-.2px;margin-bottom:8px;font-size:.75rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .meta-info{gap:8px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .meta-info .year,.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .meta-info .grade{letter-spacing:-.1px;font-size:.7rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .quote-icon{margin-bottom:8px;font-size:1.1rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .rating{gap:3px;margin-bottom:8px;font-size:.8rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .review-text{letter-spacing:.1px;font-size:.75rem;line-height:1.45}.success-stories.parallax-design .carousel-wrapper .custom-navigation{padding:0}.success-stories.parallax-design .carousel-wrapper .custom-navigation button{width:40px;height:40px;font-size:1rem}.success-stories.parallax-design .carousel-wrapper .custom-navigation .custom-prev{margin-left:-10px}.success-stories.parallax-design .carousel-wrapper .custom-navigation .custom-next{margin-right:-10px}.success-stories.parallax-design .carousel-wrapper .custom-pagination{gap:6px;margin-top:20px}.success-stories.parallax-design .carousel-wrapper .custom-pagination .swiper-pagination-bullet{width:8px;height:8px}.success-stories.parallax-design .carousel-wrapper .custom-pagination .swiper-pagination-bullet-active{width:20px}}@media only screen and (min-width:481px) and (max-width:768px){.success-stories.parallax-design{padding:40px 0}.success-stories.parallax-design .section-header .hero-heading .title-text:before,.success-stories.parallax-design .section-header .hero-heading .title-text:after{display:none}.success-stories.parallax-design .carousel-wrapper{padding:0 15px 45px}.success-stories.parallax-design .carousel-wrapper .success-swiper{padding:15px 0}.success-stories.parallax-design .carousel-wrapper .story-card .card-inner{flex-direction:column;min-height:auto}.success-stories.parallax-design .carousel-wrapper .story-card .card-left{flex:none;padding:20px}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper{max-width:220px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right{padding:20px 25px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info{margin-bottom:18px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .student-name{margin-bottom:8px;font-size:1.25rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .course{margin-bottom:6px;font-size:.85rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .university{margin-bottom:10px;font-size:.9rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .meta-info{gap:10px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .meta-info .year,.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .meta-info .grade{font-size:.8rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .quote-icon{margin-bottom:10px;font-size:1.3rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .rating{margin-bottom:10px;font-size:.9rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .review-text{font-size:.82rem;line-height:1.55}.success-stories.parallax-design .carousel-wrapper .custom-navigation button{width:45px;height:45px}.success-stories.parallax-design .carousel-wrapper .custom-navigation .custom-prev{margin-left:-15px}.success-stories.parallax-design .carousel-wrapper .custom-navigation .custom-next{margin-right:-15px}.success-stories.parallax-design .carousel-wrapper .custom-pagination{gap:8px;margin-top:25px}.success-stories.parallax-design .carousel-wrapper .custom-pagination .swiper-pagination-bullet{width:10px;height:10px}.success-stories.parallax-design .carousel-wrapper .custom-pagination .swiper-pagination-bullet-active{width:24px}}@media only screen and (min-width:769px) and (max-width:1024px){.success-stories.parallax-design .carousel-wrapper .story-card .card-inner{flex-direction:column;min-height:auto}.success-stories.parallax-design .carousel-wrapper .story-card .card-left{flex:none;padding:25px}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper{max-width:240px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right{padding:25px 30px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .student-name{font-size:1.4rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .course{font-size:.9rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .university{font-size:.95rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .review-text{font-size:.88rem}}@media only screen and (min-width:1025px) and (max-width:1280px){.success-stories.parallax-design .carousel-wrapper .story-card .card-inner{min-height:400px}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper{max-width:270px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right{padding:32px 38px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .student-name{font-size:1.65rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .course{font-size:.95rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .university{font-size:1rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .review-text{font-size:14px}}@media only screen and (min-width:1281px){.success-stories.parallax-design .carousel-wrapper .story-card .card-inner{min-height:420px}.success-stories.parallax-design .carousel-wrapper .story-card .card-left .certificate-wrapper{max-width:280px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right{padding:35px 40px}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .student-name{font-size:1.75rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .course{font-size:1rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .student-info .university{font-size:1.05rem}.success-stories.parallax-design .carousel-wrapper .story-card .card-right .review-content .review-text{font-size:15px}}@media print{.success-stories.parallax-design{padding:0;background:#fff!important}.success-stories.parallax-design .gradient-overlay,.success-stories.parallax-design .background-grid,.success-stories.parallax-design .carousel-wrapper .custom-navigation,.success-stories.parallax-design .carousel-wrapper .custom-pagination{display:none}.success-stories.parallax-design .carousel-wrapper .story-card{page-break-inside:avoid;margin-bottom:20px}.success-stories.parallax-design .carousel-wrapper .story-card .card-inner{box-shadow:none;border:1px solid #e5e7eb}.success-stories.parallax-design .carousel-wrapper .story-card .certificate-wrapper .image-overlay{display:none}}
.how-it-works-horizontal{background:var(--secondary-color);min-height:80vh;padding:70px 0;position:relative;overflow:hidden}.how-it-works-horizontal .how-container{z-index:1;max-width:1400px;position:relative}.how-it-works-horizontal .how-container .title-row{margin-bottom:4rem;overflow:hidden}.how-it-works-horizontal .how-container .title-row .title-col{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.how-it-works-horizontal .how-container .title-row .title-col .section-title{color:var(--primary-dark);font-size:2.8rem;font-weight:300;font-family:var(--primary-font);text-align:center;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}@media (max-width:768px){.how-it-works-horizontal .how-container .title-row .title-col .section-title{margin-bottom:.7rem;font-size:2.2rem}}.how-it-works-horizontal .how-container .title-row .title-col .divider{justify-content:center;align-items:center;gap:15px;margin-bottom:1rem;display:flex}.how-it-works-horizontal .how-container .title-row .title-col .divider .line{background:#dcdcdc;width:120px;height:2px}@media (max-width:768px){.how-it-works-horizontal .how-container .title-row .title-col .divider .line{width:120px}}.how-it-works-horizontal .how-container .title-row .title-col .divider .icon{color:var(--primary-dark);margin-top:-4px;font-size:1.4rem}@media (max-width:768px){.how-it-works-horizontal .how-container .title-row .title-col .divider{margin-bottom:.7rem}}.how-it-works-horizontal .how-container .title-row .title-col .section-description{color:var(--text-secondary);font-size:1rem;font-family:var(--para-font);text-align:center;max-width:650px;margin:0;line-height:1.6}@media (max-width:768px){.how-it-works-horizontal .how-container .title-row .title-col .section-description{font-size:.8rem}}.how-it-works-horizontal .step-grid .step-grid-card{border:1px solid var(--primary-color);text-align:left;cursor:pointer;background:0 0;border-radius:12px;grid-template-rows:auto auto;grid-template-columns:56px 1fr;gap:6px 12px;width:100%;height:120px;padding:16px 16px 18px;transition:all .3s ease-in-out;display:grid;position:relative;overflow:hidden}.how-it-works-horizontal .step-grid .step-grid-card:hover{border-color:#ffffff40;transform:translateY(-4px);box-shadow:0 10px 24px #00000040}.how-it-works-horizontal .step-grid .step-grid-card.active{border-color:#ffffff59;box-shadow:0 12px 28px #00000047}.how-it-works-horizontal .step-grid .step-grid-card .grid-badge{background:var(--primary-dark);width:28px;height:28px;color:var(--secondary-color);font-size:12px;font-weight:800;font-family:var(--primary-font);border:1px solid var(--primary-dark);border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:10px;right:10px}.how-it-works-horizontal .step-grid .step-grid-card .grid-icon{width:56px;height:56px;color:var(--secondary-color);border-radius:50%;grid-area:1/1/span 2;justify-content:center;align-items:center;font-size:20px;display:flex;box-shadow:0 8px 22px #00000059}.how-it-works-horizontal .step-grid .step-grid-card .grid-title{color:var(--primary-dark);font-family:var(--primary-font);grid-area:1/2;font-size:16px;font-weight:300;line-height:1.25}.how-it-works-horizontal .step-grid .step-grid-card .grid-desc{color:var(--text-secondary);font-family:var(--para-font);-webkit-line-clamp:2;text-align:left;-webkit-box-orient:vertical;grid-area:2/2;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}@media (min-width:992px){.how-it-works-horizontal .step-grid .step-grid-card:hover,.how-it-works-horizontal .step-grid .step-grid-card.active{background:var(--primary-color);color:var(--secondary-color);border-color:#ffffff59}.how-it-works-horizontal .step-grid .step-grid-card:hover .grid-title,.how-it-works-horizontal .step-grid .step-grid-card.active .grid-title,.how-it-works-horizontal .step-grid .step-grid-card:hover .grid-desc,.how-it-works-horizontal .step-grid .step-grid-card.active .grid-desc{color:var(--secondary-color)}.how-it-works-horizontal .step-grid .step-grid-card:hover .grid-badge,.how-it-works-horizontal .step-grid .step-grid-card.active .grid-badge{background:var(--secondary-color);color:var(--primary-dark);border-color:var(--secondary-color)}}.how-it-works-horizontal .spotlight{border:1px solid var(--border-color-2);background:#fff;border-radius:20px;padding:24px}.how-it-works-horizontal .spotlight .spotlight-header{align-items:center;gap:14px;margin-bottom:14px;display:flex}.how-it-works-horizontal .spotlight .spotlight-header .spotlight-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;display:flex;box-shadow:0 10px 24px #24507b38}.how-it-works-horizontal .spotlight .spotlight-header .spotlight-step{color:#5b7287bd;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:700}.how-it-works-horizontal .spotlight .spotlight-header .spotlight-title{color:var(--primary-dark);font-size:20px;font-weight:700;font-family:var(--secondary-font);margin:0;line-height:1.25}.how-it-works-horizontal .spotlight .spotlight-desc{color:var(--text-secondary);font-family:var(--para-font);margin-bottom:16px;font-size:14px;line-height:1.65}.how-it-works-horizontal .spotlight .spotlight-deliverables h4{color:var(--primary-dark);font-family:var(--secondary-font);margin-bottom:10px;font-size:15px;font-weight:700}.how-it-works-horizontal .spotlight .spotlight-deliverables ul{margin:0 0 16px;padding:0;list-style:none}.how-it-works-horizontal .spotlight .spotlight-deliverables ul li{color:var(--text-secondary);font-family:var(--para-font);align-items:flex-start;gap:10px;margin-bottom:8px;font-size:14px;line-height:1.5;display:flex}.how-it-works-horizontal .spotlight .spotlight-deliverables ul li svg{flex-shrink:0;margin-top:2px;font-size:14px}.how-it-works-horizontal .spotlight .spotlight-actions{gap:10px;display:flex}.how-it-works-horizontal .spotlight .spotlight-actions .spotlight-btn{font-weight:400;font-family:var(--secondary-font);cursor:pointer;border-radius:8px;padding:10px 14px;font-size:13px;transition:transform .2s,box-shadow .2s,background .2s,color .2s}.how-it-works-horizontal .spotlight .spotlight-actions .spotlight-btn.primary{background:var(--primary-dark);color:var(--secondary-color);border:none;box-shadow:0 8px 18px #24507b40}.how-it-works-horizontal .spotlight .spotlight-actions .spotlight-btn.primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px #24507b59}.how-it-works-horizontal .spotlight .spotlight-actions .spotlight-btn.ghost{color:#24507b;background:0 0;border:1px solid #24507b59}.how-it-works-horizontal .spotlight .spotlight-actions .spotlight-btn.ghost:hover{background:#24507b0f}.how-it-works-horizontal .mobile-steps{flex-direction:column;gap:16px;display:flex}.how-it-works-horizontal .mobile-steps .mobile-step{border:1px solid var(--primary-color);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);cursor:pointer;background:0 0;border-radius:20px;padding:20px;transition:all .3s}.how-it-works-horizontal .mobile-steps .mobile-step .mobile-step-header{align-items:center;gap:16px;margin-bottom:12px;display:flex}.how-it-works-horizontal .mobile-steps .mobile-step .mobile-step-header .mobile-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;display:flex}.how-it-works-horizontal .mobile-steps .mobile-step .mobile-step-header .mobile-title{color:var(--primary-dark);flex:1;margin:0;font-size:18px;font-weight:700}.how-it-works-horizontal .mobile-steps .mobile-step .mobile-step-body{border-top:1px solid #ffffff1a;margin-top:16px;padding-top:16px}.how-it-works-horizontal .mobile-steps .mobile-step .mobile-step-body .mobile-description{color:#cbd5e1;margin-bottom:12px;font-size:14px;line-height:1.5}.how-it-works-horizontal .mobile-steps .mobile-step .mobile-step-body .mobile-detailed{color:#94a3b8;margin-bottom:16px;font-size:13px;line-height:1.6}.how-it-works-horizontal .mobile-steps .mobile-step .mobile-step-body .mobile-deliverables h4{color:#f8fafc;margin-bottom:12px;font-size:16px;font-weight:600}.how-it-works-horizontal .mobile-steps .mobile-step .mobile-step-body .mobile-deliverables ul{margin:0;padding:0;list-style:none}.how-it-works-horizontal .mobile-steps .mobile-step .mobile-step-body .mobile-deliverables ul li{color:#cbd5e1;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:13px;line-height:1.4;display:flex}.how-it-works-horizontal .mobile-steps .mobile-step .mobile-step-body .mobile-deliverables ul li svg{flex-shrink:0;margin-top:2px;font-size:12px}.how-it-works-horizontal .mobile-steps .mobile-step.active{background:var(--primary-color);border-color:#fff3}.how-it-works-horizontal .mobile-steps .mobile-step.active .mobile-title{color:#fff}.how-it-works-horizontal .mobile-steps .mobile-step:hover{background:var(--primary-color)}.how-it-works-horizontal .mobile-steps .mobile-step:hover .mobile-title{color:#fff}
.why-choose{justify-content:center;align-items:flex-start;min-height:100vh;padding:90px 0 100px;display:flex;position:relative;overflow:hidden}.why-choose .why-container{z-index:2;width:100%;position:relative}.why-choose .why-container .title-row .title-col{text-align:center;flex-direction:column;align-items:center;display:flex}.why-choose .title-row{margin-bottom:4rem;overflow:hidden}.why-choose .title-row .title-col{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.why-choose .title-row .title-col .section-title{color:var(--primary-dark);font-size:2.8rem;font-weight:300;font-family:var(--primary-font);text-align:center;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}@media (max-width:768px){.why-choose .title-row .title-col .section-title{margin-bottom:.7rem;font-size:2.2rem}}.why-choose .title-row .title-col .divider{justify-content:center;align-items:center;gap:15px;margin-bottom:1rem;display:flex}.why-choose .title-row .title-col .divider .line{background:#dcdcdc;width:120px;height:2px}@media (max-width:768px){.why-choose .title-row .title-col .divider .line{width:120px}}.why-choose .title-row .title-col .divider .icon{color:var(--primary-dark);margin-top:-4px;font-size:1.4rem}@media (max-width:768px){.why-choose .title-row .title-col .divider{margin-bottom:.7rem}}.why-choose .title-row .title-col .section-description{color:var(--text-secondary);font-size:1rem;font-family:var(--para-font);text-align:center;max-width:650px;margin:0;line-height:1.6}@media (max-width:768px){.why-choose .title-row .title-col .section-description{font-size:.8rem}}.why-choose .achievements-row .achievement-card{text-align:center;border:1.5px solid var(--border-color-2);-webkit-backdrop-filter:blur(12px)saturate(150%);background:#ffffff26;border-radius:20px;height:100%;padding:2rem 1.6rem;transition:all .35s;position:relative;overflow:hidden}.why-choose .achievements-row .achievement-card:hover{border-color:var(--primary-dark);-webkit-backdrop-filter:blur(16px)saturate(160%);backdrop-filter:blur(16px)saturate(160%);background:#ffffff40;transform:translateY(-10px)}.why-choose .achievements-row .achievement-card:hover .achievement-icon{transform:scale(1.12)}.why-choose .achievements-row .achievement-card:hover .achievement-number{transform:scale(1.06)}.why-choose .achievements-row .achievement-card .achievement-icon{font-size:2.8rem;font-family:var(--primary-font);filter:drop-shadow(0 4px 8px #24507b1f);margin-bottom:.8rem;transition:all .3s}.why-choose .achievements-row .achievement-card .achievement-number{font-size:2.4rem;font-family:var(--primary-font);background:var(--primary-dark);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.3rem;font-weight:300;transition:all .3s}@media (max-width:768px){.why-choose .achievements-row .achievement-card .achievement-number{font-size:2rem}}.why-choose .achievements-row .achievement-card .achievement-label{color:var(--text-secondary);font-size:1rem;font-family:var(--para-font);font-weight:400}@media (max-width:768px){.why-choose .achievements-row .achievement-card .achievement-label{font-size:.95rem}.why-choose .achievements-row .achievement-card{margin-bottom:1rem;padding:1.6rem 1.2rem}}.why-choose .reasons-grid .reason-card{border:1.5px solid var(--border-color-2);cursor:pointer;background:#fff;border-radius:20px;height:100%;padding:2rem;transition:all .35s;position:relative;overflow:hidden}.why-choose .reasons-grid .reason-card:after{content:"";opacity:0;background:linear-gradient(135deg,#24507b08,#0000 60%);transition:opacity .35s;position:absolute;inset:0}.why-choose .reasons-grid .reason-card:hover,.why-choose .reasons-grid .reason-card.active{border-color:var(--primary-dark);box-shadow:0 28px 56px #24507b2e}.why-choose .reasons-grid .reason-card:hover:after,.why-choose .reasons-grid .reason-card.active:after{opacity:1}.why-choose .reasons-grid .reason-card:hover .reason-icon,.why-choose .reasons-grid .reason-card.active .reason-icon{transform:scale(1.08)rotate(3deg)}.why-choose .reasons-grid .reason-card:hover .reason-border,.why-choose .reasons-grid .reason-card.active .reason-border{width:100%}.why-choose .reasons-grid .reason-card:hover .reason-title,.why-choose .reasons-grid .reason-card.active .reason-title{color:var(--primary-dark)}.why-choose .reasons-grid .reason-card .reason-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.4rem;display:flex}.why-choose .reasons-grid .reason-card .reason-icon{color:#fff;border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.6rem;transition:all .35s;display:flex;box-shadow:0 8px 25px #24507b2e}.why-choose .reasons-grid .reason-card .reason-stats{text-align:right;background:linear-gradient(135deg,#f6f9fc,#eef3f7);border:1px solid #e8ecef;border-radius:12px;padding:.6rem 1rem}.why-choose .reasons-grid .reason-card .reason-stats .stats-number{font-size:1.2rem;font-family:var(--primary-font);background:var(--primary-dark);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.2rem;font-weight:300;line-height:1;display:block}.why-choose .reasons-grid .reason-card .reason-stats .stats-label{color:var(--text-secondary);font-size:.85rem;font-family:var(--para-font);font-weight:400}.why-choose .reasons-grid .reason-card .reason-title{color:var(--primary-dark);font-size:1.35rem;font-weight:500;font-family:var(--primary-font);margin-bottom:.8rem;line-height:1.3;transition:color .3s}.why-choose .reasons-grid .reason-card .reason-description{color:var(--text-secondary);font-size:14px;font-family:var(--para-font);margin-bottom:1rem;line-height:1.6}.why-choose .reasons-grid .reason-card .reason-border{border-radius:0 0 20px 20px;width:0;height:4px;transition:width .35s;position:absolute;bottom:0;left:0}@media (max-width:768px){.why-choose .reasons-grid .reason-card{padding:1.5rem 1.2rem}.why-choose .reasons-grid .reason-card .reason-icon{width:60px;height:60px;font-size:1.4rem}.why-choose .reasons-grid .reason-card .reason-title{font-size:1.2rem}.why-choose .reasons-grid .reason-card .reason-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.95rem;display:-webkit-box;overflow:hidden}}.why-choose .testimonial-section{border:1.5px solid var(--border-color-2);background:linear-gradient(135deg,#fff,#f8fafc);border-radius:24px;height:fit-content;padding:2.2rem;position:sticky;top:2rem;box-shadow:0 8px 32px #24507b14}.why-choose .testimonial-section .testimonial-header{color:var(--primary-dark);font-size:1.4rem;font-weight:500;font-family:var(--primary-font);border-bottom:2px solid var(--wc-border);align-items:center;gap:.6rem;margin-bottom:1.6rem;padding-bottom:.8rem;display:flex}.why-choose .testimonial-section .testimonial-header .star-icon{color:var(--wc-accent);font-size:1.3rem}.why-choose .testimonial-section .testimonial-carousel{min-height:300px;position:relative;overflow:hidden}@media (max-width:576px){.why-choose .testimonial-section .testimonial-carousel{min-height:220px}}.why-choose .testimonial-section .testimonial-card{opacity:0;transition:all .45s ease-in-out;position:absolute;inset:0 0 auto;transform:translate(100%)}.why-choose .testimonial-section .testimonial-card.active{opacity:1;transform:translate(0)}.why-choose .testimonial-section .testimonial-card .testimonial-content{border:1px solid var(--wc-border);background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;margin-bottom:1rem;padding:1.2rem;position:relative}.why-choose .testimonial-section .testimonial-card .quote-mark{color:var(--wc-primary);opacity:.15;margin-bottom:.6rem;font-family:serif;font-size:3.2rem;line-height:1;position:absolute;top:-8px;left:12px}.why-choose .testimonial-section .testimonial-card .testimonial-text{color:var(--text-secondary);z-index:1;margin:.6rem 0 1rem;font-size:1rem;font-style:italic;line-height:1.7;position:relative}@media (max-width:576px){.why-choose .testimonial-section .testimonial-card .testimonial-text{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.why-choose .testimonial-section .testimonial-card .testimonial-rating{justify-content:center;gap:.25rem;margin-bottom:.6rem;display:flex}.why-choose .testimonial-section .testimonial-card .testimonial-rating .star{color:#e67e22;filter:drop-shadow(0 2px 4px #e67e2240);font-size:1rem}.why-choose .testimonial-section .testimonial-card .testimonial-meta{flex-direction:column;align-items:center;gap:2px;display:flex}.why-choose .testimonial-section .testimonial-card .testimonial-meta .name{color:var(--primary-dark);font-weight:500;font-family:var(--primary-font);font-size:.95rem}.why-choose .testimonial-section .testimonial-card .testimonial-meta .course{color:var(--text-secondary);font-size:.85rem}.why-choose .testimonial-section .testimonial-dots{justify-content:center;gap:.6rem;margin-top:.6rem;display:flex}.why-choose .testimonial-section .testimonial-dots .dot{cursor:pointer;background:#fff;border:2px solid #cbd5e1;border-radius:50%;width:12px;height:12px;transition:all .25s}.why-choose .testimonial-section .testimonial-dots .dot.active{background:var(--primary-dark);border-color:var(--primary-dark);transform:scale(1.15);box-shadow:0 4px 8px #24507b4d}.why-choose .testimonial-section .testimonial-dots .dot:hover{border-color:#94a3b8;transform:scale(1.08)}@media (max-width:991px){.why-choose .testimonial-section{margin-top:2rem;position:static}}@media (max-width:768px){.why-choose .testimonial-section{padding:1.8rem 1.4rem}}.why-choose .cta-section{text-align:center;border:1.5px solid var(--border-color-2);background:linear-gradient(135deg,#f8fafc,#fff);border-radius:24px;padding:2.2rem;position:relative;overflow:hidden}.why-choose .cta-section:before{content:"";background:linear-gradient(90deg,var(--primary-color),var(--primary-dark),var(--accent-color));border-radius:24px 24px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.why-choose .cta-section .cta-title{color:var(--primary-dark);font-size:2.1rem;font-weight:500;font-family:var(--primary-font);letter-spacing:-1px;margin-bottom:.8rem}@media (max-width:768px){.why-choose .cta-section .cta-title{font-size:1.8rem}}.why-choose .cta-section .cta-description{color:var(--text-secondary);font-size:14px;font-family:var(--para-font);max-width:700px;margin-bottom:2rem;margin-left:auto;margin-right:auto;line-height:1.6}@media (max-width:768px){.why-choose .cta-section .cta-description{margin-bottom:1.6rem;font-size:1rem}}.why-choose .cta-section .cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.why-choose .cta-section .cta-buttons .cta-button{font-size:1rem;font-weight:400;font-family:var(--para-font);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.7rem;padding:.9rem 1.6rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000014}.why-choose .cta-section .cta-buttons .cta-button.btn-primary{background:var(--primary-dark);color:#fff}.why-choose .cta-section .cta-buttons .cta-button.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 28px #102e5059}.why-choose .cta-section .cta-buttons .cta-button.btn-secondary{color:var(--primary-dark);border:1px solid var(--primary-dark);background:#fff}.why-choose .cta-section .cta-buttons .cta-button.btn-secondary:hover{color:#fff;background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 12px 28px #102e5040}@media (max-width:768px){.why-choose .cta-section .cta-buttons .cta-button{padding:.8rem 1.4rem;font-size:.95rem}.why-choose .cta-section{padding:1.8rem}}@keyframes floatAround{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(-18px,-10px)rotate(90deg)}50%{transform:translate(12px,-25px)rotate(180deg)}75%{transform:translate(-10px,-18px)rotate(270deg)}}@media (max-width:1200px){.why-choose{padding:70px 0 60px}}@media (max-width:768px){.why-choose{min-height:auto;padding:60px 0}.why-choose .why-container .main-content-row .col-lg-8{margin-bottom:1.2rem}.why-choose .achievements-row>div:nth-child(n+3){display:none}}@media (max-width:576px){.why-choose .reasons-grid>div:nth-child(n+5){display:none}}@media (prefers-reduced-motion:reduce){.why-choose *,.why-choose :before,.why-choose :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.why-choose .floating-shape{animation:none}}@media (max-width:768px){.why-choose .achievements-row{display:none!important}}
.contact{background:var(--primary-color);padding:60px 0 30px;position:relative;overflow:hidden}.contact .contact-container{z-index:2;position:relative}.contact .title-row{margin-bottom:4rem;overflow:hidden}.contact .title-row .title-col{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.contact .title-row .title-col .section-title{color:var(--secondary-color);font-size:2.8rem;font-weight:700;font-family:var(--primary-font);text-align:center;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}@media (max-width:768px){.contact .title-row .title-col .section-title{margin-bottom:.7rem;font-size:2.2rem}}.contact .title-row .title-col .divider{justify-content:center;align-items:center;gap:15px;margin-bottom:1rem;display:flex}.contact .title-row .title-col .divider .line{background:var(--primary-dark);width:120px;height:2px}@media (max-width:768px){.contact .title-row .title-col .divider .line{width:120px}}.contact .title-row .title-col .divider .icon{color:var(--secondary-color);margin-top:-4px;font-size:1.4rem}@media (max-width:768px){.contact .title-row .title-col .divider{margin-bottom:.7rem}}.contact .title-row .title-col .section-description{color:var(--text-secondary);font-size:1rem;font-family:var(--para-font);text-align:center;max-width:650px;margin:0;line-height:1.6}@media (max-width:768px){.contact .title-row .title-col .section-description{font-size:.8rem}}.contact .contact-info-section,.contact .contact-form-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff0f,#ffffff0d);border:1px solid #fff3;border-radius:20px;height:fit-content;padding:2rem}@media (max-width:768px){.contact .contact-info-section,.contact .contact-form-section{padding:1.5rem}}@media (max-width:576px){.contact .contact-info-section,.contact .contact-form-section{padding:1rem}}.contact .info-title,.contact .form-title{color:var(--secondary-color);font-size:1.4rem;font-weight:500;font-family:var(--primary-font);align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.contact .info-title .title-icon,.contact .form-title .title-icon{color:var(--accent-color);font-size:1.2rem}@media (max-width:768px){.contact .info-title,.contact .form-title{font-size:1.2rem}}.contact .info-description,.contact .form-description{color:var(--text-secondary-2);font-family:var(--para-font);margin-bottom:1.5rem;font-size:14px;font-weight:400;line-height:1.5}.contact .contact-cards{margin-bottom:2rem}.contact .contact-cards .contact-card{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;transition:all .4s;display:flex;position:relative;overflow:hidden}.contact .contact-cards .contact-card:hover,.contact .contact-cards .contact-card.active{background:#ffffff14;transform:translate(8px);box-shadow:0 8px 20px #0003}.contact .contact-cards .contact-card:hover .card-border,.contact .contact-cards .contact-card.active .card-border{width:3px}.contact .contact-cards .contact-card .card-icon{width:45px;height:45px;color:var(--secondary-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex;box-shadow:0 4px 12px #0003}.contact .contact-cards .contact-card .card-content{flex:1}.contact .contact-cards .contact-card .card-content .card-title{color:var(--secondary-color);font-size:1rem;font-weight:500;font-family:var(--primary-font);letter-spacing:1px;margin-bottom:.2rem}.contact .contact-cards .contact-card .card-content .card-value{color:var(--text-secondary);font-size:.9rem;font-weight:400;font-family:var(--para-font);margin-bottom:.1rem}.contact .contact-cards .contact-card .card-content .card-description{color:#ffffffb3;margin:0;font-size:.8rem}.contact .contact-cards .contact-card .card-border{border-radius:15px 0 0 15px;width:0;transition:width .4s;position:absolute;top:0;bottom:0;left:0}@media (max-width:768px){.contact .contact-cards .contact-card{text-align:center;flex-direction:column;gap:.8rem}.contact .contact-cards .contact-card:hover,.contact .contact-cards .contact-card.active{transform:translateY(-3px)}}.contact .contact-form{width:100%}.contact .contact-form .form-group{margin-bottom:1.2rem;position:relative}.contact .contact-form .form-group label{color:var(--secondary-color);font-family:var(--primary-font);margin-bottom:.5rem;font-size:.85rem;font-weight:400;display:block}.contact .contact-form .form-group input,.contact .contact-form .form-group select,.contact .contact-form .form-group textarea{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:.85rem;transition:all .3s}.contact .contact-form .form-group input::placeholder,.contact .contact-form .form-group select::placeholder,.contact .contact-form .form-group textarea::placeholder{color:#ffffff80}.contact .contact-form .form-group input:focus,.contact .contact-form .form-group select:focus,.contact .contact-form .form-group textarea:focus{background:#ffffff14;border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f61a}.contact .contact-form .form-group input:focus+.input-border,.contact .contact-form .form-group select:focus+.input-border,.contact .contact-form .form-group textarea:focus+.input-border{width:100%}.contact .contact-form .form-group select option{background:var(--primary-color);color:#fff}.contact .contact-form .submit-button{border:1px solid var(--accent-color);width:100%;color:var(--accent-color);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}.contact .contact-form .submit-button:hover:not(:disabled){background:var(--accent-color);color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 6px 15px #0003}.contact .contact-form .submit-button svg,.contact .contact-form .submit-button span{z-index:1;position:relative}.contact .contact-form .submit-button:disabled{opacity:.7;cursor:not-allowed}.contact .contact-form .submit-button .spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}@media (max-width:768px){.contact .contact-form .submit-button{padding:.75rem 1.5rem;font-size:.85rem}}.contact .form-success{color:#0bc50e;font-weight:500;font-family:var(--secondary-font);margin:5px}@media (max-width:768px){.contact .form-success{font-size:.85rem}}.contact .form-error{color:#9d0303;font-weight:500;font-family:var(--secondary-font);margin:5px}@media (max-width:768px){.contact .form-error{font-size:.85rem}}@keyframes float{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(-15px,-15px)rotate(90deg)}50%{transform:translate(15px,-20px)rotate(180deg)}75%{transform:translate(-8px,-18px)rotate(270deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1200px){.contact{padding:50px 0 25px}}@media (max-width:992px){.contact .contact-info-section{margin-bottom:2rem}}@media (max-width:768px){.contact{padding:40px 0 20px}}@media (prefers-reduced-motion:reduce){.contact *,.contact :before,.contact :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.contact .floating-shape{animation:none}.contact .mouse-follower{display:none}}@media (prefers-contrast:high){.contact .contact-info-section,.contact .contact-form-section,.contact .map-section,.contact .stat-card{border-width:2px;border-color:#fff6}.contact .section-title,.contact .info-title,.contact .form-title,.contact .map-title{color:#fff}}@media print{.contact .floating-elements,.contact .mouse-follower,.contact .background-pattern,.contact .gradient-overlay{display:none}.contact .contact{color:#000;background:#fff;padding:20px 0}.contact .section-title,.contact .info-title,.contact .form-title,.contact .map-title{color:#000}.contact .contact-info-section,.contact .contact-form-section,.contact .map-section,.contact .stat-card{box-shadow:none;background:#fff;border:1px solid #ccc}}
.footer{background:var(--primary-color);color:var(--secondary-color);padding:80px 0 0}.footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.footer .footer-main{margin-bottom:40px}.footer .footer-main .row{align-items:flex-start}.footer .footer-section h3,.footer .footer-section h4{color:var(--secondary-color);font-family:var(--primary-font);margin-bottom:20px;font-size:1.1rem;font-weight:500}.footer .footer-section ul{margin:0;padding:0;list-style:none}.footer .footer-section ul li{margin-bottom:8px}.footer .footer-section ul li a{color:#ffffff7d;font-family:var(--para-font);font-size:.95rem;font-weight:200;text-decoration:none;transition:color .3s}.footer .footer-section ul li a:hover{color:var(--accent-color)}.footer .brand-section .brand-name{color:var(--secondary-color);font-size:2rem;font-weight:500;font-family:var(--primary-font);margin-bottom:15px}.footer .brand-section .brand-description{color:#ffffff7d;width:80%;font-family:var(--para-font);margin-bottom:25px;font-size:14px;font-weight:200;line-height:1.6}.footer .brand-section .social-links{gap:15px;display:flex}.footer .brand-section .social-links a{color:#fffc;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer .brand-section .social-links a:hover{background:var(--accent-color);color:#fff;transform:translateY(-2px)}.footer .contact-info .contact-item{color:#ffffff7d;font-weight:200;font-family:var(--para-font);align-items:center;gap:10px;margin-bottom:12px;font-size:.9rem;display:flex}.footer .contact-info .contact-item svg{color:var(--accent-color);flex-shrink:0;font-size:.9rem}.footer .footer-bottom{border-top:1px solid #ffffff1a;padding:25px 0}.footer .footer-bottom .footer-bottom-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}@media (max-width:576px){.footer .footer-bottom .footer-bottom-content{text-align:center;flex-direction:column}}.footer .footer-bottom .footer-bottom-content p{color:#ffffff7d;margin:0;font-size:.9rem;font-weight:200}.footer .footer-bottom .footer-bottom-content p a{color:#ffffff7d;margin:0;font-size:.9rem;font-weight:200;text-decoration:none;transition:color .3s}.footer .footer-bottom .footer-bottom-content p a:hover{color:var(--accent-color);font-weight:400;text-decoration:underline}.footer .footer-bottom .footer-bottom-content .footer-links{gap:25px;display:flex}@media (max-width:576px){.footer .footer-bottom .footer-bottom-content .footer-links{gap:15px}}.footer .footer-bottom .footer-bottom-content .footer-links a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .3s}.footer .footer-bottom .footer-bottom-content .footer-links a:hover{color:var(--accent-color)}@media (max-width:768px){.footer{padding:50px 0 0}.footer .brand-section .brand-description{width:100%}.footer .brand-section .social-links,.footer .contact-info .contact-item{justify-content:center}.footer .footer-section{text-align:center}}
