* {
    margin: 0;
    padding: 0;
}

body {
    max-width: 2048px;
    margin: auto;
}

.navbar {
    padding-inline: 20px;
    padding-block: 20px;
}

.logo {
    width: 150px;
    object-fit: contain;
}

.collapse.navbar-collapse,
.rightside {
    padding-top: 15px;
}

.navbar-collapse {
    flex-grow: 0;
}

.have_dropdwn {
    position: relative;
}

a {
    color: black !important;
    text-decoration: none !important;
}

.navDropdown {
    position: absolute;
    top: 100%;
    right: 10px;
    display: none;
    min-width: 100px;
    z-index: 12;
}

.have_dropdwn:hover>.navDropdown {
    display: block;
}

.navDropdown:hover {
    display: block;
}

.dropdownIcon {
    display: block;
    text-align: right;
    font-size: 25px;
    opacity: 0.5;
    margin: 0;
    padding: 0;
}

.dropdownMenu {
    background-color: white;
}

.dropdownMenuLink {
    display: block;
    padding: 10px 20px;
    padding-left: 10px;
}

.dropdown-divider {
    width: 100%;
    height: 1px;
    background-color: lightgray;
}

.dropdownLink {
    margin-block: 10px;
    color: black;
}

.dropdownMenu-search {
    top: 100%;
}

.SearchCan {
    position: relative;
}

.SearchCan>input {
    box-shadow: none;
    min-width: 300px;
    padding-inline: 10px;
    padding-right: 30px;
    outline: none;
    border-color: black;
}

.SearchCan>input:focus {
    border-color: black;
    box-shadow: none;
    outline: none;
}

.SearchCan>button {
    all: unset;
    color: black;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.navbar-toggler {
    outline: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    outline: none !important;
    border: none !important;
}

.SustainabilityCan {
    padding: 50px;
    width: 90%;
    max-height: 80vh;
    overflow: auto;
    margin: auto;
    background-color: white;
}

.Sustainability {
    padding-top: 40px;
    width: 100vw;
    position: fixed;
    right: 0;
    top: 80px;
}

.itemsHeading {
    font-size: 20px;
    color: rgb(106, 106, 106) !important;
    margin-bottom: 20px;
    font-weight: 700;
    min-height: 60px;
}

.SustainabilityCan a {
    font-size: 15px !important;
}

.navbar-expand-xl a:hover {
    color: green !important;
}

.languageDropdown {
    position: relative;
}

.languageMenuCan {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100px;
    display: none;
    z-index: 12;
}

.languageMenu {
    background-color: white;
    z-index: 12;
    padding: 20px;
    border-radius: 5px;
}

.languageDropdown:hover .languageMenuCan {
    display: block;
}

.languageMenuCan:hover {
    display: block;
}

.languageMenu>h6 {
    cursor: pointer;
}

/* Swiper Container */
.swiper-container {
    width: 100%;
    max-height: 500px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

/* Swiper Slides */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 2px solid white;
}

.swiper-button-next::after,
.swiper-button-prev:after {
    font-size: 20px !important;
    color: white;
}

/* Pagination */
.swiper-pagination-bullet {
    background: gray !important;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: white !important;
    opacity: 1;
}

.aboutCan {
    background-image: url("/videos/zngc-ezgif.com-video-to-gif-converter.gif");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
}

.pcv {
    background-image: url("/videos/ezgif.com-video-to-gif-converter.gif");
}

.solution {

    background-image: url("/videos/solution.gif");
}

.aboutContent>h1,
.aboutContent>a {
    color: white;
    text-align: center !important;
}

.aboutContent>h1 {
    margin-bottom: 50px;
    font-size: 50px;
}

.aboutContent>a {
    background-color: white;
    border-radius: 20px;
    padding: 10px;
    display: block;
}

.centerHeading {
    font-size: 50px;
    margin-block: 50px;
    text-align: center;
}

footer {
    padding-inline: 100px;
    padding-block: 20px;
    width: 98%;
    margin: auto;
}

.newsletter-container {
    width: 100%;
}

/* Heading */
.newsletter-container h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

/* Input Fields */
.form-control {
    background: #f2f2f2;
    border: none;
    height: 45px;
    border-radius: 5px;
}

.form-control::placeholder {
    color: #888;
}

/* Email Input Group */
.input-group-text {
    background: #f2f2f2;
    border: none;
}

/* Submit Button */
.btn-submit {
    background: #b6eb9a;
    color: #fff;
    font-weight: bold;
    width: 100%;
    border-radius: 25px;
    padding: 12px;
    border: none;
}

.btn-submit:hover {
    background: #a3d88a;
}

/* Divider Line */
.divider {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 10px 0;
}

.form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
    border: 1px solid;
}

.social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icons a {
    text-decoration: none;
    font-size: 24px;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.social-icons a,
.social-icons .wx_hover {
    background-color: #39A9AE;
    color: white !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.social-icons a:hover {
    color: #007bff;
}

/* WeChat Hover */
.awx {
    display: none;
    position: absolute;
    bottom: 60px;
    right: 50%;
    transform: translateX(50%);
    background: white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.awx img {
    width: 100px;
    height: 100px;
}

.wx_hover {
    position: relative;
}

.wx_hover:hover .awx {
    display: block;
}

.bottomCan {
    width: 90%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* swiper news */

.mySwiper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 100px;
}

/* Individual Slide */
.mySwiper  .swiper-slide {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    max-width: 400px !important;
}

/* News Cover */
.mySwiper  .news-cover {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

/* News Information */
.news-info {
    padding: 15px;
}

.news-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.news-date {
    font-size: 14px;
    color: #777;
}

/* Swiper Navigation */
.new-swiper-button-next,
.new-swiper-button-prev {
    color: #333;
    background: rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 50%;
}

.new-swiper-button-next:hover,
.new-swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.3);
}
.mobile-search {
    display: none !important;
}

@media screen and (max-width:1024px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .aboutCan {
        height: 400px;
    }

    .languageSelect {
        display: none;
    }
    .navDropdown {
        position: static;
        box-shadow: none;
    }

    .SustainabilityCan {
        width: 100%;
    }
    footer {
        width: 100%;
        padding-inline: 10px;
    }
    footer .col-6 {
        margin-block: 20px;
    }
    .newsletter-container {
        margin-top: 40px;
    }
    .laptop-search {
        display: none !important;
    }
    .mobile-search {
        display: flex !important;
        gap: 10px;
        align-items: center;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:2048px) {
    .aboutCan {
        height: 500px;
    }
}
@media screen and (max-width:767px){
    .aboutCan {
        height: 200px;
    }
    .aboutCan {
        padding-top: 0;
        justify-content: center;
    }
    .aboutContent h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .mySwiper  .swiper-slide {
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        text-decoration: none;
        max-width: 100% ;
        width: 70% !important;
    }
    .mySwiper  .news-cover {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }
}