:root{--primary:#f15a24;--secondary:#f12424;--text-dark:#111111;--text-muted:#6f6f6f;--hero-top:#0d2439;--hero-bottom:#01060c;--section-padding:50px}html{scroll-behavior:smooth}body{color:var(--text-dark);overflow-x:hidden;font-size:16px}a{text-decoration:none;color:#9F2F0E}a:hover{color:var(--primary)}.bg-dark{background:#111}.section{padding:var(--section-padding) 0}.section-title{font-size:clamp(2.1rem, 5vw, 2.5rem);font-weight:600;line-height:1.2;letter-spacing:-2px}.section-title-md{font-size:clamp(2rem, 4vw, 4rem);font-weight:500;line-height:1.05}.section-tag{color:var(--primary);font-size:clamp(2.1rem, 5vw, 2.5rem);font-weight:600;line-height:1.5}.content-title{font-size:1.8rem;font-weight:700;margin-bottom:15px}.theme-btn{background:var(--text-dark);color:#fff;font-size:18px;font-weight:600;text-transform:uppercase;padding:12px 30px;border-radius:30px}.theme-btn-home{background:var(--text-dark);color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;border-radius:30px}.theme-btn-home:hover,.theme-btn:hover{background:var(--secondary)!important;color:#fff!important}hr{background-color:#a99188}.header{position:fixed;width:100%;top:0;left:0;z-index:1000;transition:.3s}.header .container{display:flex;align-items:center;justify-content:space-between}.header a.logo{text-decoration:none;color:#fff;padding:10px 0}.header ul{margin:0;padding:0;list-style:none}.header .menu{display:flex;align-items:center;gap:8px}.header li a{color:#fff;text-decoration:none;display:block;padding:12px 18px;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px;transition:.3s}.header li a:hover{color:var(--primary)}.header li a.active{color:var(--primary)}.header.scrolled{background:#fff;box-shadow:0 10px 30px rgb(0 0 0 / .08);z-index:1000}.header.scrolled a.logo,.header.scrolled .logo p{color:#111!important}.header.scrolled li a{color:#111}.header .menu-btn{display:none}.header .menu-icon{display:none}.hero-section{display:flex;align-items:center;position:relative;overflow:hidden;background:#0C2337}.hero-content{position:relative;z-index:2}.hero-title{color:#fff;font-size:clamp(2.5rem, 3.2vw, 5.8rem);font-weight:600!important;line-height:1.5em}.hero-section::after{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(#ffffff .2px,transparent 1px);background-size:12px 12px;opacity:.5;mix-blend-mode:soft-light}.hero-section .container{position:relative;z-index:999}.hero-img{background:url(../images/hero-image.webp) 95% bottom/400px no-repeat}@media (max-width:992px){.hero-img{background:none}}.about-image{border-radius:20px;overflow:hidden}.about-card{display:flex;gap:15px;margin-bottom:20px}.icon-wrap{width:60px;flex-shrink:0;color:var(--primary)}.icon-wrap svg{width:48px;height:48px}.scribble{position:relative;display:inline-block}.scribble::after{content:"";position:absolute;left:-20%;bottom:-25px;width:110%;height:40px;background:url(../images/scribble.svg) center/contain no-repeat}.companies-section{background:#ece3c5}.company-card{background:#fff;border-radius:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;color:inherit;text-align:center;padding:30px;transition:.3s}.company-card:hover{transform:translateY(-6px)}.company-card img{height:60px;margin-bottom:20px}.company-card h4{font-size:1.8rem;font-weight:700;margin-bottom:10px}.company-card span{color:#ba2424;font-size:1.3rem}.hero-search{position:relative;display:flex;align-items:center;padding:0 12px;border-radius:80px;background:rgb(255 255 255 / .04);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .08);box-shadow:inset 0 1px 0 rgb(255 255 255 / .08),0 0 30px rgb(255 255 255 / .03),0 0 80px rgb(0 0 0 / .25)}.hero-search::before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(90deg,rgb(255 255 255 / .15),rgb(255 255 255 / .03),rgb(255 255 255 / .15));z-index:-1;filter:blur(12px);opacity:.7}.search-field{flex:1}.search-divider{width:1px;height:45px;background:rgb(255 255 255 / .18)}.form-control,.form-select{padding:15px 30px;border-radius:50px}.hero-search .form-control,.hero-search .form-select{background:#fff0;border:none;color:#fff;height:70px;box-shadow:none!important;padding:0 30px}.hero-search .form-control::placeholder{color:rgb(255 255 255 / .55)}.hero-search .form-select{color:rgb(255 255 255 / .55)}.hero-search .form-control:focus,.hero-search .form-select:focus{background:#fff0}.search-btn{width:55px;height:55px;border:none;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.3s}.search-btn:hover{background:var(--secondary);color:#fff}@media(max-width:991px){.hero-search{display:block;border-radius:25px;padding:15px;min-height:auto}.search-divider{display:none}.search-field{margin-bottom:12px}.hero-search .form-control,.hero-search .form-select{height:58px;font-size:1rem;padding:0 20px;border-radius:60px;border:1px solid rgb(255 255 255 / .1)!important}.search-btn{width:100%;height:58px;border-radius:60px;font-size:16px;text-transform:uppercase;color:#fff;font-weight:600}}@media(max-width:991px){.header{background:#fff}.header a.logo{color:#111}.header .menu-icon{display:block;cursor:pointer;padding:30px 10px}.header .menu{position:absolute;top:100%;left:0;width:100%;background:#fff;display:block;max-height:0;overflow:hidden;transition:.3s}.header li a{color:#111;border-top:1px solid #eee}.header .navicon,.header .navicon:before,.header .navicon:after{background:#111;height:2px;width:24px;display:block;position:relative}.header .navicon:before,.header .navicon:after{content:"";position:absolute;left:0}.header .navicon:before{top:-7px}.header .navicon:after{top:7px}.header .menu-btn:checked~.menu{max-height:400px}.about-card{flex-direction:column;gap:15px}}.fw-bold{font-weight:700}label.error{color:red;font-size:1rem;display:block;margin-top:5px}label.error.fail-alert{border:2px solid red;border-radius:4px;line-height:1;padding:2px 0 6px 6px;background:#ffe6eb}input.valid.success-alert{border:2px solid #4caf50;color:green}input.error,textarea.error{border:1px solid red!important;font-weight:300;color:red}.alert{border:1px solid #0A3622;border-radius:6px;background:#d1e7dd;padding:10px}.alert-success{color:#0a3622}.bg-light1{background:#ece3c5}footer a{text-decoration:none;color:var(--primary)}footer a:hover{color:var(--secondary)}