:root {
    --primary-color: #FF02B5;
    --hover-color: #212121;
}



@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



.brandon-light {
    font-family: "Inter", sans-serif;
}

h1 {
    font-family: "Inter", sans-serif;
}

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

body {
    font-family: "Inter", sans-serif;
    color: #fff !important;
}

.container {
    /* max-width: 1024px; */
}

.btn {
    border-radius: 0;
    background-color: var(--primary-color);
    color: #fff;
    transition: all .5s;
    font-weight: bold;
    border: 1px solid var(--primary-color);
    padding: 7px 21px;
}

.btn:hover {
    background-color: var(--hover-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}
.home-section {
    position: relative;
    /* background-image: url('../img/banner-01.png'); */
    background: linear-gradient(to bottom, #252233, #252136);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
}

.navbar {
    background-color: #DAEFFE;
    /* border: 1px solid #ccc; */
    width: 75%;
    margin: 0px auto;
    border-radius: 75px;
    height: auto;
    z-index: 2;
    color: #010101;
    padding: 10px 20px;
}
.navbar-brand img {
    height: 65px;
    width: 260px;
    object-fit: scale-down;
}

.nav-link {
    color: #010101;
}

.nav-link.active {
    color: #ffff !important;
    font-weight: bold;
}

.nav-link {
    margin-right: 15px;
}

.last {
    margin-right: 0;
}

.search-bar {
    display: flex;
    align-items: center;
    position: relative;
    border: 2px solid #3361AC;
    border-radius: 6px;
}

#search-input {
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-right: 1px; /* Space for the icon */
}

#search-button {
    position: absolute;
    right: 20px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px 10px;
    color: #333;
    border-left: 2px solid #3361AC;
}

#search-button i {
    font-size: 16px;
    color: #3361ac;
}

#search-input:focus {
    border-color: #007bff;
    outline: none;
}

#search-button:focus {
    outline: none;
}
input#search-input::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}


/* ======================BANNER CSS START====================== */
.home-section {
    position: relative;
}
div#homee {
    padding: 40px 0px 0;
    position: relative;
    background: #fff;
}

.about_line {
    position: relative;
}
.about_line::after {
    position: absolute;
    background-color: #4d6c8b;
    width: 3px;
    height: 350px;
    content: '';
    top: -180px;
    right: 30px;
}

section.banner-01 {
    position: relative;
    padding: 90px 0;
    /* background-image: url(../img/slider-1.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
    height: 100vh;
    margin: -140px 0 0 0;
    background: #F0F8FE !important;
}

section.banner-01::after {
    content: '';
    position: absolute;
    inset: 0; /* shorthand for top: 0; left: 0; right: 0; bottom: 0; */
     /* soft black overlay */
    z-index: 0;
}

/* Ensure content stays above overlay */
section.banner-01 > * {
    position: relative;
    z-index: 1;
}
section.banner-01 .container {
    z-index: 2;
    position: relative;
}
.banner-content-img img {
    width: 25%;
    height: 150PX;
    position: absolute;
}
.banner-images img {
    width: 80%;
    height: auto;
    object-fit: scale-down;
    margin: 0 0 0 auto;
    display: block;
}

.banner-content h3 {
    font-size: 50px;
    color: #010101;
    font-weight: 800;
}
.banner-content h4 {
    font-size: 50px;
    color: #317FB6;
    font-weight: 800;
}
.banner-content h6 {
    font-size: 38px;
    color: #010101;
    font-weight: 700;
}
.banner-content h6 span {
    color: #317FB6;
}
/* ======================BANNER CSS END======================== */
/* ======================ABOUT CSS START======================== */
div#about {
    margin: 60px 0 0px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.about-paragraph p {
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 22px;
    color: #909090;
}
.about_content_box h4 {
    font-size: 28px;
    font-weight: 700;
}
.about_content_box h4 span {
    color: #317FB6;
}
/* ======================ABOUT CSS END======================== */
/* ======================KEY FEATURES CSS START======================== */
.key-features {padding: 35px 0px;}
.key-box h4 {
    font-size: 20px;
    font-weight: 700;
}


/* =================FOOTER CSS START================== */
.footer {
    background: #4d6c8b;
    padding: 55px 0px 1px !important;
}

