/* stiky top */
.stiky-top {
    background: #186070;

}

@media (max-width: 410px) {
    .stiky-top-item {
        font-size: 7px !important;
    }
}



.stiky-top-item {
    color: #FFFFFF;
    font-family: "Ubuntu", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 13.79px;
    text-decoration: none;

}

/* navbar */
.logo-img {
    width: 28.53px;
    height: 28.51px;
}

.logo-name {
    color: #00ADD4;
    font-family: "Urbanist";
    font-size: 18.61px;
    font-weight: 600;
    line-height: 32.98px;
}

.list-colorr {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.79px;
    color: #999A9D;


}

.list-colorr:hover,
.list-colorr:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #00ADD4;
}

/* .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
} */
.dropdown-toggle::after {
    display: none;
}

/* Style the custom dropdown icon */
.dropdown-icon {
    transition: transform 0.2s ease-in-out;
}

/* Rotate the icon when dropdown is open */
.show .dropdown-icon {
    /* transform: rotate(180deg); */
}

/* Adjust spacing if needed */
.nav-link {
    padding-right: 0.5rem;
}

.nav-login {
    font-family: "Open Sans";
    font-size: 14.2px;
    font-weight: 400;
    line-height: 21.79px;
    color: #00ADD4;
    border: 1px solid #00ADD4;
    border-radius: 22px;
    line-height: 21.79px;
    padding-top: 1px;
    padding-bottom: 2.5px;
    padding-inline: 14px;
}

.nav-login:hover {
    border-radius: 22px;
    background: #00ADD4;
    color: white;

}


.nav-sign-up-btn {
    border-radius: 22px;
    background: #00ADD4;
    color: white;
    border-color: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.79px;
    padding-top: 0px;
    padding-bottom: 2px;
    font-family: "Open Sans";
    padding-inline: 12px;
}

.nav-sign-up-btn:hover {
    color: #00ADD4;
    border: 1px solid #00ADD4;
    background: none;
}

/* navbar end */

/* .nav-tabs .nav-link-blue {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 21.79px;
    color:  #999A9D;
    border: none;
    background: transparent;
}

.nav-tabs .nav-link-blue.active {
font-size: 14px;
font-weight: 600;
line-height: 21.79px;
    color: #00ADD4;
    border-bottom: 3px solid #00ADD4;
    border-radius: 0;
    border: none;
    background: transparent;
} */



/* footer start */
.bg-ft {
    background: #F8F9FA;

}

.ft1 {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #999A9D;
}

.ft2 {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #283646;
}

.ft-service-h {
    color: #00ADD4;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.email-hd {
    color: #77808B;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.field-email {
    width: 238px !important;
    border-radius: 10px !important;
    background: #FFFFFF !important;
    border: 1px solid #76AEFF !important;
}

.field-email {
    font-size: 10px;
    padding: 17px 12px;
}

.field-email::placeholder {
    font-size: 10.5px;
    color: #999;
    opacity: 1;
}

.subscribe-btn {
    font-size: 12.2px;
    font-weight: 500;
    line-height: 21px;
    padding: 9.5px 44px 9.5px 44px;
    border-radius: 10px;
    background: #00ADD4;
    color: white;
    border: none;
}

