/* ===== GLOBAL ===== */
html {
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}


/* ===== NAVBAR ===== */
.navbar {
    position: sticky;
    top: 0;
    z-index: 999;
}

/* ===== SIDEBAR ===== */
.offcanvas {
    width: 260px;
    transition: transform 0.3s ease-in-out;
}

/* ===== HERO ===== */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-text {
    padding: 40px;
}

.hero h1 {
    font-size: 42px;
    font-weight: bold;
}

.hero p {
    font-size: 17px;
    color: #555;
}

/* ===== CAROUSEL ===== */
.carousel img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

    .hero {
        min-height: auto;
        padding: 40px 0;
        text-align: center;
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero p {
        font-size: 14px;
    }

    .carousel img {
        height: 300px;
    }

    .hero-text {
        padding: 20px;
    }
}

/* FULL WIDTH IMAGE */
.hero-img {
    height: 100vh;
    object-fit: cover;
}

/* OVERLAY DARK EFFECT */
.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

/* RIGHT SIDE TEXT */
.custom-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 500px;
}

/* TEXT STYLE */
.custom-caption h1 {
    font-size: 56px;
    font-weight: bold;
}

.custom-caption p {
    font-size: 25px;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

    .hero-img {
        height: 400px;
    }

    .custom-caption {
        right: 5%;
        left: 5%;
        text-align: center;
    }

    .custom-caption h1 {
        font-size: 24px;
    }

    .custom-caption p {
        font-size: 14px;
    }
}