.mx-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}





.about-title {
    text-align: center;
    padding: 10px 0 20px;
}
.about_img img {
    width: 100%;
    height: auto;
}
.free-text ul li img {
    width: 150px;
    height: auto;
    object-fit: scale-down;
}
.about-title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}
.about-paragraph p {
    color: #fff;
    font-size: 14px;
    font-weight: 300 !important;
    font-family: roboto;
    padding: 10px 0 0px 0px;
}


.key-box {
    background: #4D6C8B;
    padding: 20px 20px;
    color: #fff;
    border-radius: 9px;
    margin: 10px 0;
}
div#pricing {color: #fff;}
.serv-box img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}
.serv-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.serv-box h4 {
    font-size: 18px;
    padding: 8px 10px;
    font-weight: 600;
}
.form input {
    width: 100%;
    height: 40px;
    margin: 10px 0px;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 4px #ccc;
}
textarea {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 4px #ccc;
    margin: 10px 0;
    height: 120px;
}

button.form-btn {
    border: #4d6c8b;
    padding: 9px 30px;
    border-radius: 8px;
    background: #4d6c8b;
    color: #fff;
}
.banner-content-btn a {
    padding: 10px 40px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to bottom, #1E1289, #00A1F9);
}
h2 {
    font-size: 50px;
    font-weight: 700;
}
.banner-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 26px;
    color: #323232;
}
.about-paragraph h2 {
    font-size: 40px;
    margin: 20px 0;
    color: #0F1F08;
}
.contact-content p {
    font-size: 21px;
}
.free-text ul li {
    list-style: none;
    display: inline-block;
    margin: 0 7px 0 0;
}
.free-text ul {
   padding: 0;
   margin: 0;
}
.privacy-text h1 {
    font-size: 50px;
    font-weight: 800;
}
.banner-content {
    color: #fff;
}
a.register {
    background: #ACD102;
    padding: 10px 26px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    margin-left: 200px;
}
.hero-center img {
    position: absolute;
    top: 110px;
    right: 275px;
    left: 0;
    margin: 0 auto;
    width: 300px;
}
a.register i {
    margin-left: 10px;
    transform: rotate(45deg);
}
.banner-content-btn a i {
    margin-left: 10px;
    transform: rotate(45deg);
}
.hero-center-02 img {
    margin: -50px 310px;
    width: 125px;
    position: absolute;
    opacity: 0.5;
}




.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    overflow: hidden;
  }

  .slider__btns {
    position: absolute;
    bottom: -60px;
    width: 33%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    display: flex;
    right: 55px;
}

/* Style navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    color: white !important;
    padding: 6px;
    border-radius: 50%;
    width: 45px !important;
    font-size: 14px !important;
}

/* Style pagination to be at the bottom and use numbers */
.swiper-pagination {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #010101;
}

/* Add active state styles for pagination */
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #007bff;
    color: #fff;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex
;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
}
.swiper-button-next, .swiper-button-prev {
    margin-top: -40px !important;
    z-index: 99999 !important;
}
.rating-main {
    /* background: #00A1F966; */
    display: flex;
    justify-content: space-between;
    padding: 16px 30px;
    border-radius: 65px;
    color: #fff;
    align-items: center;
    background: linear-gradient(to bottom, rgba(4, 99, 151, 0.4), rgba(0, 161, 249, 0.4));
    box-shadow: inset 0px 4px 10px rgb(0 161 249 / 92%);
}
.rating {
    padding: 60px 0 40px;
}
.rating-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rating-icon img {
    width: 50px;
}
.rating-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background: linear-gradient(to bottom, #2737CF66, #00A1F980);
}
.rating-text h4 {
    font-size: 34px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0px;
}
.rating-text p {
    font-size: 16px;
    margin: 0;
}
.about-paragraph h5 {
    color: #257830;
    font-size: 20px;
    font-weight: 600;
}
.about-paragraph strong {
    color: #00A1F9;
    font-size: 18px;
    font-weight: 600;
}
div#services {
    background: linear-gradient(45deg, #252233, #252136);

}
.about-paragraph {
    color: #fff;
}
.loyality-box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 10px 0 30px;
}
.loyality-text h6 {
    color: #00A1F9;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.loyality-text p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.loyality-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: linear-gradient(to bottom, #2737CF66, #00A1F980);
    padding: 30px;
}
.loyality-icon img {
    width: 40px;
    object-fit: scale-down;
}
.light-bg {
position: relative;
}

