html {
    scroll-padding-top: 100px; 
    scroll-behavior: smooth;
}
*{
        margin:0;
        padding:0;
        box-sizing:border-box;
        font-family:"Poppins",sans-serif;
    }

    body{
        background:#fff;
        color:#fff;
    }

    .navbar{
        width:100%;
        background:#000;
        padding:20px 70px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        position:sticky;
        top:0;
        z-index:1000;
    }

    .logo{
        display:flex;
        align-items:center;
        gap:10px;
    }

    .logo img{
        height:54px;
    }

    .logo span{
        font-weight:700;
        font-size:18px;
        color:white;
    }

    .nav-links{
        display:flex;
        gap:57px;
    }

    .nav-links a{
        text-decoration:none;
        font-size:17px;
        color:white;
        transition:.3s;
    }

    .nav-links a:hover{
        opacity:.7;
    }

    .hamburger {
  display: none; 
}

    .hero {
    position: relative;
    color: rgb(255, 255, 255);
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
        url("/images/alsafinalogo-17.jpg") center/cover no-repeat;
    z-index: -1; 
}

.hero > * {
    position: relative;
    z-index: 1;
}
    
    .hero h1{
        font-size:48px;
        font-weight:700;
        line-height:1.5;
    }

    .hero p{
        margin-bottom: 75px;
        font-size:18px;
        font-weight:300;
    }

    .content-section {
    background: #0e3a4b;
    color: white;
    padding: 80px 40px; 
    max-width: 1200px;
    margin: -80px auto auto;     
    border-radius: 0px; 
    position: relative;
    z-index: 2;
   }
   .section-inner {
    max-width: 900px; 
    margin: 0 auto;   
    padding: 0 20px;  
}


    .content-section h2{
        font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;

    }

    .content-section p{
        max-width:900px;
        margin:auto;
        font-size:18px;
        line-height:1.7;
        text-align:left;
    }
    .section-image {
    max-width: 1200px;    
    margin: -30px auto 60px auto; 
    padding: 0 0px;   
    z-index: 1;  
}

.section-image img {
    width: 100%;           
    height: auto;          
    display: block;
    border-radius: 5px;  
}
.our-services {
    background: #0e3a4b;   
    width: 100%;            
    margin-top: 160px;       
    padding: 120px 0;        
    color: white;
    border-radius: 0;   
}

.services-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.our-services h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.our-services p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: center;
}

.services-slider {
    display: flex;
    gap: 20px;
    cursor: grab;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    padding-top: 50px;
}

.services-slider::-webkit-scrollbar {
    display: none; 
}

.service-box {
    flex: 0 0 450px;     
    height: 300px;          
    background: #D9D9D9;
    border-radius: 12px;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    user-select: none;
}

.service-box .icon-placeholder {
    width: 80px;           
    height: 80px;
    margin-bottom: 20px;
}

.service-box .icon-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: contain;   
}

.service-box h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 501;
}

.service-box p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 90%;
}
.nvo-section {
    margin-top: 130px;
    position: relative;
    width: 100%;
}

.nvo-container {
    display: flex;
    justify-content: flex-start;
    position: relative;       
    width: 100%;
    max-width: 1400px;        
    margin: auto;
}

