* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

* {
    max-width: 100%;
}

.main {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
    min-height: 100vh;
}

.nav a {
    text-decoration: none;
    color: white;
}

header,
#header {
    background-color: #1E8FD0 !important;
    width: 100% !important;
    color: white;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 0 !important;
}

header.scrolled,
#header.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    background-color: #1E8FD0 !important;
    position: fixed !important;
    top: 0 !important;
}

/* header h3 {
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
} */

/* header a {
    text-decoration: none;
    color: white;
    display: inline-block;
} */

/* header a:hover h3 {
    opacity: 0.9;
    transform: scale(1.02);
} */
header {
    background-color: #1E8FD0;
    width: 100%;
    color: white;
    top: -1px;
    z-index: 55555;

}

header h3 {
    cursor: pointer;
}

.container {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.container-fluid {
    overflow-x: hidden;
    max-width: 100%;
    position: relative;
}

.container-fluid.p-0.shadow-sm {
    position: relative;
}

.left {
    margin-left: 0px;
    cursor: grab;
    user-select: none;
}

.first-page {
    background-color: #1E8FD0;
}

.first-page .left h1 span {
    font-size: 130px;
    color: white;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
}

.first-page .left h1 {
    font-size: 130px;
    color: white;
    /* letter-spacing: -8px; */
    padding-top: 30px;

}

.first-page .left p {
    color: white;
    font-size: 23px;
    margin-top: 30px;

}

.first-page .left button {
    color: white;
    background-color: transparent;
    border: 1px solid white;
    margin-bottom: 90px;
    padding: 10px;
    transition: 400ms;
    margin-top: 50px;
    font-size: 20px;
}

.first-page .left button:hover {
    background-color: rgb(255, 166, 0);
}

.image-box {
    width: 400px;
    max-width: 100%;
    height: 630px;
    margin-left: 50px;
    background: url('../images/bg2.jpg');
    background-size: cover;
    animation: move 10s linear infinite;
    cursor: grab;
    overflow: hidden;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0px -630px;
    }
}

.truck {
    top: 50px;
    left: -250px;
    animation: speed 3s linear infinite;
    cursor: grab;
    user-select: none;
    max-width: 100%;
    overflow: hidden;
}

.first-page-container {
    gap: 100px;
}

@keyframes speed {
    0% {
        top: 50px;
        left: -250px;
    }

    50% {
        top: 10px;
        left: -250px;
    }

    100% {
        top: 50px;
        left: -250px;
    }
}

.second-page {
    width: 100%;
    background-color:#F2FAFF;
}

.open-menu {
    left: 0px !important;
    z-index: 99999;
}

.overflow {
    overflow-y: hidden;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.667);
    position: fixed;
    top: 60px   ;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 400ms;
}

.show-overlay {
    opacity: 1 !important;
    visibility: visible !important;

}
.what-do
{
    font-size: 50px;
    letter-spacing: -1px;
    color: orange;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #1E8FD0;
}
.first-image
{
   width: 400px;
   max-width: 100%;
   height: 500px;
}
.image-overlay
{
    width: 100%;
    max-width: 400px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.653);
    position: absolute;
    left: 0px;
    bottom: -500px;
    color: white;
    transition: 400ms;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
}
.first-image:hover .image-overlay
{
    bottom: -250px;
    opacity: 1;
    visibility: visible;
}