.ecllipse-cyan {
    width: 40px;
    height: 40px;
    background: #00ADD4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

/* footer end */

/* haider fixing */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* inter font-family cdn*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* Default Styles for All Tabs */
.nav-tabs .nav-link-blue {
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: #999A9D;
    border: none;
    padding-inline: 11px;
    /* Remove all borders */
    border-bottom: 3px solid transparent;
    /* Invisible border to prevent jumping */
    background-color: transparent;
    /* No background */
}

.inter-font-family {
    font-family: "inter", serif !important;
}

/* Hover Effect */
.nav-tabs .nav-link-blue:hover {
    color: #00ADD4;
    /* Optional hover color */
    border-bottom: 3px solid transparent;
    /* Keeps hover without shifting layout */
}

/* Active Tab Styles */
.nav-tabs .nav-link-blue.active {
    font-size: 14px;
    font-weight: 600;

    color: #00ADD4;
    /* Change text color for active tab */
    border-bottom: 3px solid #00ADD4;
    /* Add a 3px solid bottom border */
    background-color: transparent;
    /* Keep background transparent */
}

/* Remove button outline on focus */
.nav-tabs .nav-link-blue:focus {
    box-shadow: none;
}

.tab-scroll-container {
    position: relative;
    display: flex;
    align-items: center;
}

.tab-wrapper {
    overflow-x: hidden;
    white-space: nowrap;
    flex-grow: 1;
}

.nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nav-tabs::-webkit-scrollbar {
    display: none;
}

.scroll-button {
    background-color: lightgray;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 1;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.scroll-button:hover {
    background-color: lightgray;
    border: none;
}

.scroll-button:focus {
    outline: none;
}


.scroll-left {
    left: 0;
}

.scroll-right {
    right: 0;
}

/* hero section */
.whole-bg1 {
    position: relative;
}

.whole-bg1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 58.7%;
    /* This will cover half the container */
    background-color: #00ADD40D;
    /* Your color */
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
    z-index: -1;
    /* Ensure it stays behind the content */
}

.whole-bg2 {
    background: linear-gradient(to right, #00ADD40D 58.7%, transparent 50%) !important;
}

.about-potolo-h {
    color: #2B2B2B;
    font-family: "Open Sans";
    font-size: 44px;
    font-weight: 400;
    line-height: 68.09px;
}

.about-potolo-h1 {

    font-weight: 600;
    color: #00ADD4;

}

.about-potolo-detail {
    color: #999A9D;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 21.79px;
}

.lrn-btn1 {

    padding: 11px 20px !important;
    border-radius: 20px;
    background: #00ADD4;
    color: white;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;

}

.lrn-btn1:hover {


    border: 2px solid #00ADD4;
    color: #00ADD4;


}

.lrn-btn1 {

    padding: 11px 20px !important;
    border-radius: 20px;
    background: #00ADD4;
    color: white;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;

}

/* vision */
.vision-h {
    font-family: "Inter";
    font-size: 26px;
    font-weight: 400;
    line-height: 36.31px;
    color: #2B2B2B;
}

.vision-h1 {
    font-family: "Inter";
    font-size: 26px;
    font-weight: 600;
    line-height: 36.31px;
    color: #00ADD4;
}

.vision-p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;
    color: #999A9D;
}

.lrn-btn {
    background-color: transparent;
    color: #00ADD4;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;
    border: none;
    padding-left: 0px;

}

/* .lrn-btn:hover {
    background-color: transparent;
    color: #00ADD4;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;
    border: 2px solid #00ADD4;
    padding: 11px 18px;
    border-radius: 20px;
} */


.vision-image-container {
    position: relative;
    max-width: 100%;
    height: auto;
}

.image1-vision {
    width: 100%;
    /* max-width: 289.35px; */
    max-width: 438.35px;
    height: auto;
}

.image2-vision {
    width: 100%;
    max-width: 305.91px;
    position: absolute;
    top: 277px;
    right: 230px;
}

.image3-vision {
    width: 100%;
    max-width: 242.82px;
    position: absolute;
    top: 216px;
    /* left: 213px; */
    left: 247px;
    height: auto;
}

@media (max-width: 1227px) {
    .image2-vision {
        top: 250px;
        left: -23px;
        max-width: 246.91px;
    }

    .image3-vision {
        width: 100%;
        max-width: 202.82px;
        position: absolute;
        top: 216px;
        left: 186px;
        height: auto;
    }
}

@media (max-width: 992px) {
    .resp992 {
        margin-top: 226px !important;
    }

    .vision-image-container {
        display: flex;
        justify-content: center;
    }

    .image3-vision {

        max-width: 202.82px;
        top: 216px;
        left: 408px;
    }

    .image2-vision {
        top: 276px;
        left: 151px;
        max-width: 296.91px;
    }
}



@media (max-width: 768px) {
    .image2-vision {
        top: 274px;
        left: 63px;
        max-width: 296.91px;
    }

    .image3-vision {
        max-width: 202.82px;
        top: 216px;
        left: 319px;
    }


}

@media (max-width: 589px) {
    .resp992 {
        margin-top: 156px !important;
    }

    .image1-vision {
        width: 100%;
        /* max-width: 220.35px; */
        max-width: 371.35px;
        height: auto;
    }

    .image2-vision {
        top: 230px;
        left: 49px;
        max-width: 284.91px;
    }

    .image3-vision {
        max-width: 163.82px;
        top: 166px;
        left: 295px;
    }

}

@media (max-width: 482px) {
    .image2-vision {
        top: 211px;
        left: 50px !important;
        max-width: 238.91px;
    }

    .image3-vision {
        max-width: 163.82px;
        top: 166px;
        left: 251px !important;
    }
}

@media (max-width: 438px) {
    .image2-vision {
        top: 211px;
        left: 15px !important;
        max-width: 238.91px;
    }

    .image3-vision {
        max-width: 163.82px;
        top: 166px;
        left: 160px !important;
    }
}

@media (max-width: 400px) {
    .image2-vision {
        top: 170px;
        left: 3px;
        max-width: 210.91px;
    }

    .image1-vision {
        width: 100%;
        max-width: 349.35px !important;
        height: auto;
    }

    .image3-vision {
        max-width: 123.82px;
        top: 196px;
        left: 211px;
    }
}

@media (max-width: 350px) {
    .image3-vision {
        max-width: 125.82px;
        top: 164px;
        left: 150px !important;
    }

    .image1-vision {
        width: 100%;
        /* max-width: 295.35px !important; */
        height: auto;
    }

    .image2-vision {
        top: 170px;
        left: 1px;
        max-width: 210.91px;
    }
}

/* our commitment */

.comit-img {

    height: 450px;
    max-width: 524px;
    width: 100%;
    border-right: 3.81px solid #00ADD4;
    border-radius: 7.62px;
    box-shadow: 0px 5.51px 11.82px 0px #42A8C324;

}

/* meet our team */

.meet-team-bg {
    background: #F2FBFD;
}

.carousel-container {
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    /* padding: 20px 0; */
    /* padding: 62px 0 0 0; */
}

/* .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 45px;
} */
.carousel-track {
    display: flex;
    gap: 48px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar */
}

.carousel-card {
    flex: 0 0 auto;
}

.meet-img1 {
    width: 95px;
    height: 95px;
    border: 1.72px solid #00ADD4 !important;
    border-radius: 50%;
}

.card-meet {
    width: 325px;
    background: #FFFFFF;
    border-top: 1.6px solid #00ADD4;
    border-radius: 10px;
    gap: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: visible;
    margin-top: 50px;
}

.card-meet-title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;
    color: #000000;
}

.card-meet-p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;
    text-align: center;
    color: #00ADD4;
}

