
    /* Critical CSS - Contact Us Page */
    *,*::before,*::after{box-sizing:border-box}
    body{margin:0;font-family:Poppins,Montserrat,sans-serif;background-color:#130b22;color:#777;-webkit-font-smoothing:antialiased}
    .page-wrapper{overflow:hidden}
    
    /* Header */
    #header{position:relative;z-index:1000;width:100%}
    .header-builder{background:transparent}
    .header-logo img{max-height:60px;width:auto}
    header nav,header .main-menu{display:flex;align-items:center}
    header a{color:#fff;text-decoration:none;font-size:14px;font-weight:500;padding:10px 15px}
    .header-builder .porto-button a{background:#d35e4c;color:#fff;border-radius:25px;padding:10px 25px}
    
    /* Hero Section */
    .porto-html-block.porto-block-html-banner{text-align:center;padding:80px 20px;position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;flex-direction:column}
    .porto-block-html-banner h1,.porto-block-html-banner .display-1{color:#fff;font-size:clamp(2rem,5vw,4.5rem);font-weight:800;line-height:1.1;margin:0}
    .porto-block-html-banner span[style*="color"]{color:#d35e4c !important}
    .porto-block-html-banner p{color:#999;font-size:16px;max-width:600px;margin:20px auto}
    
    /* Prevent layout shift */
    img{max-width:100%;height:auto}
    .elementor-widget-wrap,.elementor-element{position:relative}
    