@font-face {
    font-family: merloneue-regular;
    src: url(../fonts/merloneue-regular.otf);
  }
  @font-face {
    font-family: merloneue-black;
    src: url(../fonts/merloneue-black.otf);
  }
  @font-face {
    font-family: merloneue-bold;
    src: url(../fonts/merloneue-bold.otf);
  }
  @font-face {
    font-family: merloneue-light;
    src: url(../fonts/merloneue-light.otf);
  }
  @font-face {
    font-family: merloneue-medium;
    src: url(../fonts/merloneue-medium.otf);
  }
  @font-face {
    font-family: merloneue-semibold;
    src: url(../fonts/merloneue-semibold.otf);
  }
  @font-face {
    font-family: OakSans-Black;
    src: url(../fonts/OakSans-Black.ttf);
  }
  @font-face {
    font-family: OakSans-Bold;
    src: url(../fonts/OakSans-Bold.ttf);
  }
  @font-face {
    font-family: OakSans-ExtraBold;
    src: url(../fonts/OakSans-ExtraBold.ttf);
  }
  @font-face {
    font-family: OakSans-Light;
    src: url(../fonts/OakSans-Light.ttf);
  }
  @font-face {
    font-family: OakSans-Medium;
    src: url(../fonts/OakSans-Medium.ttf);
  }
  @font-face {
    font-family: OakSans-Regular;
    src: url(../fonts/OakSans-Regular.ttf);
  }
  @font-face {
    font-family: OakSans-SemiBold;
    src: url(../fonts/OakSans-SemiBold.ttf);
  }
  
  