.future-box {
    background: #26293B;
    padding: 70px 20px;
    border-radius: 12px;
    margin: 10px 0px;
}
.future-box h5 {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}
.future-box img {
    width: 35px;
    display: flex;
    justify-content: end;
    text-align: end;
    margin: -30px 0 0 auto;
}
.future-box p {
    margin: 0;
}
.future-box a i {
    color: #ccc;
    font-size: 14px;
    transform: rotate(90deg);
    padding: 7px 8px;
}
.future-box a i:hover {
    padding: 7px 8px;
    background: #35b5fb;
    border-radius: 50px;
    border: 1px solid #ccc;
}
.about-title h5 {
    color: #00A1F9;
}
div#pricing .container {
    position: relative;
    z-index: 2;
}

.light-bg-02 {
    position: relative;
    }
    .light-bg-02::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/before.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 0;
        opacity: 0.5;
        filter: blur(50px);
    }
.sign-up {
    position: relative;
    }
    .sign-up::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/signup-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 0;
        opacity: 0.5;
    }
    div#sign-up .container {
        position: relative;
        z-index: 2;
    }

    .about-paragraph input::placeholder {
        color: #fff;
    }

    .about-paragraph input {
        background-color: #1E4169;
        border: 1px solid #444;
        color: #fff;
        position: relative;
    }

    .about-paragraph .btn-primary {
        padding: 10px 40px;
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        border: none;
        background: linear-gradient(to bottom, #1E1289, #00A1F9);
    }

    .about-paragraph .btn-primary:hover {
        background-color: #00A1F9;
    }
    .story-title p {
        width: 30%;
    }
 .story-bg {
    position: relative;
    background-image: url('../img/story-bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 94%;
    margin: 0 auto;
    padding: 30px 60px;
    z-index: 1;
    overflow: hidden;
}

.story-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Adjust opacity as needed */
    z-index: 0; /* Keep it below the content */
    overflow: hidden;
    border-radius: 15px;
}

/* Make sure the inner content of .story-bg is above the overlay */
.story-bg > * {
    position: relative;
    z-index: 2;
}
    .story-bg .container {
        position: relative;
        z-index: 2;
        }

        .story-row {
            margin-top: 130px;
        }
        .story-boxx {
            text-align: center;
            background: rgba(7, 74, 111, 0.7); /* Transparent background with a slight color */
            border: 1px solid rgba(13, 105, 163, 0.5); /* Semi-transparent border */
            border-radius: 10px; /* Rounded corners */
            padding: 70px 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
            backdrop-filter: blur(10px); /* Frosted glass effect */
            -webkit-backdrop-filter: blur(10px); /* For Safari */
        }

        div#tesimonials {
            text-align: center;
        }
        div#tesimonials .story-title p {
            width: 100%;
        }

        .swiper-slide {
            display: flex;
            justify-content: center;
          }
          .testimonials .shadow {
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
          }
          .custtom-testimoails .swiper-slide {
            width: 32%;
        }
        .custtom-testimoails {
            display: flex;
            justify-content: space-between;
            width: 100%;
            overflow: hidden;
        }

        .footer {
            color: white;
            font-size: 14px;
            background: #020B2F !important;
          }
          .footer a:hover {
            text-decoration: underline;
          }
          .footer ul li {
            padding: 0 10px;
          }
          .testimonails-box {
              background: linear-gradient(to bottom, rgba(4, 99, 151, 0.4), rgba(0, 161, 249, 0.4));
              box-shadow: inset 0px 4px 10px rgba(0, 161, 249, 0.6) !important;
        }

        .text-primary {
            color: #00A1F9 !important;
        }
        .social-links ul li {
            list-style: none;
            display: inline;
            padding: 0 10px;
        }
        .social-links ul li a {
            border: 1px solid;
            padding: 10px 15px;
            border-radius: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            text-decoration: none;
            height: 40px;
        }

        .social-links ul {
            display: flex;
            justify-content: end;
            align-items: center;
        }
        .input-group-text {
            display: flex;
            align-items: center;
            padding: 0.375rem 0.75rem;
            background: transparent;
            border: none;
            cursor: pointer;
            position: absolute;
            right: 0;
        }