.card-meet-text {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 16.34px;
    text-align: center;
    color: #999A9D;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 173, 212, 0.7);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

/* .carousel-button.prev {
    left: 10px;
}

.carousel-button.next {
    right: 10px;
} */

.carousel-button {
    display: none;
    /* Hide the buttons */
}

/* .meet-team-bg {
    background: #F2FBFD;

}

.meet-img1 {
    width: 95px;
    height: 95px;
    border: 1.72px solid #00ADD4 !important;
    border-radius: 50%;
}

.card-meet {
    width: 325px;
    background: #FFFFFF;
    border-top: 1.6px solid #00ADD4;
    border-radius: 10px;
    gap: 12px;
}

.card-meet-title {
    font-family: "Open Sans";
font-size: 16px;
font-weight: 400;
line-height: 24.51px;
color: #000000;
}

.card-meet-p  {
    font-family: "Open Sans";
font-size: 16px;
font-weight: 400;
line-height: 24.51px;
text-align: center;
color:  #00ADD4;
}

.card-meet-text {
    font-family: "Open Sans";
font-size: 11px;
font-weight: 400;
line-height: 16.34px;
text-align: center;
color:  #999A9D;
} */

.whole-bg {
    background-image: url('./assets/business-section-images/whole-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-attachment: fixed;
}


.date-ok {
    font-family: "Open Sans";
    font-size: 13.01px;
    font-weight: 400 !important;
    line-height: 23.46px;
    color: #999A9D;

}

.news-card-body {
    width: 256.15px;
    border-radius: 18px;
    background: #FFFFFF;


}

.hours-ago {
    color: #999A9D;
    font-family: "Open Sans";
    font-size: 10.07px;
    font-weight: 400;
    line-height: 23.46px;


}

.break-news-text {
    font-family: "Open Sans";
    font-size: 16.7px;
    font-weight: 700;
    line-height: 28.15px;
    color: #118099;

}

.news-half-img {
    height: 260px;
    max-width: 260px;
    width: 100%;
    position: relative;
    border-radius: 15px 0px 0px 15px !important;
}

.news-card-body {
    border: 1.5px solid lightgrey;
    height: 260px;
    position: absolute;
    left: 237px;
    max-width: 240px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.recnt-news-h {
    font-family: "Open Sans";
    color: black;
    font-size: 27px;
    font-weight: 600;
    line-height: 40.85px;
}

@media (max-width: 557px) and (min-width: 310px) {
    .custom-responsive {
        justify-content: space-between !important;
    }

    .see-all-link {
        position: static !important;
    }

}


.new-texti {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;

}

.inputs-borders-cust {
    box-shadow: 1px 2px 2px 0px #0000000D !important;
    /* border: 1px solid #EEEEEF;
                                                        background: #FFFFFF; */

}

@media (max-width: 500px) {

    .empower-h {
        font-size: 36px;
        font-weight: 400;
        line-height: 49.47px;
        color: #2B2B2B;

    }

    .empower-h1 {
        color: #00ADD4;
        font-family: "Open Sans";
        font-size: 36px;
        font-weight: 600;
        line-height: 49.47px;

    }

}


.empower-h {
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 400;
    line-height: 49.47px;
    color: #2B2B2B;

}

.empower-h1 {
    color: #00ADD4;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 600;
    line-height: 49.47px;


}

.great-fam-p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: center;
    color: #999A9D;
    padding-inline: 67px;
}

@media (max-width: 992px) {
    .great-fam-p {

        padding-inline: 4px;
    }

    .andd {
        padding-right: 0px !important;
    }
}

.ceo-h {
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 600;
    line-height: 38.13px;
    color: #2B2B2B;

}

.ceo-h1 {
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 500;
    line-height: 38.13px;
    color: #00ADD4;

}

.ceo-p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;
    color: #999A9D;


}

.crporate-values-h {
    font-family: "Open Sans";
    font-size: 26px;
    font-weight: 650;
    line-height: 40.85px;
    text-align: center;
    color: #2B2B2B;


}

.corporate-card-h {
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 600;
    line-height: 27.24px;
    text-align: center;
    color: #2B2B2B;


}

.corporate-card-p {
    font-family: "Open Sans";
    font-size: 10.5px;
    font-weight: 400;
    line-height: 16.34px;
    text-align: left;
    color: #999A9D;


}

@media (max-width: 992px) {
    .responsive-corporate-card {
        margin-top: 98px;
    }
}

/* @media (max-width: 500px) {
    .responsive-corporate-card {
        padding-right: 74px !important;
    }
} */


@media (max-width: 768px) {
    .responsive-corporate-card1 {
        margin-top: 98px;

    }

    .responsive-corporate-cntr {
        display: flex;
        justify-content: center;
    }
}

.global-h {
    font-family: Open Sans;
    font-size: 27px;
    font-weight: 600;
    line-height: 40.85px;
    text-align: left;
    color: black;
}

.no-bullets {
    list-style: none !important;
    padding-left: 0px !important;
}

.no-bullets li {
    padding-left: 0px !important;
}

/* news cards responsiveness */
@media (max-width: 992px) and (min-width: 768px) {
    .news-card-body {
        left: 0px !important;
        top: 233px;
    }

    .news-half-img {
        height: 260px;
        max-width: 239px;
        width: 100%;

    }

    .media-cover-top {
        margin-top: 184px;
    }
}

@media (max-width: 992px) {
    .media-coverage-section {
        margin-top: 270px;

    }

    .news-half-img {

        border-radius: 15px !important;
    }
}

@media (max-width: 769px) {
    .media-coverage-section {
        margin-top: 50px;

    }
}

@media (max-width: 600px) {
    /* .news-card-body {
        left: 0px !important;
        top: 233px;
    }

    .news-half-img {
        height: 260px;
        max-width: 239px;
        width: 100%;

    }

    .media-cover-top {
        margin-top: 184px;
    } */
}

@media (max-width: 500px) {
    .news-card-body {
        border: 1.5px solid lightgrey;
        height: 260px;
        position: sticky;
        left: 0px;
        max-width: 100% !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: -26px;
    }

    .news-half-img {

        max-width: 100%;
        width: 100%;

    }
}

@media (max-width: 1200px) {
    .article-cards {
        margin-top: 30px;
    }
}

.explor-bus {
    font-family: "Open Sans";
    font-size: 27px;
    font-weight: 600;
    line-height: 40.85px;
    /* padding-right: 100px; */
    color: black;
    width: 409px;
}

@media (max-width: 556px) {
    .explor-bus {

        width: 100% !important;
    }
}

.fifty-percent-h {
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 600;
    line-height: 40.85px;
    color: #118099;
}

.fifty-percent-p {
    color: #999A9D;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 400;
    line-height: 16.34px;
}

.electric-bike-h {
    color: #2B2B2B;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 21.79px;

}

.electric-bike-p {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 19.07px;
    color: #999A9D;

}

.card-green {
    width: 100%;
    max-width: 310px;

    border-radius: 10px;
    background: #FFFFFF;
    border-top: 2px solid #00ADD4;
    box-shadow: 0px 2px 2px 0px #0000001A;

}

.card-green-img {
    width: 100%;

    border-radius: 5px;

}

.andd {
    padding-right: 150px;
}

.legal-h {
    color: #2B2B2B;
    font-family: "Open Sans";
    font-size: 37px;
    font-weight: 400;
    line-height: 54.47px;
}

.nxtpg-p {
    width: 784px;
    color: #999A9D;
    font-family: "Open Sans";
    font-size: 18.5px;
    font-weight: 400;
    line-height: 29.96px;
}

.back-butn {
    /* padding: 5px 10px ; */
    background: #00add4;
    color: white;
    border: none;
    /* font-family: "Open Sans"; */
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 11px 22px;

    border-radius: 12px;

}

.anti-discri-width {
    width: 75%;
}

@media (max-width: 992px) {
    .anti-discri-width {
        width: 100%;
    }
}

.momnt-ptolo {
    font-size: 36px !important;
    font-weight: 400;
    line-height: 53.09px;
}

@media (max-width: 768px) {
    .momnt-ptolo {
        font-size: 32px !important;
        font-weight: 400;
        line-height: 47.09px !important;
    }
}


.eco-actions-title {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.eco-actions-highlight {
    color: #00ADD4;
    font-weight: 600;
}

.btn-download {
    background-color: #00ADD4;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
}

.btn-learn-more {
    color: #00ADD4;
    text-decoration: none;
}

/* video */
.video-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    overflow: hidden;
    max-width: 556px;
    height: 520px;
    border-radius: 15px;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.play-button.hidden {
    opacity: 0;
    pointer-events: none;
}


.play-button::after {
    content: '';
    display: none;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent transparent;
}

/* video */



/* haider changing about us */
@media (max-width: 769px) {
    .corp-card-bg2 {
        margin-top: 100px;
    }

    .margin-top-media {
        margin-top: 200px !important;

    }
}

@media (max-width: 767px) {
    .corp-card-bg2 {
        margin-top: 30px;
    }

    .margin-top-media {
        margin-top: 0px !important;

    }
}


/* corporate start */
/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Root Variables */
:root {
    --primary-color1: rgb(191, 235, 244);
    --primary-color2: gray;
    --primary-color3: black;
    --primary-color4: #ffffff;
    --primary-color6: rgb(24, 96, 122);
    --primary-color7: rgb(17, 128, 155);
    --primary-color8: rgb(0, 173, 212);
    --primary-color9: rgb(68, 196, 225);
}

/* Custom Styling for Image and Text */
section {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

/* Image Styling */
/* .right .image img {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
    width: 50%;
    height: auto;
    object-fit: cover;
  } */

/* Content on top of the image */
.left {
    position: relative;
    z-index: 1;
    background-image: url(./Assests/dev-1-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 0px 103px;
    top: 130px;
}

.left h1 {
    font-size: 40px;
    font-weight: regular;
    line-height: auto;
}

.left p {
    font-size: 16px;
    font-weight: regular;
    line-height: auto;
}

span {
    color: var(--primary-color1);
}

.btn {
    cursor: pointer !important;
}

.btn-custom {
    color: var(--primary-color1);
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
}

.btn-custom:hover {
    background-color: var(--primary-color1);
    transition: 0.3s ease, color 0.3s ease;
    color: var(--primary-color4);
    border-radius: 50px;
    padding: 10px 30px;
}

/* <!-- 2nd -- Main Content --> */

.second-main {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* margin-top: 100px; */
}

.second-main h2 {
    font-size: 30px;
    font-weight: SemiBold;
    line-height: Auto;
}

.second-main p {
    color: var(--primary-color2);
    margin-top: 20px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: Regular;
    line-height: Auto;
}

/* <!-- 3rd -- Main Content --> */
.third-main {
    margin-top: 50px;
}

.third-main h2 {
    font-size: 40px;
    font-weight: Mixed;
    line-height: Auto;
    margin-top: 50px;
}

span {
    color: var(--primary-color1);
}

.third-main h2 {
    font-size: 28px;
    font-weight: Regular;
    line-height: Auto;
    margin-top: 50px;
}

.third-main p {
    font-size: 18px;
    font-weight: Regular;
    line-height: Auto;
    color: var(--primary-color2);
}

/* <!-- 6th -- Main Content --> */

.six-main {
    margin-top: 150px !important;
}

.six-main h2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-card p {
    font-size: 16px;
    color: var(--primary-color3);
    max-height: 100px;
    overflow-y: auto;
    text-align: left;
    padding-right: 10px;
    margin-bottom: 0;
}

.main-card img {
    max-width: 35px;
    margin-bottom: 15px;
}

/* Background images for each column */

.card-container {
    position: relative;
    width: 285px;
    height: 200px;
}

.main-card {
    position: absolute;
    width: 80%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.shadow-card {
    position: absolute;
    width: 60%;
    height: 75%;
    background-color: var(--primary-color6);
    border-radius: 15px;
    top: -12px;
    right: 119px;
}

.card-two {
    position: absolute;
    width: 60%;
    height: 75%;
    background-color: var(--primary-color7);
    border-radius: 15px;
    top: -12px;
    right: 119px;
}

.card-three {
    position: absolute;
    width: 60%;
    height: 75%;
    background-color: var(--primary-color8);
    border-radius: 15px;
    top: -12px;
    right: 119px;
}

.card-four {
    position: absolute;
    width: 60%;
    height: 75%;
    background-color: var(--primary-color9);
    border-radius: 15px;
    top: -12px;
    right: 119px;
}

.main-card p {
    font-size: 11px;
    margin-top: 10px;
    color: var(--primary-color2);
}

.main-card img {
    width: 50px;
}

.main-card h5 {
    font-size: 20px;
    margin: 0;
    /* Reset margin */
}

/* Customize scrollbar appearance */
.main-card p::-webkit-scrollbar {
    width: 6px;
    scrollbar-width: none;
    background-color: #f5f5f5;
}

.main-card p::-webkit-scrollbar-thumb {
    background-color: var(--primary-color1);
    scrollbar-width: none;
    border-radius: 10px;
}

/* 10th  */
.global-presence {
    position: relative;
    background-image: url("./Assests/10-main-image.png");
    /* Replace with the actual image URL */
    background-size: cover;
    background-position: center;
    height: 400px;
    color: white;
    margin-bottom: 20px;
}

/* Centered content */
.global-presence .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.global-presence h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.global-presence p {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    padding: 0px 0px;
}

/* Overlay effect for darker image background */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
}

/* Custom Media Queries */
@media (max-width: 767.98px) {

    /* For smaller screens (mobile devices) */
    .left,
    .right {
        text-align: center;
    }

    .right img {
        max-width: 100%;
        height: auto;
    }

    .second-main,
    .third-main,
    .fourth-main,
    .fifth-main {
        text-align: center;
    }

    .fourth-main img,
    .fifth-main img,
    .third-main img {
        max-width: 100%;
        height: auto;
    }

    .left {
        padding: 5px 10px;
    }

    .btn-custom-1 {
        margin-bottom: 140pxpx;
    }
}

@media (max-width: 991.98px) {

    /* For tablet screens and smaller */
    .global-presence {
        height: 300px;
    }

    .left h1 {
        font-size: 25px;
        font-weight: regular;
        line-height: auto;
    }

    .left p {
        font-size: 14px;
        font-weight: regular;
        line-height: auto;
        padding: 0px 0px;
    }

    .btn-custom-1 {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {

    /* For larger screens */
    .global-presence {
        height: 500px;
    }

    .global-presence p {
        font-size: 12px;
        margin: 0 auto;
        padding: 0px 0px;
    }

    .global-presence p {
        font-size: 12px;
    }
}

/* General Styles */
.global-presence {
    position: relative;
    background-image: url("./Assests/10-main-image.png");
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.value-card img {
    max-width: 20%;
    height: auto;
}

@media (max-width: 570px) {

    /* Further adjustments for smaller screens */
    .col-md-7 img {
        max-width: 100%;
        height: auto;
    }

    .third-main img,
    .fourth-main img,
    .fifth-main img {
        max-width: 100%;
        height: auto;
    }

    .btn-custom {
        width: 100%;
        /* Buttons take full width */
        text-align: center;
        margin-bottom: 10px;
        /* Add spacing between buttons */
    }

    /* Align text in the middle */
    .left h1,
    .left p {
        text-align: center;
    }

    /* Reduce padding for mobile screens */
    .left {
        padding: 10px 15px;
    }

    section .global-heading {
        margin: 20px 0;
        /* Adjust margin for smaller screens */
    }

    section .global-heading h2 {
        font-size: 1.5rem;
        /* Decrease font size for smaller screens */
    }

    section .global-presence {
        padding: 10px;
        /* Adjust padding for the global presence section */
    }

    section .global-presence .content h2 {
        font-size: 1.2rem;
        /* Decrease heading font size */
    }

    section .global-presence .content .ten-para {
        margin-top: 20px;
        /* Adjust spacing for paragraph */
    }

    section .global-presence .content .ten-para p {
        font-size: 1rem;
        /* Reduce paragraph font size */
        line-height: 1.4;
        /* Adjust line height for readability */
    }

    section .overlay {
        display: none;
        /* You can hide the overlay on small screens if necessary */
    }

    .second-main h2 {
        font: 18px;
    }

    .second-main p {
        font-size: 14px;
    }

    .right .image img {
        width: 50%;
    }

    .left {
        padding: 0px 0px;
    }

    .btn-custom-1 {
        margin-bottom: 140pxpx;
    }
}

/* corporate end */

/* legal start */
/* BEGIN : Muhammad Munsif ID_366 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --primary-color: #00add4;
    --white-color: #ffffff;
    --gray-color: #999a9d;
    --heading-color: #2b2b2b;
    --secondary-color: #00ADD4;


    --font-family: 'Open Sans', sans-serif;
}

/* first section styling started from here */
.legal-font {
    font-family: var(--font-family);
}

/* Custom Styling */
.btn-legalsection1 {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 17px !important;
}

.btn-legalsection1:hover {
    border: 1px solid var(--primary-color);
    background-color: none;
    color: var(--primary-color);
}

.btn-legalsection1 img {
    width: 20px;
    height: 10px;
}

.policy-title {
    color: var(--heading-color);
}

.policy-text {
    color: var(--gray-color);
}

.legal-blue-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #00bcd4;
    top: 20px;
    left: -100px;
    z-index: -1;
}

.img-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}



/* ############ Custom Styling  #################### */
.property-section {
    background-color: #fff;
    padding: 40px 20px;
}

.blue-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50px;
    background-color: #00bcd4;
}

.property-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 2rem;
}

.property-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.learn-more {
    color: #00bcd4;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.learn-more:hover {
    text-decoration: underline;
}

.img-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


.legal-learnmore-btn a {
    text-decoration: none;
    color: var(--secondary-color);
    font-size: 16px !important;
    margin-left: 10px;
}

.legal-learnmore-btn img {
    width: 30px;
    height: 15px;
    margin-left: 15px;
}


/* END : Muhammad Munsif ID_366 */
/* legal end */


.comit-img {

    width: 100%;
    height: auto;
    border-right: 3.81px solid #00ADD4;
    border-radius: 7.62px;
    box-shadow: 0px 5.51px 11.82px 0px #42A8C324;

}

/* meet our team */



.carousel-container {
    position: relative;
    width: 100%;
}

.carousel-track {
    display: flex;
    gap: 48px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
    display: none;

}

.carousel-card {
    flex: 0 0 auto;
}

.meet-img1 {
    width: 95px;
    height: 95px;
    border: 1.72px solid #00ADD4 !important;
    border-radius: 50%;
}

.card-meet {
    width: 325px;
    background: #FFFFFF;
    border-top: 1.6px solid #00ADD4;
    border-radius: 10px;
    gap: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: visible;
    margin-top: 50px;
}

.card-meet-title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;
    color: #000000;
}

.card-meet-p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;
    text-align: center;
    color: #00ADD4;
}

.card-meet-text {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 16.34px;
    text-align: center;
    color: #999A9D;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 173, 212, 0.7);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}


.carousel-button {
    display: none;
    /* Hide the buttons */
}



.meet-img1 {
    width: 95px;
    height: 95px;
    border: 1.72px solid #00ADD4 !important;
    border-radius: 50%;
}

.card-meet {
    width: 325px;
    background: #FFFFFF;
    border-top: 1.6px solid #00ADD4;
    border-radius: 10px;
    gap: 12px;
}

.card-meet-title {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;
    color: #000000;
}

.card-meet-p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;
    text-align: center;
    color: #00ADD4;
}

.card-meet-text {
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 400;
    line-height: 16.34px;
    text-align: center;
    color: #999A9D;
}

*/ .whole-bg {
    background-image: url('./assets/business-section-images/whole-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-attachment: fixed;
}


/* ################## my Work #################### */
/* ############################ sect-2 #################### */

.sect-2 {
    position: relative;
}

.sect-2::before {
    content: '';
    position: absolute;
    width: 7rem;
    height: 16rem;
    top: -20px;
    background-color: #00ADD4;
    opacity: 45%;
}

.sect-2-img img {
    position: relative;
}

/* ############################ sect-3 #################### */
.sect-3 {
    position: relative;
}

.sect-3::before {
    content: '';
    position: absolute;
    width: 7rem;
    height: 16rem;
    top: -20px;
    right: -5px;
    background-color: #00ADD4;
    opacity: 45%;
}

.sect-3-img img {
    position: relative;
}


.sect-4 {
    position: relative;
}

.sect-4::before {
    content: '';
    position: absolute;
    width: 7rem;
    height: 16rem;
    top: -20px;
    left: -5px;
    /* right:-5px; */
    background-color: #00ADD4;
    opacity: 45%;
}

.sect-4-img img {
    position: relative;
}


/* ############### Cards ################ */

.card {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    box-shadow: 0px -3px #00ADD4;
    padding: 8px;
}

.card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.card-text {
    color: #777;
    font-size: 14px;
}





.custom-box {
    position: relative;
    width: 70%;
    max-width: 700px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 2% 95%);
    /* Custom shape */
}

.custom-box video {

    width: 100%;
    /* Adjust video width to fill the triangular shape */
    height: 100%;
    object-fit: cover;
    /* Ensure video covers the triangular area */

}

@media (max-width: 1227px) {
    .image2-vision {
        top: 250px;
        left: -23px;
        max-width: 246.91px;
    }

    .image3-vision {
        width: 100%;
        max-width: 202.82px;
        position: absolute;
        top: 216px;
        left: 186px;
        height: auto;
    }
}

@media (max-width: 992px) {


    .vision-image-container {
        display: flex;
        justify-content: center;
    }

    .image3-vision {

        max-width: 202.82px;
        top: 216px;
        left: 408px;
    }

    .image2-vision {
        top: 276px;
        left: 151px;
        max-width: 296.91px;
    }
}

@media (max-width: 768px) {
    .about-potolo-h {
        font-size: 30px;
    }

    .potolo-detail {
        display: flex;
        flex-direction: column-reverse;
    }

    .image2-vision {
        top: 274px;
        left: 63px;
        max-width: 296.91px;
    }

    .image3-vision {
        max-width: 202.82px;
        top: 216px;
        left: 319px;
    }


}

@media (max-width: 589px) {

    .image1-vision {
        width: 100%;
        /* max-width: 220.35px; */
        height: auto;
    }

    .image2-vision {
        top: 211px;
        left: 67px;
        max-width: 238.91px;
    }

    .image3-vision {
        max-width: 163.82px;
        top: 166px;
        left: 295px;
    }

}

@media (max-width: 400px) {
    .image2-vision {
        top: 170px;
        left: 3px;
        max-width: 238.91px;
    }

    .lrn-btn1,
    .lrn-btn {
        font-size: 10px;
    }



    .image1-vision {
        width: 100%;
        max-width: 220.35px;
        height: auto;
    }

    .image3-vision {
        max-width: 138.82px;
        top: 133px;
        left: 211px;
    }
}


/* eco-actions end */

/* indec start */
/* #################### hero section text setting ################ */

.hero-sention-first-heading {
    color: rgba(43, 43, 43, 1);
    font-size: 21px;
    font-weight: 500;
    line-height: 32.68px;
    text-align: left;
    font-family: "Open Sans";
}

.hero-sention-first-heading>span {
    color: rgb(0, 173, 212);
    font-size: 21px;
    font-weight: 500;
    line-height: 32.68px;
    text-align: left;
    font-family: "Open Sans";
}

.hero-sention-sec-heading {
    color: rgba(43, 43, 43, 1);
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: 400;
    line-height: 48.47px;

}

.hero-sention-sec-heading span {
    color: rgb(0, 173, 212);
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: 600;
    line-height: 48.47px;
}

.investors-p {
    color: #999A9D;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 21.79px;
}

.earn-p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: #999A9D;
}