:root {
    --primary-color: #000758;
    --accent-color: #F5001D;
}
a {
    font-family: 'merloneue-regular';
    text-decoration: none;
}
h1,h2,h3,h4,h5{
    font-family: 'merloneue-regular';
}
p {
    font-family: 'OakSans-Regular';
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.navbar-brand img, .navbar-brand svg {
    height: 130px;
    width: 250px;
    object-fit: contain;
}

.navbar-toggler {
    border-color: rgba(255,255,255,0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
    color: #fff !important;
    font-size: 20px;
    margin: 0 30px;
}

.nav-link:hover {
    color: #f5001d !important;
}

.my-btn {
    background-color: var(--accent-color);
    color: white;
    border-radius: 25px;
    padding: 20px 54px;
    border: 1px solid;
    font-weight: 500;
    white-space: nowrap;
    border-color: #f5001d;
    transition: 0.5s !important;
    border-radius: 60px !important;
    font-family: 'merloneue-regular';
    text-transform: capitalize;
    font-size: 20px;
    display: inline-block !important; 
}

.my-btn:hover {
    background-color: transparent;
    color: red;
    border-color: red;
    transition: .5s !important;
}

.hero-section {
    background-color: #000758;
    padding: 160px 0;
    position: relative;
    border-radius: 0 0 140px 140px;
    overflow: hidden;
}

.hero-content h1 {
    font-size: 64px;
    line-height: 88px;
    color: #fff;
    font-weight: 600 !important;
    font-family: 'merloneue-semibold';
    margin-bottom: 60px;
    width: 80%;
}

.hero-content h1 span {
    background-image: url(../images/text-circle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.form-select, .form-control {
    height: 50px;
    margin-bottom: 1rem;
    border-radius: 8px;
}

.input-group-text {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: white;
}

.btn-quotes {
    background-color: var(--accent-color);
    color: white;
    height: 50px;
    width: 100%;
    border: none;
    font-weight: bold;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.3s, background-color 0.3s;
}

.btn-quotes:hover {
    background-color: #e0081d;
    transform: translateY(-2px);
}
    
.red-dots-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background-color: #000000;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    opacity: 0.1;
}

.delivery-form {
    width: 100%;
    max-width: 800px;
}

   .col-lg-5.hero-image {
    padding: 0;
}   

       
.container {
    max-width: 1490px;
}

.navbar-brand {
    padding: 0;
}

.my-btn:hover img {
    transform: rotate(45deg);
    transition: 0.5s;
}

.my-btn img {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    transition: 0.5s;
}
header.main-header {
    padding: 26px 100px;
    background-color: #000758;
}
.hero-section .container-fluid {
    padding-left: 215px;
}

.hero-section .salesman-img {
    position: absolute;
    right: 200px;
    bottom: 0;
    left: 0;
    margin-left: auto;
}
 
.hero-section p {
    color: #fff;
    opacity: 70%;
    font-size: 24px;
    margin-bottom: 50px;
}
.delivery-form select {
    font-size: 18px;
    font-family: OakSans-Regular;
    padding: 18px;
    height: auto;
    color: #000;
    border-radius: 6px;
    width: 100%;
}

.delivery-form select::placeholder {
    opacity: 70%;
}
.delivery-form input {
    background-color: #fff;
    border-radius: 6px;
    padding: 18px;
    border: 0;
    width: 100%;
    padding-left: 70px;
    font-family: 'OakSans-Regular';
    font-size: 18px;
    color: #000;
    background-image: url(../images/location-icon.svg);
    background-repeat: no-repeat;
    background-position: 15px;
}

.location-wrapper {
    position: relative;
    width: 48.5%;
    display: inline-block;
}

.location-wrapper img {
    position: absolute;
    left: 35px;
    top: 22px;
}
.location-div {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.delivery-form button.btn {
    background-color: var(--accent-color);
    color: white;
    padding: 20px 54px;
    border: 1px solid;
    font-weight: 500;
    white-space: nowrap;
    border-color: #f5001d;
    transition: 0.5s !important;
    border-radius: 6px !important;
    font-family: 'merloneue-regular';
    text-transform: capitalize;
    font-size: 20px;
    display: inline-block !important;
    margin-top: 14px;
    width: 100%;
}

.delivery-form button.btn:hover {
    background-color: #fff;
    color: #f5001d;
    border-color: #fff;
}
.delivery-form button.btn img {
    margin-left: 5px;
}

.trusted-sec {
    padding: 100px 0;
}

h2.section-title {
    text-align: center;
    color: #1E293B;
    font-family: 'merloneue-semibold';
    font-size: 44px;
    line-height: 66px;
    margin-bottom: 60px;
}

.inner-box-wrap {
    border: 1px solid #1e293b15;
    border-radius: 18px;
    padding: 40px;
    transition: 0.8s;
}

.icon-box img {
    width: 110px;
    height: 80px;
    object-fit: contain;
    object-position: left;
}

.icon-box {
    margin-bottom: 40px;
}

.box-content h4 {
    color: #1E293B;
    font-size: 24px;
    font-family: 'merloneue-semibold';
    margin-bottom: 20px;
}

.box-content p {
    color: #060606;
    opacity: 70%;
    font-family: 'OakSans-Regular';
    font-size: 18px;
    line-height: 36px;
}

.inner-box-wrap:hover {
    background-color: #000758;
    transition: 0.3s !important; 
}

.inner-box-wrap:hover * {
    color: #fff;
}

.video-sec video {
    height: 838px;
    aspect-ratio: 745/419;
    border-radius: 40px;
}
.abt-img img {
    width: 100%;
}


section.about-sec {
    padding: 100px 0;
}

section.about-sec p {
    font-size: 24px;
    color: #060606;
    opacity: 70%;
    text-align: center;
    line-height: 50px;
    margin-bottom: 50px;
}

.abt-img {
    margin-top: 100px;
}
.service-sec .container-fluid {
    padding: 100px 165px;
    background-color: #000758;
    border-radius: 80px;
    overflow: hidden;
    padding-bottom: 200px;
}
.service-sec {
    padding: 0 50px;
    text-align: center;
}

.service-sec h2.section-title {
    color: #fff;
}

.service-sec .slider-container img {
    width: 100%;
    border-radius: 18px;
    height: 450px;
    object-fit: cover;
}
.service-sec .slick-slide {
    padding: 0 15px; /* Adds spacing between slides */
}

.service-sec .slider-container .slick-slide a::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.50) 100%);
       position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.service-sec .slider-container .slick-slide a {
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
}
 
.service-sec .slider-container h4 {
    color: #fff;
    font-size: 24px;
    font-family: 'merloneue-semibold';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin-bottom: 30px;
}

section.service-sec .slick-list {
    overflow: visible;
}

.service-sec .slick-slide:nth-child(even) {
    position: relative;
    bottom: -80px;
}

.service-sec ul.slick-dots {
    bottom: -168px;
}


.service-sec .slick-dots li button:before {
        color: #fff !important;
        opacity: 10%;
        border-radius: 50%;
        font-size: 10px;
}

.service-sec .slick-dots li.slick-active button:before {
     background-color: #012169;
     opacity: 1;
     border-radius: 50%;
     outline: 2px solid #F5001D;
     color: #F44336 !important;
     line-height: 23px;
}

/* Reviews Area */
.reviews-sec {
    padding: 100px 0 0;
}
.reviews-sec .container{
    border-bottom: 1px solid #D9D9D9;
    padding: 100px 0;
}
h2.section-title span {
    color: #F5001D;
}
.testimonial-card {
    padding: 25px;
    margin: 2px 20px 30px;
    border-radius: 18px;
    border: 1px solid rgba(30, 41, 59, 0.25);
    box-shadow: 0 4px 6px rgb(0 0 0 / 3%);
    transition: 0.5s;
}
.stars {
    color: #FACC15;
    font-size: 25px;
}

.stars .fa-star {
    margin-right: 2px;
}
.testimonial-text {
    color: #555;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
}
.profile {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.profile img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}
.profile-name {
    font-weight: bold;
}
.testimonial-card:hover {
    background: #1E293B;
    transition: 0.5s;
}

.testimonial-card:hover p {
    color: #fff;
}

.testimonial-card:hover .profile-name {
    color: #fff;
}
.reviews-sec .slick-dots li button:before {
    font-size: 9px;
}

.reviews-sec .slick-dots li.slick-active button:before {
     background-color: #ffffff;
     opacity: 1;
     border-radius: 50%;
     outline: 2px solid #F5001D;
     color: #F44336 !important;
     line-height: 23px;
}
/* Deliveries */

.deliveries-sec h2.section-title {
    margin-bottom: 10px;
    text-align: left;
}

.deliveries-sec {
    padding: 100px 0;
}


.deliveries-sec .container {
    max-width: 1240px;
}

.deliveries-sec .deliveries-content {
    padding-right: 5%;
}
.deliveries-sec .deliveries-content p,.deliveries-sec .deliveries-content li {
    color: #060606;
    line-height: 36px;
    font-size: 18px;
    font-family: 'OakSans-Regular';
    opacity: 70%;
}

.deliveries-sec .deliveries-content li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
}

.deliveries-sec .deliveries-content li:before {content: "\f058";font-family: "Font Awesome 6 Free";position: relative;margin-right: 15px;color: #F5001D;}

.deliveries-sec .deliveries-content ul {
    margin-top: 40px;
    padding: 0;
}
.delivery-box {width: 470px;margin: 0 auto;display: block;background-color: #012169;padding: 30px;border-radius: 18px;}

.delivery-box * {color: #fff;}

.delivery-box img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
}

.delivery-box h4 {
    color: #fff;
    font-family: 'merloneue-medium';
    font-size: 32px;
    margin-bottom: 30px;
}

.delivery-box .delivery-points li {
    position: relative;
    font-family: 'OakSans-Regular';
    font-size: 22px;
    list-style: none;
    padding-left: 40px;
    color: #ffffff70;
}

.delivery-box .delivery-points li:before {
    content: url(../images/location-marker.svg);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #012169;
    opacity: 100% !important; 
    padding-top: 15px;
    padding-bottom: 60px;
}

.delivery-box .delivery-points {
    padding: 0;
    display: grid;
    gap: 60px;
    position: relative;
}
.delivery-box .delivery-points:before {
    content: "";
    width: 3px;
    border-left: 2px dashed #F5001D;
    position: absolute;
    left: 13px;
    top: 50px;
    bottom: 70px;
}
a.buy-btn {
    background-color: var(--accent-color);
    color: white;
    border-radius: 25px;
    padding: 7px 45px;
    border: 1px solid;
    font-weight: 500;
    white-space: nowrap;
    border-color: #f5001d;
    transition: 0.5s !important;
    border-radius: 60px !important;
    font-family: 'merloneue-semibold';
    text-transform: capitalize;
    font-size: 32px;
    margin-left: auto;
    display: block;
    width: 50%;
    margin-top: 30px;
}

a.buy-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f5001d;
}
.deliveries-sec .slick-dots li button:before {
    font-size: 9px;
}

.deliveries-sec .slick-dots li.slick-active button:before {
     background-color: #ffffff;
     opacity: 1;
     border-radius: 50%;
     outline: 2px solid #F5001D;
     color: #F44336 !important;
     line-height: 23px;
}

.deliveries-sec .slick-dots {
    bottom: -50px; 
}
.accordion-button {
            background-color: #fff;
            color: #012169;
            font-weight: bold;
            border: none;
            box-shadow: none;
        }

        .accordion-button:not(.collapsed) {
            background-color: #012169;
            color: #fff;
        }

        .accordion-button:focus {
            box-shadow: none;
        }

        .accordion-item {
            border-radius: 6px;
            margin-bottom: 20px;
            border: 0;
        }

section.faq-section h2 {
    color: #1E293B;
    font-family: 'merloneue-semibold';
    font-size: 44px;
    margin-bottom: 50px;
}

section.faq-section h2.accordion-header {
    color: #012169;
    font-family: 'OakSans-Semibold';
    font-size: 20px;
    line-height: normal;
    margin: 0;
    border: 1px solid #f5001d10;
    border-radius: 10px !important; 
    overflow: auto;
}
section.faq-section h2.accordion-header button {
    font-size: 20px;
    font-family: 'OakSans-Semibold';
    padding: 30px !important; 
}

section.faq-section .accordion-body {
    border: 0 !important;
    color: #060606;
    opacity: 70%;
    font-family: 'OakSans-Regular';
    font-size: 18px;
    line-height: 36px;
    padding: 30px;
}
.accordion-button::after {
            content: '\f067'; /* Plus icon */
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            transition: transform 0.2s ease-in-out;
            background: none;
            color: #F5001D;
        }

        .accordion-button:not(.collapsed)::after {
            content: '\f068'; /* Minus icon */
            color: #fff;
        }
.faq-section  .my-btn {
    margin-top: 50px;
}

section.faq-section {
    padding-bottom: 120px;
}

/* Footer Sec */
.footer-custom {
    background-color: #002429;
}
.footer-custom .ftr-logo {border-right: 1px solid #ffffff10;padding-top: 110px;}

.footer-custom .ftr-logo img {
    width: 240px;
    height: 135px;
    object-fit: contain;
}

.footer-custom {
    background-image: url(../images/ftr-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.ftr-contnt {padding-top: 110px;padding-left: 70px;}

.ftr-contnt h4 {
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-family: 'merloneue-semibold';
    margin-bottom: 30px;
}

.ftr-nav {
    padding: 0;
}

.ftr-nav li {
    list-style-type: none;
    margin-bottom: 20px;
}

.ftr-nav a {
    font-size: 18px;
    color: #fff;
    opacity: 70%;
    font-family: 'OakSans-Regular';
    font-weight: 400;
    transition: 0.5s;
}

.news-letter-hd {
    display: flex;
    align-items: center;
}

.news-letter-hd h4 {
    font-size: 24px;
    width: 50%;
}

.news-letter-hd p {
    opacity: 50%;
    width: 50%;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    text-align: right;
}
.ftr-second-row {
    margin-top: 70px;
}

.news-letter form {
    display: flex;
    align-items: center;
    position: relative;
}

.news-letter input {
    height: 64px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    border: 0;
    border: 1px solid #ffffff20;
}

.news-letter input::placeholder {
    color: #fff;
    opacity: 50%;
    font-size: 14px;
}

.news-letter button {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: 0.5s;
}

.news-letter button img {
    height: 18px;
    width: 18px;
    object-fit: contain;
}

.news-letter button:hover {
    background-color: transparent;
    transform: translate(0px, -5px);
    transition: 0.5s;
}

.ftr-contnt p {
    color: #fff;
}

.ftr-second-row p {
    opacity: 70%;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
}

.copy-right .social-icon {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: baseline;
    margin: 0;
}

.copy-right .social-icon a {
    background-color: #F5001D;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    transition: 0.5s;
}

.copy-right .social-icon a i {font-size: 15px;}

.copy-right .social-icon li {
    margin-right: 15px;
}

.copy-right .row {
    align-items: center;
}

.copy-right {
    padding: 24px 0;
    border-top: 1px solid #ffffff10;
    margin-top: 100px;
}

.copy-right p {
    margin: 0;
    text-align: right;
}

.copy-right .social-icon a:hover {
    background-color: transparent;
    border: 1px solid #fff;
    transition: 0.5s;
}
.ftr-nav a:hover {
    opacity: 100%;
    transition: 0.5s;
}
.copy-right a {
    color: #F5001D;
}

/* Responsive Styles for MacBook and Small Desktop */
@media (min-width: 1280px) and (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }

    /* Hero Section */
    .hero-content h1 {
        font-size: 42px;
        line-height: 1.3;
    }

    .hero-content p {
        font-size: 18px;
    }

    .delivery-form {
        padding: 30px;
    }

    /* Services Section */
    .service-box {
        padding: 25px;
    }

    .service-box h4 {
        font-size: 20px;
        margin: 15px 0;
    }

    /* Reviews Section */
    .testimonial-card {
        padding: 25px;
    }

    .testimonial-text {
        font-size: 15px;
        line-height: 1.6;
    }

    .testimonial-author {
        font-size: 16px;
    }

    /* Recent Deliveries */
    .delivery-box {
        padding: 25px;
    }

    .delivery-box h4 {
        font-size: 20px;
        margin: 15px 0;
    }

    .delivery-points li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .buy-btn {
        padding: 10px 25px;
        font-size: 16px;
    }

    /* FAQ Section */
    .faq-section h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .accordion-button {
        font-size: 16px;
        padding: 15px 20px;
    }

    .accordion-body {
        font-size: 15px;
        padding: 15px 20px;
    }

    /* Footer */
    .footer-custom {
        padding-top: 60px;
    }

    .ftr-nav li a {
        font-size: 15px;
    }

    .news-letter h4 {
        font-size: 24px;
    }

    .news-letter p {
        font-size: 14px;
    }

    .news-letter input {
        height: 56px;
        font-size: 15px;
    }

    .copy-right .social-icon a {
        height: 45px;
        width: 45px;
    }

    .copy-right {
        margin-top: 80px;
    }
}

/* Specific MacBook Pro 13" adjustments */
@media (min-width: 1280px) and (max-width: 1440px) {
    .container {
        max-width: 1140px;
    }

    /* Hero Section */
    .hero-content h1 {
        font-size: 38px;
    }

    .hero-section {
        padding: 60px 0;
    }

    /* Services Section */
    .service-box {
        padding: 20px;
    }

    /* Reviews Section */
    .testimonial-card {
        padding: 20px;
    }

    /* Footer */
    .footer-custom {
        padding-top: 50px;
    }

    .news-letter input {
        height: 52px;
    }
}

/* Tablet Devices */
@media (min-width: 768px) and (max-width: 1279px) {
    .container {
        max-width: 960px;
    }

    /* Header */
    header.main-header {
        padding: 15px 30px;
    }

    .navbar-brand img {
        height: 100px;
        width: 200px;
    }

    .nav-link {
        font-size: 16px;
        margin: 0 15px;
    }

    /* Hero Section */
    .hero-section {
        padding: 80px 0;
        border-radius: 0 0 80px 80px;
    }

    .hero-content h1 {
        font-size: 36px;
        line-height: 1.4;
        margin-bottom: 30px;
        width: 100%;
    }

    .delivery-form {
        width: 100%;
        max-width: 100%;
    }

    .form-container {
        padding: 20px;
    }

    /* Services Section */
    .service-box {
        padding: 15px;
    }

    .service-box h4 {
        font-size: 18px;
    }

    /* Reviews Section */
    .testimonial-card {
        padding: 20px;
    }

    /* Footer */
    .footer-custom .ftr-logo {
        padding-top: 50px;
    }

    .ftr-nav li a {
        font-size: 14px;
    }

    .news-letter h4 {
        font-size: 20px;
    }
}

/* Mobile Devices */
@media (max-width: 767px) {
    /* Header */
    header.main-header {
        padding: 10px 15px;
    }

    .navbar-brand img {
        height: 80px;
        width: 160px;
    }

    /* Hero Section */
    .hero-section {
        padding: 40px 0;
        border-radius: 0 0 40px 40px;
    }

    .hero-content {
        padding: 20px;
    }

    .hero-content h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
        width: 100%;
    }

    .delivery-form {
        width: 100%;
        max-width: 100%;
    }

    .form-container {
        padding: 15px;
    }

    .location-div {
        flex-direction: column;
    }

    .location-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    /* Layout adjustments */
    .col-lg-7.hero-content,
    .col-lg-5.hero-image {
        width: 100%;
    }

    .hero-image img {
        max-height: 200px;
        margin: 20px auto;
        display: block;
    }

    /* Services Section */
    .service-box {
        padding: 10px;
        margin-bottom: 15px;
    }

    .service-box h4 {
        font-size: 16px;
    }

    /* Reviews Section */
    .testimonial-card {
        padding: 15px;
        margin-bottom: 15px;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Footer */
    .footer-custom {
        padding-top: 30px;
    }

    .footer-custom .ftr-logo {
        padding-top: 30px;
        border-right: none;
        text-align: center;
    }

    .ftr-logo img {
        width: 180px;
        height: 100px;
    }

    .ftr-nav {
        margin-bottom: 20px;
    }

    .ftr-nav li a {
        font-size: 14px;
    }

    .news-letter {
        padding: 15px;
    }

    .news-letter h4 {
        font-size: 18px;
    }

    .news-letter input {
        height: 45px;
    }

    .copy-right {
        margin-top: 30px;
        text-align: center;
    }

    .copy-right .social-icon {
        justify-content: center;
        margin-bottom: 15px;
    }

    .copy-right p {
        text-align: center;
    }

    /* Button Adjustments */
    .my-btn {
        padding: 15px 30px;
        font-size: 16px;
    }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 24px;
    }

    .delivery-form {
        padding: 10px;
    }

    .form-container {
        padding: 10px;
    }

    .location-wrapper input {
        font-size: 14px;
    }

    .my-btn {
        padding: 12px 25px;
        font-size: 14px;
    }

    .service-box h4 {
        font-size: 14px;
    }

    .footer-custom h4 {
        font-size: 16px;
    }
}