/* navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    padding: 10px 20px;
}

.logo {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin: 0 15px;
}

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

.nav-links a:hover {
    color: #0fc2be;
    text-decoration: none;
}

.nav-links .active {
    color: #0fc2be;
    /* Highlight active link with red color */
    font-weight: bold;
    /* Optional: Make the active link bold */
}

.menu-icon {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.logo {
    .navbar-brand {
        img {
            width: 100px;
            text-align: center;
            align-items: center;
            display: flex;
            justify-content: center;
            margin-top: -29px;
        }
    }

}

.call-button {
    display: inline-flex;
    align-items: center;
    background-color: #e91e63;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}
.call-icon {
    text-decoration: none;
}
.call-button :hover {
    text-decoration: none;
}
.call-icon :hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .menu-icon {
        display: block;
    }

    .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #333;
        z-index: 1;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 10px 0;
        text-align: center;
    }
}

/* navbar */

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px !important;
}
/* first section */

.container {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 15px;
}

.row {
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
    flex-wrap: wrap;
    /* Ensures the content wraps on smaller screens */
}

.second {
    margin-top: 10px;
}

.first {
    text-align: left;
}

/* Right section (image) */
.first:last-child {
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Styles for the text */
.satisfaction {
    color: #515760;
    font-family: Comic Sans MS, Comic Sans, cursive;
    font-size: 20px;
}

.Reliable {
    font-family: Abhaya Libre ExtraBold;
    font-weight: 600;
    font-size: 67px;
    line-height: 55px;
    margin-top: -10px;
}

.Reliable span {
    color: #0FC2BE;
}

.Packages {
    font-family: Abhaya Libre ExtraBold;
    font-size: 35px;
    line-height: 40px;
}

.whenyou {
    margin-left: 41px;
    font-size: 14px;
    line-height: 35px;
}

.weare {
    margin-left: 28%;
    font-size: 14px;
    line-height: 35px;
    margin-top: -30px;
    margin-bottom: 15px;
}

/* Styles for the button */
.btn-dangerr {
    background-color: #515760;
    border-color: #515760;
    font-weight: bold;
    text-transform: uppercase;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 0px !important;
    /* padding: 6px 12px; */
    font-size: 18px !important;
    line-height: 1.42
}

/* Styles for the "How it works" link */
a {
    font-size: 18px;
    font-family: 'Abhaya Libre', serif;
    color: #515760;
    text-decoration: none;
}

/* Image styles */
.courierdeliveryimg {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* Mobile view (flex in one column) */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
        /* Stack the columns in one column */
        margin-top: 0;
        /* Adjust top margin */
    }

    .first {
        text-align: center;
        /* Center-align text on mobile */
    }

    .second {
        margin-top: 20px;
        /* Adjust image margin */
    }

    .satisfaction,
    .Reliable,
    .Packages,
    .whenyou,
    .weare {
        text-align: center;
        /* Center-align text on mobile */
    }

    .btn-danger {
        display: block;
        /* Button takes full width on mobile */
        width: 100%;
        margin-bottom: 10px;
    }

    a {
        display: block;
        /* Make the "How it works" link take full width */
        text-align: center;
        margin-top: 10px;
    }
}

/* first section */


/* second section */

section.sec3 {
    /* Background Gradient */
    background: linear-gradient(to top, #9ff4f2 50%, #515760 50%);
    background-size: 100% 100%;
    padding: 20px 0;
}

.container-fluid {
    padding: 0;
    /* Remove padding from container */
}

.col-md-12 {
    margin-top: 5px;
    margin-bottom: 7px;
}

.row {
    display: flex;
    /* Use flexbox for centering */
    justify-content: center;
    /* Center the row content horizontally */
    align-items: center;
    /* Center the content vertically */
    flex-wrap: wrap;
    /* Allow flex items to wrap */
}

.forms {
    /* Set a max-width to avoid stretching */
    padding: 20px;
    /* Padding around the card */
}

.card {
    background-color: white;
    padding: 30px;
    border-radius: 60px;
}

/* Title styling */
.SendParcel {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #515760
}

/* Section Text styling */
.PleaseSelect {
    font-size: 24px;
    font-weight: 600;
    text-align: start;
    color: #333;
    margin-bottom: 8px;
}

/* Form Input Styling */
.form-control {
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 40px;
    /* Space for the location icon */
    background-color: #F1F4F8;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center;
}

/* Location input background images */
.pac-target-input {
    background-color: #F1F4F8;
}

/* Button Styling */
.savvv {
    text-align: center;
    margin-top: 20px;
}


/* Mobile view (inputs in one column) */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
        /* Stack items in a single column on small screens */
        align-items: stretch;
        /* Ensure full width for all elements */
    }

    .forms {
        width: 100%;
        /* Make form take full width on mobile */
        padding: 10px;
        /* Reduce padding */
    }

    .card {
        border-radius: 15px;
        /* Slightly rounded corners on mobile */
        padding: 20px;
        /* Adjust padding */
    }

    .SendParcel {
        font-size: 28px;
        /* Smaller font for mobile */
        text-align: center;
    }

    .PleaseSelect {
        font-size: 20px;
        /* Smaller font for mobile */
        text-align: left;
    }

    .form-control {
        width: 100%;
        /* Make input fields take full width */
        margin-bottom: 15px;
        /* Add space between form fields */
    }

    .radio-button-container {
        width: 100%;
        /* Ensure radio button container takes full width */
        margin-bottom: 15px;
        /* Add space between radio buttons */
    }

    .savvv {
        width: 100%;
        /* Make button take full width */
        margin-top: 20px;
        /* Add some space */
    }
}

