*{margin:0;padding:0;box-sizing:border-box;font-family:Candara,sans-serif}html,body{width:100%;overflow-x:hidden;scroll-behavior:smooth}body::-webkit-scrollbar{display:none}:root{--bg-color: #fff;--card-bg: #fff;--text-color: #333;--accent-color: #007bff;--accent-color-hover: #0056b3;--navbar-height: 80px}.dark{--bg-color: #1c1f22;--card-bg: #1e1e1e;--text-color: #eee;--accent-color: #4dabf7;--accent-color-hover: #1c7ed6}body{background:#1c1f22}.container{width:100vw;min-height:100vh;background:var(--bg-color);color:var(--text-color)}.navbar{background:#1e1e1e;margin:0;padding:0;border:none;box-shadow:none}header,nav{background:#1e1e1e!important}section{scroll-margin-top:var(--navbar-height)}.profile-card{display:flex;align-items:center;min-height:100vh;padding:calc(var(--navbar-height) + 3rem) 2rem 5rem;background:var(--bg-color);color:var(--text-color)}.about-section{min-height:100vh;padding:calc(var(--navbar-height) + 3rem) 3rem 5rem;background:var(--bg-color);color:var(--text-color)}.navbar{position:fixed;width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 40px;background:#ffffff1f;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.25);box-shadow:0 8px 20px #00000026;border-radius:0 0 15px 15px;z-index:1000}.navbar-inner{width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{width:55px;height:auto;cursor:pointer;object-fit:contain;transition:transform .2s ease}.logo:hover{transform:scale(1.05)}.nav-menu{list-style:none;margin-right:20px;padding:0;display:flex;align-items:center;gap:30px;margin-left:auto}.nav-link{text-decoration:none;color:#000;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:500;padding-bottom:5px}.nav-link:hover{color:#5f9273;border-bottom:3px solid #5f9273}.nav-link.active{color:#5f9273;border-bottom:3px solid #5f9273;font-weight:600}.navbar-btn{display:none;background:transparent;border:none;font-size:1.8rem;cursor:pointer;color:#fff}.dark .navbar{background:#0000004d;backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);border:1px solid rgba(255,255,255,.1)}.dark .nav-link{color:#fff}.dark .nav-link:hover,.dark .nav-link.active{color:#5f9273;border-bottom:3px solid #5f9273}@media only screen and (max-width: 589px){.navbar{padding:10px 20px;-webkit-backdrop-filter:blur(12px) saturate(160%);backdrop-filter:blur(12px) saturate(160%)}.navbar-btn{display:block}.nav-link{font-size:14px}.nav-menu{gap:20px;margin-right:5px}.dark .navbar-btn{color:#fff}}.theme-toggle{display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;margin-left:16px;transform:translateY(1px)}.toggle-switch{width:48px;height:26px;border-radius:50px;position:relative;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 10px #0003;display:flex;align-items:center}.toggle-switch.light{background:#ffffff59;border:2px solid rgba(220,220,220,.5);box-shadow:inset 0 1px 2px #fff6,0 4px 11px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toggle-switch.dark{background:#00000059;border:2px solid rgba(255,255,255,.25);box-shadow:inset 0 1px 2px #ffffff1a,0 4px 12px #0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toggle-circle{width:19px;height:19px;border-radius:50%;position:absolute;top:1.5px;left:1px;display:flex;align-items:center;justify-content:center;transition:all .25s ease;font-size:12px;background:#ffffff59;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#000;box-shadow:0 2px 6px #00000040}.toggle-switch.dark .toggle-circle{left:24px;top:1.5px;background:#332b2b99;color:#fff}.toggle-switch:hover{box-shadow:0 0 15px #5f927359;transform:scale(1.05);border-color:#5f927366}.profile-card{width:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#e4e1e1,#e4e1e1);color:#000;padding:0;box-sizing:border-box;position:relative;overflow:hidden}.profile-card:before,.profile-card:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;opacity:.15}.profile-card:before{top:-150px;left:-150px;background:radial-gradient(circle,#5f9273 0%,transparent 70%)}.profile-card:after{bottom:-150px;right:-150px;background:radial-gradient(circle,#5f9273 0%,transparent 70%)}.profile-inner{display:flex;flex-direction:row;align-items:center;max-width:1200px;width:100%;gap:2.5rem;padding:1rem;flex-wrap:wrap;z-index:2}.profile-avatar{width:250px;height:250px;border-radius:50%;object-fit:cover;padding:5px;background:linear-gradient(135deg,#5f9273,#e4e1e1,#5f9273);box-shadow:0 8px 20px #0003;transition:transform .3s ease}.profile-avatar:hover{transform:scale(1.05)}.profile-content{flex:1;text-align:left}.profile-name{font-size:2.8rem;font-weight:700;margin-bottom:.5rem;color:#2c2929;display:inline-block;position:relative}.profile-name:after{content:"";display:block;width:70px;height:4px;background:#5f9273;margin-top:8px;border-radius:2px}.verified-badge{width:2rem;height:2rem;object-fit:contain}.profile-title{font-size:1.3rem;font-style:italic;color:#444;margin-bottom:.5rem}.profile-bio{font-size:1.05rem;line-height:1.7;color:#333;max-width:600px}.profile-summary{display:flex;gap:1rem;margin-top:1rem;flex-wrap:nowrap;justify-content:center}.summary-card{position:relative;background:#fff;border-radius:12px;padding:1.2rem 1.6rem;box-shadow:0 4px 14px #00000014;text-align:center;min-width:150px;max-width:400px;width:100%}.summary-card .summary-icon{position:absolute;top:10px;right:12px;font-size:1.4rem}.summary-card h3{font-size:1.9rem;margin:0;color:#2c2929;font-weight:700}.summary-card p{margin-top:.3rem;font-size:.9rem;color:#444;font-weight:500}.profile-buttons{display:flex;justify-content:space-between;gap:1rem;width:100%;max-width:900px;margin:.5rem auto 0}.profile-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:12px;font-size:1rem;font-weight:600;background:#fff;color:#2c2929;border:1px solid #e0e0e0;text-decoration:none;box-shadow:0 4px 14px #00000014}.profile-btn:hover{background:#5f9273!important;color:#fff!important;border-color:#5f9273!important;transform:translateY(-3px);box-shadow:0 6px 18px #0000002e}.profile-btn .btn-icon{font-size:1.2rem}.profile-btn:hover .btn-icon{color:#fff!important}.linkedin-btn{background:#fff;color:#2c2929}.linkedin-btn:hover{background:#5f9273!important;color:#fff!important}.dark .profile-card{background:#1c1f22;color:#fff}.dark .profile-avatar{border-color:#fff}.dark .profile-title,.dark .profile-name,.dark .profile-bio{color:#fff}.dark .summary-card{background:#2b2e31;box-shadow:0 6px 16px #0006;border:1px solid #5f9273}.dark .summary-card h3,.dark .summary-card p{color:#fff}.dark .profile-btn{background:#2b2e31;color:#fff;border:1px solid #5f9273}.dark .profile-btn:hover{background:#5f9273!important;color:#fff!important}@media only screen and (max-width: 975px){.profile-inner{flex-direction:column;align-items:center;text-align:center;padding-top:4rem}.profile-avatar{width:150px;height:150px;margin-top:2rem}.profile-name{font-size:3rem;margin-top:1rem;text-align:center;width:100%}.profile-name:after{content:"";position:absolute;bottom:-4px;left:20%;width:12%;height:4px;background-color:#5f9273;border-radius:2px}.profile-title{font-size:1rem;margin-bottom:1rem;text-align:center}.profile-bio{font-size:.95rem;margin-bottom:2rem;text-align:center}.profile-summary{gap:1rem;margin-top:1.8rem}.summary-card{min-width:140px;padding:.9rem 1.2rem}.summary-card h3{font-size:1.8rem}.summary-card p{font-size:.85rem}}@media only screen and (max-width: 680px){.profile-name{font-size:2.5rem;margin-top:1rem;text-align:center;width:100%}.profile-name:after{content:"";position:absolute;bottom:-4px;left:25%;width:10%;height:4px;background-color:#5f9273;border-radius:2px}.profile-summary{gap:.8rem}.summary-card{min-width:130px;padding:.8rem 1rem}.summary-card h3{font-size:1.6rem}.summary-card p{font-size:.8rem}.profile-buttons{flex-direction:column}.profile-btn{width:100%}}@media only screen and (max-width: 480px){.profile-name{font-size:2rem;margin-top:1rem;text-align:center;width:100%}.profile-name:after{content:"";position:absolute;bottom:-4px;left:14%;width:14%;height:4px;background-color:#5f9273;border-radius:2px}.profile-summary{gap:.7rem}.summary-card{min-width:110px;padding:.7rem .9rem}.summary-card h3{font-size:1.45rem}.summary-card p{font-size:.75rem}.summary-card .summary-icon{position:absolute;top:10px;right:12px;font-size:1rem}}.about-section{width:100%;display:flex;padding:1rem;flex-direction:column;align-items:center;background:#e4e1e1;color:#000;text-align:center}.about-inner{max-width:1200px;width:100%;margin:0 auto;text-align:center;border-radius:10px;background:#fff;color:#000;padding:2.5rem;box-shadow:0 6px 18px #00000026,0 0 30px #0000000d}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2.5rem}.left-column,.right-column{display:flex;flex-direction:column;gap:2rem}@media (max-width: 900px){.about-grid{grid-template-columns:1fr}}.about-card{padding:1rem;border-radius:10px;background:#fff;text-align:left;box-shadow:0 6px 18px #00000026,0 0 30px #0000000d}.about-title{font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;color:#2c2929;position:relative;display:inline-block}.about-title:after{content:"";position:absolute;bottom:-6px;left:0;width:50%;height:4px;background-color:#5f9273;border-radius:2px}.about-text{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;color:#2c2929}.resume-button{display:flex;justify-content:center;margin-bottom:2.5rem}.resume-button button{background:#2c2929;color:#fff;padding:.9rem 2.2rem;border-radius:30px;font-weight:600;border:none;cursor:pointer}.resume-button button:hover{background:#5f9273;transform:scale(1.03)}.about-subtitle{display:flex;align-items:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem;gap:.5rem}.schools{font-size:.95rem;font-style:italic;margin-bottom:.5rem}.timeline{padding:0rem;border-radius:10px;position:relative}.timeline-item{display:flex;align-items:flex-start;margin-bottom:2rem}.timeline-icon{margin-right:1rem;display:flex;justify-content:center;align-items:center}.timeline-icon img{width:50px;height:50px;object-fit:contain;border-radius:50%;background:#fff;padding:5px;box-shadow:0 2px 6px #00000026;position:relative;z-index:1}.timeline:before{content:"";position:absolute;top:1rem;bottom:.5rem;left:25px;width:2px;background-color:#777}.timeline-content{color:#000;flex:1}.timeline-header{display:flex;justify-content:space-between;align-items:center}.timeline-date{font-size:.7rem;color:#000;background-color:#eef2f6;padding:.35rem .75rem;border-radius:18px}.timeline-content p{margin-bottom:.9rem;color:#000}.timeline .position{font-size:.95rem;font-style:italic;margin-bottom:.9rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;width:100%;margin:0 auto}.skills-category{background:#fff;padding:1rem;border-radius:10px;box-shadow:0 6px 16px #0000001a,0 0 16px #0000000a}.skills-category-title{font-size:1rem;font-weight:600;margin-bottom:.6rem;color:#222}.skill-tag{display:inline-block;background:#eef2f6;color:#000;padding:.35rem .75rem;margin:.3rem;border-radius:18px;font-size:.85rem;font-weight:500}.cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:1rem}.cert-card{background:#fff;color:#000;border-radius:16px;box-shadow:0 6px 20px #0000004d;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.cert-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.cert-image{width:100%;height:180px;object-fit:cover}.cert-info{padding:1rem 1.2rem}.cert-info h4{color:#000;font-size:.95rem;font-weight:600;line-height:1.3}.cert-desc{color:#000;font-size:1.05rem;margin-bottom:.3rem}.cert-info .issuer{color:#000;font-size:.9rem;font-style:italic;font-weight:500}.cert-badge{display:inline-flex;align-items:center;background:#1f2937;padding:.3rem .7rem;border-radius:10px;font-size:.85rem;margin-bottom:.8rem}.badge-icon{margin-right:6px;color:#60a5fa}.cert-date{color:#000;font-size:.85rem}.experience-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.view-more{display:flex;align-items:center;gap:.25rem;background:transparent;color:inherit;border:none;margin-bottom:.5rem;cursor:pointer;font-size:.85rem;text-decoration:none}.view-more:hover{opacity:.7}.modal-overlay-about{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fadeIn .3s ease-in-out}.modal-content-about{background:linear-gradient(180deg,#fff,#f6f6f6);color:#000;border-radius:16px;width:90%;max-width:1000px;max-height:85vh;overflow-y:auto;position:relative;padding:2rem;box-shadow:0 12px 28px #00000040,0 0 40px #0000000d;animation:slideUp .4s ease;scrollbar-width:thin;scrollbar-color:#5f9273 #e4e1e1;transition:background .4s ease,color .4s ease;text-align:left}.modal-content-about::-webkit-scrollbar{width:8px}.modal-content-about::-webkit-scrollbar-thumb{background-color:#5f9273;border-radius:10px}.modal-content-about::-webkit-scrollbar-track{background-color:#e4e1e1}.modal-content-about h3{font-size:1.9rem;font-weight:700;text-align:center;color:#000;margin-bottom:1.8rem;position:relative}.modal-content-about h3:after{content:"";display:block;width:70px;height:4px;background:#5f9273;border-radius:2px;margin:.6rem auto 0}.close-modal{position:absolute;top:18px;right:18px;background:transparent;color:#000;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:transform .4s ease,color .3s ease;animation:slideUpRotate .6s ease both}.close-modal:hover{color:#5f9273;transform:rotate(90deg)}.dark .modal-content-about{background:linear-gradient(180deg,#1c1f22,#181a1c);color:#fff;border:1px solid #5f9273;box-shadow:0 8px 24px #0009,0 0 40px #ffffff08}.dark .modal-content-about h3,.dark .modal-content-about p{color:#fff}.dark .modal-content-about h3:after{background:#5f9273}.dark .close-modal{color:#5f9273}.dark .close-modal:hover{color:#fff;transform:rotate(90deg)}.dark .timeline .position,.dark .schools{font-size:.95rem}@keyframes slideUpButton{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.dark .about-section{background:#1c1f22;color:#fff}.dark .about-inner{background:#1c1f22;border:1px solid #5f9273;box-shadow:0 6px 18px #00000080,0 0 30px #ffffff08}.dark .about-card{background:#1c1f22}.dark .about-title,.dark .about-text,.dark .skills-category-title,.dark .about-subtitle{color:#f1f1f1}.dark .timeline-date{font-size:.7rem;color:#f1f1f1;background-color:#2c2c2c;padding:.35rem .75rem;border-radius:18px}.dark .skills-category{background:#1c1f22}.dark .skill-tag{background:#2c2c2c;color:#f1f1f1}.dark .resume-button button{background:#fff;color:#000}.dark .resume-button button:hover{background:#5f9273;color:#f1f1f1}.dark .timeline-content,.dark .about-card p{color:#fff}.dark .certification-card li strong{color:#f1f1f1}.dark .cert-card{background:#1c1f22}.dark .cert-info .issuer{font-size:.9rem;color:#fff}.dark .cert-info h4{color:#fff;font-size:.95rem}.dark .view-more{background:transparent;color:#fff;cursor:pointer}@media only screen and (max-width: 1222px){.about-section{padding:1rem 1rem .5rem}.about-grid{gap:2rem}.cards-grid{gap:2.5rem;margin-bottom:2.5rem}.about-inner{padding:2.5rem}.timeline-item p{font-size:1rem}.skill-tag{font-size:.8rem}.cert-info h4,.dark .cert-info h4{font-size:.95rem}}@media only screen and (max-width: 1155px){.cards-grid{gap:2rem;margin-bottom:2rem}.about-inner{padding:2rem}.timeline-item p{font-size:.9rem}.skill-tag{font-size:.7rem}}@media only screen and (max-width: 880px){.about-section{padding:1rem 1rem .5rem}.cards-grid{gap:1rem;margin-bottom:1rem}.right-column{gap:1rem}.about-title{padding-top:1rem;font-size:2rem}.about-subtitle{font-size:1.2rem}.about-text{font-size:1rem}.about-inner{padding:1rem}.timeline-content p{font-size:1rem}.timeline-item p{font-size:.83rem}.cert-image{height:140px}.cert-info h4,.dark .cert-info h4{font-size:.95rem}.timeline-icon img{width:50px;height:50px}.view-more-container{padding:0}.modal-content-about h3{font-size:1.5rem}}@media only screen and (max-width: 785px){.timeline-item p,.dark .timeline-item p,.timeline .position,.dark .timeline .position{font-size:.8rem}}@media only screen and (max-width: 480px){.about-section{padding:1rem 1rem .5rem}.skills-grid,.cert-grid{grid-template-columns:1fr}.view-more{font-size:.85rem;padding:.4rem .9rem}}.project-section{width:100%;display:flex;padding:1rem;flex-direction:column;align-items:center;background:#e4e1e1;color:#000;text-align:center}.project-inner{max-width:1200px;margin:0 auto;background:#fff;padding:2.5rem;border-radius:10px;color:#000;box-shadow:0 6px 18px #00000026,0 0 30px #0000000d}.project-card{flex:1 1 30%;background:#fff;color:#000;padding:1rem;box-shadow:0 6px 18px #0009,0 0 30px #ffffff0d;transform:translateY(0)}.project-title{font-size:2.2rem;font-weight:700;text-align:center;padding-top:1rem;margin-bottom:1.5rem;color:#2c2929;position:relative;display:inline-block}.project-title:after{content:"";position:absolute;bottom:-6px;left:25%;width:50%;height:4px;background-color:#5f9273;border-radius:2px}.project-subtitle{font-size:1.8rem;font-weight:700;text-align:center;color:#2c2929;margin-bottom:1rem}.project-card p{font-size:1rem;line-height:1.6;color:#2c2929}.project-row{display:flex;align-items:center;margin-top:1rem;border-radius:10px}.project-row:nth-child(2n){flex-direction:row-reverse}.project-tools{display:flex;gap:8px;margin-top:10px}.project-tool-icon{font-size:22px;display:flex;align-items:center}.view-live-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;padding:8px 14px;background:var(--primary);color:#000;border-radius:6px;font-size:.9rem;text-decoration:none;cursor:pointer}.view-live-btn:hover{opacity:.8}.dark .view-live-btn{color:#fff}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.view-more-btn{display:flex;align-items:center;gap:.25rem;background:transparent;color:inherit;border:none;margin-bottom:.5rem;cursor:pointer;font-size:.85rem;text-decoration:none}.view-more-btn:hover{opacity:.7}.dark .view-more-btn{background:transparent;color:#fff}.dark .project-section{background:#1c1f22;color:#fff}.dark .project-inner{background:#1c1f22;color:#fff;border:1px solid #5f9273;border-radius:10px;box-shadow:0 6px 18px #00000026,0 0 30px #ffffff0d}.dark .project-card{background:#1c1f22;color:#fff;padding:1rem;box-shadow:0 6px 18px #0009,0 0 30px #ffffff0d}.dark .project-title,.dark .project-subtitle{color:#fff}.dark .project-card p{color:#ccc}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fadeIn .3s ease-in-out}.modal-content-project{background:linear-gradient(180deg,#fff,#f6f6f6);color:#000;border-radius:16px;width:90%;max-width:900px;max-height:80vh;overflow-y:auto;position:relative;padding:2rem;box-shadow:0 12px 28px #00000040,0 0 40px #0000000d;animation:slideUp .4s ease;scrollbar-width:thin;scrollbar-color:#5f9273 #e4e1e1}.modal-content-project::-webkit-scrollbar{width:8px}.modal-content-project::-webkit-scrollbar-thumb{background-color:#5f9273;border-radius:10px}.modal-content-project::-webkit-scrollbar-track{background-color:#e4e1e1}.modal-title{font-size:1.8rem;font-weight:700;text-align:center;color:#2c2929;margin-bottom:1.2rem;position:relative}.modal-title:after{content:"";display:block;width:70px;height:4px;background:#5f9273;border-radius:2px;margin:.6rem auto 0}.modal-close{position:absolute;top:15px;right:15px;background:transparent;color:#000;border:none;border-radius:50%;width:35px;height:35px;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background .3s,transform .3s}.modal-close:hover{color:#5f9273;transform:rotate(90deg)}.modal-projects-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.modal-project-item{display:flex;align-items:flex-start;gap:1.2rem;padding:1.3rem;border-radius:12px;background:#fff;box-shadow:0 6px 18px #00000026,0 0 25px #0000000d;transition:transform .35s ease,box-shadow .35s ease;border-left:5px solid #5f9273}.modal-project-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000040,0 0 40px #00000014}.modal-project-image img{width:200px;height:130px;object-fit:cover;border-radius:10px;box-shadow:0 4px 12px #0000001a}.modal-project-content{flex:1;text-align:left}.modal-project-content h3{font-size:1.15rem;font-weight:700;margin-bottom:.4rem;color:#2c2929}.modal-project-content p{font-size:.95rem;color:#444;line-height:1.6}.dark .modal-content-project{background:linear-gradient(180deg,#1c1f22,#181a1c);color:#fff;border:1px solid #5f9273;box-shadow:0 8px 24px #0009,0 0 40px #ffffff08}.dark .modal-title{color:#fff}.dark .modal-project-item{background:#1c1f22;border:1px solid #5f9273;border-left:5px solid #5f9273}.dark .modal-project-content h3{color:#fff}.dark .modal-project-content p{color:#ccc}.dark .modal-close{color:#fff}.dark .modal-close:hover{color:#5f9273}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.modal-project-item{flex-direction:column;text-align:center}.modal-project-image img{width:100%;height:160px}.modal-project-content{text-align:center}.modal-title{font-size:1.5rem}}@media only screen and (max-width: 1222px),only screen and (max-width: 1140px),only screen and (max-width: 880px),only screen and (max-width: 680px),only screen and (max-width: 380px){.project-section{padding-bottom:.5rem;padding-top:.5rem}}@media (max-width: 1024px){.project-row{flex-direction:column!important;text-align:center}.project-card{width:90%;box-shadow:0 6px 18px #00000026;padding:1.5rem}.project-card p{max-width:90%;margin:0 auto}.project-image img{height:260px}.project-title{font-size:1.9rem}.project-subtitle{font-size:1.5rem}.project-subtitle p{font-size:0rem}}@media (max-width: 680px){.project-inner{padding:1rem}.project-row{flex-direction:column!important;align-items:center}.project-card{width:90%;padding:1.2rem;box-shadow:0 4px 12px #00000026}.project-title{font-size:1.6rem;margin-bottom:1rem}.project-card p{font-size:.95rem;line-height:1.55}.project-subtitle{font-size:1.5rem}.project-subtitle p{font-size:.5rem}.project-image img{width:100%;height:220px;object-fit:cover}.image-live-btn{padding:8px 14px;font-size:.85rem}.view-more-btn{font-size:.85rem}}.image-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.project-image{flex:1 1 50%}.project-image img{width:100%;height:300px;object-fit:cover;transition:transform .4s ease,filter .3s ease}.project-image img:hover{transform:scale(1.05);filter:brightness(60%)}.image-live-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000bf;color:#fff;padding:10px 18px;border-radius:8px;font-size:.9rem;display:flex;align-items:center;gap:6px;text-decoration:none;opacity:0;pointer-events:none;transition:opacity .25s ease}.image-wrapper:hover .image-live-btn{opacity:1;pointer-events:auto}.contact-section{width:100%;padding:1rem;flex-direction:column;align-items:center;background:#e4e1e1;color:#000;text-align:center}.contact-inner{max-width:1200px;margin:0 auto;background:#fff;padding:2.5rem;border-radius:10px;color:#000;box-shadow:0 6px 18px #00000026,0 30px #0000000d}.contact-cards{display:flex;flex-wrap:wrap;gap:2.5rem;margin-bottom:2.5rem}.contact-cards.full-width{width:100%;display:flex;justify-content:center}.address-card{flex:1;max-width:1200px}.contact-card{flex:1 1 250px;padding:2rem;border-radius:10px;text-align:center;background:#fff;box-shadow:0 6px 16px #00000026,0 0 18px #0000000d}.contact-icon{font-size:2.5rem;color:#5f9273;margin-bottom:1rem}.contact-title{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.contact-description{font-size:1rem;margin-bottom:2.5rem;line-height:1.6;color:#444}.contact-form{display:flex;margin:0 auto;max-width:900%;flex-direction:column;gap:1rem;margin-bottom:3rem}.form-status{margin-top:10px;font-size:.9rem;font-weight:600;padding:.8rem 1rem;border-radius:8px;display:none;animation:fadeIn .4s ease-in-out}.form-status.success{display:block;background:#e8f5e9;color:#2e7d32;border:1px solid #2e7d32}.form-status.error{display:block;background:#fdecea;color:#c62828;border:1px solid #c62828}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.contact-input{width:100%;padding:1rem;border:1px solid #ccc;border-radius:10px;font-size:1rem;background:#f9f9f9;color:#2c2929;box-shadow:inset 0 1px 3px #0000000d}.contact-input:focus{outline:none;border-color:#5f9273;background:#fff;box-shadow:0 0 6px #5f927366}.contact-button{padding:1rem 1.5rem;font-weight:600;color:#fff;background:#000;border:1px solid #5f9273;border-radius:10px;cursor:pointer}.contact-button:hover{background:#5f9273;transform:scale(1.03)}.card-icon{font-size:1.8rem;color:#5f9273;margin-bottom:.5rem}.contact-card h3{font-size:.95rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.contact-card .divider{display:block;width:40px;height:3px;margin:.5rem auto 1rem;background:#5f9273;border-radius:2px}.contact-card p,.contact-card a{font-size:.9rem;color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem}.copy-btn{background:none;border:none;font-size:.9rem;color:#5f9273;cursor:pointer;display:inline-flex;align-items:center;transition:all .4s ease-in-out}.copy-btn:hover{color:#2c2929;transform:scale(1.1)}.copied-text{margin-left:.3rem;font-size:.8rem;font-weight:600;color:#5f9273;animation:fadeInOut 2s ease forwards}@keyframes fadeInOut{0%{opacity:0}10%,90%{opacity:1}to{opacity:0}}.social-links{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding:0 1rem;flex-wrap:wrap;gap:1rem}.social-links .icons{display:flex;gap:1.5rem}.social-links .icons a{font-size:1.5rem;color:#2c2929}.social-links .icons a:hover{color:#5f9273}.social-links .credits{font-size:.9rem;color:#2c2929;text-align:center}.dark .contact-section{background:#1c1f22;color:#fff}.dark .contact-inner,.dark .contact-card{background:#1c1f22;color:#fff;border:1px solid #5f9273;box-shadow:0 6px 18px #00000026,0 0 30px #ffffff0d}.dark .contact-description{color:#bbb}.dark .contact-title{color:#fff}.dark-mode .contact-form{display:flex;margin:0 auto;max-width:900px;flex-direction:column;gap:1rem;margin-bottom:3rem}.dark-mode .contact-input{width:100%;padding:1rem;border:1px solid #444;border-radius:10px;font-size:1rem;background:#2c2c2c;color:#f1f1f1;box-shadow:inset 0 1px 3px #00000080}.dark-mode .contact-input::placeholder{color:#aaa}.dark .contact-button{padding:1rem 1.5rem;font-weight:600;color:#fff;background:transparent;border:1px solid #5f9273;border-radius:10px;cursor:pointer}.dark .contact-button:hover{background:#5f9273;color:#1c1f22;transform:scale(1.03)}.dark .social-links a{color:#fff}.dark .social-links a:hover,.dark .copy-btn{color:#5f9273}.dark .copy-btn:hover,.dark .social-links .credits{color:#fff}@media only screen and (max-width: 1222px){.contact-section{padding:.5rem 1rem 1rem}.contact-inner{padding:2.5rem}}@media only screen and (max-width: 1140px){.contact-section{padding-top:.5rem}.contact-inner{padding:2rem}}@media only screen and (max-width: 880px){.contact-section{padding-top:.5rem}.contact-inner{padding:1rem}.contact-title{font-size:2rem}}@media only screen and (max-width: 480px){.contact-section{padding-top:.5rem}.contact-inner{padding:1rem}.contact-title{font-size:2rem}.contact-description{font-size:.9rem}.contact-cards{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0}.contact-card{padding:1rem;flex:1 1 100%}.contact-input{font-size:.9rem}.contact-button{padding:.8rem 1.2rem;font-weight:600;color:#fff;background:#000;border:1px solid #5f9273;border-radius:10px;cursor:pointer}.dark .contact-button{padding:.8rem 1.2rem;font-weight:600;color:#fff;background:transparent;border:1px solid #5f9273;border-radius:10px;cursor:pointer}.contact-button:hover{background:#5f9273;transform:scale(1.03)}.social-links{flex-direction:column;align-items:center;gap:1rem;text-align:center}.social-links .icons{justify-content:center;gap:1rem}}.admin-login{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f8f9fc;font-family:Poppins,sans-serif;padding:20px}.admin-login-container{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 8px 20px #0000001a;width:100%;max-width:380px;text-align:center}.admin-login h2{margin-bottom:25px;color:#007bff;font-size:26px;font-weight:600;text-align:center}.admin-login form{display:flex;flex-direction:column}.admin-login input{margin:10px 0;padding:12px 15px;font-size:15px;border:1px solid #ccc;border-radius:8px;outline:none;transition:border .3s}.admin-login input:focus{border:1px solid #007bff;box-shadow:0 0 6px #007bff4d}.admin-login button{margin-top:18px;padding:12px;background:#007bff;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .3s,transform .2s}.admin-login button:hover{background:#0056b3;transform:scale(1.03)}.error{color:#e63946;font-size:14px;margin-top:12px}.admin-navbar{display:flex;justify-content:space-between;align-items:center;background:#000;padding:.75rem 1.5rem;color:#fff;position:fixed;top:0;left:0;right:0;z-index:1000}.admin-navbar .logo{height:35px;width:60px;cursor:pointer}.logout-btn{background:#ff4d4d;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:14px}.logout-btn:hover{background:#c00}.admin-profile{margin:auto;margin-top:calc(var(--navbar-height) + 2px);background:#1e1e1e;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 4px 16px #0009;width:800px;max-width:95%;transition:box-shadow .3s ease,background .3s ease}.admin-profile:hover{box-shadow:0 6px 18px #000c}.profile-avatar-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.profile-avatar{width:350px;height:350px;border-radius:40px;object-fit:cover;border:3px solid #444;box-shadow:0 4px 8px #0009;margin-bottom:10px}.upload-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;background:#007bff;color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;transition:background .3s ease}.admin-profile h2{font-size:22px;font-weight:700;margin-bottom:25px;color:#fff;text-align:center}.profile-row{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;width:100%;max-width:650px;margin-left:auto;margin-right:auto;padding:12px 16px;background:#2a2a2a;border-radius:8px;transition:background .3s ease,border-left .3s ease;border-left:4px solid #007bff}.profile-row:hover{background:#333;border-left-color:#39f}.profile-row strong{color:#ccc;font-size:14px}.profile-row span{color:#f1f1f1;font-size:15px}.profile-row input,.profile-row textarea{padding:10px;border-radius:6px;border:1px solid #444;background:#1e1e1e;color:#fff;outline:none;font-size:14px;resize:vertical;width:100%}.profile-row input:focus,.profile-row textarea:focus{border-color:#007bff}.upload-btn{display:block;margin:0 auto 25px;cursor:pointer;background:#007bff;color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;transition:background .3s ease;text-align:center}.upload-btn:hover{background:#0056b3}@media (max-width: 768px){.admin-profile{padding:2rem 1rem}.admin-avatar{width:90px;height:90px}.profile-row{padding:10px 12px}.upload-btn{font-size:13px;padding:6px 12px}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{position:relative;background:#1e1e1e;padding:30px;border-radius:12px;width:500px;max-width:95%;color:#fff;box-shadow:0 6px 18px #000c;animation:fadeIn .3s ease-in-out}.modal-icons{position:absolute;top:12px;right:12px;display:flex;gap:8px}.modal-icons button{background:transparent;border:none;color:#fff;font-size:18px;cursor:pointer;transition:color .3s ease}.modal-icons button:hover{color:#007bff}.modal-preview img{max-width:120px;max-height:120px;border-radius:50%;object-fit:cover;display:block;margin:10px auto}.modal-content h2{font-size:22px;font-weight:700;margin-bottom:20px;text-align:center;color:#fff}.modal-content input,.modal-content textarea{width:100%;padding:12px;margin-bottom:18px;background:#121212;border:1px solid #333;border-radius:8px;color:#fff;font-size:14px;outline:none;transition:border .3s ease}.modal-content input:focus,.modal-content textarea:focus{border-color:#007bff}.modal-content input[type=file]{padding:6px;background:#1e1e1e;border:1px solid #333;cursor:pointer}.modal-content input[type=file]::-webkit-file-upload-button{background:#007bff;color:#fff;border:none;border-radius:6px;padding:6px 12px;margin-right:10px;cursor:pointer}.modal-content input[type=file]::-webkit-file-upload-button:hover{background:#0056b3}.modal-content .preview{display:block;max-width:100%;height:auto;margin:10px 0 20px;border-radius:8px;border:1px solid #333}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.btn-update{padding:8px 18px;background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;transition:background .3s ease}.btn-update:hover{background:#0056b3}.btn-cancel{padding:8px 18px;background:#f44336;border:none;border-radius:6px;color:#fff;cursor:pointer;transition:background .3s ease}.btn-cancel:hover{background:#4e0c0c}.sub-card{position:relative;padding:15px;margin-bottom:12px;background:#2a2a2a;border:1px solid #333;border-radius:10px;color:#fff}.card-icons{position:absolute;top:10px;right:10px;display:flex;gap:8px}.card-icons button{background:transparent;border:none;color:#4da6ff;font-size:16px;cursor:pointer;transition:color .3s ease}.card-icons button:hover{color:#007bff}.btn-add{border:none;border-radius:50%;background:#4da6ff;font-size:18px;width:36px;height:36px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background .3s ease,transform .2s ease}.btn-add:hover{background:transparent;color:#007bff;transform:scale(1.1)}.admin-section h3 svg{margin-right:6px;color:#4da6ff}.logo-preview{width:120px;height:auto;border-radius:8px;margin:10px 0}.cert-description{font-size:.9rem;color:#ccc;margin-top:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.admin-projects{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:20px;background:#1c1f22;color:#e0e0e0;padding-bottom:2px}.admin-card{background:#1e1e1e;padding:30px;border-radius:12px;box-shadow:0 4px 16px #0009;width:800px;max-width:95%;margin:2px auto;transition:box-shadow .3s ease,background .3s ease}.admin-card:hover{box-shadow:0 6px 18px #000c}.dashboard-title{font-size:22px;font-weight:700;margin-bottom:25px;color:#fff;text-align:center}.section-title{font-size:18px;margin-bottom:10px;border-left:4px solid #007bff;padding-left:10px}.admin-section{margin-bottom:25px}.section-header{display:flex;justify-content:space-between;align-items:center}.sub-card{position:relative;background:#2a2a2a;padding:16px;border-radius:8px;margin-bottom:12px;box-shadow:0 2px 6px #00000080}.sub-card h3{margin-top:10px;color:#fff}.details{font-size:14px;margin-top:6px;color:#b0b0b0}.project-img{max-width:100%;border-radius:8px;margin-bottom:12px;box-shadow:0 2px 8px #00000080}.btn-add{background:#1e1e1e;border:none;border-radius:50%;color:#fff;font-size:18px;width:32px;height:32px;cursor:pointer;transition:background .3s ease}.btn-delete{background:#e53935}.btn-delete:hover{background:#c62828}.card-menu{position:absolute;top:8px;right:8px;display:flex;gap:8px}.menu-btn{background:transparent;border:none;font-size:18px;cursor:pointer;color:#f1f1f1;padding:6px;border-radius:50%;transition:color .2s,transform .2s}.btn-edit{color:#4da6ff;font-size:16px;transition:color .3s ease,transform .2s ease}.btn-edit:hover{color:#007bff;transform:scale(1.1);background:transparent}.btn-delete{color:#4da6ff;font-size:16px;transition:color .3s ease,transform .2s ease}.btn-delete:hover{color:#007bff;transform:scale(1.1);background:transparent}.menu-btn:hover{background:transparent!important}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;display:flex;justify-content:center;align-items:center}.modal-content{background:#1e1e1e;padding:25px;border-radius:12px;width:720px;max-width:95%;color:#fff;box-shadow:0 4px 12px #000c}.modal-content input,.modal-content textarea{width:100%;margin-bottom:15px;padding:10px;background:#121212;color:#fff;border:1px solid #333;border-radius:8px}.modal-content textarea{height:120px;resize:none}.preview{margin-bottom:15px;text-align:center}.preview img{max-width:150px;border-radius:8px;box-shadow:0 2px 6px #00000080}.modal-actions{text-align:right}.btn-save{padding:8px 16px;background:#007bff;border:none;border-radius:6px;color:#fff;margin-right:8px;cursor:pointer}.btn-save:hover{background:#0056b3}.btn-cancel{padding:8px 16px;background:#f44336;border:none;border-radius:6px;color:#fff;cursor:pointer}.btn-cancel:hover{background:#ff5252}.tools-select{margin:15px 0}.tools-list{display:flex;flex-wrap:wrap;gap:5px}.tool-option{background:#1f2937;padding:3px 5px;border-radius:6px;color:#fff;cursor:pointer;display:flex;gap:2px;align-items:center}@media (max-width: 768px){.admin-card{width:100%}.dashboard-title{font-size:20px}.section-title{font-size:16px}}.admin-contact{margin:auto;background:#1e1e1e;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 4px 16px #0009;width:800px;max-width:95%;transition:box-shadow .3s ease,background .3s ease}.admin-contact:hover{box-shadow:0 6px 18px #000c}.admin-contact h2{font-size:22px;font-weight:700;margin-bottom:25px;color:#fff;text-align:center}.contact-row{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;width:100%;max-width:650px;margin-left:auto;margin-right:auto;padding:12px 16px;background:#2a2a2a;border-radius:8px;transition:background .3s ease,border-left .3s ease;border-left:4px solid #007bff}.contact-row:hover{background:#333;border-left-color:#39f}.contact-row strong{color:#ccc;font-size:14px}.contact-row span{color:#f1f1f1;font-size:15px}.contact-row input{padding:10px;border-radius:6px;border:1px solid #444;background:#1e1e1e;color:#fff;outline:none;font-size:14px;width:100%}.contact-row input:focus{border-color:#007bff}.edit-btn,.save-btn{background:none;border:none;cursor:pointer;color:#4da6ff;font-size:1rem;align-self:flex-end;transition:color .3s ease,transform .2s ease}.edit-btn:hover,.save-btn:hover{color:#007bff;transform:scale(1.1)}@media (max-width: 768px){.admin-contact{padding:2rem 1rem}.contact-row{padding:10px 12px}}.chat-toggle-btn{position:fixed;bottom:25px;right:25px;display:flex;align-items:center;justify-content:center;font-size:26px;border:none;border-radius:50%;width:55px;height:55px;cursor:pointer;z-index:9999;box-shadow:0 0 25px #5f927399,0 0 40px #5f92734d,0 6px 18px #00000040;animation:popIn .4s ease forwards,floatUpDown 3.5s ease-in-out infinite,pulseGlow 2.8s ease-in-out infinite}.chat-toggle-btn:hover{transform:translateY(-4px) scale(1.1);box-shadow:0 0 35px #5f9273e6,0 0 55px #5f927380,0 8px 24px #00000059}.chat-toggle-btn.open{transform:rotate(180deg);animation:none;box-shadow:0 0 20px #5f927399,0 4px 12px #0000004d}.chat-toggle-btn svg{width:28px;height:28px;transition:transform .4s ease}.chat-container{position:fixed;bottom:90px;right:25px;border-radius:16px;box-shadow:0 8px 24px #00000040;z-index:9998;overflow:hidden;opacity:0;transform:translateY(40px) scale(.9);animation:fadeUp .4s ease forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes popIn{0%{transform:scale(0);opacity:0}80%{transform:scale(1.1);opacity:1}to{transform:scale(1)}}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 18px #5f927399,0 0 35px #5f927366,0 6px 18px #00000040}50%{box-shadow:0 0 45px #5f9273,0 0 80px #5f9273cc,0 8px 24px #00000059}}.chatbot-wrapper.light .chat-toggle-btn{background-color:#000;color:#fff}.chatbot-wrapper.light .chat-toggle-btn:hover{background-color:#5f9273}.chatbot-wrapper.light .chat-container{background:#fff}.chatbot-wrapper.dark .chat-toggle-btn{background-color:#fff;color:#000}.chatbot-wrapper.dark .chat-toggle-btn:hover{background-color:#5f9273}.chatbot-wrapper.dark .chat-container{background:#1e1e1e}.loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2000;opacity:1;visibility:visible;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);transition:opacity .6s ease,visibility .6s ease}.loader-wrapper.light{background:#fff6}.loader-wrapper.dark{background:#0009}.loader-glass{background:#ffffff26;border-radius:20px;padding:40px 60px;text-align:center;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 24px #0000004d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:floatGlass 3s ease-in-out infinite}@keyframes floatGlass{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.pawprint-loader{display:flex;justify-content:center;align-items:center;gap:14px;margin-bottom:15px}.paw{font-size:2.2rem;color:#5f9273;opacity:.6;transform:scale(.9);animation:pawBounce 1.2s infinite ease-in-out;text-shadow:0 0 12px rgba(95,146,115,.6)}.paw1{animation-delay:0s}.paw2{animation-delay:.2s}.paw3{animation-delay:.4s}.paw4{animation-delay:.6s}@keyframes pawBounce{0%{transform:translateY(0) scale(.9);opacity:.6}50%{transform:translateY(-10px) scale(1.2);opacity:1}to{transform:translateY(0) scale(.9);opacity:.6}}.loading-text{font-family:Poppins,sans-serif;font-size:1.1rem;color:#fff;letter-spacing:1px;text-shadow:0 0 10px rgba(95,146,115,.5)}.dots:after{content:"";animation:dots 1.2s steps(4,end) infinite}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}.loader-wrapper.dark .paw{color:#9bd5b3;text-shadow:0 0 15px rgba(155,213,179,.9)}.loader-wrapper.dark .loading-text{color:#e0ffe7}