.sourcing-p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: #999A9D;
    padding-right: 70px;
}

@media (max-width: 1193px) {
    .sourcing-p {

        padding-right: 0px;
    }

    .investors-p1 {

        padding-inline: 0px !important;
    }
}

.investors-p1 {
    color: #999A9D;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 21.79px;
    padding-inline: 150px;
}

/* #################### hero section text setting ################ */

/* #################### hero section button ################ */
.btn-report {
    padding: 11px 18px;
    border-radius: 20px;
    background: #00ADD4;
    color: white;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.51px;
    outline: none;
    border: none;
}

.btn-report:hover {
    background-color: white;
    color: rgba(43, 43, 43, 1);
    /* border: 1px solid rgb(0, 173, 212); */
}

/* #################### hero section button ################ */

/* #################### Contact Us Fields ############### */

.contact_us_fields {
    border: 1px solid rgba(238, 238, 239, 1);
    font-size: 16px;
    background-color: rgba(255, 255, 255, 1);
    outline: none;
    border-radius: 8px;
}

.contact_us_fields ::placeholder {
    color: rgba(238, 238, 239, 1);
}

/* #################### Contact Us Fields ############### */
/* #################### Location Box ############### */

.location_div {
    position: relative;
}

.location_div::before {
    content: '';
    position: absolute;
    height: 18rem;
    width: 8rem;
    top: -3rem;
    right: 0;
    background-color: #00ADD4;
    opacity: 45%;
}