/* For screens larger than 768px (default, 2 columns layout) */
@media (min-width: 769px) {
    .row {
        flex-direction: row;
        /* Keep items in a row on large screens */
    }

    .form-control {
        width: 48%;
        /* Ensure the inputs are side by side on larger screens */
        margin-right: 4%;
        /* Add some space between form fields */
    }

    .radio-button-container {
        width: 48%;
        /* Ensure radio button container is in the same row */
    }

    .savvv {
        width: auto;
        /* Reset button width */
    }
}

.Entertext {
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    font-family: Roboto Flex;
    margin-top: 20px;
}

.inptextt {
    color: #121614;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-family: Roboto Flex;
    margin-top: 25px;
}

.form-control {
    border: 1px solid #D9D9D9;
    height: 46px;
    border-radius: 8px;
    box-shadow: none;
    margin-top: 10px;
}

.bookbtn {
    border: none;
    background: none;
}

input[type="radio"] {
    align-items: end;
    justify-content: end;
    text-align: end;
    margin-left: 30%;
}

.radio-button-container.active {
    border-color: #036951;
}

.radio-button-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid rgba(217, 217, 217, .3098039216);
    padding: 5px;
}

.radio-button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid rgba(217, 217, 217, .3098039216);
    background-color: #fcfcfc;
    height: 48px;
    margin-top: 20px;
    border-radius: 7px;
    cursor: pointer;
}

.radio-button-container.active {
    border-color: #036951;
    /* Green border when active */
    background-color: #e1f7f1;
    /* Light green background for active state */
    padding: 10px;
    border-radius: 5px;
}

/* Styling the radio button itself when selected */
.radio-button-container input[type="radio"]:checked {
    background-color: #036951;
    /* Green color for the selected radio button */
    border-color: #036951;
}

/* Optional: Customize the radio button appearance */
.radio-button-container input[type="radio"] {
    accent-color: #036951;
    /* For browsers supporting accent-color property */
}

/* second section */

/* fourth section */

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
}

.section-description {
    font-size: 18px;
    color: #666;
    text-align: left;
    margin-bottom: 20px;
}

.contact-link {
    font-size: 16px;
    color: #EC0C7E;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #0FC2BE;
}

.feature-item {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-icon {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
}

.feature-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.feature-description {
    font-size: 16px;
    color: #777;
    text-align: center;
    line-height: 1.5;
}

/* Responsive design adjustments */
@media (max-width: 768px) {

    .section-title,
    .section-description {
        text-align: center;
    }

    .feature-item {
        margin-bottom: 20px;
    }
}

/* fourth section */

/* fifth section */
.GATE {
    background-color: #515760;
    color: #fff;
    border: 1px solid #515760;
    height: 50px;
    width: 144px;
    border-radius: 12px;
    font-weight: 700;
}

.Createshipping {
    font-weight: 700;
    font-size: 32px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

/* fifth section */

/* sixth section */
.news-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.news-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

.news-subtitle {
    color: #666;
    font-size: 18px;
    margin-top: 10px;
}

.news-items {
    margin-top: 30px;

}

.news-item {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-left: 5%;
}

.news-image {
    flex: 0 0 100px;
    margin-right: 20px;
}

.news-image img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.news-content {
    flex: 1;
}

.news-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.news-content p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

.news-meta {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}


/* sixth section */

/* Footer section */

footer {
    background-color: #f8f9fa;
    padding: 40px 0;



    .first img {
        width: 23%;
    }

    .second {
        .nav-links {
            list-style: none;
            display: flex;
            flex-direction: column;
        }

        .nav-links .active {
            color: #0fc2be;
            
        }

        .nav-links a {
            color: #222222 ;
            text-decoration: none;
            font-size: 18px;
            transition: color 0.3s;

        }

        .nav-links a:hover {
            color: #0fc2be;
            text-decoration: none;
        }

        .nav-links li {
            margin: 5px 15px;
        }

    }
}

.container {
    max-width: 100%;
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.first,
.second,
.third {
    margin-top: 30px;
    text-align: center;
}

/* First Section (Logo and Social Icons) */
.first img {
    width: 25%;
    height: auto;
}

.first p {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.first .social-icons {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.first .social-icons img {
    width: 30px;
    height: auto;
    margin: 0 10px;
    transition: opacity 0.3s ease;
}

.first .social-icons img:hover {
    opacity: 0.8;
}

/* Second Section (Blog Post) */
.second h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.blog-post img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}

.blog-post-content {
    text-align: left;
}

.blog-post-content b {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}

.blog-post-content small {
    font-size: 12px;
    color: #888;
    display: block;
    margin-top: 5px;
}

/* Third Section (Newsletter) */
.third h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.third small {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    display: block;
}

.third .form-control {
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}

.third .subscri {
    border-radius: 16px;
    font-weight: 700;
    background-color: #515760;
    color: white;
    padding: 7px !important;
    border: none;
    text-align: center;
    transition: background-color 0.3s ease;
}

.third .subscri:hover {
    background-color: #3c3f45;
}

/* Footer Bottom Section */
.footer-bottom {
    background-color: #fae4fb;
    height: 60px;
    text-align: center;
    margin-top: 20px;
}

.footer-bottom p {
    color: #333;
    font-size: 14px;
    padding-top: 15px;
    margin: 0;
}

/* Media Queries for smaller screens */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .second,
    .third {
        margin-top: 20px;
    }

    .blog-post {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .blog-post img {
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

.footer-bottom {
    width: 100%;
    background-color: #fae4fb;
    padding: 10px 0;
    /* Adjusted padding for better spacing */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-bottom p {
    color: #515760;
    /* Darker color for better readability */
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

/* Footer section */