.btn-border{
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

.nav-link{
    color: #fff
}
.nav-link:hover{
    color: #ffc107;
}

@media (min-width: 992px) {
    .mob {
        display: none !important;
    }
    p{
        font-size: 22px;
    }
    .aboutli{
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .desk {
        display: none !important;
    }
    p{
        font-size: 18px;
    }
    .aboutli{
        font-size: 18px;
    }
}

ul li{
    list-style: none;
}

.btn-warning{
    background: #C18C30 !important;
    border: #C18C30 !important;
    color: #fff !important;
}

.sub{
    background: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 2% 15%;
    font-size: 22px;
    margin-top: 10px;
}

.footer{
    background: linear-gradient(to right, #00142e, #002b5c);
    color: white;
    padding: 60px 0 20px;
}

.footer-logo{
    font-size: 32px;
    font-weight: bold;
    color: #d8a23c;
}

.footer p{
    color: #d1d1d1;
    font-size: 14px;
    line-height: 26px;
}

.footer h5{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer ul{
    padding: 0;
    margin: 0;
}

.footer ul li{
    list-style: none;
    margin-bottom: 10px;
}

.footer ul li a{
    text-decoration: none;
    color: #d1d1d1;
    transition: 0.3s;
}

.footer ul li a:hover{
    color: #d8a23c;
    padding-left: 5px;
}

.social-icons a{
    width: 42px;
    height: 42px;
    border: 1px solid #ffffff50;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    margin-right: 10px;
    transition: 0.3s;
}

.social-icons a:hover{
    background: #d8a23c;
    border-color: #d8a23c;
}

.contact-info li{
    display: flex;
    align-items: start;
    gap: 10px;
    color: #d1d1d1;
}

.newsletter-input{
    background: transparent;
    border: 1px solid #ffffff40;
    color: white;
    height: 50px;
}

.newsletter-input::placeholder{
    color: #ccc;
}

.subscribe-btn{
    background: #d8a23c;
    border: none;
    height: 50px;
    color: white;
    font-weight: 600;
    transition: 0.3s;
}

.subscribe-btn:hover{
    background: #b8862f;
}

.footer-bottom{
    border-top: 1px solid #ffffff20;
    margin-top: 40px;
    padding-top: 20px;
    font-size: 14px;
}

.footer-bottom a{
    color: #d1d1d1;
    text-decoration: none;
}

.footer-bottom a:hover{
    color: #d8a23c;
}

.slider6 .position-relative{
    width: 100%;
}

.slider6 .overlay-box{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(2, 29, 59, 0.6);
    color: #fff;
    padding: 15px;
}


/* Slider spacing */
.slider6 .slick-slide{
    padding:0 5px;
}

/* Image Box */
.slider-box{
    position:relative;
    overflow:hidden;
    border-radius:10px;
    width:100%;
}

/* Image */
.slider-box img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

/* Overlay */
.overlay-box{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    background:rgba(2, 29, 59, 0.6);
    color:#fff;
    padding:15px;
}

/* Text */
.overlay-box h5{
    margin:0;
    font-size:18px;
    line-height:1.4;
}

.acc ul li{
    list-style: disc !important;
}

.acc ul li::marker{
    color: #C18C30 !important
}

.hero2{
      background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
      url('https://images.unsplash.com/photo-1578575437130-527eed3abbec?q=80&w=1200&auto=format&fit=crop');
      background-size: cover;
      background-position: center;
      height: 280px;
      display: flex;
      align-items: center;
      color: white;
    }
    .commodity-section {
      padding: 60px 0;
    }

    .section-title {
      font-weight: 700;
      color: #0f172a;
    }

    .section-subtitle {
      color: #6b7280;
      max-width: 900px;
      margin: 0 auto;
    }

    .custom-accordion .accordion-item {
      border: 1px solid #e5e7eb;
      border-radius: 12px !important;
      overflow: hidden;
      margin-bottom: 14px;
      background: #fff;
    }

    .custom-accordion .accordion-button {
      background: #fff;
      font-weight: 600;
      color: #111827;
      padding: 20px 24px;
      box-shadow: none !important;
    }

    .custom-accordion .accordion-button:not(.collapsed) {
      background: #fff;
      color: #111827;
    }

    .custom-accordion .accordion-button::after {
      background-size: 16px;
    }

    .commodity-list {
      columns: 1;
      padding-left: 18px;
    }

    .commodity-list li {
      margin-bottom: 12px;
      color: #374151;
    }

    .quality-box {
      border: 1px solid #e5e7eb;
      border-radius: 14px;
      background: #fff;
      padding: 24px;
      margin-top: 30px;
    }

    .quote-btn {
      background: #c28a2d;
      color: white;
      border: none;
      padding: 12px 28px;
      border-radius: 8px;
      font-weight: 600;
    }

    .quote-btn:hover {
      background: #a8731f;
    }

    @media (max-width: 768px) {
      .commodity-list {
        columns: 1;
      }
    }

    .custom-accordion .accordion-button {
        background-color: #fff;
        color: #000;
        box-shadow: none;
    }

    .custom-accordion .accordion-button:not(.collapsed) {
        background-color: #F7F6F2 !important;
        color: #000 !important;
    }

    .custom-accordion .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }

    /* Services */
    .service-section-title{
      max-width:700px;
      margin:auto;
      color:#555;
      line-height:1.8;
    }

    .service-card{
      background:#fff;
      border:1px solid #e5e5e5;
      padding:35px 20px;
      text-align:center;
      transition:0.3s;
      height:100%;
    }

    .service-card:hover{
      transform:translateY(-5px);
      box-shadow:0 10px 25px rgba(0,0,0,0.08);
    }

    .service-icon{
      font-size:40px;
      color:#c6922e;
      margin-bottom:20px;
    }

    .service-card h5{
      font-weight:700;
      margin-bottom:15px;
    }

    .service-card p{
      color:#666;
      font-size:14px;
    }

    /* CTA */
    .cta-section{
      background:#07294d;
      color:#fff;
      padding:60px 20px;
      text-align:center;
    }

    .cta-btn{
      background: #C18C30 !important;

      color:#fff;
      border:none;
      padding:12px 30px;
      border-radius:4px;
      margin-top:15px;
      font-weight:600;
    }


    /* Process Section */
    .process-section{
      padding:80px 0;
      background:#fff;
    }

    .section-text{
      max-width:650px;
      color:#555;
      line-height:1.8;
      margin-bottom:60px;
    }

    .process-wrapper{
      position:relative;
    }

    .process-line{
      position:absolute;
      top:38px;
      left:10%;
      width:80%;
      height:2px;
      background:#ddd;
      z-index:1;
    }

    .process-step{
      text-align:center;
      position:relative;
      z-index:2;
    }

    .step-icon{
      width:75px;
      height:75px;
      background:#06274c;
      border-radius:50%;
      display:flex;
      color: #c6922e;
      align-items:center;
      justify-content:center;
      margin:0 auto 15px;
      font-size:28px;
      border:6px solid #fff;
      box-shadow:0 0 0 2px #ddd;
    }

    .step-number{
      color:#b38b2d;
      font-weight:700;
      margin-bottom:8px;
    }

    .process-step h5{
      font-weight:700;
      margin-bottom:10px;
    }

    .process-step p{
      font-size:14px;
      color:#666;
      line-height:1.7;
    }

    /* CTA Box */
    .deal-box{
      margin-top:80px;
      background:#F7F6F2;
      border:1px solid #e5e5e5;
      padding:60px 30px;
      text-align:center;
      border-radius:6px;
      box-shadow:0 5px 20px rgba(0,0,0,0.05);
    }

    .deal-box h3{
      font-weight:700;
      margin-bottom:20px;
    }

    .deal-box p{
      max-width:700px;
      margin:auto;
      color:#666;
      line-height:1.8;
    }

    .btn-custom{
      margin-top:25px;
      background:#d39a2f;
      color:#fff;
      padding:12px 35px;
      border:none;
      border-radius:4px;
      font-weight:600;
    }

    .btn-custom:hover{
      background:#b98424;
    }

    @media(max-width:768px){

      .process-line{
        display:none;
      }

      .process-step{
        margin-bottom:40px;
      }

    }

.feature-box{
      display:flex;
      gap:15px;
      margin-bottom:35px;
    }

    .feature-icon{
      width:42px;
      height:42px;
      border:2px solid #c89b3c;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#c89b3c;
      font-size:18px;
      flex-shrink:0;
    }

    .feature-content h5{
      font-size:20px;
      font-weight:700;
      margin-bottom:10px;
      color:#111;
    }

    .feature-content p{
      color:#666;
      font-size:15px;
      line-height:1.8;
      margin:0;
    }

    /* CTA Section */
    .cta-section{
      background:#06274c;
      color:#fff;
      text-align:center;
      padding:60px 20px;
    }

    .cta-section h3{
      font-size:30px;
      font-weight:700;
      max-width:850px;
      margin:auto;
      line-height:1.6;
    }

    .cta-btn{
      margin-top:25px;
      background:#d39a2f;
      border:none;
      color:#fff;
      padding:12px 35px;
      border-radius:4px;
      font-weight:600;
      transition:0.3s;
    }

    .cta-btn:hover{
      background:#b78425;
    }

    @media(max-width:768px){

      .feature-content h5{
        font-size:18px;
      }

      .cta-section h3{
        font-size:24px;
      }
    }

.hero2{
      background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
      url('https://images.unsplash.com/photo-1578575437130-527eed3abbec?q=80&w=1200&auto=format&fit=crop');
      background-size: cover;
      background-position: center;
      height: 280px;
      display: flex;
      align-items: center;
      color: white;
    }

    .section-title{
      font-weight: 700;
      margin-bottom: 25px;
      text-align: center;
    }

    .about-img{
      width: 100%;
      border-radius: 10px;
      object-fit: cover;
      height: 400px;
    }

    .info-card{
      border: 1px solid #eee;
      padding: 30px 20px;
      border-radius: 10px;
      background: #fff;
      height: 100%;
      transition: .3s;
    }

    .info-card:hover{
      box-shadow: 0 5px 20px rgba(0,0,0,.08);
      transform: translateY(-3px);
    }

    .icon-box{
      text-align: center;
      padding: 25px 15px;
      border: 1px solid #eee;
      border-radius: 10px;
      background: #fff;
      height: 100%;
    }

    .icon-box i{
      font-size: 35px;
      color: #b68b2c;
      margin-bottom: 10px;
      display: block;
    }

    .check-list li{
      margin-bottom: 12px;
    }

    .check-list i{
      color: green;
      margin-right: 8px;
    }

    .section-space{
      padding: 70px 0;
    }

    /* Contact Section */
    .contact-section{
      padding: 70px 0;
      background: #fff;
    }

    .contact-infoo i{
      width: 60px;
      height: 60px;
      background: #f7f7f7;
      border-radius: 50%;
      text-align: center;
      line-height: 60px;
      color: #d39b2d;
      font-size: 22px;
      margin-right: 15px;
    }

    .contact-box{
      display: flex;
    }

    .contact-box h5{
      font-weight: bold;
      margin-bottom: 5px;
    }

    .form-control,
    .form-select{
      height: 50px;
      border-radius: 3px;
    }

    textarea.form-control{
      height: 120px;
    }

    .submit-btn{
      background: #c9921f;
      color: white;
      border: none;
      width: 100%;
      padding: 14px;
      font-weight: 600;
      transition: 0.3s;
    }

    .submit-btn:hover{
      background: #a77716;
    }

    /* Map */
    .map-section iframe{
      width: 100%;
      height: 350px;
      border: 0;
    }