.location_div img {
    position: relative;
}

/* #################### Location Box ############### */

/* #################### ir_sect1 ############### */
.ir_sect1 {
    position: relative;
}

.ir_sect1::before {
    position: absolute;
    content: '';
    height: 240px;
    width: 100px;
    top: -19px;
    left: -5px;
    background-color: #00ADD4;
    opacity: 45%;
}

.ir_sect1 img {
    position: relative;
}

/* #################### ir_sect1 ############### */
/* #################### ir_sect2 ############### */
.ir_sect2 {
    position: relative;
}

.ir_sect2::before {
    position: absolute;
    content: '';
    height: 240px;
    width: 100px;
    top: -17px;
    right: 41px;
    background-color: #00ADD4;
    opacity: 45%;
}

.ir_sect2 img {
    position: relative;
}

.delivry-h {
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 600;
    line-height: 38.13px;
    color: #2B2B2B;

}

/* #################### ir_sect2 ############### */
/* #################### ir_sect3 ############### */
.ir_sect3 {
    position: relative;
}

.ir_sect3::before {
    position: absolute;
    content: '';
    height: 18rem;
    width: 8rem;
    top: -1.6rem;
    left: -5px;
    background-color: #00ADD4;
    opacity: 45%;
}

.ir_sect3 img {
    position: relative;
}