.input-group-text i {
    font-size: 1.2rem;
    color: #fff;
}

#aboutt {
    position: relative;
}
#aboutt .container {
    position: relative;
    z-index: 2;
}
#aboutt:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/shadow.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.7;
    filter: blur(50px);
}
.heroo-centerr {
    position: absolute;
    bottom: -80px;
}
.heroo-centerr img {
    width: 50px;
    margin: 0 0 0 -50px;
}
.about_img.fun__img img {
    z-index: 2;
    position: relative;
}


.modal-content {
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #1E1289, #00A1F9);
}


.modal-header {
    border-bottom: 2px solid #fff;
    text-align: center;
}

.modal-header .modal-title {
    font-weight: bold;
    font-size: 1.5rem;
}


.modal-body {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* Input Fields Style */
.form-control {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background-color: #00A1F9;
    border-color: #1E1289;
    border-radius: 8px;
    font-weight: bold;
}


.btn-primary:hover {
    background-color: #1E1289;
    border-color: #00A1F9;
}


.form-label {
    font-weight: 600;
    color: #fff;
}


.btn-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    opacity: 1;
    z-index: 1050;
}

.btn-close:hover {
    color: #ff0000;
}
span.waste-span {
    background: #8181815e;
    padding: 10px 10px;
    margin-bottom: 20px !important;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 400;
}
.banner-content {
    color: #fff;
    width: 85%;
}
.banner-content h2 {
    font-size: 50px;
    margin: 20px 0;
    color: #183B56;
}
.banner-content-btn {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.banner-content-btn a {
    margin-left: 0;
    background: transparent;
    padding: 0 0;
}
.banner-content-btn .register img {
    height: 50px;
    transition: transform 0.3s;
}

.banner-content-btn .register:hover img {
    transform: scale(1.05);
}

.custtom-marque {
    background-color: #FFD197;
    height: 120px; /* You can change to 100px or 150px */
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
 }

 .custtom-marqu ul {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: marquee 20s linear infinite;
 }

 .custtom-marqu li {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    color: #252525;
 }

 .custtom-marqu li::before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #010101;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
 }

 /* Marquee animation */
 @keyframes marquee {
    0% {
       transform: translateX(100%);
    }
    100% {
       transform: translateX(-100%);
    }
 }


 .light-bg {
    background-color: #fdfdfc;
  }

  .section-subtitle {
    color: #026937;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 40px;
    font-weight: 700;
    color: #2B44A1;
    line-height: 1.3;
  }

  .about-description {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.6;
  }

  .info-card {
    background-color: #F8EEE6 !important;
    border-left: 4px solid #026937;
  }



  .info-card-sm {
    background-color: #F8EEE6 !important;
  }

  .object-fit-cover {
    object-fit: cover;
  }

  @media (max-width: 767.98px) {
    .info-card, .info-card-sm {
      text-align: center;
    }
  }
  p.card-text {
    color: #010101;
}
h5.card-title {
    color: #010101;
}
h6.mb-1 {
    color: #010101;
}
p.mb-0.small {
    color: #010101;
}

.service-card {
    transition: 0.3s ease;
  }
  .service-card:hover {
    transform: translateY(-5px);
  }

  textarea.form-control {
    resize: none;
  }
  section.services-grid {
    background: #AAD10280 !important;
    color: #010101;
}