.nvo-image {
    width: 700px;
    height: 650px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.nvo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.nvo-textbox {
    position: absolute;
    top: 50px;
    left: 42.3%;           
    transform: translateX(0);
    
    width: 55%;
    max-width: 780px;
    min-height: 400px;

    background: white;
    border: 2px solid #58A3CF;
    color: black;
    border-radius: 16px;

    padding: 100px 50px;
    z-index: 5;
    box-sizing: border-box;
}

/* Text styling */
.nvo-textbox h2 {
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 25px;
}

.nvo-textbox p {
    font-size: 18px;
    line-height: 1.7;
}


.nvo-section2 {
    margin-top: 130px;
    margin-left: 140px;
    position: relative; 
}


.nvo-container2 {
    display: flex;
    align-items: flex-start;
    justify-content: right;
    max-width: 1200px;
    margin: auto;
    padding: 10px;
}
.nvo-image2 {
    flex-shrink: 0; 
    width: 700px;    
    height: 650px; 
    border-radius: 10px;
    overflow: hidden;
    
}

.nvo-image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

.nvo-textbox2 {
    position: absolute;
    top: 8vh;                     
    left: 0;
    transform: translateX(0.4%); 
    width: 55%;
    max-width: 800px;
    background: white;
    padding: 50px 60px;
    border-radius: 16px;
    border: 2px solid #e0352a;
    color: black;

    box-sizing: border-box;
    z-index: 3;                  
}


.nvo-textbox2 h2 {
    font-size: 60px;
    margin-bottom: 0px;
    font-weight: 600;
}

.nvo-textbox2 p {
    font-size: 18px;
    line-height: 1.7;
}

.shipping-agency-section {
    background-color: #DC1C0F;
    padding: 120px 80px;
    margin-top: 180px;
    position: relative;
    overflow: hidden;
}

.shipping-agency-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.shipping-textbox {
    width: 50%;
    color: white;
    position: relative;
    left: clamp(-40px, -5vw, -60px);

}

.shipping-textbox h2 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 510;
}

.shipping-textbox p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.shipping-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 43%;        
    height: 100%;
    z-index: 1;
}

.shipping-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nvo-section3 {
    margin-top: 130px;
    position: relative;
}

.nvo-container3 {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: auto;
    gap: 0;
}

.nvo-image3 {
    width: 55%;      
    height: 650px;
    border-radius: 10px;
    overflow: hidden;
}

.nvo-image3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nvo-textbox3 {
    width: 55%;
    max-width: 800px;
    background: white;
    padding: 105px 100px;
    border-radius: 16px;
    border: 2px solid #58A3CF;
    color: black;
    margin-left: -180px;
    box-sizing: border-box;
}

.nvo-textbox3 h2 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}

.nvo-textbox3 p {
    font-size: 18px;
    line-height: 1.7;
}

:root {
  --bg-position: right center;
  --page-overlay-alpha: 0.45;
  --box-alpha: 0.60;
  --box-max-width: 1100px;
  --box-side-gap: 220px;
}


.hero-section {
  width: 100%;
  min-height: 530px;          
  position: relative;
  background-image: url("/images/freightimg.jpg");
  background-size: cover;
  background-position: var(--bg-position);
  background-repeat: no-repeat;
  margin-top: 160px;
  padding: 60px 0;            
  box-sizing: border-box;
}


.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,var(--page-overlay-alpha));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  box-sizing: border-box;
}


.hero-box {
  width: min(var(--box-max-width), calc(100% - (var(--box-side-gap) * 2)));
  background: rgba(0,0,0,var(--box-alpha));
  padding: 48px 64px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.03);
  box-shadow: 0 14px 40px rgba(0,0,0,0.45);
}


.hero-box h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.2;
}


.hero-box p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 980px;
  margin: 0 auto;
}


.cfs-section {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
    margin-top: 60px;
}

.cfs-container {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.cfs-textbox {
    padding: 60px 100px;
    color: white;
    background: #000;
}

.cfs-textbox h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px;
}

.cfs-textbox p {
    font-size: 18px;
    line-height: 1.8;
}

.cfs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-section {
    position: relative;
    background-image: url('/images/cargoshipnavigatingocean.jpg'); 
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); 
}

.contact-container {
    position: relative;
    max-width: 650px;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 2;
}

.contact-container h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 550;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
}

.contact-form textarea {
    height: 140px;
    resize: none;
}

.contact-form button {
    padding: 15px;
    background: #45D94F; 
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #2da635;
}
.copyright {
    width: 100%;
    background-color: #DC1C0F;   
    color: #ffffff;
    padding: 15px 0;

    display: flex;
    justify-content: center;   
    align-items: center;       

    font-size: 14px;
    text-align: center;
}

.copyright a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 5px;
    font-weight: 620;
    transition: 0.2s;
}

.copyright a:hover {
    transition: 0.2s;
    color: #00356a;
}