.second-image
{
    width: 400px;
    max-width: 100%;
    height: 500px;
}
.third-image
{
    width: 400px;
    max-width: 100%;
    height: 500px;
}
.third-page h1
{
    color: orange;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #1E8FD0;
}
.chose-section
{
    width: 200px;
    height: 200px;
    border-radius: 20px;
}
.chose-section img
{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.vertical-box
{
    width: 100%;
    max-width: 100%;
    min-height: 500px;
    background-color: #1E8FD0;
    overflow: hidden;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
}

.experience-box {
    width: 100%;
    margin: 40px 0;
    padding: 0 15px;
}
.horizontal-box
{
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 400px;
    background-image: url('../images/waves.c2c27eb5771e0461.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    box-shadow: 0px 0px 20px skyblue;
    border-radius: 15px;
    padding: 40px 30px;
    box-sizing: border-box;
}
.yearex
{
    font-size: clamp(60px, 12vw, 150px);
    -webkit-text-stroke: clamp(3px, 1vw, 10px) black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.years {
    font-size: clamp(18px, 2.5vw, 38px) !important;
    margin-left: 0 !important;
    display: block;
    margin-top: 15px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
}

#ex-box {
    margin-left: 0 !important;
    margin-top: 30px;
    padding: 0;
}

.experience-content {
    width: 100%;
    padding: 20px;
}

.experience-icon {
    flex-shrink: 0;
}

.experience-icon img {
    width: 80px;
    height: auto;
    max-width: 100px;
}

.experience-text {
    flex: 1;
}

.experience-text span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.heading-1, .heading-2, .heading-3 {
    font-size: clamp(24px, 3vw, 30px);
    -webkit-text-stroke: 2px black;
    color: transparent;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
}
.hero {
    background: url('../images/bg1.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}
.contact-info i {
    font-size: 24px;
    color: #007bff;
}
a{
    text-decoration: none;
    color: inherit;
}
.box-form
{
    width: 90%;
    max-width: 400px;
    max-height: 85vh;
    background-color: white;
    position: fixed;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 25px;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    overflow-x: hidden;
}

.box-form::-webkit-scrollbar {
    width: 6px;
}

.box-form::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.box-form::-webkit-scrollbar-thumb {
    background: #1E8FD0;
    border-radius: 10px;
}

.iconmost
{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    /* background-color: #f5f5f5; */
}

.iconmost:hover {
    background-color: #e0e0e0;
    color: #333;
    transform: rotate(90deg);
}

.box-form .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    font-size: 14px;
}

.box-form .form-control {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.box-form .form-control:focus {
    border-color: #1E8FD0;
    box-shadow: 0 0 0 0.2rem rgba(30, 143, 208, 0.25);
}

.box-form .btn-primary {
    background-color: #1E8FD0;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 14px;
}

.box-form .btn-primary:hover {
    background-color: #1678b8;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(30, 143, 208, 0.3);
}
.first-second-page
{
    padding: 100px 220px;
    margin-top: 50px;
    background: linear-gradient(-120deg, rgba(11, 13, 16, 0.9) 10%, rgb(47, 144, 235) 30%, rgba(14, 18, 29, 0.9) 50%);
    position: relative;
}


.contactButton {
    background:rgb(79, 163, 243);
    color: white;
    font-family: inherit;
    padding: 0.45em;
    padding-left: 1em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0.9em;
    border: none;
    cursor: pointer;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #714da6;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3em;
    margin:15px 20px;


  }
  .point
  {
    width: 40px;
    height: 40px;
    border:1px solid rgb(79, 163, 243);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    animation:  pulse 2s  linear infinite ;
  
  }
  .pointfill
  {
    width: 25px;
    height: 25px;
    background-color: rgb(79, 163, 243);
    border-radius: 50%;
  }
  .point1
  {
    top: 178px;
    left: 319px;
  }
  .point2
  {
    top: 120px;
    left: 560px;
  }
  .point3
  {
top: 371px;
left: 538px;
  }
.point4
{
top: 371px;
left: 745px;
}
.point5
{
top: 206px;
left: 944px;
}
@keyframes pulse {
    0%
    {
        box-shadow: 0 0 10px rgba(169, 190, 210, 0.8), 0 0 0 0 rgba(174, 196, 217, 0.8);
    }
    50%
    {
        box-shadow: 0 0 20px rgba(167, 199, 228, 0.8), 0 0 10px 10px rgba(168, 193, 217, 0.4);
    }
    100%
    {
        box-shadow: 0 0 30px rgba(146, 175, 202, 0.8), 0 0 20px 20px rgba(171, 202, 231, 0.8);
    }
}
.kamal-carrier-map-section
{
    color:white;padding-top: 20px; font-weight: 700; font-size: 50px;
}
.transport-map-section
{
    color:rgb(79, 163, 243);font-size: 50px; font-weight: 700; padding-left: 70px; line-height: 20px;
}
.mapline
{
    width: 10px; height: 100px; background-color: rgb(79, 163, 243); margin-left: 50px; margin-top: 40px;
}
.provideSec
{
    color:white;margin-left: 30px;padding-top: 50px;
}
.whatsec
{
    text-align: center;
    font-weight: bold;
}
.whatsecpara
{
    justify-content: center;
}
.scrollimg
{  
  width: 100%;
  overflow: hidden;
}
.scrollimg img
{
    width: 20%;
}

.scrollText
{
    padding: 10px;
    background: linear-gradient(to right, #004e92, #fdc830);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space:nowrap;
    animation: scrolltext 10s linear infinite;
}

.scrollText::-webkit-scrollbar
{
    display: none;
}
.scrollText h2
{
    font-size: 50px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 2px;

}
@keyframes scrolltext {
    0%{
transform: translateX(200%);
    }
    100%
    {
transform: translateX(-200% );
    }
}
.feature-box {
    background:white;
    backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 495px;
}

/* Hover Effects */
.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 100%;
    margin-bottom: 15px;

}

.feature-title {
    font-size: 18px;
    font-weight: bold;
    color: #004e92;
}

.feature-text {
    font-size: 14px;
    color: #666;
}
.testimonial-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s ease-in-out;
}
.testimonial-card:hover {
    transform: translateY(-5px);
}
.customer-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}
.stars {
    color: #ffc107;
}
.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23007bff" viewBox="0 0 16 16"><path d="M11.354 15.354a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 1 1 .708.708L5.707 8l5.647 6.646a.5.5 0 0 1 0 .708z"/></svg>');
    width: 40px;
    height: 40px;
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23007bff" viewBox="0 0 16 16"><path d="M4.646 15.354a.5.5 0 0 1 0-.708L10.293 8 4.646 2.354a.5.5 0 1 1 .708-.708l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708 0z"/></svg>');
    width: 40px;
    height: 40px;
}
.backImg
{
    height: 230px;
    width: 100%;
    padding: 10px;
    background-image: url('../images/bg1.jpg');
    background-attachment: fixed;
    background-size: cover;
}

/* WhatsApp Button Styles */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-button i {
    color: white;
    font-size: 32px;
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.8);
    }
    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
}

/* Footer Styles */
footer {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

footer .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}