@charset "UTF-8";
/***!  Style Declaration  !***/

:root{--footer-bg:#353839;--footer-text:#fff;--footer-text-soft:rgba(255,255,255,0.7);--footer-accent:#375879;--footer-accent-light:#9B9FA0;--footer-border:rgba(255,255,255,0.08);--footer-hover-bg:rgba(55,88,121,0.15)}.akh-footer *,.akh-footer *::before,.akh-footer *::after{margin:0;padding:0;box-sizing:border-box}.akh-footer{background-color:var(--footer-bg);color:var(--footer-text);direction:ltr;padding:4rem 1.5rem 0rem;line-height:1.6}.akh-footer__container{max-width:1300px;margin:0 auto}@media (min-width:2200px) and (max-width:2900px){.akh-footer__container{max-width:1800px;margin:0 auto}}.akh-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-bottom:3rem}.akh-footer__column{display:flex;flex-direction:column;gap:1.2rem}.akh-footer__title{font-size:1.3rem;font-weight:600;letter-spacing:0.5px;color:var(--footer-text);padding-bottom:0.75rem;border-bottom:2px solid var(--footer-accent);display:inline-block;margin-bottom:0.5rem}.akh-footer__text{position:relative;padding:1.2rem 1.3rem;background:rgba(255,255,255,0.02);border:1px solid rgba(55,88,121,0.2);border-radius:24px;color:rgba(255,255,255,0.75);font-size:15px;line-height:1.8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 8px 20px -10px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.02);transition:all 0.3s ease;margin-bottom:0.5rem;overflow:hidden}.akh-footer__text::before{content:'';position:absolute;top:0;right:0;width:4px;height:100%;background:linear-gradient(to bottom,#2994ff,#0a4366b8);border-radius:4px 0 0 4px;opacity:0.6}.akh-footer__text::after{content:'\201C';position:absolute;bottom:-10px;left:10px;font-size:6rem;font-family:serif;color:rgba(55,88,121,0.1);line-height:1;pointer-events:none;transform:rotate(180deg)}.akh-footer__text:hover{background:rgba(55,88,121,0.06);border-color:rgba(55,88,121,0.3);box-shadow:0 15px 30px -15px rgba(55,88,121,0.4);transform:translateY(-2px)}.akh-footer__text:hover::before{opacity:1;background:linear-gradient(to bottom,#0883feff,#0a4366b8))}@media screen and (max-width:600px){.akh-footer__text{padding:1rem 1.2rem;font-size:0.9rem;border-radius:20px}}.akh-footer__social{display:flex;gap:1rem;margin-top:1.5rem}.akh-footer__social-link{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:rgba(255,255,255,0.02);border-radius:18px;color:#3385d8;font-size:1.5rem;text-decoration:none;position:relative;border:1px solid rgba(55,88,121,0.2);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 10px 25px -8px rgba(0,0,0,0.4),inset 0 1px 2px rgba(255,255,255,0.05);transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);overflow:hidden}.akh-footer__social-link::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(55,88,121,0.5) 0%,transparent 80%);border-radius:50%;transform:translate(-50%,-50%);transition:width 0.5s ease,height 0.5s ease,opacity 0.3s ease;opacity:0;z-index:0}.akh-footer__social-link i{position:relative;z-index:2;transition:all 0.3s ease;filter:drop-shadow(0 2px 5px rgba(0,0,0,0.3))}.akh-footer__social-link:hover{background:var(--footer-accent);border-color:transparent;transform:translateY(-8px) scale(1.1);box-shadow:0 20px 35px -12px var(--footer-accent),0 0 0 2px rgba(255,255,255,0.1)}.akh-footer__social-link:hover::before{width:150%;height:150%;opacity:0.4}.akh-footer__social-link:hover i{color:#fff;transform:scale(1.1) rotate(5deg);filter:drop-shadow(0 0 15px rgba(255,255,255,0.6))}.akh-footer__social-link[aria-label="فيسبوك"]:hover{background:linear-gradient(145deg,#3b5998,#2d4373);box-shadow:0 20px 35px -12px #3b5998}.akh-footer__social-link[aria-label="تويتر"]:hover{background:linear-gradient(145deg,#000,#1a1a1a);box-shadow:0 20px 35px -12px #333}.akh-footer__social-link[aria-label="لينكد إن"]:hover{background:linear-gradient(145deg,#0077b5,#005c8f);box-shadow:0 20px 35px -12px #0077b5}.akh-footer__social-link[aria-label="انستغرام"]:hover{background:linear-gradient(145deg,#f58529,#dd2a7b,#8134af,#515bd4);background-size:200% 200%;animation:instagramGradient 3s ease infinite;box-shadow:0 20px 35px -12px #dd2a7b}@keyframes instagramGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@media screen and (max-width:600px){.akh-footer__social{gap:0.8rem}.akh-footer__social-link{width:46px;height:46px;font-size:1.3rem;border-radius:16px}}.akh-footer__list{list-style:none;display:flex;flex-direction:column;gap:0.8rem}.akh-footer__list-item{position:relative;transition:all 0.3s ease;border-radius:12px;background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.03);overflow:hidden}.akh-footer__list-item i{display:none}.akh-footer__list-item::before{content:'➔';position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:1.1rem;color:#34aef5ff;opacity:0;transition:opacity 0.3s ease,transform 0.3s ease;z-index:2;font-weight:300}.akh-footer__link{display:block;padding:0.8rem 2.5rem 0.8rem 1.5rem;color:var(--footer-text-soft);text-decoration:none;font-size:0.95rem;font-weight:400;transition:color 0.3s ease,transform 0.3s ease;position:relative;z-index:1}.akh-footer__list-item:hover{background:rgba(55,88,121,0.12);border-color:rgba(55,88,121,0.3);transform:translateX(-5px);box-shadow:0 8px 18px -10px rgba(0,0,0,0.4)}.akh-footer__list-item:hover::before{opacity:1;transform:translateY(-50%) translateX(-3px)}.akh-footer__list-item:hover .akh-footer__link{color:#fff;transform:translateX(-3px)}.akh-footer__list-item::after{content:'';position:absolute;right:0;top:0;width:3px;height:100%;background:#44a2ff;transform:scaleY(0);transition:transform 0.2s ease;border-radius:2px}.akh-footer__list-item:hover::after{transform:scaleY(1)}.akh-footer__list-item:focus-within{background:rgba(55,88,121,0.12);border-color:rgba(55,88,121,0.3);outline:none}@media screen and (max-width:600px){.akh-footer__list-item:hover{transform:translateX(-3px)}.akh-footer__link{padding:0.7rem 2.2rem 0.7rem 1.2rem}}.akh-footer__button{display:inline-flex;align-items:center;justify-content:space-between;gap:1rem;background-color:#2f6c9fef;border:none;border-radius:20px;padding:0.6rem 1.6rem 0.6rem 1.8rem;color:#fff;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all 0.3s cubic-bezier(0.23,1,0.32,1);box-shadow:0 8px 18px -6px rgba(69,151,219,0.4);width:fit-content;min-width:300px;position:relative;overflow:hidden}.akh-footer__button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent);transition:left 0.6s ease;z-index:0}.akh-footer__button i{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border-radius:50%;color:#4597DB;font-size:1.1rem;transition:all 0.3s ease;box-shadow:0 4px 10px -2px rgba(0,0,0,0.2);font-family:'Font Awesome 6 Free';font-weight:900}.akh-footer__button span{position:relative;z-index:2;transition:transform 0.3s ease;white-space:nowrap}.akh-footer__button:hover{background-color:#3a7fc9;transform:translateY(-1px);box-shadow:0 15px 30px -8px #4598db69;gap:1.2rem;padding-right:1rem}.akh-footer__button:hover::before{left:100%}.akh-footer__button:hover i{background-color:#f0f8ff;transform:scale(1.1) rotate(5deg);box-shadow:0 8px 18px -6px rgba(255,255,255,0.6)}.akh-footer__button:hover span{transform:translateX(-3px)}@media screen and (max-width:600px){.akh-footer__button{min-width:190px;padding:0.5rem 1rem 0.5rem 1.5rem;font-size:0.95rem}.akh-footer__button i{width:36px;height:36px;font-size:1rem}}.akh-footer__contact-item{display:flex;align-items:center;gap:1rem;padding:0.9rem 1.2rem;background:rgba(255,255,255,0.02);border-radius:16px;border:1px solid rgba(255,255,255,0.03);box-shadow:0 4px 12px -6px rgba(0,0,0,0.2);transition:all 0.3s cubic-bezier(0.23,1,0.32,1);margin-bottom:0.8rem;position:relative;overflow:hidden}.akh-footer__contact-item::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,rgba(55,88,121,0.1),rgba(55,88,121,0.03) );transition:left 0.5s ease;z-index:0}.akh-footer__contact-item i{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(61,97,132,0.15);border-radius:12px;color:#34aef5ff;font-size:1.1rem;transition:all 0.3s ease;position:relative;z-index:1;box-shadow:0 4px 8px -4px rgba(0,0,0,0.3)}.akh-footer__contact-item i{font-family:'Font Awesome 6 Free';font-weight:900}.akh-footer__contact-item span{flex:1;color:var(--footer-text-soft);font-size:0.95rem;transition:color 0.3s ease,transform 0.3s ease;position:relative;z-index:1;line-height:1.5}.akh-footer__contact-item::after{content:'';position:absolute;right:0;top:20%;width:3px;height:60%;background:#2986e3;border-radius:3px 0 0 3px;opacity:0.9;transition:opacity 0.3s ease,height 0.3s ease,top 0.3s ease}.akh-footer__contact-item:hover{background:rgba(55,88,121,0.08);border-color:rgba(55,88,121,0.25);transform:translateY(-3px) translateX(-2px);box-shadow:0 12px 24px -12px rgba(55,88,121,0.4)}.akh-footer__contact-item:hover::before{left:0}.akh-footer__contact-item:hover i{background:var(--footer-accent);color:#fff;transform:scale(1.1) rotate(3deg);box-shadow:0 8px 16px -8px var(--footer-accent)}.akh-footer__contact-item:hover span{color:#fff;transform:translateX(-3px)}.akh-footer__contact-item:hover::after{opacity:1;height:80%;top:10%}@media screen and (max-width:600px){.akh-footer__contact-item{padding:0.8rem 1rem}.akh-footer__contact-item i{width:32px;height:32px;font-size:1rem}.akh-footer__contact-item:hover{transform:translateY(-2px) translateX(-2px)}}.akh-footer__copyright{text-align:center;padding-top:2.5rem;border-top:1px solid var(--footer-border);color:var(--footer-text-soft);font-size:0.85rem}@media screen and (max-width:1000px){.akh-footer__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media screen and (max-width:600px){.akh-footer{padding:3rem 1rem 1.5rem}.akh-footer__grid{grid-template-columns:1fr;gap:2rem}.akh-footer__title{font-size:1.2rem}.akh-footer__list-item:hover{transform:translateX(-3px)}.akh-footer__link{padding:0.6rem 1.2rem 0.6rem 2rem}}.akh-footer__list-item,.akh-footer__social-link,.akh-footer__button{will-change:transform,background-color}
