/* Gradient Background */
/* Prevent top-bar from hiding navbar */
body {
    padding-top: 105px; /* Adjust based on the height of .top-bar and .navbar */
}

/* Top Bar */
.top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: darkgreen;
    color: white;
    font-size: 14px;
    padding: 5px 0;
    z-index: 1050; /* Ensure it's above navbar */
}

.top-bar a {
    color: white;
    text-decoration: none;
}

.top-bar i {
    margin-right: 5px;
}

/* Navbar Custom Styling */
.navbar-custom {
    margin-top:30px;
    position: fixed;
    top: 40px; /* Adjust to be below the top bar */
    width: 100%;
    z-index: 1040; /* Below top bar, above content */
    background: linear-gradient(to bottom, #008000, #FFD700); /* Green to Yellow */
}
/* Centered Logo */
.navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar-brand img {
    width: 370px; /* Adjust logo size for responsiveness */
    height: auto;
    max-width: 100%;
}

/* Navbar links */
.navbar-nav {
    width: 100%;
    justify-content: center;
    font-weight: bold;
}

.nav-link {
    color: rgba(0, 0, 0, 0.8) !important;
    font-weight: bold;
    padding: 10px 15px; /* Add spacing */
}

/* Hover effect */
.nav-link:hover {
    border-radius: 10px;
    text-decoration: underline !important;
    text-decoration-thickness: 3px; /* More reasonable thickness */
    background: rgba(255, 255, 255, 0.8);
    color: orange !important;
}
.nav-link.active {
    background: rgba(255, 255, 255, 0.8); /* Light background */
    color: orange !important; /* Highlight color */
    border-radius: 10px;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

/* Adjust navbar for mobile view */

 /* ---------------------------------
                LG (max-width: 1200px)
                --------------------------------- */
                @media (max-width: 1200px) {
                    .navbar-custom {
                        margin-top:50px;
                    }
                    .navbar-collapse {
                        text-align: center; /* Center menu items */
                    }
                }
                /* ---------------------------------
                MD (max-width: 992px)
                --------------------------------- */
                @media (max-width: 992px) {
                    .navbar-custom {
                        margin-top:50px;
                    }
                    body {
                        padding-top: 125px; /* Adjust based on the height of .top-bar and .navbar */
                    }
                }
                
                 /* ---------------------------------
                SM (max-width: 768px)
                --------------------------------- */
                @media (max-width: 768px) {
                    .navbar-custom {
                        margin-top:45px;
                    }
                    body {
                        padding-top: 105px; /* Adjust based on the height of .top-bar and .navbar */
                    }
                }
                @media (max-width: 482px) {
                    .navbar-custom {
                        margin-top:60px;
                    }
                    body {
                        padding-top: 120px; /* Adjust based on the height of .top-bar and .navbar */
                    }
                }
                @media (max-width: 480px) {
                    .navbar-custom {
                        margin-top:65px;
                    }
                    body {
                        padding-top: 121px; /* Adjust based on the height of .top-bar and .navbar */
                    }
                }
                    
                @media (max-width: 375px) {
                    .navbar-custom {
                        margin-top:60px;
                    }
                    body {
                        padding-top: 121px; /* Adjust based on the height of .top-bar and .navbar */
                    }
                }
                 @media (max-width: 324px) {
                    .navbar-custom {
                        margin-top:80px;
                    }
                    body {
                        padding-top: 121px; /* Adjust based on the height of .top-bar and .navbar */
                    }
                }
  

/* Adjust navbar for mobile view */
@media (max-width: 768px) {
    .navbar-brand img {
        width: 250px; /* Smaller logo for mobile */
        height: auto;
    }

    .navbar-collapse {
        text-align: center; /* Center menu items */
    }

    .nav-link {
        display: block;
        padding: 8px 10px;
    }

    .top-bar {
        font-size: 12px; /* Smaller text on mobile */
        text-align: center;
    }
    body {
        /* padding-top: 120px; Adjust based on the height of .top-bar and .navbar */
    }
    /* .navbar-custom {
        margin-top:60px;
    } */
    .bg img{
        margin-top: 1px;
    }
    .chatbot-btn {
        position: fixed;
        bottom: 70px;
        right:13px;
        background-color: #FFD700;
        color: #008000;
        padding: 10px 20px;
        border-radius: 25px;
        border: 3px solid #008000;
        cursor: pointer;
    }
    .chatbot-container {
        position: fixed;
        bottom: 70px;
        right: 20px;
        width: 300px;
        background: white;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        display: none;
    }
    
}
/* BACKGROUND */
.bg{
    max-width: 100%; /* Allow full width */
    margin: auto; 
    
}
.bg img{
    width: 100%;
    height: auto; /* Auto height for responsiveness */
    object-fit: contain; /* Prevent distortion */
    max-height: 500px; /* Set a reasonable max height */
}

/* carousel */
/* Ensure the carousel container is responsive */
.carousel {
    max-width: 100%; /* Allow full width */
    margin: auto; /* Center the carousel */
    
}

/* Make images responsive */
.carousel-inner img {
    width: 100%;
    height: auto; /* Auto height for responsiveness */
    object-fit: cover; /* Prevent distortion */
    max-height: 500px; /* Set a reasonable max height */
}

/* Adjust caption size for responsiveness */
.carousel-caption {
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for readability */
    padding: 10px;
    border-radius: 10px;
}

/* Smaller screens: Reduce caption font size */
@media (max-width: 375px) {
    .carousel-caption h2 {
        font-size: 18px;
    }
}


.card {
    border: none;
    border-radius: 10px;
}

    /* ABOUT */
    .ab{
        margin-top: 105px;
        
    }
    .b2b-about{
        max-width: 1200px; /* Adjust width */
        margin: auto; /* Center the carousel */
        margin-top: 105px;
        height: 100px; /* Adjust height */
        object-fit: cover; /* Prevent image distortion */
    }
    .about-vid {
        max-width: 100%;  /* Ensures video is responsive */
        width: 500px;  /* Default width */
        height: auto;
        border-radius: 10px;  /* Optional rounded corners */
    }
    .side-text{
        padding:150px;
    }
    .text4{
        margin-bottom:30px;
        font-size:20px;
        font-weight:900;
        color: #008000;
        }
    .side-text1{
        margin-bottom:30px;
        font-size:20px;
        font-weight:900;
        color: #008000;
        }
    .side-text4{
        margin-top:30px;
        font-size:20px;
        font-weight:900;
        color: #008000;
        }
    .side-text5{
        margin-bottom:30px;
        font-size:15px;
        font-weight:900;
        color: #008000;
        }
    .about-section {
        background:url("../images/landingpage/l5.png") no-repeat left;
        background-size:55%;
        background-position: left;
        background-color: lightyellow;;
        overflow:hidden;
        padding:100px 0;
        /* margin-bottom: 20vh;
        margin-top: 20vh; */

    }
    /* .inner-container:hover{
        box-shadow: 0px 0px 20px var(--clr-white);
        transform: scale(1.1);
    } */

    .inner-container {
    width:50%;
    float:right;
    background:white;
    padding:150px;
    }
    
    .inner-container h4 {
    margin-bottom:30px;
    font-size:20px;
    font-weight:900;
    color: #008000;
    }
    .inner-container h5 {
        margin-bottom:30px;
        font-size:15px;
        font-weight:900;
        color: #008000;
        }
    
    .text {
    font-size:15px;
    color:black;
    line-height:30px;
    text-align:justify;
    margin-bottom:40px;
    }
    
    .about {
    display: flex;
    justify-content: space-around;
    font-weight:700;
    font-size:13px;
    color:#666;
    } 
    @media screen and (max-width:1200px){
        
        .inner-container {
        padding:80px;
        }
        
    } 
    @media screen and (max-width:1000px){
        
        .about-section {
        background-size:100%;
        padding:100px  40px;
        }
        
        .inner-container {
        width:100%;
        }
        
    }
    @media screen and (max-width:600px){
        
        .about-section {
        padding:0;
        }
        
        .inner-container {
        padding:60px;
        }
        
        
    }
/* About */
     .about-h {
        background-color: #f9f27f;
    }
    .about-card{
        background-color: lightyellow;
    }
    
    .about-us img {
        transition: transform 0.3s ease-in-out;
    }
    
    .about-us img:hover {
        transform: scale(1.05);
    }
    
    .about-us .list-unstyled li {
        margin-bottom: 10px;
    }
    
    .about-us .btn-primary {
        transition: all 0.3s ease;
    }
    
    .about-us .btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .carousel-caption {
        background: rgba(0, 0, 0, 0.6);
        padding: 15px;
        border-radius: 10px;
    } */
    /* .rounded-img {
        border-radius: 12px;
    }
    .btn-cta {
        background-color: #800080;
        color: white;
        font-weight: bold;
        border: none;
        padding: 10px 20px;
    }
    .btn-cta:hover {
        background-color: #5a005a; 
    } */

    /* .box-shadow{
        -webkit-box-shadow: 0 1px 1px rgba(72,78,85,.6);
        box-shadow: 0 1px 1px rgba(72,78,85,.6);
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    
    .box-shadow:hover{
        -webkit-box-shadow: 0 20px 40px rgba(72,78,85,.6);
        box-shadow: 0 20px 40px rgba(72,78,85,.6);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
     */


     /* port */
     /* Custom table header styling */
     
    thead th {
        background-color: #f8f9fa; /* Light gray header */
        color: #000;
        font-weight: bold;
      }
  
      /* Hover row background color */
      tbody tr:hover {
        background-color: #00800093; /* Slight gray on hover */
      }
  
      /* Optional: Table container styling */
      .table-container {
        border: 1px solid #dee2e6;
        border-radius: 4px;
        overflow: hidden; /* Round corners on top + bottom */
      }

     .box-shadow{
        -webkit-box-shadow: 0 1px 1px #00800093;
        box-shadow: 0 1px 1px #00800093;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    
    .box-shadow:hover{
        -webkit-box-shadow: 0 20px 40px #00800093;
        box-shadow: 0 20px 40px #00800093;
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }


    /* tracking */
      .track-section {
        padding: 40px 0;
        background-color: #FFFEE7;
        border-radius: 50px;
        padding:30px 90px 90px 30px;
      }
      /* Card styling */
      .track-card {
        background-color: #fff; /* White card on yellow background */
        border-radius: 8px;
        padding: 2rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      }
      /* Heading styling */
      .track-heading {
        color: #000;
        font-weight: 700;
      }
      /* Highlight color */
      .text-highlight {
        color: #fdd835; /* Similar to #FFD700 or adjust as needed */
      }
      /* Input and button spacing */
      .track-form input {
        border-radius: 4px;
      }
      .track-form button {
        border-radius: 20px;
        background-color: #FFD700; /* Same highlight color */
        color: #000;
        font-weight: bold;
      }
      .track-form button:hover {
        background-color: #e0c020; /* Slightly darker on hover */
      }

/* Footer Gradient Background */
.footer {
    background: linear-gradient(to bottom, #FFD700, #008000);
}
.flogo{
    width: 500px; /* Adjust logo size */
    height: auto;
}

/* Hover Effect for Links */
.ftext{
    color: black !important;
    text-decoration: none; /* Ensures no underline by default */
    font-weight: normal; /* Normal weight initially */
}
.ftext a:hover {
     /* text-decoration: underline orange !important;  */
     text-decoration-thickness: 3px; /* Thicker underline */
     box-shadow: 0px 3px 0px orange; /* Creates a bold underline effect */
     font-weight: normal; /* Bold on hover */
}
.footer a {
    color: black !important;
    text-decoration: none; /* Ensures no underline by default */
    font-weight: normal; /* Normal weight initially */
}

.footer a:hover {
    /* text-decoration: underline orange !important;  */
    text-decoration-thickness: 3px; /* Thicker underline */
    box-shadow: 0px 3px 0px orange; /* Creates a bold underline effect */
    font-weight: normal; /* Bold on hover */
}


/* PARTNERS */

 .partners-text{
    text-align:center;
    padding: 20px;
    margin-top:30px;
    font-size:30px;
    font-weight:900;
    color: #008000;
    }
    /* Slider */

    .slick-slide {
        margin: 0px 20px;
        margin-top:50px;
        margin-bottom:50px;
      
    }

    .slick-slide img {
        width: 110%;
    }

    .slick-slider
    {
        margin-top: 20px;
        background-color: #F1F1F1;
        padding: 16px 0px;
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
                user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
            touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list
    {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .slick-list:focus
    {
        outline: none;
    }
    .slick-list.dragging
    {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    .slick-track
    {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    .slick-track:before,
    .slick-track:after
    {
        display: table;
        content: '';
    }
    .slick-track:after
    {
        clear: both;
    }
    .slick-loading .slick-track
    {
        visibility: hidden;
    }

    .slick-slide
    {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }
    [dir='rtl'] .slick-slide
    {
        float: right;
    }
    .slick-slide img
    {
        display: block;
    }
    .slick-slide.slick-loading img
    {
        display: none;
    }
    .slick-slide.dragging img
    {
        pointer-events: none;
    }
    .slick-initialized .slick-slide
    {
        display: block;
    }
    .slick-loading .slick-slide
    {
        visibility: hidden;
    }
    .slick-vertical .slick-slide
    {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
    .slick-arrow.slick-hidden {
        display: none;
    }

 /* CONTACT */
 .c{
    background:url("../images/contact.png") no-repeat left;
    background-size:30%;
        background-position: left;
        background-color: lightyellow;;
        overflow:hidden;
        padding:100px 0;
 }
 .contact-bg{
    background-color: #FFFEE7;
    padding:10px 30px 30px 10px;
    border-radius: 50px;
 }
 .contact-bg h1{
    color: #008000;
 }

/* Contact Form Styling */
.container2 {
    margin-top: 100px;
    padding: 0 50px 70px;
}
.textcenter {
    text-align: center;
}
.section1 {
    text-align: center;
    display: table;
    width: 100%;
}
.section1 .shtext {
    display: block;
    margin-top: 20px;
}
.section1 .seperator {
    border-bottom:1px solid #a2a2a2;
    width: 35px;
    display: inline-block;
    margin: 20px;
}

.section1 h1 {
    font-size: 40px;
    color: #666;
    font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}
.section2 .col2 {
    width: 48.71%;
}
.section2 .col2.first {
    float: left;
}
.location{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:5%;
    width: 90%;
    height:450px;
}
.location:hover{
    box-shadow: 0px 0px 20px var(--clr-white);
    transform: scale(1.1);
}
.section2 .col2.last {
    float: right;
    /* background-color: lightyellow; */
    padding:10px 50px 50px 10px;
    border-radius: 10px;
}
.section2 .col2.column2 {
    padding: 20px 30px;
}
.section2 span.collig {
    color: #a2a2a2;
    margin-right: 10px;
    display: inline-block;
}
.section2 .sec2addr {
    display: block;
    line-height: 26px;
}
.section2 .sec2addr p:first-child {
    margin-bottom: 10px;
}
.section2 .sec2contactform input[type="text"], 
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}
.section2 .sec2contactform textarea {
    width: 100%;
    display: block;
    color: #666;
    resize:none;
}
.section2 .sec2contactform input[type="submit"] {
    padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #008000;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}
.sec2contactform input[type="submit"]:hover{
    background-color: #00800088;
}
.section2 .sec2contactform h3 {
    font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #666;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
    .section2 {
        width: 100%;
    }
}
@media only screen and (max-width: 960px) {
    .container2 {
        padding: 0 30px 70px;
    }
    .section2 .col2 {
        width: 100%;
        display: block;
    }
    .section2 .col2.first {
        margin-bottom: 10px;
    }
    .section2 .col2.column2 {
        padding: 0;
    }
    body .sec2map {
        height: 250px !important;
    }
}
@media only screen and (max-width: 768px) {
    .section2 .sec2addr {
        font-size: 14px;
    }
    .section2 .sec2contactform h3 {
        font-size: 16px;
    }
    .section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
        padding: 10px;
        margin:3px 0;
    }
    .section2 .sec2contactform input[type="submit"] {
        padding: 10px 30px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 420px) {
    .section1 h1 {
        font-size: 28px;
    }	
}

 /* Logo Styling */
 .swiper-slide img {
    max-width: 150px;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}
.swiper-slide img:hover {
    filter: grayscale(0%);
}

/* Scrolltotop */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #FFD700;
    font-size: 20px;
    color: #008000;
    border-radius: 10px;
}
#btn-back-to-top:hover{
    background-color: #008000;
    transform: scale(1.2);
    color: #FFD700;
}

.my-51{
    padding:20px;
    margin-bottom: 10px;
}


  /* SVG WAVES */
  .wave-container {
    position: relative;
    background-color: #FFD700; /* Gold color */
    height: 150px; /* Adjust height as needed */
    width: 100%;
    clip-path: polygon(0% 40%, 100% 10%, 100% 100%, 0% 100%);
    opacity: 0.7; /* Same as fill-opacity in SVG */
}
.wave-top {
  position: relative;
  background-color: #FFD700; /* Gold color */
  height: 150px; /* Adjust as needed */
  width: 100%;
  clip-path: polygon(0% 90%, 100% 60%, 100% 0%, 0% 0%);
  opacity: 0.7; /* Same as fill-opacity in SVG */
    }

    /* SVG WAVES */
    .wave-container {
        position: relative;
        background-color: #FFD700; /* Gold color */
        height: 150px; /* Adjust height as needed */
        width: 100%;
        clip-path: polygon(0% 40%, 100% 10%, 100% 100%, 0% 100%);
        opacity: 0.7; /* Same as fill-opacity in SVG */
    }
    .wave-top {
      position: relative;
      background-color: #FFD700; /* Gold color */
      height: 150px; /* Adjust as needed */
      width: 100%;
      clip-path: polygon(0% 90%, 100% 60%, 100% 0%, 0% 0%);
      opacity: 0.7; /* Same as fill-opacity in SVG */
        }
    .wave-top2 {
      position: relative;
        width: 100%;
        height: 100px; /* Adjust as needed */
        background-color: rgba(0, 128, 0, 0.7);
        mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="black" d="M0,32L120,58.7C240,85,480,139,720,133.3C960,128,1200,64,1320,32L1440,0L1440,0L1320,0C1200,0,960,0,720,0C480,0,240,0,120,0L0,0Z"></path></svg>');
        mask-repeat: no-repeat;
        mask-size: cover;

    }
    .wave-bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100px;
        background-color: rgba(0, 128, 0, 0.7);
        clip-path: path("M0,96L120,122.7C240,149,480,203,720,197.3C960,192,1200,128,1320,96L1440,64L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z");
    }

    /* table Tracking */
    @media screen and (max-width: 768px) {
        .table-responsive {
            overflow-x: auto;
            white-space: nowrap;
        }
        .table th, .table td {
            font-size: 14px; /* Adjust font size for smaller screens */
        }
    }
    
    /* CHATBOT */
    .chatbot-container {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 300px;
        background: white;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        display: none;
    }
    .chat-header {
        background: #007bff;
        color: white;
        padding: 10px;
        text-align: center;
        cursor: pointer;
    }
    .chat-content {
        padding: 10px;
        max-height: 300px;
        overflow-y: auto;
    }
    .question { 
        background: #f1f1f1; 
        padding: 8px;
        margin: 5px 0;
        cursor: pointer;
        border-radius: 5px;
    }
    .answer {
        background: #e2f7e2;
        padding: 8px;
        margin: 5px 0;
        border-radius: 5px;
        display: none;
    }
    .chatbot-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #007bff;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 20px;
        cursor: pointer;
    }

    /* STATUS */
    .tracking-progress {
        margin-top: 20px;
    }
    
    .progress-track {
        width: 80%;
        margin: auto;
    }
    
    .progress {
        height: 10px;
        border-radius: 10px;
        background-color: #e0e0e0;
    }
    
    .progress-bar {
        background-color: #007bff;
        border-radius: 10px;
    }
    
    .tracking-steps {
        width: 80%;
        margin: auto;
        font-size: 14px;
        font-weight: bold;
    }
    
    .step {
        text-align: center;
        color: gray;
    }
    
    .step i {
        font-size: 24px;
        display: block;
    }
    
    .step.active {
        color: #007bff;
    }


    /* PARAGRAPH */
    .justify-text {
        text-align: justify;
      }
