.HeroSection{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, #1a2d45 100%);align-items:center;min-height:100vh;padding:100px 0;display:flex;position:relative;overflow:hidden}.HeroSection:before{content:"";pointer-events:none;background:radial-gradient(circle,#c8102e1f 0%,#0000 70%);width:700px;height:700px;position:absolute;top:-50%;right:-10%}.HeroSection .hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;width:100%;display:grid}.HeroSection .hero-inner .hero-content{flex-direction:column;gap:32px;display:flex}.HeroSection .hero-inner .hero-content .HeroHead{flex-direction:column;gap:12px;display:flex}.HeroSection .hero-inner .hero-content .HeroHead .hero-eyebrow{align-items:center;gap:12px;display:flex}.HeroSection .hero-inner .hero-content .HeroHead .hero-eyebrow .eyebrow-line{background:var(--gold);width:40px;height:2px}.HeroSection .hero-inner .hero-content .HeroHead .hero-eyebrow .eyebrow-text{color:var(--gold);letter-spacing:.15em;text-transform:uppercase;font-size:.8rem;font-weight:500}.HeroSection .hero-inner .hero-content .HeroHead h1{color:var(--white);font-size:clamp(2.4rem,4vw,3.8rem);line-height:1.1}.HeroSection .hero-inner .hero-content .HeroHead h1 span{color:var(--red);font-family:var(--body-font)}.HeroSection .hero-inner .hero-content p{color:var(--white);max-width:480px;font-size:1.05rem;line-height:1.7;font-family:var(--heading-font);margin-bottom:40px}.HeroSection .hero-inner .hero-content p span{font-weight:600}.HeroSection .hero-inner .hero-content .hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.HeroSection .hero-inner .hero-content .hero-buttons .btn-primary{background:var(--red);color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:4px;padding:15px 32px;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s}.HeroSection .hero-inner .hero-content .hero-buttons .btn-primary:hover{background:var(--red-light);transform:translateY(-1px)}.HeroSection .hero-inner .hero-content .hero-buttons .btn-outline{color:#fff;letter-spacing:.05em;text-transform:uppercase;border:1.5px solid #ffffff4d;border-radius:4px;padding:15px 32px;font-size:.88rem;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s}.HeroSection .hero-inner .hero-content .hero-buttons .btn-outline:hover{border-color:var(--gold);background:#c9a84c14}.HeroSection .hero-inner .hero-image-wrap{text-align:end;position:relative}.HeroSection .hero-inner .hero-image-wrap img{border-radius:24px;width:100%;height:auto;box-shadow:0 26px 60px #0006}.HeroSection .hero-inner .hero-image-wrap .hero-badge{background:var(--white);border-radius:6px;align-items:center;gap:16px;padding:10px 14px;display:flex;position:absolute;bottom:-12px;left:-40px;box-shadow:0 8px 32px #00000026}.HeroSection .hero-inner .hero-image-wrap .hero-badge .badge-icon{font-size:1.6rem}.HeroSection .hero-inner .hero-image-wrap .hero-badge .badge-text p{color:var(--navy-mid);font-size:.75rem}.HeroSection .hero-inner .hero-image-wrap .hero-badge .badge-text strong{color:var(--navy);font-size:.9rem}.ServicesSec{background:var(--off-white);padding:100px 60px}.ServicesSec .services-inner{flex-direction:column;gap:80px;display:flex}.ServicesSec .services-inner .section-header{flex-direction:column;align-items:center;gap:8px;display:flex}.ServicesSec .services-inner .section-header span{color:var(--red);letter-spacing:.05em;font-size:18px;font-weight:600}.ServicesSec .services-inner .section-header h2{color:var(--navy);font-size:42px;font-weight:600}.ServicesSec .services-inner .services-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.ServicesSec .services-inner .services-grid .service-card{background:#f9fbfd;border:1px solid #eaf0f7;border-radius:10px;flex-direction:column;gap:12px;padding:36px 28px;transition:box-shadow .25s,border-color .25s,transform .2s;display:flex;position:relative;overflow:hidden}.ServicesSec .services-inner .services-grid .service-card:hover{border-color:var(--red);transform:translateY(-4px);box-shadow:0 12px 40px #0d1b2a1a}.ServicesSec .services-inner .services-grid .service-card:after{content:"";background:linear-gradient(90deg, var(--red), var(--red));transform-origin:0;height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.ServicesSec .services-inner .services-grid .service-card:hover:after{transform:scaleX(1)}.ServicesSec .services-inner .services-grid .service-card .service-icon{margin-bottom:18px;font-size:2.2rem}.ServicesSec .services-inner .services-grid .service-card h3.service-title{color:var(--navy);font-size:1.2rem;font-weight:600}.ServicesSec .services-inner .services-grid .service-card .service-desc{color:var(--muted);font-size:.9rem;line-height:1.7}.WhyUsSec{background:var(--navy);padding:100px 0}.WhyUsSec .why-inner{flex-direction:column;gap:80px;display:flex}.WhyUsSec .why-inner .section-header{flex-direction:column;align-items:center;gap:6px;display:flex}.WhyUsSec .why-inner .section-header span{color:var(--gold);letter-spacing:.05em;font-size:18px;font-weight:600}.WhyUsSec .why-inner .section-header h2{color:var(--white);font-size:42px;font-weight:600}.WhyUsSec .why-inner .why-grid{grid-template-columns:repeat(2,1fr);gap:40px;display:grid}.WhyUsSec .why-inner .why-grid .why-item{gap:0;display:flex}.WhyUsSec .why-inner .why-grid .why-item .why-num{color:var(--red);flex-shrink:0;width:50px;font-size:2.5rem;font-weight:600;line-height:1}.WhyUsSec .why-inner .why-grid .why-item .why-content{flex-direction:column;gap:8px;display:flex}.WhyUsSec .why-inner .why-grid .why-item .why-content h3{color:var(--white);font-size:24px;font-weight:600}.WhyUsSec .why-inner .why-grid .why-item .why-content p{color:#ffffff8c;max-width:500px;font-size:14px;line-height:1.7}.CompanyLogoSec{padding:80px 60px;background:#000!important}.CompanyLogoSec .CompanyLogoData img{width:100%;height:auto}.ContactSec{background:var(--off-white);padding:100px 60px}.ContactSec .ContactData{grid-template-columns:1fr 1fr;display:grid}.ContactSec .ContactData .Contact-Texed{flex-direction:column;gap:40px;display:flex}.ContactSec .ContactData .Contact-Texed .ContactHead{flex-direction:column;gap:12px;display:flex}.ContactSec .ContactData .Contact-Texed .ContactHead span{color:var(--red);letter-spacing:.15em;text-transform:uppercase;font-size:.78rem;font-weight:600}.ContactSec .ContactData .Contact-Texed .ContactHead h2{color:var(--navy);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:600;line-height:1.2}.ContactSec .ContactData .Contact-Texed .ContactHead p{color:var(--muted);max-width:556px;font-size:1rem;line-height:1.7}.ContactSec .ContactData .Contact-Texed .contact-info{flex-direction:column;gap:24px;display:flex}.ContactSec .ContactData .Contact-Texed .contact-info .contact-item{align-items:flex-start;gap:16px;display:flex}.ContactSec .ContactData .Contact-Texed .contact-info .contact-item .contact-icon{background:var(--red);width:44px;height:44px;color:var(--white);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.ContactSec .ContactData .Contact-Texed .contact-info .contact-item .cont-text{flex-direction:column;gap:8px;display:flex}.ContactSec .ContactData .Contact-Texed .contact-info .contact-item .cont-text h6{color:var(--navy);letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:600}.ContactSec .ContactData .Contact-Texed .contact-info .contact-item .cont-text p{color:var(--muted);font-size:.95rem}.ContactSec .ContactData .Contact-Texed .contact-info .contact-item .cont-text a{color:var(--muted);font-size:.95rem;font-weight:600;transition:color .2s}.ContactSec .ContactData .Contact-Texed .contact-info .contact-item .cont-text a:hover{color:var(--red)}.ContactSec .ContactData .Contact-Form{background:#fff;border-radius:12px;flex-direction:column;gap:32px;padding:40px;display:flex;box-shadow:0 4px 24px #0000000f}.ContactSec .ContactData .Contact-Form h3{color:var(--navy);font-size:1.6rem;font-family:var(--font-playfair)}.contact-form{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 24px #0000000f}.contact-form h3{color:var(--navy);margin-bottom:24px;font-family:Playfair Display,serif;font-size:1.6rem}.form-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.form-group{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.form-group label{color:var(--navy);letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:var(--text);box-shadow:none;border:1.5px solid #dde1ea;border-radius:6px;outline:none;padding:12px 16px;font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--red)}.form-group textarea{resize:vertical;min-height:100px}.form-submit{background:var(--red);color:#fff;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;border-radius:6px;width:100%;padding:15px 36px;font-size:.9rem;font-weight:600;transition:background .2s}.form-submit:hover{background:var(--red-light)}.LegalSection{align-items:center;min-height:485px;display:flex}.LegalSection .LegalItemsDiv{flex-direction:column;gap:28px;display:flex}.LegalSection .LegalItemsDiv .LegalItems{flex-direction:column;gap:16px;display:flex}.LegalSection .LegalItemsDiv .LegalItems h3{color:#000;font-size:24px}.LegalSection .LegalItemsDiv p{color:#7a7a7a;font-size:16px;line-height:24px}.LegalSection .LegalItemsDiv a.btn{color:#213449;background-color:#ebf0f6;border-radius:4px;width:fit-content;padding:6px 15px;font-size:12px;font-weight:600;transition:all .4s ease-in-out}.WorkProcessSec{background:#ebf0f6;align-items:center;padding:80px 0;display:flex}.WorkProcessSec .ProcessData{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:55px;display:grid}.WorkProcessSec .ProcessData .leftProcess{border-radius:24px;transition:transform .5s ease-in-out;overflow:hidden}.WorkProcessSec .ProcessData .leftProcess img{border-radius:24px;transition:transform .5s ease-in-out}.WorkProcessSec .ProcessData .leftProcess img:hover{transform:scale(1.1)}.WorkProcessSec .ProcessData .RightProcess{flex-direction:column;gap:60px;display:flex}.WorkProcessSec .ProcessData .RightProcess .prossshead{flex-direction:column;gap:12px;display:flex}.WorkProcessSec .ProcessData .RightProcess .prossshead span{width:fit-content;color:0;background:#00000013;border-radius:4px;padding:5px 10px;font-size:14px;font-weight:500}.WorkProcessSec .ProcessData .RightProcess .prossshead h2{color:#000;font-size:40px;line-height:54px}.WorkProcessSec .ProcessData .RightProcess .ProcessCaseItems{flex-direction:column;gap:32px;display:flex}.WorkProcessSec .ProcessData .RightProcess .ProcessCaseItems .CaseItems{grid-template-columns:50px auto;align-items:flex-start;gap:22px;display:grid}.WorkProcessSec .ProcessData .RightProcess .ProcessCaseItems .CaseItems span{color:#fff;background:#213449;border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:500;display:flex;position:relative;width:40px!important;height:40px!important}.WorkProcessSec .ProcessData .RightProcess .ProcessCaseItems .CaseItems span:after{content:" ";background:#213449;width:1px;height:78px;position:absolute;bottom:-78px}.WorkProcessSec .ProcessData .RightProcess .ProcessCaseItems .CaseItems:last-child span:after{height:0}.WorkProcessSec .ProcessData .RightProcess .ProcessCaseItems .CaseItems .CaseTexed{flex-direction:column;gap:10px;display:flex}.WorkProcessSec .ProcessData .RightProcess .ProcessCaseItems .CaseItems .CaseTexed h4{color:#000;font-size:24px;font-weight:400}.WorkProcessSec .ProcessData .RightProcess .ProcessCaseItems .CaseItems .CaseTexed p{color:#7a7a7a;font-size:16px;font-weight:400;line-height:24px}.CounterSec{background:#2b425d;align-items:center;min-height:280px;display:flex}.CounterSec .CounterData{grid-template-columns:repeat(4,1fr);display:grid}.CounterSec .CounterData .CounterItems{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.CounterSec .CounterData .CounterItems h2{color:#fff;font-size:42px;font-weight:600}.CounterSec .CounterData .CounterItems p{color:#fff;font-size:18px;font-weight:500}