/* #################### ir_sect3 ############### */
/* #################### ir_sect4 ############### */
.ir_sect4 {
    position: relative;
}

.ir_sect4::before {
    position: absolute;
    content: '';
    height: 240px;
    width: 100px;
    top: -8px;
    right: 27px;
    background-color: #00ADD4;
    opacity: 45%;
}

.ir_sect4 img {
    position: relative;
}

/* #################### ir_sect4 ############### */
a {
    color: rgb(64, 193, 222);
    text-decoration: none;

}

i {
    color: rgb(64, 193, 222);
    margin-left: 25px;
}

.sec-2 {
    /* padding-inline: 8rem; */
}

p {
    color: rgb(192, 192, 194);
}

.sec-3-content {
    padding-block: 50px;
}

.btn-submit {
    border: none;
    border-radius: 5px;
    background-color: rgb(0, 173, 212);
    color: white;
}

.btn-submit:hover {
    background-color: white;
    color: rgb(0, 173, 212);
    border: 1px solid rgb(0, 173, 212);
}

.input-message {
    height: 100px;
}


@media (max-width:567px) {
    img {
        width: 100%;
    }

    .hero-sention-first-heading {
        color: rgba(43, 43, 43, 1);
        font-size: 18px;
    }

    .hero-sention-sec-heading {
        font-size: 25px;
        color: rgba(43, 43, 43, 1);
    }

}

