﻿.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#0f172a;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.375rem;font-family:inherit;font-size:1rem;transition:all .3s ease;background:#fff}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px rgba(30,58,138,.1)}.form-input.error,.form-textarea.error,.form-select.error{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.form-input:disabled,.form-textarea:disabled,.form-select:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}.form-textarea{resize:vertical;min-height:120px;line-height:1.5}.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;appearance:none}.form-file{width:100%;padding:.75rem 1rem;border:2px dashed #e2e8f0;border-radius:.375rem;background:#fff;transition:all .3s ease}.form-file:focus{outline:none;border-color:#1e3a8a;border-style:solid;box-shadow:0 0 0 3px rgba(30,58,138,.1)}.form-file:hover{border-color:#1e3a8a}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width: 768px){.form-grid{grid-template-columns:1fr}}.form-section{padding:2rem;background:#fff;border-radius:.5rem}.form-section h3{font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0;color:#1e3a8a}.form-submit{text-align:center;padding-top:2rem;border-top:1px solid #e2e8f0}.form-submit .btn{min-width:200px;justify-content:center}.form-submit .form-note{margin-top:1rem;color:#64748b;font-size:.875rem}.form-submit .form-note a{color:#1e3a8a;font-weight:500}.form-submit .form-note a:hover{color:#3b82f6}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1rem;margin-top:1rem}.checkbox-item{display:flex;align-items:center}.checkbox-input{position:absolute;opacity:0}.checkbox-input:checked+.checkbox-label .checkbox-custom{background:#1e3a8a;border-color:#1e3a8a}.checkbox-input:checked+.checkbox-label .checkbox-custom::after{transform:scale(1)}.checkbox-input:focus+.checkbox-label .checkbox-custom{box-shadow:0 0 0 3px rgba(30,58,138,.1)}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#334155;transition:color .3s ease}.checkbox-label:hover{color:#1e3a8a}.checkbox-custom{width:20px;height:20px;border:2px solid #e2e8f0;border-radius:.25rem;position:relative;transition:all .3s ease;flex-shrink:0}.checkbox-custom::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0);width:10px;height:10px;background:#fff;border-radius:1px;transition:transform .3s ease}.radio-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:1rem;margin-top:1rem}.radio-item{display:flex;align-items:center}.radio-input{position:absolute;opacity:0}.radio-input:checked+.radio-label .radio-custom{background:#1e3a8a;border-color:#1e3a8a}.radio-input:checked+.radio-label .radio-custom::after{transform:scale(1)}.radio-input:focus+.radio-label .radio-custom{box-shadow:0 0 0 3px rgba(30,58,138,.1)}.radio-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#334155;transition:color .3s ease}.radio-label:hover{color:#1e3a8a}.radio-custom{width:20px;height:20px;border:2px solid #e2e8f0;border-radius:50%;position:relative;transition:all .3s ease;flex-shrink:0}.radio-custom::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0);width:8px;height:8px;background:#fff;border-radius:50%;transition:transform .3s ease}.form-error{color:#dc2626;font-size:.875rem;margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.form-error::before{content:"!";display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#dc2626;color:#fff;border-radius:50%;font-size:.75rem;font-weight:bold}.form-input:valid:not(:placeholder-shown){border-color:#10b981}.form-input:invalid:not(:placeholder-shown){border-color:#dc2626}.form-group:focus-within label{color:#1e3a8a}.service-request-form{display:grid;grid-template-columns:2fr 1fr;gap:3rem}@media(max-width: 1024px){.service-request-form{grid-template-columns:1fr}}.form-container .service-form{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.form-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-card{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.sidebar-card h3{font-size:1.25rem;margin-bottom:1.5rem;color:#1e3a8a}.contact-form{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.contact-form .btn{width:100%;justify-content:center}.application-form{background:#fff;padding:2rem;border-radius:.5rem;border:1px solid #e2e8f0}.application-form h3{font-size:1.25rem;margin-bottom:1.5rem;color:#1e3a8a}.search-container{position:relative}.search-container .fa-search{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b}.search-container input{padding-left:3rem}.subscribe-form{display:flex;gap:.5rem}.subscribe-form input{flex:1;min-width:0}.subscribe-form .btn{flex-shrink:0}@media(max-width: 480px){.subscribe-form{flex-direction:column}}@media(max-width: 768px){.form-section{padding:1.5rem}.contact-form{padding:2rem}.checkbox-grid,.radio-grid{grid-template-columns:1fr}}@media(max-width: 480px){.form-section{padding:1rem}.contact-form{padding:1.5rem}}.form-input,.form-textarea,.form-select{transition:all .3s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{transform:translateY(-1px)}.form-file-wrapper{position:relative;overflow:hidden;display:inline-block;width:100%}.form-file-button{display:inline-block;padding:.75rem 1.5rem;background:#1e3a8a;color:#fff;border-radius:.375rem;cursor:pointer;transition:all .3s ease;text-align:center;font-weight:500}.form-file-button:hover{background:rgb(20.8928571429,40.3928571429,96.1071428571)}.form-file-input{position:absolute;left:-9999px}.form-file-name{margin-top:.5rem;font-size:.875rem;color:#64748b}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Poppins",sans-serif;line-height:1.6;color:#334155;background-color:#fff;font-size:85%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:1rem;color:#0f172a}p{margin-bottom:1rem}a{text-decoration:none;color:inherit;transition:color .3s ease}img{max-width:100%;height:auto}.container{max-width:1500px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.mt-4{margin-top:2rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;text-decoration:none;transition:all .3s ease;border:2px solid rgba(0,0,0,0);cursor:pointer}.btn i{font-size:.875rem}.btn-primary{background:#1e3a8a;color:#fff}.btn-primary:hover{background:rgb(20.8928571429,40.3928571429,96.1071428571);transform:translateY(-2px)}.btn-secondary{background:#3b82f6;color:#fff}.btn-secondary:hover{background:rgb(11.1512195122,99.1219512195,242.8487804878);transform:translateY(-2px)}.btn-outline{background:rgba(0,0,0,0);color:#1e3a8a;border-color:#1e3a8a}.btn-outline:hover{background:#1e3a8a;color:#fff}.btn-light{background:#fff;color:#1e3a8a}.btn-light:hover{background:hsl(0,0%,95%)}.btn-outline-light{background:rgba(0,0,0,0);color:#fff;border-color:#fff}.btn-outline-light:hover{background:#fff;color:#1e3a8a}.hero{padding:4.5rem 0;background:linear-gradient(135deg, rgb(30, 58, 138) 0%, rgb(20.8928571429, 40.3928571429, 96.1071428571) 100%);color:#fff}.hero-container{max-width:1500px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width: 768px){.hero-container{grid-template-columns:1fr;text-align:center}}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.hero-title .highlight{color:rgb(156.5219512195,192.1951219512,250.4780487805)}@media(max-width: 768px){.hero-title{font-size:2.5rem}}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem}@media(max-width: 480px){.hero-buttons{flex-direction:column}}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;height:auto}.section-padding{padding:4.5rem 0}.bg-light{background:#f8fafc}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:#0f172a;margin-bottom:1rem}.section-header p{font-size:1.125rem;color:#64748b;margin:0 auto}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.services-grid{grid-template-columns:repeat(auto-fit, minmax(280px, 1fr))}}.service-card{background:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;padding:2rem;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.service-card .service-icon{display:flex;justify-content:center;align-items:center;width:80px;height:80px;background:rgb(162.5892857143,181.3392857143,234.9107142857);border-radius:50%;margin:0 auto 1.5rem}.service-card .service-icon i{font-size:2rem;color:#1e3a8a}.service-card h3{font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#64748b;margin-bottom:1.5rem}.service-card .service-link{color:#1e3a8a;font-weight:500}.service-card .service-link:hover{color:#3b82f6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.feature-item{text-align:center;padding:2rem 1rem}.feature-item .feature-icon{display:flex;justify-content:center;align-items:center;width:80px;height:80px;background:rgb(162.5892857143,181.3392857143,234.9107142857);border-radius:50%;margin:0 auto 1.5rem}.feature-item .feature-icon i{font-size:2rem;color:#1e3a8a}.feature-item h3{font-size:1.5rem;margin-bottom:1rem}.feature-item p{color:#64748b}.whatsapp-float{position:fixed;bottom:10px;right:25px;background-color:#25d366;color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:21px;z-index:100;text-decoration:none;transition:var(--transition)}.whatsapp-float:hover{background-color:#128c7e;transform:scale(1.1)}.cta-section{padding:4.5rem 0;background:linear-gradient(135deg, rgb(30, 58, 138) 0%, rgb(20.8928571429, 40.3928571429, 96.1071428571) 100%);color:#fff;text-align:center}.cta-section .cta-content{max-width:800px;margin:0 auto}.cta-section .cta-content h2{font-size:2.5rem;color:#fff;margin-bottom:1.5rem}.cta-section .cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-section .cta-content .cta-buttons{display:flex;gap:1rem;justify-content:center}@media(max-width: 480px){.cta-section .cta-content .cta-buttons{flex-direction:column;align-items:center}}.footer{background:#0f172a;color:#fff;padding:3rem 0 0}.footer-container{max-width:1500px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1.5rem}.footer-section p{color:#94a3b8;margin-bottom:1.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#94a3b8}.footer-section ul li a:hover{color:#fff}.footer-section .social-links{display:flex;gap:1rem}.footer-section .social-links a{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background:#334155;border-radius:50%;color:#fff}.footer-section .social-links a:hover{background:#1e3a8a}.footer-section .contact-info p{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-section .contact-info p i{width:20px}.footer-bottom{border-top:1px solid #334155;padding:1.5rem 0;text-align:center}.footer-bottom p{margin:0;color:#94a3b8}@media(max-width: 768px){.section-header h2{font-size:2rem}.hero-title{font-size:2.5rem}.services-grid,.projects-grid,.features-grid{grid-template-columns:1fr}}.blog-content,.ck-content{font-family:"Poppins",sans-serif;line-height:1.7;color:#334155}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6,.ck-content h1,.ck-content h2,.ck-content h3,.ck-content h4,.ck-content h5,.ck-content h6{margin:2rem 0 1rem;color:#0f172a;font-weight:600}.blog-content h1,.ck-content h1{font-size:2.25rem}.blog-content h2,.ck-content h2{font-size:2rem}.blog-content h3,.ck-content h3{font-size:1.75rem}.blog-content h4,.ck-content h4{font-size:1.5rem}.blog-content h5,.ck-content h5{font-size:1.25rem}.blog-content h6,.ck-content h6{font-size:1.125rem}.blog-content p,.ck-content p{margin-bottom:1.5rem}.blog-content blockquote,.ck-content blockquote{border-left:4px solid #1e3a8a;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#64748b}.blog-content ul,.blog-content ol,.ck-content ul,.ck-content ol{margin:1.5rem 0;padding-left:2rem}.blog-content ul li,.blog-content ol li,.ck-content ul li,.ck-content ol li{margin-bottom:.5rem}.blog-content table,.ck-content table{width:100%;border-collapse:collapse;margin:2rem 0}.blog-content table th,.blog-content table td,.ck-content table th,.ck-content table td{padding:.75rem;border:1px solid #e2e8f0;text-align:left}.blog-content table th,.ck-content table th{background:rgb(162.5892857143,181.3392857143,234.9107142857);font-weight:600}.blog-content img,.ck-content img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0}.blog-content code,.ck-content code{background:#f8fafc;padding:.2rem .4rem;border-radius:.25rem;font-family:"Courier New",monospace;font-size:.875rem}.blog-content pre,.ck-content pre{background:#0f172a;color:#fff;padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:2rem 0}.blog-content pre code,.ck-content pre code{background:none;padding:0;color:inherit}.blog-content a,.ck-content a{color:#1e3a8a;text-decoration:underline}.blog-content a:hover,.ck-content a:hover{color:#3b82f6}.navbar{position:sticky;top:0;width:100%;background:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);z-index:1000;padding:.7rem 0}.nav-container{max-width:1500px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex}.nav-logo a{color:#1e3a8a;display:inline-block}.nav-logo a img{max-height:45px;display:block}.nav-logo a h2{margin:0;font-size:1.5rem;font-weight:700}.nav-logo a span{font-size:.75rem;color:#64748b;display:block}.nav-menu{display:flex;align-items:center;gap:2rem}@media(max-width: 767px){.nav-menu{overflow:auto;position:absolute;top:100%;left:0;width:100%;max-height:90vh;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}}.nav-link{font-weight:500;color:#334155;position:relative}.nav-link:hover{color:#1e3a8a}.nav-link.cta-button{background:#1e3a8a;color:#fff;padding:.5rem 1rem;border-radius:.375rem}.nav-link.cta-button:hover{background:rgb(20.8928571429,40.3928571429,96.1071428571)}.nav-toggle{display:flex;flex-direction:column;cursor:pointer}@media(min-width: 768px){.nav-toggle{display:none}}.nav-toggle .bar{width:25px;height:3px;background:#1e3a8a;margin:3px 0;transition:.3s}.nav-toggle.active .bar:nth-child(1){transform:rotate(-45deg) translate(-5px, 6px)}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(3){transform:rotate(45deg) translate(-5px, -6px)}.about-hero,.blog-hero,.resources-hero,.jobs-hero,.tech-stack-hero{background:linear-gradient(135deg, rgb(30, 58, 138) 0%, rgb(20.8928571429, 40.3928571429, 96.1071428571) 100%);color:#fff;text-align:center}.about-hero h1,.blog-hero h1,.resources-hero h1,.jobs-hero h1,.tech-stack-hero h1{font-size:3rem;color:#fff;margin-bottom:1.5rem}@media(max-width: 768px){.about-hero h1,.blog-hero h1,.resources-hero h1,.jobs-hero h1,.tech-stack-hero h1{font-size:2.5rem}}.about-hero .hero-subtitle,.blog-hero .hero-subtitle,.resources-hero .hero-subtitle,.jobs-hero .hero-subtitle,.tech-stack-hero .hero-subtitle{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.blogs-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.blogs-grid{grid-template-columns:repeat(auto-fill, minmax(300px, 1fr))}}.post-card{background:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);background-color:#f9f9f9}.post-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.post-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.post-card h3{font-size:1.2rem;margin-bottom:.5rem}.post-card p{color:#334155;font-size:.9rem;margin-bottom:1rem}.post-status{padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:500}.post-status.published{background-color:#4caf50;color:#fff}.post-status.draft{background-color:#ff9800;color:#fff}.post-card-meta{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:.8rem;color:#64748b;margin-bottom:.5rem}.post-card-category{display:inline-block;padding:.2rem .5rem;background-color:#1e3a8a;color:#fff;border-radius:4px;font-size:.7rem;margin-bottom:.5rem}.post-card-footer{display:flex;justify-content:space-between;align-items:center}.read-more{font-size:.9rem;font-weight:500}.post-card-actions{display:flex;gap:.5rem}.btn-edit,.btn-delete{padding:.5rem 1rem;font-size:.8rem;border-radius:4px}.btn-edit{background-color:#2196f3;color:#fff}.btn-delete{background-color:#f44336;color:#fff}.categories-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:3rem}.category-badge{display:inline-block;padding:.5rem 1rem;background-color:#f9f9f9;border-radius:50px;font-size:.9rem;transition:all .3s ease}.category-badge:hover{background-color:#1e3a8a;color:#fff}.post-card-img{height:200px;overflow:hidden}.post-card-img img{display:inline-block;text-align:center;width:100%;height:100%;object-fit:cover;transition:var(--transition)}.post-card:hover .post-card-img img{transform:scale(1.05)}.post-status{padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:500}.post-status.published{background-color:#4caf50;color:#fff}.post-status.draft{background-color:#ff9800;color:#fff}.post-card-content{padding:1.5rem}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.projects-grid{grid-template-columns:repeat(auto-fit, minmax(370px, 1fr))}}.project-card{background:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.06);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.project-card:hover .project-image img,.project-card:hover source{transform:scale(1.1)}.project-card:hover .project-overlay{opacity:1}.project-card .project-image{position:relative;height:220px;overflow:hidden}.project-card .project-image img,.project-card .project-image source{display:block;width:100%;height:auto;object-fit:contain;transition:transform .6s ease;object-position:left top}.project-card .project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(30,58,138,.4);display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.project-card .project-links{display:flex;gap:16px}.project-card .project-links .project-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;color:#1e3a8a;border-radius:50%;font-size:18px;transition:all .3s ease;text-decoration:none}.project-card .project-links .project-link:hover{background:#3b82f6;color:#fff;transform:scale(1.1)}.project-card .project-content{padding:1.5rem}.project-card .project-content h3{font-size:18px;font-weight:600;color:#212529;margin-bottom:12px;line-height:1.4}.project-card .project-content p{color:#64748b;margin-bottom:1rem;font-size:.875rem}.project-card .project-category{display:inline-block;background:#f1f5f9;color:#1e3a8a;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.project-card .project-detail-link{color:#1e3a8a;font-weight:600;text-decoration:none;font-size:14px;display:inline-flex;align-items:center;gap:6px;transition:all .3s ease}.project-card .project-detail-link:hover{color:#3b82f6;gap:10px}.project-card .project-detail-link::after{content:"→";transition:transform .3s ease}.project-card .project-detail-link:hover::after{transform:translateX(4px)}.related-blogs h2{text-align:center;margin-bottom:3rem}.like-btn{background:none;border:none;cursor:pointer;color:#64748b;display:flex;align-items:center;font-size:.9rem}.like-btn.liked{color:#e74c3c}.like-btn i{margin-right:.3rem}.form-section h3{font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0;color:#1e3a8a}.services-checkbox .form-check{margin-bottom:1rem}.services-checkbox .form-check .form-check-input{margin-right:.5rem}.services-checkbox .form-check .form-check-label{font-weight:500}.process-steps .process-step{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.process-steps .process-step .step-number{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background:#1e3a8a;color:#fff;border-radius:50%;font-weight:600;flex-shrink:0}.process-steps .process-step .step-content h4{margin-bottom:.5rem;font-size:1.125rem}.process-steps .process-step .step-content p{color:#64748b;margin:0;font-size:.875rem}.blog-listing .blog-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem}@media(max-width: 1024px){.blog-listing .blog-layout{grid-template-columns:1fr}}.blog-filters{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);margin-bottom:2rem}.blog-filters .filter-group{margin-bottom:2rem}.blog-filters .filter-group:last-child{margin-bottom:0}.blog-filters .filter-group h4{color:#1e3a8a;margin-bottom:1rem;font-size:1.125rem}.blog-filters .category-filters,.blog-filters .tag-filters{display:flex;flex-wrap:wrap;gap:.5rem}.blog-filters .filter-tag,.blog-filters .resources-filters .filter-group .filter-tag,.resources-filters .filter-group .blog-filters .filter-tag{display:inline-block;padding:.5rem 1rem;background:#f8fafc;color:#334155;border-radius:2rem;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .3s ease}.blog-filters .filter-tag:hover,.blog-filters .filter-tag.active{background:#1e3a8a;color:#fff}.no-blogs,.no-jobs,.no-resources{text-align:center;padding:4rem 2rem;color:#64748b}.no-blogs i,.no-jobs i,.no-resources i{font-size:4rem;margin-bottom:1.5rem;color:#e2e8f0}.no-blogs h3,.no-jobs h3,.no-resources h3{color:#0f172a;margin-bottom:1rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0}.pagination .pagination-link{padding:.75rem 1.5rem;background:#fff;color:#1e3a8a;text-decoration:none;border-radius:.375rem;font-weight:500;border:2px solid #1e3a8a;transition:all .3s ease}.pagination .pagination-link:hover{background:#1e3a8a;color:#fff}.pagination .pagination-numbers{display:flex;gap:.5rem}.pagination .pagination-numbers .pagination-number,.pagination .pagination-numbers .pagination-current{padding:.75rem 1rem;border-radius:.375rem;font-weight:500;text-decoration:none}.pagination .pagination-numbers .pagination-number{background:#fff;color:#334155;border:1px solid #e2e8f0}.pagination .pagination-numbers .pagination-number:hover{background:#1e3a8a;color:#fff;border-color:#1e3a8a}.pagination .pagination-numbers .pagination-current{background:#1e3a8a;color:#fff}.blog-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-widget{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.sidebar-widget h3{color:#1e3a8a;margin-bottom:1.5rem;font-size:1.25rem}.sidebar-widget p{color:#64748b;line-height:1.6}.category-list{display:flex;flex-direction:column;gap:.75rem}.category-list .category-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:.5rem;text-decoration:none;color:#334155;transition:all .3s ease}.category-list .category-item:hover{background:#1e3a8a;color:#fff}.category-list .category-item:hover .category-count{background:#fff;color:#1e3a8a}.category-list .category-item .category-name{font-weight:500}.category-list .category-item .category-count{background:#fff;color:#1e3a8a;padding:.25rem .5rem;border-radius:1rem;font-size:.75rem;font-weight:600}.recent-blogs{display:flex;flex-direction:column;gap:1rem}.recent-blogs .recent-post{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem;transition:all .3s ease}.recent-blogs .recent-post:hover{background:#1e3a8a}.recent-blogs .recent-post:hover h4 a{color:#fff}.recent-blogs .recent-post:hover .recent-post-date{color:hsla(0,0%,100%,.8)}.recent-blogs .recent-post img{width:60px;height:60px;border-radius:.5rem;object-fit:cover}.recent-blogs .recent-post .recent-post-content{flex:1}.recent-blogs .recent-post .recent-post-content h4{margin-bottom:.25rem}.recent-blogs .recent-post .recent-post-content h4 a{color:#0f172a;text-decoration:none;font-size:.875rem;line-height:1.3}.recent-blogs .recent-post .recent-post-content .recent-post-date{color:#64748b;font-size:.75rem}.resources-filters{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);margin-bottom:3rem}.resources-filters .filter-group h4{color:#1e3a8a;margin-bottom:1rem;font-size:1.125rem}.resources-filters .filter-group .category-filters{display:flex;flex-wrap:wrap;gap:.5rem}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:2rem;margin-bottom:4rem}.resource-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}.resource-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.resource-card .resource-image{position:relative;height:200px;overflow:hidden}.resource-card .resource-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.resource-card .resource-image .resource-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(30,58,138,.9);display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.resource-card .resource-image .resource-overlay .resource-actions{display:flex;gap:1rem}.resource-card .resource-image .resource-overlay .resource-actions .download-btn,.resource-card .resource-image .resource-overlay .resource-actions .preview-btn{padding:.75rem 1.5rem;background:#fff;color:#1e3a8a;border:none;border-radius:.375rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease}.resource-card .resource-image .resource-overlay .resource-actions .download-btn:hover,.resource-card .resource-image .resource-overlay .resource-actions .preview-btn:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.resource-card .resource-image:hover img{transform:scale(1.1)}.resource-card .resource-image:hover .resource-overlay{opacity:1}.resource-card .resource-content{padding:1.5rem}.resource-card .resource-content .resource-category{display:inline-block;background:rgb(162.5892857143,181.3392857143,234.9107142857);color:#1e3a8a;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;margin-bottom:1rem}.resource-card .resource-content h3{font-size:1.25rem;margin-bottom:.75rem;color:#0f172a}.resource-card .resource-content p{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.resource-card .resource-content .resource-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.75rem;color:#64748b}.resource-card .resource-content .resource-tags{display:flex;flex-wrap:wrap;gap:.5rem}.resource-card .resource-content .resource-tags .resource-tag{background:#f8fafc;color:#334155;padding:.25rem .5rem;border-radius:1rem;font-size:.75rem}.resource-categories-detail .categories-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.resource-categories-detail .category-detail{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);text-align:center}.resource-categories-detail .category-detail .category-icon{display:flex;justify-content:center;align-items:center;width:80px;height:80px;background:rgb(162.5892857143,181.3392857143,234.9107142857);border-radius:50%;margin:0 auto 1.5rem}.resource-categories-detail .category-detail .category-icon i{font-size:2rem;color:#1e3a8a}.resource-categories-detail .category-detail h3{font-size:1.5rem;margin-bottom:1rem;color:#0f172a}.resource-categories-detail .category-detail p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.resource-categories-detail .category-detail ul{list-style:none;text-align:left}.resource-categories-detail .category-detail ul li{padding:.5rem 0;color:#334155;position:relative;padding-left:1.5rem}.resource-categories-detail .category-detail ul li::before{content:"•";position:absolute;left:0;color:#1e3a8a;font-weight:bold}.resources-cta{background:linear-gradient(135deg, rgb(30, 58, 138) 0%, rgb(20.8928571429, 40.3928571429, 96.1071428571) 100%);color:#fff;padding:4rem 2rem;border-radius:1rem;text-align:center}.resources-cta .cta-content{max-width:600px;margin:0 auto}.resources-cta .cta-content h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.resources-cta .cta-content p{opacity:.9;margin-bottom:2rem;font-size:1.125rem}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(400px, 1fr));gap:2rem;margin-bottom:4rem}.job-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}.job-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.job-card .job-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f8fafc}.job-card .job-header .job-type-badge{padding:.5rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.job-card .job-header .job-type-badge.internship{background:#dbeafe;color:#1e40af}.job-card .job-header .job-type-badge.freelance{background:#fef3c7;color:#92400e}.job-card .job-header .job-type-badge.full_time{background:#dcfce7;color:#166534}.job-card .job-header .job-type-badge.part_time{background:#f3e8ff;color:#7e22ce}.job-card .job-header .job-date{color:#64748b;font-size:.875rem}.job-card .job-content{padding:1.5rem}.job-card .job-content h3{font-size:1.25rem;margin-bottom:.5rem}.job-card .job-content h3 a{color:#0f172a;text-decoration:none}.job-card .job-content h3 a:hover{color:#1e3a8a}.job-card .job-content .job-location{color:#64748b;font-size:.875rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.job-card .job-content .job-description{color:#334155;line-height:1.5;margin-bottom:1rem;font-size:.875rem}.job-card .job-content .job-meta .application-deadline{color:#64748b;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.job-card .job-actions{padding:1.5rem;border-top:1px solid #e2e8f0;display:flex;gap:1rem}.job-card .job-actions .btn{flex:1;justify-content:center}.no-jobs{grid-column:1/-1}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.benefits-grid .benefit-item{text-align:center;padding:2rem}.benefits-grid .benefit-item .benefit-icon{display:flex;justify-content:center;align-items:center;width:80px;height:80px;background:rgb(162.5892857143,181.3392857143,234.9107142857);border-radius:50%;margin:0 auto 1.5rem}.benefits-grid .benefit-item .benefit-icon i{font-size:2.5rem;color:#1e3a8a}.benefits-grid .benefit-item h3{font-size:1.5rem;margin-bottom:1rem;color:#0f172a}.benefits-grid .benefit-item p{color:#64748b;line-height:1.6}.internship-program .program-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width: 768px){.internship-program .program-content{grid-template-columns:1fr;gap:2rem}}.internship-program .program-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:#1e3a8a}.internship-program .program-text p{color:#334155;line-height:1.7;margin-bottom:2rem;font-size:1.125rem}.internship-program .program-text .program-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}@media(max-width: 480px){.internship-program .program-text .program-features{grid-template-columns:1fr}}.internship-program .program-text .program-features .feature{display:flex;align-items:center;gap:.75rem}.internship-program .program-text .program-features .feature i{color:#1e3a8a}.internship-program .program-text .program-features .feature span{color:#334155;font-weight:500}.internship-program .program-image img{width:100%;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.process-steps-hiring{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.process-steps-hiring .process-step-hiring{display:flex;align-items:flex-start;gap:2rem}@media(max-width: 768px){.process-steps-hiring .process-step-hiring{flex-direction:column;text-align:center;gap:1rem}}.process-steps-hiring .process-step-hiring .step-number{display:flex;justify-content:center;align-items:center;width:60px;height:60px;background:#1e3a8a;color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;flex-shrink:0}.process-steps-hiring .process-step-hiring .step-content{flex:1}.process-steps-hiring .process-step-hiring .step-content h3{font-size:1.5rem;margin-bottom:.5rem;color:#0f172a}.process-steps-hiring .process-step-hiring .step-content p{color:#64748b;line-height:1.6;font-size:1.125rem}.general-application .application-cta{background:linear-gradient(135deg, rgb(30, 58, 138) 0%, rgb(20.8928571429, 40.3928571429, 96.1071428571) 100%);color:#fff;padding:4rem 2rem;border-radius:1rem;text-align:center}.general-application .application-cta h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.general-application .application-cta p{opacity:.9;margin-bottom:2rem;font-size:1.125rem;max-width:600px;margin-left:auto;margin-right:auto}.technology-stack .tech-category{margin-bottom:4rem}.technology-stack .tech-category:last-child{margin-bottom:0}.technology-stack .tech-category .category-header{text-align:center;margin-bottom:3rem}.technology-stack .tech-category .category-header h2{font-size:2.5rem;color:#1e3a8a;margin-bottom:1rem}.technology-stack .tech-category .category-header p{color:#64748b;font-size:1.125rem;max-width:600px;margin:0 auto}.technology-stack .tech-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:1.5rem}.technology-stack .tech-item{background:#fff;padding:2rem 1rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.technology-stack .tech-item:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.technology-stack .tech-item .tech-icon{display:flex;justify-content:center;align-items:center;width:60px;height:60px;background:rgb(162.5892857143,181.3392857143,234.9107142857);border-radius:50%;margin:0 auto 1rem}.technology-stack .tech-item .tech-icon i{font-size:2rem;color:#1e3a8a}.technology-stack .tech-item h3{font-size:1rem;color:#0f172a;margin:0;font-weight:600}.development-approach .approach-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.development-approach .approach-item{text-align:center;padding:2rem}.development-approach .approach-item .approach-icon{display:flex;justify-content:center;align-items:center;width:80px;height:80px;background:rgb(162.5892857143,181.3392857143,234.9107142857);border-radius:50%;margin:0 auto 1.5rem}.development-approach .approach-item .approach-icon i{font-size:2.5rem;color:#1e3a8a}.development-approach .approach-item h3{font-size:1.5rem;margin-bottom:1rem;color:#0f172a}.development-approach .approach-item p{color:#64748b;line-height:1.6}.tools-platforms .tools-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.tools-platforms .tool-category{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.tools-platforms .tool-category h3{color:#1e3a8a;margin-bottom:1.5rem;font-size:1.25rem;text-align:center}.tools-platforms .tool-category .tool-list{display:flex;flex-direction:column;gap:.75rem}.tools-platforms .tool-category .tool-item{padding:.75rem 1rem;background:#f8fafc;border-radius:.5rem;color:#334155;font-weight:500;text-align:center;transition:all .3s ease}.tools-platforms .tool-category .tool-item:hover{background:#1e3a8a;color:#fff;transform:translateX(5px)}/*# sourceMappingURL=main.css.map */
