html{scroll-behavior:smooth}@media screen and (max-width:1199px){.ak-show-moblie-nav-list{display:block!important}}.about-page-hero .about-page-title .page-title,.about-page-hero .about-page-title a,.about-page-hero .about-page-title p{color:#fff}.about-page-hero .about-page-title a:hover{opacity:.9}.animated-checkmark{display:inline-block;position:relative}.checkmark{width:40px;height:40px;margin:0 auto;display:block}.checkmark-circle{stroke-dasharray:157;stroke-dashoffset:157px;stroke-width:2px;stroke-miterlimit:10;stroke:#28a745;fill:none;animation:1.2s cubic-bezier(.65,0,.45,1) infinite circle-stroke}.checkmark-check{stroke-dasharray:48;stroke-dashoffset:48px;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke:#28a745;fill:none;animation:1.2s cubic-bezier(.65,0,.45,1) infinite check-stroke}@keyframes circle-stroke{0%{stroke-dashoffset:157px}50%{stroke-dashoffset:0}to{stroke-dashoffset:157px}}@keyframes check-stroke{0%{stroke-dashoffset:48px}50%{stroke-dashoffset:0}to{stroke-dashoffset:48px}}.confirmation-section{padding:2rem 0}.confirmation-card{text-align:center;background:#fff;border:1px solid rgba(37,99,235,.1);border-radius:20px;padding:3rem 2rem;position:relative;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.confirmation-card:before{content:"";background:linear-gradient(135deg,var(--primary-color)0%,#1a188d 100%);height:4px;position:absolute;top:0;left:0;right:0}.confirmation-icon-wrapper{justify-content:center;margin-bottom:2rem;display:flex}.confirmation-icon{background:linear-gradient(135deg,rgba(40,167,69,.1) 0%,rgba(40,167,69,.05) 100%);border:3px solid rgba(40,167,69,.2);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.confirmation-icon:before{content:"";background:linear-gradient(135deg,rgba(40,167,69,.1) 0%,rgba(40,167,69,.05) 100%);border-radius:50%;animation:2s ease-out infinite pulse-ring;position:absolute;top:-10px;bottom:-10px;left:-10px;right:-10px}@keyframes pulse-ring{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.2)}}.confirmation-title{color:var(--heading-color);font-size:2.5rem;font-weight:700;font-family:var(--heading-font-family);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.confirmation-description{color:var(--body-color);max-width:500px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.confirmation-info-cards{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}.info-card{text-align:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.info-card:hover{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.info-card:before{content:"";background:linear-gradient(135deg,var(--primary-color)0%,#1a188d 100%);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.info-card:hover:before{transform:scaleX(1)}.info-icon{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 1rem;font-size:1.2rem;display:flex}.info-content h6{color:var(--heading-color);font-size:1rem;font-weight:600;font-family:var(--heading-font-family);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.info-content p{color:var(--body-color);margin:0;font-size:.9rem;line-height:1.4}.confirmation-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.confirmation-actions .btn{text-transform:uppercase;letter-spacing:.5px;font-weight:600;font-family:var(--heading-font-family);border-radius:8px;min-width:180px;padding:12px 30px;transition:all .3s}.confirmation-actions .btn-primary{background:linear-gradient(135deg,var(--primary-color)0%,#1a188d 100%);border:2px solid var(--primary-color);box-shadow:0 4px 15px rgba(37,99,235,.3)}.confirmation-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,99,235,.4)}.confirmation-actions .btn-outline-primary{border:2px solid var(--primary-color);color:var(--primary-color);background:0 0}.confirmation-actions .btn-outline-primary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,99,235,.3)}.confirmation-footer{border-top:1px solid #e9ecef;margin-top:1rem;padding-top:1.5rem}.footer-note{color:var(--body-color);justify-content:center;align-items:center;max-width:600px;margin:0 auto;font-size:.9rem;line-height:1.5;display:flex}.footer-note i{color:var(--primary-color);flex-shrink:0;font-size:1rem}@media (max-width:768px){.confirmation-card{margin:0 1rem;padding:2rem 1.5rem}.confirmation-title{font-size:2rem}.confirmation-description{font-size:1rem}.confirmation-info-cards{grid-template-columns:1fr;gap:1rem}.confirmation-actions{flex-direction:column;align-items:center}.confirmation-actions .btn{width:100%;max-width:280px}.footer-note{text-align:center;flex-direction:column;gap:.5rem}}@media (max-width:576px){.confirmation-icon{width:100px;height:100px}.confirmation-title{font-size:1.75rem}.info-card{padding:1rem}}.leaflet-container{width:100%;height:100%}.map-wrapper{width:100%;height:100%;min-height:400px;position:relative}.store-map{z-index:1;border-radius:8px;width:100%;height:100%}.map-placeholder{text-align:center;background:#f8f9fa;border-radius:8px;justify-content:center;align-items:center;height:100%;padding:20px;display:flex}.map-popup{min-width:200px;font-family:inherit}.map-popup h4{color:#333;margin:0 0 10px;font-size:16px;font-weight:600}.map-popup p{color:#666;margin:5px 0;font-size:14px;line-height:1.5}.map-loading{color:#666;background:#f0f0f0;border-radius:8px;justify-content:center;align-items:center;height:400px;display:flex}.leaflet-control-zoom{border:none!important}.leaflet-control-zoom a{color:#333!important;background-color:#fff!important}@media (max-width:768px){.map-wrapper{min-height:300px}}