.service-card-box {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.5s ease;
  }

  .service-card-img {
    flex: 0 0 270px;
  }

  .service-card-img img {
    width: 350px !important;
    height: auto;
  }

  .service-card-text {
    flex: 1;
  }

  .service-card-text h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .service-card-text p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
  }
  a.success {
    color: #010101;
    font-size: 18px;
    font-weight: 600;
}
.stat-box h4 {
    font-size: 28px;
    color: #D79E58;
    margin: 14px 0;
}
.stat-box {
    border: 2px solid #d79e58;
    background: transparent !important;
}
p.pera {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
small.badge {
    background: linear-gradient(to right, #8f898900, #6666669e);
    padding: 14px 36px !important;
}
a.green-btn {
    background: linear-gradient(#75BF10, #486B20);
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 20px !important;
}
button.green-btn {
    background: #2B44A1;
    color: #fff;
    padding: 5px 20px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 20px !important;
    border: none;
    width: 100%;
}
section.cta-banner {
    width: 85%;
    margin: 50px auto;
    border-radius: 15px;
    padding: 50px 0 !important;
}
.footer-input input {
    width: 300px;
    height: 50px;
    margin: 6px 0 !important;
}
button.green-btn {
    margin: 6px 0 !important;
    width: 100px;
    height: 60px;
}
.footer ul li {
    padding: 8px 0px;
}
.service-card-box:hover {
    background: #B4DC7A;
}
.d-felx {
    display: flex;
    gap: 14px;
}



.hero-img img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}
.about-text p {
    color: #323232;
    font-size: 18px;
}
.about-img img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}
#servicesSlider {
    transition: transform 0.5s ease;
  }
/*  div#servicesSlider {*/
/*    overflow-x: auto !important;*/
/*}*/
.mt-3.center-bar {
    width: 80% !important;
    margin: 0 auto;
}
.top-50 {
    top: 98% !important;
}
button.btn.btn-light.position-absolute.top-50.end-0.translate-middle-y.shadow {
    right: 0px !important;
    background: #fff;
    border: none;
    border-radius: 50px;
    font-size: 24px;
    color: #000;
}
button.btn.btn-light.position-absolute.top-50.start-0.translate-middle-y.shadow {
    left: 0px !important;
    background: #fff;
    border: none;
    border-radius: 50px;
    font-size: 24px;
    color: #000;
}
.overflow-hidden.px-2 {
    padding: 5px 0 26px;
}
input.form-control {
    padding: 16px 10px;
    border: 1px solid #2b44a1;
}
textarea.form-control {
    border: 1px solid #2b44a1;
}

input.form-control::placeholder {
    color: #2b44a1;
}
textarea.form-control::placeholder {
    color: #2b44a1;
}
.contact-form-img img {
    width: 100%;
    height: 700px;
    object-fit: scale-down;
    margin-bottom: -14px;
}
.qr-img img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
    margin-left: -20px;
}
.limit-content span {
    font-size: 70px;
    background: linear-gradient(90deg, #AAD102, #D6DAC2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 800;
    margin-top: -40px;
}
.limit-content {
    padding: 0 40px 0px;
}
.limit-content h4 {
    font-size: 50px;
    font-weight: 700;
    padding: 0px 0 14px;
    letter-spacing: 3px;
    margin-top: -40px;
}
.limit-content p {
    font-size: 18px;
}
.limit-content p small {
    color: #AAD102;
    font-size: 18px;
}

section.footer {
    position: static !important;
    z-index: 1;
    bottom: 0px;
    right: 40%;
}
div#app {
    position: relative;
    height: auto !important;
}
.float-start {
    float: inherit !important;
}

.gallery-grid .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 6px #cccc;
    margin: 0px 0px 14px 0px;
}

.gallery-grid .gallery-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* IMPORTANT */
    transition: transform 0.5s ease;
}

/* Optional hover zoom */
.gallery-grid .gallery-item:hover img {
    transform: scale(1.05);
}

/* Overlay optional (light) */
.gallery-grid .gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.05);
    opacity: 0;
    transition: 0.3s;
}

.gallery-grid .gallery-item:hover::after {
    opacity: 1;
}
.gallery-item.gitem-05 {
    margin-top: -210px;
}
.gallery-item.gitem-06 {
    margin-top: -110px;
}
.gallery-item.gitem-04 {
    margin-top: -20px;
}
.footer-social li a {
    color: #fff;
}
.service-img {
    height: 240px;               
    background: #f5f5f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
/* Image */
.service-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;           
    transition: transform 0.4s ease;
}
.qr-img p {
    margin: -30px 10px 0 0px;
}
/* Hover effect (optional) */
.service-card:hover img {
    transform: scale(1.05);
}
.qr-img {
    text-align: center;
    font-size: 20px;
    margin: 0;
}
.limit-content a {
    background: #abd106;
    padding: 10px 30px;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
}
.qr-img a {
    background: #2B44A1;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 20px !important;
    border: none;
    width: 100%;
}