@media (max-width:567px) {
    .sec-3-content {
        padding-block: 10px;
    }
}

/* indec end */

/* news room */
/* BEGIN : Muhammad Munsif ID_366 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



.policy-section {
    background-color: #f9f9f9;
}

/* .blue-circle {
    background-color: #007bff;
    border-radius: 50%;
    color: white;
    padding: 2rem;
    max-width: 400px;
    margin: 0 auto;
  } */

.policy-title {
    font-size: 2rem;
    font-weight: bold;
}

.policy-text {
    font-size: 1rem;
    line-height: 1.6;
}

.img-container img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 992px) {
    .blue-circle {
        border-radius: 20px;
        padding: 1.5rem;
    }

    .policy-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .blue-circle {
        padding: 1rem;
    }

    .policy-title {
        font-size: 1.5rem;
    }

    .policy-text {
        font-size: 0.9rem;
    }
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.section-description {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.featured-card {
    /* background-color: #222; */
    background-image: url(../../assets/news-room-images/imagefour.png) 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    text-align: left;
}

.featured-card img {
    height: 250px;
    object-fit: cover;
}

.badge-info {
    background-color: #00aaff;
    font-size: 0.9rem;
    border-radius: 20px !important;
    font-weight: 400;
    padding: 3px 8px;
    color: #2B2B2B;
}

.read-more-link {
    color: #00aaff;
    text-decoration: none;
}

.read-more-link:hover {
    text-decoration: underline;
}

.media .article-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.media-body h5 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

/* 2nd section code desig */
/* General Styles */
.section-title {
    font-size: 2rem;
    font-weight: bold;
}

.see-all-link {
    color: #00ADD4;
    text-decoration: none;
}

.see-all-link:hover {
    text-decoration: underline;
}

/* Banner Styles */
.news-banner {
    background-color: #007bff;
    border-radius: 15px;
    background-image: url('banner-pattern.png');
    background-size: cover;
    background-blend-mode: overlay;
}

.banner-title {
    font-family: "Open Sans";
    font-size: 38px;
    font-weight: 700;
    line-height: 53.15px;
    color: #FFFFFF;

}

.banner-description {
    font-size: 1rem;
    max-width: 600px;
}

/* Decorative Blue Dot */
.blue-dot {
    width: 40px;
    height: 40px;
    background-color: #00aaff;
    border-radius: 50%;
}

/* News Cards */
.news-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    /* background-color: #222; */
}

.news-card img {
    height: 200px;
    object-fit: cover;
}

.news-date {
    font-size: 0.9rem;
    color: #888;
}



.read-more-link {
    color: #00aaff;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}

/* background-image */

.read-more-link:hover {
    text-decoration: underline;
}

.time-ago {
    font-size: 0.8rem;
    color: #666;
    margin-top: 5px;
}

.card {
    border: none !important;
}

.event-card .date-badge {
    width: 80px;
    padding: 10px 0;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

/* .event-card img {
  object-fit: cover;
  height: 220px;
  border-radius: 3px;
} */
.event-imgg {
    object-fit: cover;
    height: 210px;


    max-width: 339px;
    width: 100%;

    border-radius: 10px;

}

.event-imgg {
    object-fit: cover;
    height: 210px;


    max-width: 100% !important;
    width: 100%;

    border-radius: 10px;

}


/* .event-imgg {
  object-fit: cover;
  height: 199px;
    max-width: 313px;
width: 100%;
border-radius: 10px;

} */
.card-body h5 {
    font-weight: bold;
}

.card-body a:hover {
    text-decoration: underline;
}

/* General Styling for the Cards */
.event-card {
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

/* Date Badge Styling */
.date-badge-ok {

    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00ADD4;
    width: 48px;
    height: 49px;
    padding: 10px;
}

.date-badge-ok1 {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

.sustain-practice-h {
    font-family: "Open Sans";
    font-size: 14.5px;
    font-weight: 600;
    line-height: 21.79px;
    text-align: left;

}

.card-subtitle-evnt {
    color: #999A9D;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 400;
    line-height: 23.46px;
    text-align: left;
}

.card-text-event {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #999A9D;

}

/* form designed code */
.contact-form {
    max-width: 600px;
    margin: 50px auto;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-form button {
    width: 100%;
    background-color: #00a3e0;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .card-title {
        font-size: 1.2rem;
    }

    .card-text {
        font-size: 0.9rem;
    }

    .date-badge {
        width: 40px;
        height: 40px;
        font-size: 0.8rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

}

@media (max-width: 576px) {
    .event-card img {
        height: 200px;
    }

    .date-badge {
        width: 70px;
        font-size: 0.9rem;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .banner-title {
        font-size: 1.5rem;
    }

    .banner-description {
        font-size: 0.9rem;
    }

    .news-card img {
        height: 150px;
    }
}


@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .featured-card img {
        height: 200px;
    }

    .media .article-img {
        width: 80px;
        height: 80px;
    }

    .bg-img {
        height: 500px !important;
        padding-inline: 20px;
        margin-bottom: 20px;
    }
}

/* END : Muhammad Munsif ID_366 */
.contact-section {
    /* padding: 24px 0px 20px 0px; */
}

.contact-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* form {
    margin-top: 20px;
  } */

.btn-primary {
    background-color: #00bcd4;
    border: none;
}

.btn-primary:hover {
    background-color: #00a2b3;
}

/* news room */

/* read more */
.whole-bg {
    background-image: url("../images/whole-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-attachment: fixed;
}

.vis-bg {
    /* background-image: url('./assets/images/our-v-bg.png'); */
    background-image: url('../images/our-v-bg.png');

    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.commitment-bg-container {
    background-image: url('../images/commitment-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-attachment: fixed;
    width: 100%;
}

.global-presence {
    background-image: url('../images/golobal.png');
    background-size: cover;
    /* Ensures the background image covers the div */
    background-position: center;
    /* Centers the background image */
    height: 100vh;
    /* Makes the div full height of the viewport */
    position: relative;
    color: white;
    /* Sets text color to white */
    padding: 20px;
}

.whole-bg4::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 50%;
    /* Adjust based on your design */
    height: 50%;
    /* Adjust based on your design */
    background-image: url('../images/circle.png');
    /* Update with the correct path */
    background-repeat: no-repeat;
    background-size: contain;
    /* Adjust size based on the appearance you want */
    background-position: top left;
    /* Adjust position as needed */
    opacity: 1;
    /* Adjust opacity if you want a more subtle effect */
    z-index: -1;
    /* Ensure it appears behind the content */
}


.coo-bg {
    background-image: url('../images/cmt-bg\ \(1\).png'), url('../images/cmt-bg\ \(2\).png');
    background-position: 0px 209px, right 0px top 0px;
    background-repeat: no-repeat;
    background-size: 136px 327px, 308px 546px;
}

.comit-top4 {

    background-image: url('../images/cmt-bg\ \(1\).png'), url('../images/cmt-bg\ \(2\).png');
    background-position: 0px 98px, right 0px top 229px;
    background-repeat: no-repeat;
    background-size: 136px 327px, 308px 546px;
    padding: 0px;
}

.apps-and-products-bg {
    background-image: url('../images/cmt-bg\ \(1\).png');
    background-position: 0px 139px;
    background-repeat: no-repeat;
    background-size: 157px 342px;
}


.low-barrier-bg {
    background-image: url('../images/low-barrier-bg.png');
    background-position: 0px 123px;
    background-repeat: no-repeat;
    background-size: 260px 339px;
}

a {
    text-decoration: none !important;
}



.comit-img-left {
    /* max-width: 482px !important;
    width: 100%;
    height: auto; */
    border-left: 7.88px solid #00ADD4;
    border-radius: 7.62px;
    box-shadow: 0px 5.51px 11.82px 0px #42A8C324;

}

.vision-weight {
    font-weight: 600;
}

.fifty-percent-h {
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 600;
    line-height: 40.85px;
    color: #118099;
}

.fifty-percent-p {
    color: #999A9D;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 400;
    line-height: 16.34px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #00ADD4 !important;
    color: white;
    /* Retains the original text color */
}

/* Remove any focus border or shadow */
.dropdown-menu .dropdown-item:active {
    background-color: transparent !important;
    box-shadow: none !important;
}


.great-fam {
    font-family: "Open Sans";
    font-size: 27px;
    font-weight: 600;
    line-height: 40.85px;
    text-align: center;
    color: #2B2B2B;

}

.corporate-values-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    /* width: 100%; */
    width: 209px;
    border-radius: 13.85px;
    position: absolute;
    top: 12px;
    /* right: 20px; */
    left: 12px;
}

.corp-card-bg {
    position: relative;
    width: 155px;
    height: 138px;
    border-radius: 13.85px;
    background: #118099;

}




.content h2 {
    font-size: 2rem;
    font-weight: bold;
}

.ten-para p {
    font-size: 1rem;
    line-height: 1.5;
}




.whole-bg2 {
    background: linear-gradient(to right, #00ADD40D 58.7%, transparent 50%) !important;
}

.whole-bg4 {
    background: linear-gradient(to right, #00ADD40D 58.7%, transparent 50%) !important;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px !important;
    position: relative;
    /* Make sure the parent is positioned */
    /* Adjust the radius as needed */

    overflow: hidden;
}



.comit-top {
    margin-top: 30px !important;
}

@media (max-width: 992px) {
    .comit-top {
        margin-top: 0px !important;
    }
}






.global-expand-h {
    font-family: "Open Sans" !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    line-height: 40.85px !important;
}

.global-expand-p {
    font-family: "Open Sans";
    font-size: 15px !important;
    font-weight: 400;
    line-height: 24.51px;
    text-align: center;
    color: #FFFFFF;
    /* padding-inline: 284px; */
}

@media (max-width: 992px) {
    .global-expand-p {

        padding-inline: 0px;

    }
}

@media (max-width :500px) {
    .pd-cust-t {
        padding-right: 82px !important;
    }
}

.navbar-toggler.custom-toggler {
    border-color: #00ADD4;
    outline: none;
}

.navbar-toggler.custom-toggler .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='%2300ADD4' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}

/* Focus style with custom outline */
.navbar-toggler.custom-toggler:focus {
    outline: 2px solid #00ADD4;
    /* Custom outline color on focus */
    outline-offset: 2px;
    /* Adds spacing between border and outline */
}

.arrow-icon path {
    transition: fill 0.3s ease;
}

.btn:hover .arrow-icon path {
    fill: #00ADD4;
}

.learn-more-btn .arrow-icon path {
    transition: fill 0.3s ease !important;
}

.learn-more-btn:hover .arrow-icon path {
    fill: #00ADD4 !important;
}
